Search found 6797 matches

by DSguru2B
Fri Mar 02, 2007 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOG RECORDS
Replies: 7
Views: 1662

Good piece of advice. Simple and straight forward. But beware, this methodolgy might cease to exist in the next version.
by DSguru2B
Fri Mar 02, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: requirements for using oracle stage in parallel jobs
Replies: 3
Views: 864

Its mandatory. It has been discussed here before. Search....
by DSguru2B
Fri Mar 02, 2007 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of DS JObs
Replies: 18
Views: 7804

Well if its in a runnable state then you "dsjob -report" will give you either Job status = 1 or 2 or 99. 99 (Not running) will tell you that its in a compiled state. If you get "ERROR: Failed to open job Status code = -1004" That means its not in a runnable state. Thanks for the clarification kumar,...
by DSguru2B
Fri Mar 02, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please provide alternative method of loading
Replies: 8
Views: 2189

Welcome Aboard,
Dont overload the transformer then. Modularize your job.
I was not able to understand what you were saying about back end date. If you mean that its not ordered, then you can always sort your data on the date field and then load it.
by DSguru2B
Fri Mar 02, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding warnings
Replies: 5
Views: 2243

What is your job design, the metadata? Also copy paste all the warning messages here.
by DSguru2B
Fri Mar 02, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

Ok. Lets take a step back. Build a simple routine and call it from within a basic transformer in a px job. Ans = EREPLACE(Arg1, "AAA", "xxx") Build a text file with a few records that have AAA at different places. Run the px job. See if all instances of 'AAA' get replaced...
by DSguru2B
Fri Mar 02, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

It should work but right now we are just shooting in the dark. Lets see which arrow hits bullseye. From a glance, nothing seems wrong with the routine and it should work in a px job just as it works in a server job. Write a px routine for it. I remember posting a routine that works with ascii number...
by DSguru2B
Thu Mar 01, 2007 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

Not char, it should be varchar. Change it to varchar so that you can trim the spaces.
by DSguru2B
Thu Mar 01, 2007 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of DS JObs
Replies: 18
Views: 7804

You can probably script it. Do a dsjob -ljobs to get all the jobs, read it one by one and pass it to dsjob -report or dsjob -log and grep for 'Job Status'. You can also check if its anything other than 1 or 2 then you can load the job name in a seperate file. A few lines of scripting.
by DSguru2B
Thu Mar 01, 2007 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

See if that routine works with the same input in a server job?
by DSguru2B
Thu Mar 01, 2007 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help Regarding:Binding output Interface
Replies: 7
Views: 1731

What is your job design? Did anything happen to that column on the way to the target?
by DSguru2B
Thu Mar 01, 2007 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCE/DFS credentials
Replies: 12
Views: 12313

Welcome Aboard;
Whatever id fires off the job, the job runs under that id. How are you running the jobs?
by DSguru2B
Thu Mar 01, 2007 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection properties
Replies: 2
Views: 699

There is property help. Try that. Also the manual comes in handy right about now.
by DSguru2B
Thu Mar 01, 2007 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Documentation explaining APT_DUMP_SCORE output
Replies: 3
Views: 1357

O comeon trobinson, go easy on the poor guy, it was Maxim :wink:
by DSguru2B
Thu Mar 01, 2007 6:00 pm
Forum: General
Topic: Designing a support model for DataStage
Replies: 2
Views: 990

Welcome Aboard, Well I would say, for any error that does'nt require manual intervention falls in the first category. For any error that requires a DataStage analyst to review the error message and act would come under second category. Any enhancements to the code would come under third category. Th...