? The only possible issue I know is when using the load method you might get the table, and perhaps the tablespace, into a "load pending" or "backup pending" state.the entire database is geeting down because of this Job
Search found 15603 matches
- Wed Jul 19, 2006 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A Datastage Job creating an Issue to the entire Database
- Replies: 9
- Views: 2459
- Tue Jul 18, 2006 12:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unzip in DS
- Replies: 10
- Views: 2710
Sure, if you have the appropriate unzip program on UNIX, or else unzip it on the PC and FTP it over, or perhaps you might have software that lets you mount a NTFS network drive from your UNIX flavor. The unzip or other preprocessing can be done as a call from your sequential file stage once you've g...
- Tue Jul 18, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job parameters
- Replies: 13
- Views: 3716
So, I dont require to enable the multiple instances option, if I have to run the jobs sequentially and calling the job twice in between the job flow. Wrong. As stated above, at v5 you cannot run multinstance jobs without the Axcel pack. You can copy your Job1 into Job1a, and then call that as part ...
- Tue Jul 18, 2006 12:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unzip in DS
- Replies: 10
- Views: 2710
- Tue Jul 18, 2006 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Corruption
- Replies: 2
- Views: 639
- Tue Jul 18, 2006 4:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job parameters
- Replies: 13
- Views: 3716
You need to use the DSAttachJob( ) function to return a file handle for each of the jobs you want to call. Since the file handle is part of the DSSetParam() function call you need to specify these parameter settings for each of the jobs you wish to call. If you recursively call the ControllerJob1 yo...
- Tue Jul 18, 2006 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing duplicates from 20 million records
- Replies: 24
- Views: 7528
- Tue Jul 18, 2006 3:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing duplicates from 20 million records
- Replies: 24
- Views: 7528
- Tue Jul 18, 2006 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Server and Enterprise Edition
- Replies: 11
- Views: 2148
There are a number of threads out there regarding the differences between Server and Parallel. The common designer canvas can misleas the new and unwary developer into thinking that the two products, Server and Parallel, differ mainly in their performance. This is a big mistake and an easy enough er...
- Tue Jul 18, 2006 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing duplicates from 20 million records
- Replies: 24
- Views: 7528
- Tue Jul 18, 2006 1:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing duplicates from 20 million records
- Replies: 24
- Views: 7528
Sorting a mere 10 million records should be no problem. You might need to tell the sort command to use a different temporary directory if your /tmp is dimensioned rather small. Using sorted data on the aggregator stage will speed up the processing and also have the effect that the stage will use ver...
- Tue Jul 18, 2006 1:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subtract 1 second
- Replies: 5
- Views: 2483
- Mon Jul 17, 2006 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INSERTING ROWS MULTIPLE TIMES
- Replies: 9
- Views: 2170
This thread is an exact repeat of one that happened last week. If you have a reasonable limit on the output links (say 30) then this method will work efficiently. The easy alternate is what Anupam has suggested, by using an algorithm to loop around creating multiple "lines" by inserting <cr><lf> int...
- Mon Jul 17, 2006 6:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds takes fields from incorrect lookup
- Replies: 10
- Views: 2171
- Mon Jul 17, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination received after stage
- Replies: 10
- Views: 3433
And does the same error (or any error) happen when you call up the command manually from the TCL environment? Also, what if you change your SPOOL command to a "COMO ON {ComoFileName}" and "COMO OFF" - perhaps redirecting output to SPOOL causes some internal confusion in the job; turning on COMO shou...