Search found 53125 matches
- Sun May 21, 2006 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem executing Server job
- Replies: 9
- Views: 1933
- Sun May 21, 2006 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborts,write failed: Output file full, and no more outpu
- Replies: 3
- Views: 4900
The warning is only a warning; you have asked (implicitly perhaps) a Sequential File stage to preserve partitioning, but it must execute in sequential mode, and must therefore perform collection of data from all partitions into a single stream. This is not the problem. The error messages suggest tha...
- Sun May 21, 2006 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem executing Server job
- Replies: 9
- Views: 1933
- Sun May 21, 2006 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning: "dfloat" to result type decimal
- Replies: 25
- Views: 7776
- Sat May 20, 2006 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phonthom error
- Replies: 11
- Views: 2741
- Sat May 20, 2006 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unlocking jobs
- Replies: 17
- Views: 6390
- Sat May 20, 2006 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unlocking jobs
- Replies: 17
- Views: 6390
Only an upgrade or an updating of the account would make anything disappear from VOC, other than an explicit DELETE command. The project cleanup button (which has been removed from the Administrator client and from the DS.TOOLS menu) ought not to affect "Q" and "R" type entries in the VOC file. I su...
- Sat May 20, 2006 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning: "dfloat" to result type decimal
- Replies: 25
- Views: 7776
- Sat May 20, 2006 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XSLT Error (javax.xml.transform.TransformerException)
- Replies: 2
- Views: 1654
- Sat May 20, 2006 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle NLS problem
- Replies: 6
- Views: 2622
- Sat May 20, 2006 2:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: format string
- Replies: 3
- Views: 793
Code: Select all
Convert(@FM, " ", Cats(Cats(Reuse("(pre "), Convert("|", @FM, InLink.TheString)), Reuse(")"))- Sat May 20, 2006 2:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pad zeros
- Replies: 6
- Views: 1289
You might like to investigate
Code: Select all
Oconv(TheNumber, "MR2")- Sat May 20, 2006 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems with mkdbfile
- Replies: 3
- Views: 1436
- Sat May 20, 2006 2:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
Or, to avoid the EVAL
Code: Select all
SELECT DS_JOBS WITH JOBNO MATCHING "1N0N" SAVING JOBNO TO 10- Sat May 20, 2006 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IMPORT&EXPORT ERROR
- Replies: 9
- Views: 3820
Looks like you may have some orphaned components - you should never delete from UNIX, since it does not remove the VOC entries. Execute the command DS.CHECKER to search for and remove orphaned components, and let us know if that has fixed the problem. If you can get exclusive access to the project, ...