Search found 42189 matches

by chulett
Thu Jun 11, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob Command Job Log
Replies: 7
Views: 3766

In other words, you cannot simply change -logsum to -logdetail and expect it to work. Check the docs for the syntax of the latter and the multiple steps you need to make it work.
by chulett
Thu Jun 11, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE COMPRESSED TABLE
Replies: 4
Views: 1443

"It's not effect"? Sorry, but can you explain that, expand on the problem you are having please?
by chulett
Thu Jun 11, 2009 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue in deleting file using ExecDOS command
Replies: 6
Views: 3032

Please mark your topic as Resolved using the button at the top of the screen.
by chulett
Thu Jun 11, 2009 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SFTP with FTP stage version 8.1
Replies: 8
Views: 7126

What do you mean by 'could not find as how to specify the private key'? There's nothing to 'specify' in the stage, once the RSA key is setup properly it should just work. Talk to a SysAdmin.
by chulett
Wed Jun 10, 2009 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Parameter Having Space and =
Replies: 8
Views: 2472

Can you post the full error or errors, please.
by chulett
Wed Jun 10, 2009 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does pipeline parallism exist in server jobs?
Replies: 6
Views: 2027

ddevdutt wrote:You can achieve pipeline parallelism by using the IPC stage or by turning on inter process row buffering.
We have a winner! :D
by chulett
Wed Jun 10, 2009 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does pipeline parallism exist in server jobs?
Replies: 6
Views: 2027

You could always go ahead and answer the inevitable next question. :wink:
by chulett
Wed Jun 10, 2009 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

Note that it works fine as long as none of the values exceed the range of an Integer, once a single value goes beyond that into BigInt territory - overflow. This... 'limitation' does not exist in the Enterprise stage, btw.
by chulett
Wed Jun 10, 2009 12:12 pm
Forum: General
Topic: How to execute an exe, dll or a batch file
Replies: 5
Views: 1200

No, that requires the use of some kind of "remote shell" capability outside of DataStage. You could script that, however, and then let DataStage execute the script.
by chulett
Wed Jun 10, 2009 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

8.1 on Linux, swapping in the 'PX' pivot in place of the Enterprise Pivot gets me a "Error: Arithmetic overflow" warning before the fatal errors start to be logged: Error occurred in call to ORPHCallActivePluginRun() with input link '0' The runLocally() of the operator failed. All reported...
by chulett
Wed Jun 10, 2009 11:38 am
Forum: General
Topic: How to execute an exe, dll or a batch file
Replies: 5
Views: 1200

Well... you don't execute a dll. And the others in several ways: DSExecute in a routine, ExecSH before/after job or Execute Command stage in a Sequence job.
by chulett
Wed Jun 10, 2009 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating a table using a variable number of Update keys
Replies: 9
Views: 2275

Well, it is marked as a Server job in the original post and more people tend to get that right than to post in the correct forum, it seems. :wink: We'll have to see what Gokul says.
by chulett
Wed Jun 10, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

Good. When I get a chance I'll try using that stage and see if anything comes of it. For whatever that is worth.
by chulett
Wed Jun 10, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

Details, man, details. How is your Start Loop stage configured? Are you leveraging the $Counter variable in the stage inside the loop? Etcetera, etcetera, etcetera.