Search found 42189 matches

by chulett
Mon Feb 19, 2007 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error Code
Replies: 12
Views: 3305

Right. We got that. As noted, you simply need to return a non-zero error code when the job fails. Post your code.
by chulett
Mon Feb 19, 2007 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

No, I meant fired. Firing is what neurons do, passing a small electrical charge... <snipped a rather lovely bit of brain science> Yeesh, I knew I should have used a different emoticon so the fact that I was joking would be more obvious. Nothing I didn't know, but I'm sure you've just started someon...
by chulett
Mon Feb 19, 2007 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

Huh... ok. Also saw one post with the error where the response was a possible permissions problem. Curious what the 'checker' turns up. Is it just a checker or is it a fixer as well?
by chulett
Mon Feb 19, 2007 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error Code
Replies: 12
Views: 3305

Wait... you wrote a routine that runs a job and you run that job in the 'After Job' area of another job? Why would you want to do that? Seems like a Sequence job would be more appropriate to run the two jobs in a serial fashion... If you pursue this course, then yes - you'll need to detect errors i...
by chulett
Sun Feb 18, 2007 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

It may be this that's fired your neurons. Hopefully that's not a typo and you really meant to say 'fried'. Mostly meant the 'host' designation. Not having had the pleasure of a Windows Server to play with, I'm just guessing here. What do you put for the IP when everything is playing on the same box...
by chulett
Sun Feb 18, 2007 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

I would assume your repository indexes are blown. Make sure there are no other connections to the project in question and rebuild them. You can either do this directly using DS.REINDEX or using Option #2 - Rebuild Repository Indices - from the DS.TOOLS menu, both accessed from a TCL prompt. The cave...
by chulett
Sun Feb 18, 2007 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Job Compile Utility
Replies: 6
Views: 1246

1. 'Binary' executable for the Transformer stages, OSH scripts for the rest.

2. Internal product gobbledygook. Don't lose any sleep over it. As long as the 'another environment' is properly setup and at least the same version, you'll be fine.
by chulett
Sun Feb 18, 2007 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Program Sources option in Job Export
Replies: 2
Views: 873

The key word there is 'associated'. AFAIK, it just means to automatically include the source associated with any of the executables you select. Since you've already included '(All)' Job designs, enabling that option for the Job executables would be redundant. Since I explicitly extract what I need, ...
by chulett
Sun Feb 18, 2007 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seconds to Time String Conversion
Replies: 2
Views: 1091

OConv with the MTS conversion code. You've already got 'seconds since midnight', which equates to internal format, so all you need to do is the appropriate 'output conversion'.
by chulett
Sun Feb 18, 2007 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

I inferred from the other post that started this that the Server install is on the same PC as the Client. Don't you need to connect in a slightly different fashion in that case? :?
by chulett
Sat Feb 17, 2007 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypted password
Replies: 6
Views: 4192

Again, your step #3 is problematic. Setting the value of a job parameter before job is invalid and unsupported and only works if you have 'hacked' into the jobs to accomplish this. I've only seen one person posting here with a working methodology, and that from an Ascential consultant (from what I r...
by chulett
Sat Feb 17, 2007 10:12 am
Forum: General
Topic: Problem while running Transformer Stage
Replies: 14
Views: 5571

DSguru2B wrote:
kamal kishore wrote:Hi Brian Kernighan,

Wow, he called me Brian Kernighan

Not the first time someone has looked at your sig and used whatever name was there. Who will you be next, I wonders? :wink:
by chulett
Sat Feb 17, 2007 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

What did you find when you searched the forum for that? Quite a number of conversations, I'd wager, as it's a popular topic. :wink:

Command line where? Client or Server? If 'on the TEST box' means you are looking for a UNIX solution, check to see if your version of dsjob has the -import option.
by chulett
Sat Feb 17, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

You should probably mention the name of your 'VC software' when posting about it. Saying Version Control implies the DataStage product. Since you are exporting and importing source only via the Manager and your third party versioning software, then yes you will have to compile as a final step. Use t...
by chulett
Sat Feb 17, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

If you are using the Manager for this, then your answer depends on what you are exporting from DEV and importing into TEST. If you include executables, then no, you should be all set to go. If you are just transfering source, then yes you'll need to recompile everything. Your mix of VC and Manager i...