Search found 42189 matches

by chulett
Thu Mar 05, 2015 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkInfo
Replies: 3
Views: 2008

And it doesn't really make much sense to use it in a Transformer... after job, perhaps but not typically while a job runs.
by chulett
Thu Mar 05, 2015 10:31 am
Forum: General
Topic: ERROR Unable to open the Job
Replies: 8
Views: 8599

The answer to your question depends on where your logs are stored - in XMETA or the 'legacy' Universe repository... which is controlled by your RTLogging & ORLogging settings off the top of my head.

What version are you running?
by chulett
Thu Mar 05, 2015 10:25 am
Forum: General
Topic: Oconv((Ans),"MDO") - MDO format
Replies: 1
Views: 1028

There is a complete list here, they're over on the left-hand side in alphabetical order: http://www-01.ibm.com/support/knowledgecenter/#!/SSZJPZ_11.3.0/com.ibm.swg.im.iis.ds.serverjob.dev.doc/topics/r_dsvjbref_Conversion_Codes.html The forum software doesn't like that URL so you'll need to copy/past...
by chulett
Thu Mar 05, 2015 10:15 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4143

You could have just said the get was for testing only. Everything else we already know. :wink:

ps. This isn't Twitter.
by chulett
Thu Mar 05, 2015 9:16 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4143

I'm also curious why your original script has a 'put' and your new script has a 'get'.
by chulett
Thu Mar 05, 2015 8:52 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4143

Yes... exactly. Get proper permissions on the shell script and (IMHO) get it working from the command line before you stick it in a DataStage job. And brush up on the concept of here documents so your END_SCRIPT can actually be used. Example 19-6 in the linked site has an ftp example but there are t...
by chulett
Wed Mar 04, 2015 2:05 pm
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4143

Me, I wouldn't bother with the FTP stage for something like this. Get a script working from the DataStage server and use that instead. Which means first making sure you can do it manually from the ETL server command line...
by chulett
Wed Mar 04, 2015 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

And here I was thinking about chiming in on this... thank goodness I didn't have time last night. LOL
by chulett
Wed Mar 04, 2015 12:22 am
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

One solution would be a custom routine, one that checks the current date/time for the conditions you require and then passes back true or false. Your triggers coming from the Routine Activity stage can use that answer to know what to do (or not do) next.
by chulett
Tue Mar 03, 2015 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 V10.5 Install location
Replies: 6
Views: 2068

Isn't this basically the same question you asked in this post?
by chulett
Tue Mar 03, 2015 9:36 pm
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

I already did... I undid the premium bits so you can see the whole messages as there wasn't all that much you couldn't. Let us know if you need any other clarifications.
by chulett
Tue Mar 03, 2015 5:16 pm
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

Correct - my reply was specific to the hypothetical, hoping at some point you'll come back and clarify exactly what it is you need to do or meant to ask. Still though, nothing can be 'manipulated' per se - you design the sequence to run or not run individual activities as needed.
by chulett
Tue Mar 03, 2015 1:03 pm
Forum: General
Topic: How to display project protection status from command line?
Replies: 7
Views: 4079

<crickets>
by chulett
Tue Mar 03, 2015 12:11 pm
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4143

I would suggest you write your script and execute the script using the Execute Command stage, this rather than putting the ftp commands directly in the stage.