Search found 364 matches

by sud
Fri Jul 25, 2008 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trim " character
Replies: 4
Views: 2284

Re: Trim " character

Try ereplace
by sud
Fri Jul 25, 2008 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate was unable to write to any of the files:
Replies: 6
Views: 2069

Re: Orchestrate was unable to write to any of the files:

Wow, do you really mean 20 lookups linked? Hmmm, lemme guess, you are using teradata, so must be there are large volumes. The whole thing might just be crashing. Did you check with your unix admin, during the job run did you run out of scratch etc (although datastage usually throws scratch problems ...
by sud
Fri Jul 25, 2008 8:32 am
Forum: General
Topic: Comparision of Stage Variable & Transformer
Replies: 6
Views: 1927

Hey! Thanks for your reply! :) How to see CPU usage for a particular stage.. :roll: In director, right click on the job and choose Monitor. Read through the columns that appear - if you don't find %CP right click on the columns and choose that. Alternatively, you can set the APT_PM_PLAYER_TIMING en...
by sud
Fri Jul 25, 2008 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting decimals
Replies: 3
Views: 2586

Re: Converting decimals

How about just a change in the scale and precision ... since it is a change from smaller scale and precision to bigger the default conversion should be just fine. Have you tried that?
by sud
Thu Jul 24, 2008 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginInitialize().
Replies: 1
Views: 3838

Re: Error occurred in call to ORPHCallActivePluginInitialize

Looking at that error even God will not be able to help you. For a start, this is a common error you will get from the stored proc stage unless you set it up (pass all parameters and all with right datatypes etc.) correctly. You have to check and re-check every property you are setting within the st...
by sud
Thu Jul 24, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad record delimiter Fixed width length "\n" got &
Replies: 9
Views: 10292

To me it looks like since the record type is fixed, datastage is reading the record length number of characters. Now, there should be spaces for the columns E and F in the first record since they are null, but if there are none, datastage will read upto the second record and then look for a record d...
by sud
Thu Jul 24, 2008 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML field truncation
Replies: 5
Views: 5431

Re: XML field truncation

Solved the Issue!. It turned out that while defining the column for MQ stage I had less number of bytes that Column size filed. Hard to belive!, but once i changed the display field as that of column size, problem solved. Interesting, so was the data ACTUALLY getting truncated or was it just a view...
by sud
Tue Jul 22, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split records
Replies: 5
Views: 1364

You have to create a buildop where you have to count the number of delimiters and then spit out as many records as required.
by sud
Thu May 29, 2008 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Director - Job "Monitor" not showing the number
Replies: 6
Views: 3828

Re: DS Director - Job "Monitor" not showing the nu

Did somebody switch off job monitoring altogether? Is the row count not available for just one link or all links in the job?
by sud
Thu May 29, 2008 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT ERROR
Replies: 1
Views: 1567

Re: SIGINT ERROR

Do you know if there is any limit set regarding the number of processes that one user can start of simultaneously? Check with your unix/datastage admin.
by sud
Thu May 29, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output records execution order!
Replies: 4
Views: 1599

Re: Output records execution order!

Ummm no, actually it won't do that. The link ordering in the transformer, as far as I know, helps determine the order of execution of the constraint expressions and that's about it. In parallel mode, even if data gets pushed into the two links one after the other the subsequent stages will start pro...
by sud
Thu May 29, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error via email
Replies: 12
Views: 4390

Thanks for reply. Than I am not aware of it.Can you please guide me ... Thanks ... Well, do this: in your job sequence, take a notification activity from the palette and open it's properties (the place where you have to mention the to and from addresses as well as the subject and body) and look for...
by sud
Wed May 28, 2008 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'Chunk' XML Files before parsing
Replies: 12
Views: 6862

Well, the sed/awk commands can be executed in shell(you can use execsh from datastage) and use a "> filename" to store the output in a file and use the new file instead.