Search found 42189 matches

by chulett
Fri Feb 29, 2008 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can n't Read data from ORCL EE Stage with ENV parms or
Replies: 5
Views: 2036

How does it help to simply repeat your original post? i have also changed the ENV parameter DS_ENABLE_RESERVED_CHAR_CONVERT to true also.do i need to stop the DataStage after this parameter is set it true ? .anything else i need to do ? If you found that environment variable in the docs, then you sh...
by chulett
Fri Feb 29, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Run the sequence job in loop
Replies: 6
Views: 2554

You just need to add a Routine Activity stage before the End Loop, one that checks for your exit condition (time passed, for example) and branches out of the loop.
by chulett
Fri Feb 29, 2008 8:22 am
Forum: General
Topic: Problem with execute command activity in sequence job.
Replies: 9
Views: 4750

Can you post (or draw) an example where you have put the Execute Command stages 'in parallel'?
by chulett
Thu Feb 28, 2008 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file after FTP
Replies: 48
Views: 8030

You need to telnet somewhere, did you do that or just type 'telnet'? So, telnet to the server in question and see what happens. Note that you may need to fully qualify the server name:

telnet xxxxxx

telnet xxxxxx.yyyyyy.com
by chulett
Thu Feb 28, 2008 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can n't Read data from ORCL EE Stage with ENV parms or
Replies: 5
Views: 2036

So... the parameter name has $ or the parameter value does? Also, what exact 7.x version?
by chulett
Thu Feb 28, 2008 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering on contents of Integer field
Replies: 5
Views: 1248

No-one is laughing, we all were a noob at some point. :wink:

Your second syntax is correct, as long as the field is defined as a string:

Code: Select all

FieldName[1,1] = '7'

You can then use StringToDecimal (off the top of my head) to properly convert the datatype for downstream consumption.
by chulett
Thu Feb 28, 2008 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Version clarification
Replies: 11
Views: 2893

I'm supposed to get an email when new versions for H-PUX come out, guess that ain't happening no more. I wonder how long 7.5.3 has been available? :?
by chulett
Thu Feb 28, 2008 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting and Updating the same table
Replies: 7
Views: 1760

Pass your changes thru all three transformers, clearly noting the inserts from the updates so you know where to send what at the end.
by chulett
Thu Feb 28, 2008 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to only run certain stages in a job?
Replies: 5
Views: 1368

Depending on exactly what you mean by 'run', you could put in a constraint upstream of the stages you want to 'shut off' that ensures no rows pass that point. The stages would still run but they would process zero records.
by chulett
Thu Feb 28, 2008 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting and Updating the same table
Replies: 7
Views: 1760

This is pretty normal stuff. Use one OCI stage, not two and set your Array Size to 1 and you should be fine as long as the link order is correct.
by chulett
Thu Feb 28, 2008 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows into seperate files.
Replies: 4
Views: 972

Welcome aboard! :D

Perhaps this post might help: http://www.dsxchange.com/viewtopic.php?t=116666

There are others out there for the searching, but this one was fairly recent.
by chulett
Thu Feb 28, 2008 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: runLocally did not return AP error in PX job
Replies: 9
Views: 4817

Re: runLocally did not return AP error in PX job

gstungare wrote:See log file for Oracle specfic message.

Did you?
by chulett
Thu Feb 28, 2008 1:25 pm
Forum: General
Topic: selecting table name with _ in the name in ODBC stage
Replies: 4
Views: 1383

UDB? Sorry, can't help you there. :(