Search found 42189 matches

by chulett
Wed May 25, 2016 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: If Date is Sunday,Change it to Saturday(Previous DAy)
Replies: 6
Views: 2744

Okay, which part do you need help with? Rather than spoon-feed an answer, would rather do more of a nudge in the proper direction. Or at least give that a shot. :wink: The Parallel Transform functions are all documented and the section on 'Date and Time Functions' will be very helpful here. You can ...
by chulett
Wed May 25, 2016 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with NCLOB from Oracle table
Replies: 14
Views: 8976

Just wanted to make sure before I moved your post over to the Server specific forum so that hopefully you don't get any Valid For Parallel Only advice. :wink:

Can you post the actual error message from your job log?
by chulett
Wed May 25, 2016 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with NCLOB from Oracle table
Replies: 14
Views: 8976

Welcome. Is this actually a Server job you are working with? You have marked the post as such but wanted to double-check.
by chulett
Wed May 25, 2016 6:42 am
Forum: General
Topic: Problems with the import of a DSX File
Replies: 5
Views: 3601

So... just to clarify your piggy-backing... you are getting this: "Error message: Not attached to a job". And you are also migrating from an older version to a newer version? If so provide those details, please.
by chulett
Wed May 25, 2016 6:33 am
Forum: General
Topic: Status code = -14 DSJE_TIMEOUT
Replies: 15
Views: 8923

From what you posted, it would seem it times out when your credentials are missing - not that they are 'certainly wrong'. This is why Mike noted "In your timeout example, it does not appear that you have provided any of the acceptable authentication options".

Emphasis mine.
by chulett
Tue May 24, 2016 11:11 am
Forum: General
Topic: Send an EMAIL when Wc -l is <>1
Replies: 5
Views: 1575

Well then technically you don't need to do anything as it will end at the Execute Command stage if it doesn't need to send the email. Or you can make it more obvious by sending the "Otherwise" link to a Sequencer with a meaningful name like "NoEmailNeeded" or some such. With only...
by chulett
Tue May 24, 2016 9:53 am
Forum: General
Topic: Send an EMAIL when Wc -l is <>1
Replies: 5
Views: 1575

What do you want to happen? Add an "Otherwise" trigger to the EC stage to catch that and send it wherever you need.
by chulett
Tue May 24, 2016 9:44 am
Forum: General
Topic: Send an EMAIL when Wc -l is <>1
Replies: 5
Views: 1575

Check $CommandOuput from the Execute Command for "<>1" in your trigger tp the Notification. And remove the Field Mark (@FM) from the output there as well.
by chulett
Tue May 24, 2016 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical stage and null values
Replies: 3
Views: 4004

Kinda thought that might be the issue as it had bit me in the past but I always wait for Ernie to chime in first before exposing my XML ignorance. :wink:
by chulett
Mon May 23, 2016 12:19 pm
Forum: General
Topic: Can we export jobs when WebSphere is down?
Replies: 5
Views: 1835

Asked and answered in your other post, I'm afraid. Still a no.
by chulett
Mon May 23, 2016 11:59 am
Forum: General
Topic: Can we export jobs when WebSphere is down?
Replies: 5
Views: 1835

I'm curious why you are asking this question again when you already know the answer is NO. :?
by chulett
Mon May 23, 2016 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I add business days to a timestamp?
Replies: 8
Views: 5724

As already noted, the most flexible way is a Date Dimension or something very much akin to one. If you don't have one as part of a Data Warehouse, you could always build one. The lookup table, not the whole warehouse. :wink: Failing that you could put together something, a custom routine or BuildOP ...
by chulett
Sun May 22, 2016 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector "After SQL statement"
Replies: 8
Views: 4428

It won't if all you do is "put", to see the messages you need to call DBMS_OUTPUT.ENABLE first. And then I'm not sure as it is really a PL/SQL debugging tool so may not be possible to get the lines unless you wrap what you are doing up in a stored procedure.
by chulett
Fri May 20, 2016 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage not working in CDC parallel job
Replies: 6
Views: 4242

And from what little I know, you really shouldn't be doing more than moving the data straight to a staging area... continuously. Some other process should be doing all the other work, I do believe.