Search found 6797 matches
- Wed Aug 23, 2006 12:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop the job after 1 read row
- Replies: 8
- Views: 2048
- Wed Aug 23, 2006 12:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: This jobtype is not currently runnable on this platform
- Replies: 7
- Views: 4114
- Wed Aug 23, 2006 12:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error retrieving results from server
- Replies: 8
- Views: 3725
Try to run the view at the command line and collect its contents in a file. Then do a wc -l on the file to check the number of records. If it is what you are getting via DataStage then the sql for creating the view is too huge to accomodate that amount of records in the database memory. For that you...
- Wed Aug 23, 2006 12:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: create user on server
- Replies: 4
- Views: 1187
- Wed Aug 23, 2006 12:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String aggregation
- Replies: 11
- Views: 3940
- Wed Aug 23, 2006 12:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop the job after 1 read row
- Replies: 1
- Views: 624
- Wed Aug 23, 2006 12:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop the job after 1 read row
- Replies: 8
- Views: 2048
- Wed Aug 23, 2006 12:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error compiling generated subroutine for stage
- Replies: 7
- Views: 4462
- Tue Aug 22, 2006 11:32 pm
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
Ken Hits 4000
At this point, Kenneth Bland is one post away from 4k. I, personally, have gotton so much support and encouragement from him. Thanks for helping us carve our path in better understanding ETL concepts, DataStage tips and tricks and in becoming better ETL developers. Congratulations on accomplishing t...
- Tue Aug 22, 2006 11:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error retrieving results from server
- Replies: 8
- Views: 3725
- Tue Aug 22, 2006 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller problem: Error calling DSRunJob,code=-14
- Replies: 8
- Views: 8481
- Tue Aug 22, 2006 11:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing to Oracle Table is slow
- Replies: 8
- Views: 2289
- Tue Aug 22, 2006 11:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: This jobtype is not currently runnable on this platform
- Replies: 7
- Views: 4114
- Tue Aug 22, 2006 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Date part from File Name
- Replies: 2
- Views: 674
If you can get a list of all the files present in the folder you want to manipulate then you can read it via a sequential file and then use the field function to extract the date and the terminal id. Otherwise you can use write a small script to read in the files and use the power of awk to get the ...
- Tue Aug 22, 2006 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MS SQL Server Load stage equivalent in PX in UNIX??
- Replies: 7
- Views: 2840