Search found 42189 matches

by chulett
Wed Oct 08, 2008 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restore purge settings
Replies: 10
Views: 2582

Use the GUI, i.e. the Director.
by chulett
Wed Oct 08, 2008 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 2361

-wait returns 'normal' exit status codes: 0 for success, non-zero for failure. -jobstatus returns the same code as used internally: 1 = Finished OK, 2 = Finished (see log), 3 = Aborted, etc etc.
by chulett
Wed Oct 08, 2008 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 2361

It's enough as long as you understand the difference between "-wait" and "-jobstatus". Did you read the documentation?
by chulett
Wed Oct 08, 2008 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 2361

It's all documented in the Server Job Developer's Guide in the Command Line Inteface chapter. Use either "-wait" or "-jobstatus" depending on how you want the exit status handled.
by chulett
Wed Oct 08, 2008 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 2361

Without one of the 'wait' options on the command line, it will fall squarely into your "exits immediately" camp.
by chulett
Wed Oct 08, 2008 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Excel File
Replies: 4
Views: 3982

Interesting. I wonder if the 'ClickPack' for DataStage is still available? It was free for the asking and brought Perl support into the product. Amongst other things.
by chulett
Wed Oct 08, 2008 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file is empty
Replies: 9
Views: 1970

Ok, that's one part of the puzzle. Now just need to get a better idea what your requirements are, so why don't you lay that out for us?
by chulett
Wed Oct 08, 2008 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header missing while ftping the file via datastage
Replies: 1
Views: 1371

You'd have to uncheck that 'First line is column names' option if you want to transfer them as data in the FTP stage.
by chulett
Wed Oct 08, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: values are combined in repetitive tags of xml output
Replies: 8
Views: 1838

While this is generally not a problem, you can change the Data Element to XML to prevent that from happening.
by chulett
Wed Oct 08, 2008 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in restarting the DS Engine
Replies: 22
Views: 7295

:? Are you a UNIX Admin? Root access is not a sword to be wielded lightly and I'm leery of giving you instructions that could potentially be lethal to your server. Never mind the fact that we don't know your O/S nor what software is installed there.

Find a SysAdmin and talk to them.
by chulett
Wed Oct 08, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error Code
Replies: 3
Views: 3806

An ORA "600" is a catch-all fairly nasty error. As noted, only your DBA can help you out on that one.
by chulett
Wed Oct 08, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of 'Not' Condition
Replies: 10
Views: 2073

'Lookup Table' means what? Hashed file, database or ?
by chulett
Wed Oct 08, 2008 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call excel macro
Replies: 4
Views: 1361

Oh, I thought the macro wrote the speadsheet out as a csv so you could 'read' it. Unless someone can tell you how to run it, perhaps incorporate the macro's logic into the DataStage job?
by chulett
Wed Oct 08, 2008 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: weird issue in ODBC
Replies: 2
Views: 1358

Also check for differences in the ODBC setups done in each environment.
by chulett
Tue Oct 07, 2008 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in restarting the DS Engine
Replies: 22
Views: 7295

Talk to your SysAdmin about clearing ports like that, see what tools are available for your O/S. They typically take 'root' access to use, so they would more than likely need to help in the process.