Search found 15603 matches

by ArndW
Mon Feb 18, 2008 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read the dataset file outside of Datastage
Replies: 4
Views: 10820

the command orchadmin dump {dataset} will write the dataset to stdout; you can redirect that to a file and ftp that to your PC. Best do what Craig has already suggested, though.
by ArndW
Mon Feb 18, 2008 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 5
Views: 1264

Code: Select all

In.DateColumn[1,10]
should do the trick.
by ArndW
Mon Feb 18, 2008 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JoinStageProblem
Replies: 12
Views: 4813

Is the key column present as a key? Is it present in both links? Did you declare the "key" in the join stage?
by ArndW
Mon Feb 18, 2008 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter: Max Length
Replies: 11
Views: 4769

Yes, you can use the ereplace() function to convert "'" to "\'", i.e.

Code: Select all

EREPLACE({string},"'","\'")
by ArndW
Mon Feb 18, 2008 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "dsjob -stageinfo" command not giving the Output f
Replies: 1
Views: 1157

How about using the active stage that loads into the dataset stage to get the number of rows?
by ArndW
Mon Feb 18, 2008 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter: Max Length
Replies: 11
Views: 4769

Is there anything similar in the places where the parsing stops? As Stefan noted, it might be special characters.
by ArndW
Mon Feb 18, 2008 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SH: sqlplus: not found.
Replies: 6
Views: 3750

One of the first entries in your log file will be an echo of all the ENVironment variables. Check the path command to see if the Oracle paths are set. Is it the same for both the bad and the good run of the sequence?
by ArndW
Mon Feb 18, 2008 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter: Max Length
Replies: 11
Views: 4769

The 1169 looks very much like the limit from your command line, not from DataStage. Try using Google to search for "{your UNIX} maximum command line" to get additional information.
by ArndW
Sun Feb 17, 2008 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.1A Installation Issue
Replies: 4
Views: 1957

Yes, this is most likely because the minimum kernel settings specified in the installation guide were not set. If that is the case, changing those (and most likely rebooting) will get you up and running again.
by ArndW
Sun Feb 17, 2008 5:44 am
Forum: General
Topic: Data Mirror
Replies: 10
Views: 3220

Thanks for the link, Ernie!

(well, sort of thanks, I can't get to the pages. I applied for an IBM id a while ago and was denied. When I responded by asking "why?" I never got an answer so gave up)
by ArndW
Sat Feb 16, 2008 4:14 am
Forum: General
Topic: Data Mirror
Replies: 10
Views: 3220

Ernie - Would it be possible for you to check on the product name and GA status? I was talking about DataMirror with 2 IBMers a couple of days ago who said that engineering was working on it andy they weren't aware that so much progress had been made. I just searched IBM's website but didn't find an...
by ArndW
Fri Feb 15, 2008 11:33 am
Forum: General
Topic: Data Mirror
Replies: 10
Views: 3220

DataMirror was just recently acquired by IBM and is not {yet} integrated into DataStage. See DataMirror.Com's website for details on the product's functionality.
by ArndW
Fri Feb 15, 2008 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal:Transfer doesnot have the output interface destination
Replies: 5
Views: 758

That is different from you first post, which indicated you only had 2 stages. Can you replace the output with a PEEK stage and see if the error goes away? If not, start removing stages until you get no error; that way you can narrow down the cause.
by ArndW
Fri Feb 15, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Root created and cant delete it
Replies: 9
Views: 4837

Can you rename "ROOT" to something else then delete it? Can you try to move it to another category then delete it? I recall having a similar V8 issue where the internal metadata and the repository metadata didn't match. This was a category with no components and I think we only got rid of it when we...
by ArndW
Fri Feb 15, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone got SCD stage to work in Susi Linux environment ?
Replies: 11
Views: 2169

Since it won't compile, DSParams is not the factor. Odd that it said "variable" instead of "function" since it is GetNextSurrogateKey() with an empty parameter list