Search found 6797 matches

by DSguru2B
Thu Jan 25, 2007 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view dataset using Data Set Managment in Manager
Replies: 11
Views: 4370

Yes, check in your unix folder /Data0.
by DSguru2B
Thu Jan 25, 2007 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

Did you try executing with datatype as varchar and length say 26 and no scale on both the databases. You need to find what length of varchar datatype will work for both databases. If you can find that, you will be all set.
by DSguru2B
Thu Jan 25, 2007 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use DSJOB to search in director log
Replies: 13
Views: 5943

Ok heres how I do it. It should give you a clear understanding of how to get this done. dsjob -lognewest $Project $JobName | awk -F"\=" '{print $2}' | read BeginEventId ((BeginEventId=BeginEventId+1)) dsjob -run -jobstatus -warn 1 <Project> <JobName> dsjob -lognew...
by DSguru2B
Thu Jan 25, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging Batch
Replies: 16
Views: 2751

You cannot see it. Did someone delete it :shock: Try to create a routine by the same name and try to save it. If its there it wont let you do that.
by DSguru2B
Thu Jan 25, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging Batch
Replies: 16
Views: 2751

When you run this as a batch job and it gets aborted. Try resetting the job.A message "from previous run" might show up giving us more details on whats going on.
by DSguru2B
Thu Jan 25, 2007 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The runLocally() of the operator fail
Replies: 14
Views: 17329

One of my collegues brought a smiliar issue to my attention. It was server though. It had about 10 stages and long link names and stage names. The job name was pretty long too. One of the hashed file stages was ending abnormally. After trying different things without avail, i just make a copy of the...
by DSguru2B
Thu Jan 25, 2007 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Stage in Windows
Replies: 11
Views: 4512

Also try #include "string.h". See if your compiler recognizes that.
by DSguru2B
Thu Jan 25, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling stored procedure.
Replies: 14
Views: 7848

Try with one database first. Just load the columns. When one works, build the same in a seperate job for the second. Keep them seperate. You dont want the failure of one to effect the smooth execution of the other.
by DSguru2B
Thu Jan 25, 2007 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attachments 0kbs in Notification Activity
Replies: 11
Views: 2854

chulett wrote:Thank you for confessing your sin, my child. It helps all of us. :wink:

:lol:
by DSguru2B
Thu Jan 25, 2007 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

I'd say go for Craig's solution. Make the date field as varchar. Pass in a parameter as DBType. Check for parameter value inside the job and in a stage variable switch betweent he two formats.
by DSguru2B
Wed Jan 24, 2007 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq. Error
Replies: 13
Views: 5572

There are other ways to pass parameter values as well. You can use dsjob -param paramname=value also to provide values to your job.
by DSguru2B
Wed Jan 24, 2007 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NVL in Server jobs?
Replies: 4
Views: 1272

You can also incorporate Len(in.Col) < 1 in Whale's code to handle source files.
by DSguru2B
Wed Jan 24, 2007 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error code=-4
Replies: 13
Views: 4666

Sam, did you try giving the StartDate and EndDate with quotes. I built a sample job with that routine (Great routine by Ray btw), it works fine for me. But I tried by passing StartDate and EndDate with quotes.
by DSguru2B
Wed Jan 24, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate keys
Replies: 14
Views: 3878

Its really not all that complicated. All you need is sorted input on the key, two stage variables and two output links. The stage variable will compare current key to previous and mark flag it. Use the output link constraints to constraint the output.
by DSguru2B
Wed Jan 24, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autosys - help
Replies: 4
Views: 778

Basically that subject matter is out of the scope of this website. You will probably get more information on google or an AutoSys forum.