Search found 42189 matches

by chulett
Wed Jan 09, 2008 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage repetition columns
Replies: 2
Views: 944

Typically one would make the 'lowest level' the repetition key, so try marking the User instead of the Group as such.
by chulett
Tue Jan 08, 2008 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML records dropping while passing to the output!
Replies: 9
Views: 3637

:? Does XMLSpy tell you this is well formed? You've got an extra </CD> tag in there...
by chulett
Tue Jan 08, 2008 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML records dropping while passing to the output!
Replies: 9
Views: 3637

You have a field called 'file name' that you are not in fact putting the filename in, but rather the contents of the file instead. Ernie suggested using the External Source stage to perform an 'ls' to get the actual filename and then set the XML Input stage to URL/File path. This lets the XML Input...
by chulett
Tue Jan 08, 2008 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence issue
Replies: 8
Views: 1793

First off, as Ray asked, is "mdsCountLines" a custom routine? Is it properly compiled and something you've used before? Secondly, I really don't think you can call routines like that directly in your trigger expression. I would suggest you use a Routine Activity stage to execute the routine and then...
by chulett
Tue Jan 08, 2008 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading from Sequential File with Filter option.
Replies: 3
Views: 1230

Depends on the complexity of the filter command, I would think. But generally, I'd say no.
by chulett
Tue Jan 08, 2008 12:59 pm
Forum: Site/Forum
Topic: Top Posters List
Replies: 4
Views: 2424

It came off the front page some time ago because it was causing 'issues' with the page load speed. There was talk about creating a new page for it, but I don't think that ever happened.

I just click on Ray's name in any of his posts to see how badly he continues to wallop all of us. :wink:
by chulett
Tue Jan 08, 2008 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: searching parameter value within all DS jobs
Replies: 9
Views: 2174

I have projects with several thousand jobs. Properly setup your search shouldn't take all that much time to do, especially if you are querying a database table you created just for this.
by chulett
Tue Jan 08, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs....
Replies: 6
Views: 1216

Hmmm... Arnd gave you a far more complete answer than I did.
by chulett
Tue Jan 08, 2008 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enviournment variable(password )in Dyanmic RDBMS stage
Replies: 8
Views: 2299

Back to your original problem as stated, there shouldn't be an issue using an encrypted password in any DB stage. What makes you say you are "unable to achieve it"? What exact issue are you having? :?
by chulett
Tue Jan 08, 2008 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs....
Replies: 6
Views: 1216

Re: Server Jobs....

Whatever the code we do with server job, is it possible to do with parallel job?

Basically, yes. Doesn't necessarily go the other way.

If Yes, which one is better server jobs or parallel job?

Better? Depends on the task.

Which will have the future, Server or Parallel?

Parallel.
by chulett
Tue Jan 08, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Concept using Server Jobs
Replies: 3
Views: 1475

Do you have a particular reason for asking this? More detail will get more better answers. You can build a 'loop' in a 7.5.x Sequence job, by the way.
by chulett
Tue Jan 08, 2008 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up in Server Job
Replies: 16
Views: 5672

You tell us. I thought you were going to post the exact version of DataStage you are running?

ps. 'Sink' is where dirty dishes go, you mean 'sync'. :wink:
by chulett
Tue Jan 08, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enviournment variable(password )in Dyanmic RDBMS stage
Replies: 8
Views: 2299

Of course, an after-job routine or script can execute your stored procedure. Suggest you code a script and get it running outside of DataStage first, then add it to your job.
by chulett
Tue Jan 08, 2008 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ulimit problem
Replies: 19
Views: 6268

At some point soon here, I would think you'd be better served by opening a case with your official Support provider rather than continuing to thrash here.
by chulett
Mon Jan 07, 2008 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting values of User defined environment variables in UNIX
Replies: 5
Views: 2972

If you want the project default value when the job runs, don't mention the parameter name when you run the job from UNIX. Let it take the default.