Search found 42189 matches

by chulett
Thu Jun 23, 2011 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To repeat sibling node in the children nodes of the sibling
Replies: 3
Views: 1295

That would be the elements mentioned in the "as the key" comments above. :wink:
by chulett
Thu Jun 23, 2011 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding " . " with column name
Replies: 8
Views: 2732

Do you mean creating a first record which contains the column names? Since that's based on the field names in the job and "." is not valid in a field name the stock answer on can you do this automagically would be no. You could create the record "before job" and then set your out...
by chulett
Thu Jun 23, 2011 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PDF load as a BLOB
Replies: 1
Views: 1079

You already asked this question yesterday, asking again isn't going to help and will just upset the natives.
by chulett
Thu Jun 23, 2011 2:36 pm
Forum: General
Topic: Converting a string to a generalized format
Replies: 4
Views: 982

Use Convert() to replace any numeric digit with a 9.
by chulett
Thu Jun 23, 2011 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: group by in datastage
Replies: 1
Views: 1304

That's a database question for your DBA rather than a DataStage question.
by chulett
Thu Jun 23, 2011 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Links behaviour
Replies: 4
Views: 1350

Now rightly posted. :wink:
by chulett
Thu Jun 23, 2011 7:50 am
Forum: General
Topic: Routine in trigger
Replies: 6
Views: 970

So, in that case, using a Routine Activity stage is the proper answer here.
by chulett
Thu Jun 23, 2011 7:12 am
Forum: General
Topic: Routine in trigger
Replies: 6
Views: 970

No. Do what you are doing, using the proper stage and then (I assume) checking the results in any downstream triggers. Make sure you are detaching from the jobs you are checking! Question - were these jobs run by the current Sequence? I assume not, but wanted to ask and make sure the "why"...
by chulett
Thu Jun 23, 2011 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema Lib Manager not reading FpML 5.2
Replies: 4
Views: 2236

I'd suggest contacting your official support provider.
by chulett
Thu Jun 23, 2011 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB issues
Replies: 3
Views: 3067

Bottom line is CLOBs are not supported. What happens when there is more than one CLOB in your job? Have you try setting your Array Size to 1? I'd suggest looking into other tools... pl/sql perhaps? Have a chat with your DBA and see what ideas they have.
by chulett
Thu Jun 23, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update very slow
Replies: 4
Views: 2545

I'd also be curious how many indexes are on the table and if there are foreign keys to other tables, all of which slow things down. Also, how often are you committing? In spite of the fact that you said you didn't "mention any commit point" it must be doing so if you can see your changes i...
by chulett
Thu Jun 23, 2011 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error selecting the data source in Oracle Connector
Replies: 11
Views: 6037

Why are you configuring ODBC for the Oracle Connector stage? You need an Oracle client installed and configured instead, do you have one on your DataStage server?
by chulett
Thu Jun 23, 2011 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using KeyMgtGetNextValue routines
Replies: 2
Views: 1250

You don't need them in a Parallel job, there are PX equivalents you should be using instead. Unless you need to do this for some reason?
by chulett
Thu Jun 23, 2011 6:50 am
Forum: General
Topic: Routine in trigger
Replies: 6
Views: 970

I'm assuming you meant in a Sequence job so off we go to the General forum. And are we talking about a custom / user-defined routine or something else?
by chulett
Thu Jun 23, 2011 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Links behaviour
Replies: 4
Views: 1350

First off, Server or Parallel job? You posted in the Server forum but marked your JobType as Parallel. And be specific regarding how you are doing this "join" - do you actually mean a lookup? :?