Search found 42189 matches
- Wed Aug 02, 2006 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File lookup query
- Replies: 2
- Views: 891
Actually, all you should "lose" is a little time. No abort or permance issue other than what you've already got with a large hashed file read directly from disk. Checking that option means it will try to cache it into memory and, when it can't, it will note that in the log. So if you know it will ne...
- Wed Aug 02, 2006 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mysterious null characters added in varchar field
- Replies: 12
- Views: 2569
- Wed Aug 02, 2006 9:23 am
- Forum: General
- Topic: Parallel job in DS Server edition
- Replies: 12
- Views: 7366
- Wed Aug 02, 2006 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to convert julian Date format to Oracle Date format
- Replies: 7
- Views: 5553
Re: How to convert julian Date format to Oracle Date format
ysrini9 wrote:How to convert julian Date format to Oracle Date format
The specific answer depends on whether this is in fact a Julian date or an Ordinal date. That will drive the flavor of IConv you will use to convert the date to internal format.
After that, my advise for the output format applies.
- Wed Aug 02, 2006 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to convert julian Date format to Oracle Date format
- Replies: 7
- Views: 5553
That's a real Julian date. Typically people mean an Ordinal date when they say Julian - the year plus the day number of that year. That being said - there's no such thing as "Oracle date format". Oracle dates are stored in an internal representation and you can load and extract them from Oracle in ...
- Wed Aug 02, 2006 7:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading XML files
- Replies: 5
- Views: 2921
Yah, that helped alot. And meena meant edit your first post (which you can do) not post it again. If someone wants to see something more 'formatted' you'll need to paste it into a tool like XMLSpy and make it 'Pretty'. Silly question, but why not use a Server job and the 'normal' combination of Fol...
- Tue Aug 01, 2006 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading any (random?) row from hash file
- Replies: 6
- Views: 2210
You may want to consider doing the 'value exchange' separately as a first step rather than on the fly in this job. Doing the substitutions would be straight-forward in your job, but the 'random lookup' might be an issue as it seems like you'd need to do each one X times until you hit one that "wasn'...
- Tue Aug 01, 2006 11:01 am
- Forum: Site/Forum
- Topic: Ascential DeveloperNet sunsetting this month
- Replies: 20
- Views: 10678
- Tue Aug 01, 2006 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: This jobtype is not currently runnable on this platform
- Replies: 2
- Views: 2365
- Tue Aug 01, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retreving Multiple Records using Universe Stage
- Replies: 13
- Views: 4002
- Mon Jul 31, 2006 8:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Range lookup
- Replies: 17
- Views: 5948
- Mon Jul 31, 2006 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Failed
- Replies: 4
- Views: 2621
You shouldn't have to unprotect the project to do the import - as long as you are using your 'administration' user (typically dsadm) it should import just fine. You might want to try one job that way. Or, as you've found, you can unprotect the project. But that's kind of like dropping the shields ar...
- Mon Jul 31, 2006 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status code = -10 DSJE_JOBLOCKED
- Replies: 7
- Views: 8595
- Mon Jul 31, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Failed
- Replies: 4
- Views: 2621
- Mon Jul 31, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migrating ds jobs from 7.1 to 7.5
- Replies: 7
- Views: 1216
It's on your client CDROM, under 'Support Utilities' from what I recall. It allows you to support two Server versions by switching between two Client versions on your PC. NOTE - only one Client version can be active at any given time and you must have installed the two Clients to two completely sepa...