Search found 1215 matches

by narasimha
Fri Jan 12, 2007 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

You don't get such specific information w.r.t different stages in the job log.
by narasimha
Fri Jan 12, 2007 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB run taking more time not throwing any error msg
Replies: 8
Views: 3441

Run your Stored Procedure outside Datastage and check how long it takes.
Then you can find out as to where your problem is occuring.
by narasimha
Thu Jan 11, 2007 11:43 pm
Forum: General
Topic: How to deal with Job Log ?
Replies: 9
Views: 3269

xinhuang66 wrote:what I want to get is the job log information for the finished job ?

Is developing a job routine the only way to get it ??

Yes, as Ray already specified above.
by narasimha
Thu Jan 11, 2007 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 4169

Yes, check the "Add checkpoints so sequence is restartable on failure"
in the Compilation Options of the Job Sequence.
by narasimha
Thu Jan 11, 2007 9:31 pm
Forum: General
Topic: How to deal with Job Log ?
Replies: 9
Views: 3269

ray.wurlod wrote:General probably IS the appropriate forum, since the answer will be the same irrespective of job type.


Gave it a thought, don't know why I still posted it :roll: Guess I had a long day..
by narasimha
Thu Jan 11, 2007 9:02 pm
Forum: General
Topic: How to deal with Job Log ?
Replies: 9
Views: 3269

Dooh.. late...

xinhuang66,
Moving forward, please post in appropriate forum.
by narasimha
Thu Jan 11, 2007 8:58 pm
Forum: General
Topic: How to deal with Job Log ?
Replies: 9
Views: 3269

Use the Notification activity in the Job Sequence.
Check the "Include job status in email", you should get what you want.
by narasimha
Thu Jan 11, 2007 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

please help me Gurus, from where i can get the actual value. In DS Administrator, where you set up the default values. Not sure if you can get this information from dsjob -paraminfo. Environment Variable is more a global thing than specific to a job. Would be interesting if somebody know how to get...
by narasimha
Thu Jan 11, 2007 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSUtility
Replies: 38
Views: 5659

vijaykumar wrote:This is my requirement, my teamlead wants t o know information from the operating system.


You have a tough Team Lead :!:
by narasimha
Thu Jan 11, 2007 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

Compile your job and try again.
If not try searching for Status code = -1004 here
You should have get your answer.
by narasimha
Thu Jan 11, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading from Db2 database using Db2 API stage.
Replies: 11
Views: 3697

Looks like this is an one of those unresolved issues :(
by narasimha
Thu Jan 11, 2007 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading from Db2 database using Db2 API stage.
Replies: 11
Views: 3697

If you are using Environment Variables you should be passing the parameters like this #$DSCAPIOP__DB2DSN#
I am sure you would have already used this - default value as $PROJDEF in your job parameters
by narasimha
Thu Jan 11, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

Looks like you are using '1' (One) instead of 'l' (Alphabet l)

Use

Code: Select all

dsjob -lparams salma10 job1 

not

Code: Select all

dsjob -1params salma10 job1


Or was it a typo?
by narasimha
Thu Jan 11, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

Don't use [useid]
Try

Code: Select all

dsjob -lparams salma10 job1 
by narasimha
Thu Jan 11, 2007 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem viewing the sequential file
Replies: 11
Views: 2622

Try reading it using a hex editor like UltraEdit or xvi32 and check if you see something different.