Search found 6797 matches

by DSguru2B
Thu Feb 01, 2007 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing records in error, from log
Replies: 6
Views: 1665

Like this post for instance.
by DSguru2B
Thu Feb 01, 2007 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date warning
Replies: 6
Views: 1413

Keep in mind that this is true only for Date columns. For timestamps, the output should be in external format(if thats a word).
by DSguru2B
Thu Feb 01, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP error
Replies: 20
Views: 3737

I have never used that stage so I dont know how reliable it is. But if it keeps popping up with error, Id kill it :wink:
by DSguru2B
Thu Feb 01, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file help
Replies: 10
Views: 1219

What are you trying to do. You can do match col3 as well using stage variables. But that would be a sub-condition to the hashed file lookup. In other words, if Col1 matches only then you can check for Col3.
by DSguru2B
Thu Feb 01, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 50742

I told you Andy had an excellent find :wink:
by DSguru2B
Thu Feb 01, 2007 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject Rows from DB2 API stage.
Replies: 7
Views: 2550

You need to specify the reject link from the same transformer which feeds the DB2 stage.
The constraint of the reject link will be

Code: Select all

<<DBLINK>>.REJECTED

where DBLINK is the link name going to your DB2 stage.
by DSguru2B
Thu Feb 01, 2007 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file help
Replies: 10
Views: 1219

Re: Hashed file help

Does Hashed file lookup works only for key with which it was created? Yes. It will only work with the same keys and in the same position as it was created with. In other words, the meta data of the reading hashed file stage should be identical to the meta data of hashed file stage which created the...
by DSguru2B
Thu Feb 01, 2007 1:34 pm
Forum: General
Topic: Folder stage and network folder
Replies: 18
Views: 5618

Giving the fully qualified path should help :roll:
by DSguru2B
Thu Feb 01, 2007 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP error
Replies: 20
Views: 3737

It seems like the open connection was denied for some odd reason or it was unable to open the connection. Its hard to trim the problem down if its not reproducable. Ditch the stage, do it from command line, get the file and read it with a sequential file stage.
by DSguru2B
Thu Feb 01, 2007 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Failure + phantom 5268
Replies: 6
Views: 1545

Re: Abnormal Failure + phantom 5268

jshurak wrote:Program "JOB.1747346384.DT.1427749107": Line 47, Unable to open the operating system file "RT_BP683.O/DSU.IntMTHYR2LastDayofMonth".

Craig read it between the lines with his lazer sharp vision :wink:
by DSguru2B
Thu Feb 01, 2007 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zombie processes
Replies: 8
Views: 4463

You need to clear out the segments of memory by using the REMOVE.SHM command. Refer here for more details.
by DSguru2B
Thu Feb 01, 2007 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Daily DataStage Job Run Reporting
Replies: 6
Views: 2050

You can look into ETLStats and see how Kim did it. You can probably tailor your own by using it as a guide line.
by DSguru2B
Thu Feb 01, 2007 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Good Debugging Practices:Guidance needed
Replies: 10
Views: 2287

Let me rephrase myself, "......with little room for tuneups" :wink:
by DSguru2B
Thu Feb 01, 2007 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lost precision float to char
Replies: 2
Views: 690

Try sending to varchar(). Set the scale appropriately.
by DSguru2B
Thu Feb 01, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this in DataStage
Replies: 5
Views: 1281

Ray has explained it all.