Search found 128 matches

by bikan
Thu Jan 03, 2008 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Call DSExecute
Replies: 10
Views: 4705

After removing DB2CMD I'm getting below message ..

EST #1
*******

Arg1 =

Test completed.

returned status 8 and screen output "DB21061E Command line environment not initialized.> ".

Result = DB21061E Command line environment not initialized.
by bikan
Thu Jan 03, 2008 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Call DSExecute
Replies: 10
Views: 4705

Hi I got following output after adding CALL DSLogWarn('Command "':DB2Cmd1:'" returned status ':ErrCode:' and screen output "':ScreenOutput:'".','') TEST #1 ******* Arg1 = Test completed. DSLogWarn called from : Message to be logged is... > Command "db2cmd; db2 connect to tar...
by bikan
Thu Jan 03, 2008 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Call DSExecute
Replies: 10
Views: 4705

Hi I got following output after adding CALL DSLogWarn('Command "':DB2Cmd1:'" returned status ':ErrCode:' and screen output "':ScreenOutput:'".','') TEST #1 ******* Arg1 = Test completed. DSLogWarn called from : Message to be logged is... > Command "db2cmd; db2 connect to tar...
by bikan
Thu Jan 03, 2008 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Call DSExecute
Replies: 10
Views: 4705

I'm getting 0 for ErrorCode value, and after adding below line

Code: Select all

CALL DSLogWarn(ScreenOutput,'') 


I'm getting below Test output

TEST #1
*******

Arg1 =

Test completed.

DSLogWarn called from :
Message to be logged is...
>

Result =


Let me know what needs to be modified ...
by bikan
Wed Nov 14, 2007 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with Metadata. Column not found.
Replies: 2
Views: 987

Hi Brad, Everything is fine with the job but still I am not able to understand why DS is showing such an error or dont know if its the default behaviour of DS. But I am able to find a work around. I guess its more to do with Orchestrate interface optimisation when using parallel Enterprise DB Stages...
by bikan
Mon Nov 12, 2007 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with Metadata. Column not found.
Replies: 2
Views: 987

Problems with Metadata. Column not found.

Hi, I guess its one more day that I found DataStage acting wierd. I have a simple job, S.F ---> SPRSE LOOKUP ----> CPY ---2 out links---> Two Db2 Upserts and the fatal error it gives is db2Upsert: When preparing operator: When binding partitioner interface: Could not find input field "arr_id_ap...
by bikan
Thu Nov 08, 2007 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Load stage
Replies: 11
Views: 2964

Hi,

I am facing the same problem. Iguess Db2/UDB load stage does not work properly in 7.5.1
by bikan
Tue Nov 06, 2007 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent of ORACLE MERGE in Datastage
Replies: 2
Views: 1294

This is still open. I am just wondering if the CDC & A stages can be used, but in CDC I am not able to propogae columns of Before dataset. Any other stages, that avoids transformer
by bikan
Mon Nov 05, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent of ORACLE MERGE in Datastage
Replies: 2
Views: 1294

Equivalent of ORACLE MERGE in Datastage

Hi, Is there a single stage in DS that performs the same actions as of Oracle Merge. Basically, I have two input datastreams and one output stream and I have to perfrom a LEFTOUTER join, but I dont want to use a downstream transformer for the logic ( If NUll(reference.value) then out.value = primary...
by bikan
Wed Oct 31, 2007 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found
Replies: 4
Views: 2177

Yes, it is the same job. The one exported and imported from prod to dev. The config file is also the same. Only the user id used to run the job and connection parameters to database are different in both the evnvironments. And as i said, it used to work fine until yesterday. And also the above error...
by bikan
Wed Oct 31, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible in DATASTAGE??
Replies: 2
Views: 1023

Yes.

Use the string functions Alpha and Num in the transformer.
by bikan
Wed Oct 31, 2007 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found
Replies: 4
Views: 2177

Metadata not found

I face a problem in DS 7.5.1 , which i can think of has no solution and DS is just crazy. I have a simple job Seq File Read ---> REM DUP ---> DB2 UPSERT ( with a reject link ). I get the follwing error when I run the job, the stage is output reject stage. Basically the output reject stage is not abl...
by bikan
Fri Oct 26, 2007 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching Row Count
Replies: 12
Views: 4647

You might probably be interested in getting the count from the command line utility, if you want to use the counts for file balancing.

Use dsjob -linkinfo <project> <job> <stage> <link> to get the link count
by bikan
Fri Oct 26, 2007 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching Row Count
Replies: 12
Views: 4647

You might probably be interested in getting the count from the command line utility, if you want to use the counts for file balancing.

Use dsjob -linkinfo <project> <job> <stage> <link> to get the link count
by bikan
Fri Oct 26, 2007 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Isvalid function for Date
Replies: 8
Views: 7833

Use substring in input column