Search found 459 matches

by Minhajuddin
Fri May 18, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does this error mean? Status code = -1004
Replies: 6
Views: 2775

There are a lot of warnings. Here are some........

Join_2: When checking operator: On input data set 1: When binding input interface field "BILLING_ACCT_NUMBER" to field "BILLING_ACCT_NUMBER": Implicit conversion; from source type "int32" to result type "string[max=100]": Converting number to string Sequential...
by Minhajuddin
Fri May 18, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does this error mean? Status code = -1004
Replies: 6
Views: 2775

There are a lot of warnings related to Schema..

Hi
There are a lot of warnings related to scema...
But this error is FATAL.
by Minhajuddin
Fri May 18, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does this error mean? Status code = -1004
Replies: 6
Views: 2775

What does this error mean? Status code = -1004

Hi all, I have designed a parallel job. It has two sequential files joined by a JOIN stage and then pass through a transformer to the target sequential file. And when I compile and run it. This is the error it shows. Status code = -1004 [1] + Done(134) ? 5296 Abort test Can anybody help me out with ...
by Minhajuddin
Thu May 17, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use the output of one reference input in the other?
Replies: 5
Views: 1867

I am sorry for the confusion, But it is a Server job.

Hi
I am sorry for the confusion. But It is a server job I am talking about.
How can we do this in a transformer?
by Minhajuddin
Thu May 17, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use the output of one reference input in the other?
Replies: 5
Views: 1867

Can we use the output of one reference input in the other?

Hi
Can we use the output of one input reference link in a transformer as the input to another reference link in the same transformer. How can we achieve this?
Thanks
by Minhajuddin
Thu May 17, 2007 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the maximum number of transformers we can use?
Replies: 2
Views: 1488

What is the maximum number of transformers we can use?

Hi all,
What is the maximum number of transformers we can use in a single job without degrading the performance of the job.

Thanks for your time
by Minhajuddin
Sun May 13, 2007 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Server Routine which can give information about the link.
Replies: 6
Views: 1841

Hi I have figured out why it was not working. But, How do we

Hi there, Thanks for all your support, I have figured out, what was wrong. I had given DSJ.LINKROWCOUNT as DSJ.LinkRowCount and that is why it wasn't working. BASIC is case sensitive :wink: Here is the code of the routine which takes three arguments. The arguments are JobName,StageName,LinkName $INC...
by Minhajuddin
Fri May 11, 2007 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Server Routine which can give information about the link.
Replies: 6
Views: 1841

DS Server Routine which can give information about the link.

Hi there, I know that we use DSLinkGetInfor() to get the information about the no. of records sent on a link. But I am unable to write a routine which takes the jobname, stage name and link name as parameters and gives the count of rows as the return value. Please help me on this. And thanks a lot..
by Minhajuddin
Mon Apr 30, 2007 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to run Parallel Jobs on my Machine.
Replies: 2
Views: 1358

Unable to run Parallel Jobs on my Machine.

I have created a simple Parallel Job(This is the first time I have done it on this machine). It says "This jobtype is not currently runnable on this platform". Can somebody tell me what exactly is wrong with this .