Search found 42189 matches

by chulett
Fri Jul 17, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to sort on row in asc and second row in desc in a table of 1
Replies: 4
Views: 1011

As noted, you don't "sort a row" so this makes absolutely no sense. Extend your example to all 10 rows and show 10 rows of output, maybe that will help explain what you are trying to say. :?
by chulett
Fri Jul 17, 2009 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PlugIn Function "Put" Error
Replies: 4
Views: 1455

I've seen these from 'normal' stages when there are... environment issues. Can you post complete details of your job design, please?
by chulett
Fri Jul 17, 2009 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 195 Phantom 16230
Replies: 13
Views: 4272

Forget that error and post whatever error(s) failed your job.
by chulett
Fri Jul 17, 2009 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check for Empty Table
Replies: 2
Views: 1167

Build a hashed file reference lookup from your target and use that to drive your actions. That way you can insert new records and update any changed records and pitch everything else with the right constraints.
by chulett
Fri Jul 17, 2009 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 7
Views: 2316

Sainath.Srinivasan wrote:I think you can skip :1 if you are not using it.
No, you cannot, which is why Ray asked about it and why the error is being generated. All columns must be bound into the DML.
by chulett
Fri Jul 17, 2009 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format not supported
Replies: 11
Views: 3708

Use a TO_CHAR() on the select with a mask of 'YYYY-MM-DD HH24:MI:SS' and use a Datatype of Timestamp in the job all the way through.
by chulett
Fri Jul 17, 2009 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in ORAOCI read result between Oracle 9i and 11g
Replies: 11
Views: 6360

I've seen this and from what I recall, it's an Oracle bug. What exact Oracle client version do you have installed on your DataStage server? Also note that 11g is not officially supported.
by chulett
Thu Jul 16, 2009 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with dsjob command...
Replies: 7
Views: 2447

:? I don't understand what you are asking or what your 'failure' is. Yes, it will wait for the job to complete before returning. Explain what fine versus not fine across environments means in detail. Please.
by chulett
Thu Jul 16, 2009 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting KeyMgtGetNextValue / KeyMgtGetNextValueConcurrent
Replies: 2
Views: 1414

You can certainly copy them and change or enhance them any way you like. However, I have no idea what "generate -ve number" means, never mind the fact that it sounds like something you should handle in your job, not in the routine call. :?
by chulett
Thu Jul 16, 2009 3:13 pm
Forum: General
Topic: How to write a routine with SQL embedded
Replies: 3
Views: 1623

Your ultimate goal is a "vertical pivot" of rows to columns, something that's been discussed here quite a bit. The actual Pivot Stage only supports a "horizontal" pivot of columns to rows at the moment. Is your SQL being used as a reference lookup? Only the ODBC and UV stages are...
by chulett
Thu Jul 16, 2009 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ISQL and OSQL issues
Replies: 16
Views: 7417

Or that. :wink:
by chulett
Thu Jul 16, 2009 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage INSERTing Twice - unique constraint violated
Replies: 5
Views: 2117

Very odd. First suggestion would be to delete that stage from the job and set it back up again from scratch, see if that fixes whatever is going on.
by chulett
Thu Jul 16, 2009 1:11 pm
Forum: General
Topic: How to write a routine with SQL embedded
Replies: 3
Views: 1623

First bit of advice - don't do all that in a routine, they're not really meant for that kind of functionality. Why not simply do all that "in job" where it is much simpler to setup and easier to maintain. A hashed file reference lookup can get you the three fields, if you can't stream them...
by chulett
Thu Jul 16, 2009 1:05 pm
Forum: General
Topic: Job Status is not showing properly when it is Failed
Replies: 4
Views: 1165

Come to think of it, I've seen the same thing too. Rare, but i've seen it. Seems like there are certain kinds of fatal situations that don't get noticed properly and thus are not reflected accurately in the job status. :? Unless someone else comes along with better advice, all I can think at this po...
by chulett
Thu Jul 16, 2009 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage INSERTing Twice - unique constraint violated
Replies: 5
Views: 2117

Never seen any such thing. What 'update action' are you using? How many links are going into the stage?