Search found 42189 matches

by chulett
Tue Apr 14, 2015 9:03 am
Forum: General
Topic: Unix Sript calling in After Sub routine
Replies: 13
Views: 2415

You can check for "job interim status" at that point to know if the job is going to finish OK or abort after it completes the after job section... i.e. if there was a problem with the job itself.
by chulett
Tue Apr 14, 2015 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dataset
Replies: 11
Views: 6618

:idea: Reply to topic is your friend! Well, my friend technically. There was no need to quote the entire original post just to add your one line.
by chulett
Mon Apr 13, 2015 10:08 pm
Forum: General
Topic: DataStage Email Notification Stage- Not Sending the attachme
Replies: 7
Views: 5142

Ok, no worries. Can you clarify if you edited that text file to add the %file% attachment token or is that 'out of the box' on your system?
by chulett
Mon Apr 13, 2015 9:23 pm
Forum: General
Topic: DataStage Email Notification Stage- Not Sending the attachme
Replies: 7
Views: 5142

First off, there's no need to send me a private message while we're discussing your issue. Anyone here can help and I'll come back to the conversation when I have the time. Be patient. I'd also like to note that the amount of help I can provide is limited as I have no access to DataStage in any fash...
by chulett
Mon Apr 13, 2015 3:42 pm
Forum: General
Topic: Unix DSJOB command not working
Replies: 3
Views: 1963

What exactly is the "same problem" that you are having? Best to start your own post for something like this with all of your details spelled out...
by chulett
Mon Apr 13, 2015 11:15 am
Forum: General
Topic: DataStage Email Notification Stage- Not Sending the attachme
Replies: 7
Views: 5142

Let me be more precise... are you using the full path to the attachment file in the Notification Activity stage?
by chulett
Mon Apr 13, 2015 10:53 am
Forum: General
Topic: DataStage Email Notification Stage- Not Sending the attachme
Replies: 7
Views: 5142

Full path?
by chulett
Mon Apr 13, 2015 9:37 am
Forum: General
Topic: Running uvsh commands using Unix 'cron' or 'at' scheduler
Replies: 8
Views: 3687

Yup... a Best Practice. :wink:
by chulett
Mon Apr 13, 2015 8:36 am
Forum: General
Topic: Running uvsh commands using Unix 'cron' or 'at' scheduler
Replies: 8
Views: 3687

Those should be in your dsenv file along with everything else... perhaps it was how you 'called' dsenv?

Code: Select all

. ./dsenv
Like so when inside DSHOME?
by chulett
Mon Apr 13, 2015 8:01 am
Forum: General
Topic: Running uvsh commands using Unix 'cron' or 'at' scheduler
Replies: 8
Views: 3687

Wingnut wrote:so it looks like I can run this directly because my user id knows more than the cron/at daemon does.
That is very true and all about your profile. Source the dsenv file in your script so any user that runs it knows all that needs to be known.
by chulett
Fri Apr 10, 2015 11:41 am
Forum: General
Topic: unix command to get list of job names for particular folder
Replies: 2
Views: 1856

Not available via dsjob. You can, however, execute a dssh query of DS_JOBS from the command line for NAME where CATEGORY = 'YourFolder'.
by chulett
Fri Apr 10, 2015 10:16 am
Forum: General
Topic: Job Sequence Abort cleanup and SEND Stop question
Replies: 2
Views: 1006

To be honest, I'm a little lost. What is actually inside your loop? I understand it is an 'FTP session' but how it is implemented, via a single Execute Command stage? And this Cleanup On Failure, that's a part of the FTP processing and not part of DataStage, correct? Also trying to understand why ki...
by chulett
Thu Apr 09, 2015 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with XML stage mapping
Replies: 5
Views: 4783

An exact search for that error comes up empty here, so not sure what other posts you are referring to. All I could find out in the wild is this reference entry that seems to confirm it is about your inability to map it: http://www-01.ibm.com/support/knowledgecenter/#!/SSZJPZ_8.7.0/com.ibm.swg.im.iis...
by chulett
Thu Apr 09, 2015 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling SOAP services from datastage
Replies: 3
Views: 2619

Moved to the proper forum... please clarify for us your DataStage version number and server OS platform, I had to guess.