Search found 42189 matches

by chulett
Wed May 12, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted for Not enough space on node frs-diis
Replies: 6
Views: 6673

Are you on a 64bit or 32bit server? Also, set $APT_DISABLE_COMBINATION to True and rerun to see exactly where the error message is coming from.
by chulett
Wed May 12, 2010 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Precision
Replies: 9
Views: 3491

Repeating something does not an explanation make. :?
by chulett
Wed May 12, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Precision
Replies: 9
Views: 3491

Re: Invalid Precision

nima511 wrote:I have not defined any column definition explicitly
What does this mean?
by chulett
Wed May 12, 2010 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert and update data
Replies: 3
Views: 1399

Re: insert and update data

in before query i used update statement So... you update everything with a blanket update sql in the "before SQL" section? :? You need to post your actual (unedited) errors before anyone could really help, that and detail all of the settings you are using in the DRS stage. Without that, w...
by chulett
Wed May 12, 2010 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign previous value to stage variable?
Replies: 4
Views: 4056

Yes. What is key to this is the order you declare the variables as they are evaluated top to bottom. That is what allows you to still know the "previous" value when the "current" value shows up.
by chulett
Wed May 12, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp
Replies: 7
Views: 3578

Also let us know what the "target" is.
by chulett
Wed May 12, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion
Replies: 3
Views: 1283

Apparently, it's the Aggrigator. You need to understand that that stage converts everything to dfloat during its processing unless you override that default behaviour. Check the documentation for the details.
by chulett
Wed May 12, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error adding to schedule in windows environment
Replies: 6
Views: 4257

Apparently not... I would double-check.
by chulett
Wed May 12, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage
Replies: 4
Views: 1407

Never mind the fact that no-one in their right mind would want a single nearly 1GB XML file. Google, for instance, imposes a 100MB limit on any XML you send them. Go over by a single byte and it is Rejecto-Time! Of course, there shouldn't be any kind of limit on the number of files they should accep...
by chulett
Wed May 12, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Significance of DSAttachJob and DSDetachJob
Replies: 8
Views: 3697

You normally attach and detach from explicit jobs that the routine will be running. DSJ.ME is just a 'shortcut' to the current controlling job that invoked the routine.
by chulett
Wed May 12, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oacle Enterprise Upsert on Partitioned table
Replies: 6
Views: 1439

Being partitioned won't afffect your "normal" operation. You have the option to do things differently but that's certainly not required in any sense.
by chulett
Wed May 12, 2010 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare date columns
Replies: 6
Views: 1814

Please confirm the "sql database" you are using.
by chulett
Tue May 11, 2010 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behaviour in Transformer
Replies: 10
Views: 3625

Reset the aborted job and let us know if a 'From previous run...' message gets added to the log. What function is the transformer serving?
by chulett
Tue May 11, 2010 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Or Transformer..
Replies: 7
Views: 2606

You're right, I didn't look close enough at the data and the desired output when I made my statememt. D'oh.