Search found 6797 matches

by DSguru2B
Wed Feb 21, 2007 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After-job subroutine does not work
Replies: 19
Views: 3586

You have to provide the fully qualified path of the script. Possibly even

Code: Select all

sh <<Fully qualified path of your script>>
by DSguru2B
Wed Feb 21, 2007 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB API Reject Link
Replies: 5
Views: 1216

Hashed files are not present in px jobs.
by DSguru2B
Wed Feb 21, 2007 3:06 pm
Forum: General
Topic: Transformer Compilation Error in AIX
Replies: 7
Views: 3267

Welcome Aboard
Have you installed the C++ compiler?
by DSguru2B
Wed Feb 21, 2007 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic SQL
Replies: 3
Views: 1303

You can do a select and pass the two values as parameters to UtilityRunJob() inside the transformer. This way for each record, the job will be fired.
by DSguru2B
Wed Feb 21, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc stage
Replies: 3
Views: 1385

It is certainly possible but you need to provide all the connection information, table names etc etc.
by DSguru2B
Wed Feb 21, 2007 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record duplicate
Replies: 8
Views: 1526

I just gave a visual view of Ken's suggestion :wink:
by DSguru2B
Wed Feb 21, 2007 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warnings
Replies: 10
Views: 5372

In server it would have worked. But in px you need explicit conversions. You can use either the modify stage or the transformer stage and do the conversion. You can use StringToTimestamp() and StringToDecimal() in transformer. I think their modify stage brothers are timestamp_from_string and decimal...
by DSguru2B
Wed Feb 21, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warnings
Replies: 10
Views: 5372

Ok, now thats criticial piece of information. How exactly did you change the varchars to timestamp and decimal? Did you use an appropriate function for the conversion?
by DSguru2B
Wed Feb 21, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warning
Replies: 6
Views: 1605

This is a perfectly normal 'warning' that you get whenever you call either of the sdk KeyMgt 'GetNextValue' routines for the first time in a Project. Hmm...I didnt know that. I hardly use SDKSequences and hence my ignorance. Ignore my previous reply speedsterrules. Run the job again and see if you ...
by DSguru2B
Wed Feb 21, 2007 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warnings
Replies: 10
Views: 5372

Ok, if its pipe delimited then specify "" as Null Field Value under 'Nullable' properties.
by DSguru2B
Wed Feb 21, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Function @NULL
Replies: 3
Views: 1193

@NULL is not present in a px transformer. Use SetNull().
by DSguru2B
Wed Feb 21, 2007 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warning
Replies: 6
Views: 1605

Reset the job and see if any message with heading "From previous run..." pops up. If it does, post it here. Also, where are you creating "D_SDKSequences" inside your job?
by DSguru2B
Wed Feb 21, 2007 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warnings
Replies: 10
Views: 5372

You need to edit the row and specify default value if null is encountered. Also, it is a fixed width file right? So for "loss_date", you need to provide 19 spaces, for "equipment_non_return_fee" 20 spaces and so on. I think thats the way to go about it.
by DSguru2B
Wed Feb 21, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record duplicate
Replies: 8
Views: 1526

Code: Select all

                    ---->
your source --->xfm ----> LinkCollector ---->Single Target.
                    ---->