Search found 42189 matches

by chulett
Sat Mar 07, 2009 8:42 am
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 10294

Where's your InvocationID? It looks to me like you're running your MI job in a non-MI mode as I would think it would say "Waiting for job SeqDocSiatcProposta.??? to finish" otherwise. :?
by chulett
Sat Mar 07, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Header and Detail record
Replies: 2
Views: 1221

Post your XPath Expressions.
by chulett
Fri Mar 06, 2009 3:24 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3092

Interesting, but not what I was thinking of. It was more of a 'Christmas Carol' kind of story - DataStage Past, Present and Future.
by chulett
Fri Mar 06, 2009 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: Error and Substring does not work
Replies: 3
Views: 1584

Why check if NAME is equal to something *and* like something? :?

Regardless, return the substring into a new field, select the full name back into the key field.
by chulett
Fri Mar 06, 2009 3:11 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3092

Vincent has blogged on the history of DataStage over at ITToolbox but for some reason I wasn't able to find the three-part conversation I recall reading over there.
by chulett
Fri Mar 06, 2009 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File does not get created
Replies: 3
Views: 1321

Then that means you're not looking in the right place on the server... or you're looking for the wrong name.
by chulett
Fri Mar 06, 2009 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job control Awk issue
Replies: 7
Views: 2481

What does the log show as the actual command that was executed?
by chulett
Fri Mar 06, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error
Replies: 5
Views: 1924

You need to start your own thread.
by chulett
Fri Mar 06, 2009 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating XML Output
Replies: 2
Views: 943

FYI, the "from" doesn't matter. XML Output to create an xml target, XML Input to read an xml source.
by chulett
Fri Mar 06, 2009 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning on dfloat to decimal
Replies: 2
Views: 1783

Depends on the data. It's telling you that you are emptying a 10 pound bag into a 5 pound bag and that it may not all fit. The outcome totally depends on what's in the bigger bag.
by chulett
Fri Mar 06, 2009 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom processes are not exiting after a job has completed
Replies: 5
Views: 2223

So... your job completes without warnings or errors and then you find leftover processes? Can you be precise about exactly what 'phantom processes' you are finding and killing? :?
by chulett
Thu Mar 05, 2009 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

Hashed file yes, Universe table no... other than the account/project that is. So all that's valid there is the table name itself, no 'path' of any kind. Now, you can create a hashed file wherever you like and then create a VOC pointer in the project to that location and reference it by that pointer ...
by chulett
Thu Mar 05, 2009 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

And typically what you'd put for the Data Source Name would be localuv - the equivalent of the current Project. User Name and Password will automatically 'grey out' and be non-applicable.
by chulett
Thu Mar 05, 2009 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

I don't think I have ever moved a Container stage onto the canvas and built it 'from scratch' so can't really comment on some of your frustrations. What I do is build the job to completion and then create the container from the built stages. To do this, simply select the stages that should be in the...