Search found 42189 matches

by chulett
Thu Mar 10, 2011 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job implicit conversion error
Replies: 2
Views: 1699

What part do you need help with? Did you do an exact search for "Possible range/precision limitation" to understand the warning?
by chulett
Thu Mar 10, 2011 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with the lookup on custom SQL
Replies: 4
Views: 1803

Any 'fix' would still involve some level of code change, I would imagine. Sound like a question for your official support provider if no-one here chimes in with an alternative.
by chulett
Thu Mar 10, 2011 10:03 am
Forum: General
Topic: Problem using commands for controlling Datastage Jobs
Replies: 7
Views: 3551

soportesis wrote:Yes, I need to run a job that is not into my project. Or is there an other way to do this into a sequence job?
No, that's how it needs to be done in that case.
by chulett
Thu Mar 10, 2011 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with the lookup on custom SQL
Replies: 4
Views: 1803

Not sure but in your shoes I would try changing the bind variables to :1 and :2. You may also try that in conjunction with re-ordering the columns so the two key columns come first.
by chulett
Thu Mar 10, 2011 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot see the status of job running in the designer
Replies: 5
Views: 1942

OK... that just means you want to use it. You need to ensure the actual jobmonapp daemon is running as well, which is what the suggested search would show you how to do.
by chulett
Thu Mar 10, 2011 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Stage - Reject Link
Replies: 7
Views: 10276

No, not via a reject link... add a transformer after the sort stage and do the detection there.
by chulett
Thu Mar 10, 2011 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ignoring a column in the target DB stage
Replies: 12
Views: 6999

The ODBC stage is the only stage that doesn't seem to care that all columns get bound into the sql, all others do. So you need to make sure all columns are bound by not mentioning the ID column in the stage and then using user-defined sql which uses all columns from the stage plus the 'identity' col...
by chulett
Thu Mar 10, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00934: group function is not allowed here
Replies: 1
Views: 2489

If the auto-generated DML does the same thing it could be a bug. Post the actual delete statement you are using. How different was your SQL from what it generated?
by chulett
Thu Mar 10, 2011 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parsing XML column to dataset
Replies: 6
Views: 2256

Note that Ernie did not mention anything about 'Auto Check'... suggest you re-import the metadata as he suggested to see if that helps.
by chulett
Thu Mar 10, 2011 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Stage - Reject Link
Replies: 7
Views: 10276

No, as far as I know it simply removes duplicates, hence the name. If you need to detect them and do different actions based on a row being a duplicate or not, I would assume a Sort stage with a Key Change column would be the appropriate approach. Then another stage could use that to determine each ...
by chulett
Thu Mar 10, 2011 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 15
Views: 7976

Glad it now works! Keep in mind that that particular logic is not as efficient, nor considered best practice coding, largely due to calling Field() multiple times--as many as 15 or 16--per date column per record. You might consider using stage variables to store the result of Field(COLNAME," &...
by chulett
Thu Mar 10, 2011 7:42 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 7230

battaliou wrote:I just noticed Ray's got more points than me.
You? All of us. Combined. :lol:
by chulett
Wed Mar 09, 2011 6:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot see the status of job running in the designer
Replies: 5
Views: 1942

What environment variable did you find? :?