Search found 15603 matches
- Wed Jun 20, 2007 6:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel JOIN Stage - LEFT Outer join
- Replies: 5
- Views: 2367
- Wed Jun 20, 2007 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Abort --> Error log doubt
- Replies: 2
- Views: 1142
You have filled up your T30FILES descriptors with all of the hashed files you have opened. Look at your uvconfig file settings; you can increase the value to accomodate all these concurrently opened type 30 files, or you can make these files static and thus use other descriptors. The best solution i...
- Wed Jun 20, 2007 6:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routines - Which can read Seq File and Update the same
- Replies: 6
- Views: 2089
- Wed Jun 20, 2007 4:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Allow Multiple instance error
- Replies: 4
- Views: 1534
- Wed Jun 20, 2007 3:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status=99 (Job not running)
- Replies: 14
- Views: 6831
- Wed Jun 20, 2007 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write into Seq file- Import validation error!!
- Replies: 16
- Views: 3260
RakshaPai - I am confused whether this error is when reading the sequential file or trying to write to it. If it is an output sequential file, can you right mouse click on the column in the stage and "edit row". I suppose the column is declared as nullable, which the sequential file doesn't like. Se...
- Wed Jun 20, 2007 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command
- Replies: 25
- Views: 9969
- Wed Jun 20, 2007 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status=99 (Job not running)
- Replies: 14
- Views: 6831
- Wed Jun 20, 2007 2:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to load LONG data.
- Replies: 3
- Views: 1893
- Wed Jun 20, 2007 2:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling error
- Replies: 17
- Views: 5667
- Wed Jun 20, 2007 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: folding a single record into multiple records at fixed width
- Replies: 24
- Views: 7203
Ray - Naaaah, I'll let you wait. I'll just ignore any posts to that effect News78 - do you see that your "one line of data" can also be interpreted as "One file with rows of 5-byte fixed length data with no separator"? This is what bcarlson was driving at - you don't need to change your data around,...
- Wed Jun 20, 2007 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling error
- Replies: 17
- Views: 5667
- Wed Jun 20, 2007 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command
- Replies: 25
- Views: 9969
- Wed Jun 20, 2007 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to load LONG data.
- Replies: 3
- Views: 1893
Are you reading from or writing to this stage? In your first post you stated "loading" but now I am not sure. It seems that the OCI stage has truncated the string, so the OCI stage definitions are relevant. In DataStage Server the length of a VarChar field does not actually limit the length of the s...
- Wed Jun 20, 2007 1:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration File
- Replies: 1
- Views: 714
KKsr - that is a question whose answer is a very fundamental part of DS. It is a big topic, best read the Parallel Job Developer's Guide , page 43 onwards in the chapter on "The Configuration File". Any remaining questions can be asked here. In a couple of words - scratch is where temporary data goe...