Search found 15603 matches

by ArndW
Tue Jul 08, 2008 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Max Sequence Value to SCD Stage
Replies: 9
Views: 2251

ExecuteCommand is returning a string, not an integer value. You need to parse the number out of your string.
by ArndW
Tue Jul 08, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Max Sequence Value to SCD Stage
Replies: 9
Views: 2251

Althaf6553 - Craig suggested you try searching for the specifc answer to your specific problem. It would seem that you prefer not to follow that recommendation. I feel that that if a poster doesn't feel it necessary to invest the time in searching for prior solutions then I won't invest the time int...
by ArndW
Tue Jul 08, 2008 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length of Message in MQ PlugIn
Replies: 1
Views: 549

What did you declare the MessagePayload as? If you write to a Dataset instead of to a peek stage, do you get an error message or warning, I presume that you don't.
by ArndW
Tue Jul 08, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import For Fixed Width File
Replies: 6
Views: 3175

Using "Char" was a necessary first step. It looks like you have specified delimiters in the column import file definitions, though.
by ArndW
Tue Jul 08, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC and DB2 UDB in same job
Replies: 4
Views: 1338

There is not enough information in the question to really get a good answer. Why have you used the hashed file stage? How big is the ODBC data compared to your mainstream data?
by ArndW
Tue Jul 08, 2008 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Zipping folders or files through a sequential job.
Replies: 3
Views: 1087

WinZip has a command line interface, as do other Windows compression programs. These commands can all be called through from inside DataStage sequence jobs.
by ArndW
Mon Jul 07, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation error.
Replies: 3
Views: 1159

What did you change in the constraint?
by ArndW
Mon Jul 07, 2008 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation error.
Replies: 3
Views: 1159

What is the actual compiler error?
by ArndW
Mon Jul 07, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import For Fixed Width File
Replies: 6
Views: 3175

Declare the 4 output fixed columns and make the file format with fixed width & no column separators.
by ArndW
Mon Jul 07, 2008 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare of 2 values
Replies: 5
Views: 1475

Put a constraint of "RIGHT(In.DateColumn,4)<>'000'"
by ArndW
Mon Jul 07, 2008 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Invalid file path syntax
Replies: 6
Views: 2241

In the server plugin you give the remote host name, the path and the file. No URI
by ArndW
Mon Jul 07, 2008 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Invalid file path syntax
Replies: 6
Views: 2241

Drop the "ftp:/" and make it an absolute path on the remote machine, not an URI
by ArndW
Mon Jul 07, 2008 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString conversion
Replies: 4
Views: 2962

Convert(Link.YY_ZZ,'.','') will remove the period.
by ArndW
Sun Jul 06, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling the job
Replies: 15
Views: 9399

Ok, then go into your job and change DSLink18 and DSLink25 into something different (and hopefully better) and see if the error message still refers to DSLink18 or to the "new" link name.
by ArndW
Sun Jul 06, 2008 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - How to pass parms in a select SQL
Replies: 2
Views: 1048

Have you tried using user-defined SQL and using the #Parameter Name# value in it?