Search found 15603 matches

by ArndW
Tue May 06, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

No negative impact unless the system is already overloaded.
by ArndW
Tue May 06, 2008 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary null in the last column of the Sequential file
Replies: 16
Views: 3147

First you need to determine how that null gets there. When you write the file, what termination and attributes are you using and are they the same as when you read the file?

hint: If you don't know this already - you can greatly improve throughput if you make this file a fifo one
by ArndW
Tue May 06, 2008 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communication
Replies: 12
Views: 3818

That is very odd. If you substitue your sequential file output with a peek stage does the error go away?
by ArndW
Tue May 06, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Happening Cardinality in join stage
Replies: 2
Views: 1107

Run the job with $APT_DISABLE_COMBINATION set to true in order to localize which stage is causing the error. It is most likely the JOIN but you cannot be sure.
by ArndW
Tue May 06, 2008 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining quarter number
Replies: 3
Views: 1186

Convert your dates to internal format, then use OCONV(In.Date1,'DQ') to get the quarter number and OCONV(In.Date1,'DY') to get the year and then (Date1Q+(Date1Y*4))-(Date2Q+(Date2Y*4))
by ArndW
Tue May 06, 2008 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Single char to multiple chars
Replies: 9
Views: 3156

Ray - thanks; after I saw the post I realized that I snarfed a copy when he posted it. I thought you were referring to a built-in EReplace() call in PX.

We really should get a DSXchange toolbox put together.
by ArndW
Tue May 06, 2008 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

Why not try setting the soft file limit to 2048 and checking to see if it makes a difference?
by ArndW
Tue May 06, 2008 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Single char to multiple chars
Replies: 9
Views: 3156

Ray, I used the search system but couldn't find a reference to a PX "ereplace" type function amongst the threads returned.
by ArndW
Tue May 06, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MultiUser Creation for a DS Server
Replies: 3
Views: 774

At version 8 you need to do this through the IIS administration client, usually through your web browser with address "http://{YourServer}:9080/"
by ArndW
Tue May 06, 2008 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recover previous logs
Replies: 1
Views: 544

Check your log auto-purge options, if you selected to keep only the last run then your log information is irretrievably gone. Sometimes the log information is still there, but your director client might have a filter condition set.
by ArndW
Mon May 05, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter status 65,280
Replies: 4
Views: 1201

if you limit the number of rows in the input do you get the same error?
by ArndW
Mon May 05, 2008 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Certification - how if I only use Server edition?
Replies: 5
Views: 1589

Ken - do you have one of those? I never got one (I didn't even know such a certificate existed)
by ArndW
Mon May 05, 2008 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Single char to multiple chars
Replies: 9
Views: 3156

You cannot do this simply in a PX transform stage. You can write a BuildOP to do this, or perhaps use a UNIX program such as "sed" to do the conversion for you.
by ArndW
Mon May 05, 2008 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage ETL JOB remains in Processing state for hours
Replies: 2
Views: 909

Have you spoken with your DBA to have him/her check for locked groups or records? This would explain the job just hanging around without doing any processing.

The debugger is explained in the documentation, the out-of-context message is perfectly OK in your situation.