Search found 6797 matches

by DSguru2B
Tue May 29, 2007 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import orchestrate schema definition from database
Replies: 6
Views: 1190

Do you have oracle client installed on your datastage server? If yes then you need to set ORACLE_HOME to point to it in the dsenv file presend in DSHOME directory.
DSHOME = cd `/.dshome`
by DSguru2B
Tue May 29, 2007 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job dummy stage
Replies: 4
Views: 873

What do you mean by dumm'ing a part of your job? Do you mean not run half your job and only execute the remaining half???
by DSguru2B
Tue May 29, 2007 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 5
Views: 4864

Reset (and not re-compile) the job. See if any additional messages pop up in the log, specifically that starts with, "From previous run ....". If yes, then post its, complete, contents here.
by DSguru2B
Tue May 29, 2007 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1468

Well without warning messages its hard to tell whats going on. Make sure you are not sending any nulls to not null columns, all lengths are correct and no data mismatch, i.e, sending non-numeric characters to numeric fields etc. ON second thought, the lookup might be failing and hence all records ar...
by DSguru2B
Tue May 29, 2007 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues Loading csv file into a Oracle Database
Replies: 7
Views: 1611

In the sequential file stage, activate filter command and put the following in the filter command box

Code: Select all

sed '$d'

This will delete the last line before the stage even starts reading it.
by DSguru2B
Tue May 29, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues Loading csv file into a Oracle Database
Replies: 7
Views: 1611

Define unwanted data? What is the error message that you are getting?
by DSguru2B
Tue May 29, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1468

Get rid of the reject file so that the error messages pop up in the log. Once you know the culprit, fix the error and then put the reject file back.
by DSguru2B
Tue May 29, 2007 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1468

Try changing char to varchar. Do you have a reject link?
by DSguru2B
Tue May 29, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 3
Views: 1001

What have you tried so far? Did you look at StringToDate() function?
by DSguru2B
Tue May 29, 2007 7:38 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: General SOAP Quesion
Replies: 5
Views: 2803

O comeon, that was funny, it could very well be the opening statement of SOAP convention :wink:
by DSguru2B
Tue May 29, 2007 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1468

Any warning/error message?
by DSguru2B
Tue May 29, 2007 7:11 am
Forum: General
Topic: Oracle EBS 11i and DataStage data packs
Replies: 1
Views: 919

I have never used them. You can try contacting support for a direct, confirmed answer.
by DSguru2B
Tue May 29, 2007 7:07 am
Forum: General
Topic: How retrieve ids inserted into a table with a sequence?
Replies: 4
Views: 1654

There must be a key column in your file that contains the generated keys and the other file. Do a lookup on the keys. Or thats not the case? If not, then how do you want to attach the keys generated by one table with the other file?
by DSguru2B
Tue May 29, 2007 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 7702

Ans = Field(UnixOutput, @FM, 1)
:wink: :wink:
by DSguru2B
Tue May 29, 2007 6:59 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: General SOAP Quesion
Replies: 5
Views: 2803

:lol: