Search found 15603 matches

by ArndW
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

Click on the column name to activate it, then right mouse click and choose the "edit row" option, that brings up the window where you can set the specific column attributes.
by ArndW
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...
by ArndW
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

Now that the language or method is established, which part specifically are you having trouble with?
by ArndW
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

You need to make sure that each instance running in parallel gets a unique instance identifier
by ArndW
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

Joe - did you try the reset on the job?
by ArndW
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...
by ArndW
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

balajisr, you are right. ARRGG!!! I missed that part of his description. The job, after saving changes, has a status of not compiled and therefore cannot run.
by ArndW
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

Is there additional information in the log file when you reset the job, i.e. and entry titled "from previous run..."?
by ArndW
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

The quote from the documentation recommends choosing a length greater than 4Kb.

Are you reading from or writing to the database?
by ArndW
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

Balajisr - good catch! I saw the problem as well, but got caught in a short meeting before being able to hit "post", and now I'm editing out my response since you did a better job in the meantime!
by ArndW
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,...
by ArndW
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

What is your input stage passing xxx into the transform and is the nullability of xxx the same there? Also, I would recommend removing the parenthesis around the else clause of the derivation {but I don't think that is causing your problem}
by ArndW
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

that sounds like a bug. If you RESET the job from the director, does the dsjob -run still fail? Also, will it fail after a RESET if run from the director?
by ArndW
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...
by ArndW
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...