Search found 2886 matches
- Sun Apr 08, 2012 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ complier ,linker setting
- Replies: 6
- Views: 3116
Version 8.1 system requirements, AIX compilers: - May 2008 XL C/C++ Enterprise Edition V8.0 for AIX PTF, Reference #4019338 - August 2008 XL C/C++ Enterprise Edition V9.0 for AIX, Reference #4020144 - October 2008 XL C/C++ Enterprise Edition V10.1 for AIX, Reference #4021392 http://www-01.ibm.com/su...
- Sat Apr 07, 2012 9:24 am
- Forum: General
- Topic: Check for File arrival
- Replies: 10
- Views: 3810
- Sat Apr 07, 2012 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: look up aborting even when scratch disk is available
- Replies: 14
- Views: 3783
- Sat Apr 07, 2012 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: look up aborting even when scratch disk is available
- Replies: 14
- Views: 3783
it is well undestood ... Not really. Yes, reference data coming into the Lookup stage should fit into memory. However, it will first build a memory mapped file, on disk. Look for dynLUT* files on your disk. Then it will load the file into memory. What happened in your case is you didn't have enough...
- Sat Apr 07, 2012 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XMLoutputPX stage error
- Replies: 3
- Views: 1522
- Sat Apr 07, 2012 6:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XMLoutputPX stage error
- Replies: 3
- Views: 1522
- Sat Apr 07, 2012 6:10 am
- Forum: General
- Topic: Check for File arrival
- Replies: 10
- Views: 3810
Re: Check for File arrival
Scheduling the job 24 hours in a day is an option but it will degrade the os performance and datastage performance so suggest some optimal way. Try testing that option to find out exactly how much it degrades performance. I think it would be difficult to measure. Then load test it. How many such jo...
- Sat Apr 07, 2012 6:01 am
- Forum: General
- Topic: Check for File arrival
- Replies: 10
- Views: 3810
Re: Check for File arrival
whenever file arrive i have to run the Job. In that case, you're not likely to need to funnel two files in the same job at the same time. Schedule a sequence job and use the Wait For File stage. It's not going to pose a significant burden on the OS or DataStage performance. If you design it differe...
- Fri Apr 06, 2012 9:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: tsort and psort
- Replies: 15
- Views: 7909
Total sort... Topological sort... http://en.wikipedia.org/wiki/Torrent_Systems :idea: http://en.wikipedia.org/wiki/Timsort Either tsort or psort can be used to sort a partition, so I was wondering how the T and P designators actually came about. The docs confuse the matter further by associating pso...
- Fri Apr 06, 2012 7:16 pm
- Forum: General
- Topic: Can 8.5 client be used with 8.1 FP2 server edition?
- Replies: 6
- Views: 1997
Version 8.1 clients should still be supported on certain editions of Windows 7 (not Home edition). So if it's causing a problem, contact Support about it. I really like viewing job logs from within Designer (Ctrl+L). That feature was introduced in version 8.5 fix pack 1, and likewise is in version 8...
- Fri Apr 06, 2012 6:02 pm
- Forum: General
- Topic: Can 8.5 client be used with 8.1 FP2 server edition?
- Replies: 6
- Views: 1997
- Fri Apr 06, 2012 5:59 pm
- Forum: General
- Topic: Error with istool deploy finding package file
- Replies: 4
- Views: 1464
Re: Error with istool deploy finding package file
Try the following: -username or -user instead of -u -password or -pass instead of -p -file instead of -pkg Note: "The specified file name must be relative to the deploy directory in the target system." It implies an absolute path may not work... remove the double quotes The Admin Guide sho...
- Fri Apr 06, 2012 5:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Double pivot??
- Replies: 4
- Views: 1394
I think the example is clear now. I don't see any pivoting going on. I see more of just rearranging values across columns. Try Ray's If Then Else suggestion before making it too complicated. If reading from a file, you could perhaps read all columns as 1 char or varchar column (if not then concat al...
- Fri Apr 06, 2012 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort before a Sequential file
- Replies: 5
- Views: 3338
- Fri Apr 06, 2012 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Double pivot??
- Replies: 4
- Views: 1394