Search found 42189 matches

by chulett
Fri Oct 20, 2006 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need for loop in basic code
Replies: 14
Views: 5526

Actually, our friend created a new post in the EE forum asking this very question. It has been resolved there.
by chulett
Fri Oct 20, 2006 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while performing operations on the Target table
Replies: 11
Views: 3183

Talk to your DBA, they should be able to explain to you exactly what a 'deadlock situation' is and what you'd need to do to avoid them.
by chulett
Fri Oct 20, 2006 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML arsing error
Replies: 6
Views: 6202

So... what you posted was the .xsd information that you have pasted into the XML Output stage's Document Type tab on the Document Setting tab of the Output tab? Ok. Haven't seen a need to do that yet. What happens if you uncheck the 'Include' option there so it is not used? I assume you've imported ...
by chulett
Thu Oct 19, 2006 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Uninstall and NLS Default features
Replies: 3
Views: 2162

In case it's not clear, Ray's #1 response means it is only possible to uninstall NLS by an uninstall and reinstall of DataStage - and on the reinstall, you choose to not install NLS.
by chulett
Thu Oct 19, 2006 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage error: User Id is a required stage property
Replies: 8
Views: 3220

Exactly... and it doesn't even need to be a legitimate value to make that particular error go away - it just needs to be non-blank. Of course, adding a bogus value will generate other errors... :wink:
by chulett
Thu Oct 19, 2006 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Share Container
Replies: 12
Views: 4043

You were mentioned 'Think of it as an 'include' file for DataStage, a snippet of code that gets compiled into the job'. My thinking is, if all 7 jobs are running and all open same file at the same time, does it possible hit the limit number of file open or may be file get locked or something? I men...
by chulett
Thu Oct 19, 2006 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob status code 1 & 2
Replies: 9
Views: 21439

You might be confusing it with the dsjob command -wait option that returns a zero for success or a non-zero status to mean failure. Kris noted the DataStage specific job status codes, what you get when you replace it with the -jobstatus option.
by chulett
Thu Oct 19, 2006 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job - Performance Issue
Replies: 15
Views: 6990

Re: performance

dsscholar wrote:10 G is not sufficient to process large amount of data.

Errr... ok. I'm sure the issue here is a little more specific than that, not just the fact that it is "10 G". :?
by chulett
Thu Oct 19, 2006 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Share Container
Replies: 12
Views: 4043

It's got nothing directly to do with the fact you are using a Shared Container. Think of it as an 'include' file for DataStage, a snippet of code that gets compiled into the job. It doesn't change anything about the way that code functions. You'd need to post the actual error(s) generated if you wan...
by chulett
Thu Oct 19, 2006 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 2
Views: 878

You'd need to define what you mean by 'support'. For the record, there is a Java PACK that can be purchased to allow a DataStage job to do things like call a Java application during a derivation...
by chulett
Thu Oct 19, 2006 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up of projects
Replies: 3
Views: 839

FYI - the answer was simple: Kim Duke's website. He has both available in his 'Tips' section for download. Check his sig in any kduke posts for the link.
by chulett
Thu Oct 19, 2006 11:55 am
Forum: General
Topic: 7.5.2 Upgrade (issues) from 7.5.1A on AIX 5.2
Replies: 1
Views: 2614

Hmm... maybe I'll just hold off a wee bit on my 7.5.2 upgrade...
by chulett
Thu Oct 19, 2006 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading hash file from job control
Replies: 6
Views: 1557

Hashed file, my Guru friend. Want to take another stab at it? :wink:
by chulett
Thu Oct 19, 2006 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing before routine output in the datastage job parameter
Replies: 11
Views: 8777

You'll need to either process all the files one by one in a loop or concatenate all files together pre-job and then process the combo file.
by chulett
Thu Oct 19, 2006 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up of projects
Replies: 3
Views: 839

I guess you haven't looked to see if your identical question on IBM's forum was answered, eh?