Search found 42189 matches

by chulett
Thu Sep 30, 2010 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Connecting DataStage
Replies: 4
Views: 2283

I didn't look that particular error up in the forum, but did you ensure that DataStage actually came back up after the crash? Does anything show if you grep for "dsrpcd"?
by chulett
Thu Sep 30, 2010 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to insert XML into Oracle CLOB datatype.
Replies: 6
Views: 4140

What does your job design look like? Are you generating the XML you are loading or just loading it? Is the XML "formatted" and if so, can you turn that option off?

If you need more help, we're going to need more details as to what your "spillage" looks like exactly.
by chulett
Thu Sep 30, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with quotes during loading with bulk script
Replies: 3
Views: 1242

And the example you posted:

"abc"|""""Gunnado""""|"def"

That is from the Server or PX generated file? What does the other one look like? Rather than assume, specificy for us which one loads and which one doesn't as well, please.
by chulett
Wed Sep 29, 2010 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating OSH Script
Replies: 8
Views: 6359

Sounds like you need to read up on RCP - Runtime Column Propagation - rather than thinking you need to do anything with an OSH script.
by chulett
Wed Sep 29, 2010 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS could not resolve error!!
Replies: 10
Views: 6435

:? These are not project level settings, they are typically defined in the dsenv file and thus apply to all projects on the server. And TNS_ADMIN is only required if your tnsnames.ora file is not in the 'standard' location - $ORACLE_HOME/network/admin.

Something else is going on, me thinks.
by chulett
Wed Sep 29, 2010 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Call DB2 Stored Procedure in 7.5.x2
Replies: 5
Views: 2869

I believe that your only other choice in that case would be the ODBC stage...
by chulett
Wed Sep 29, 2010 1:30 pm
Forum: General
Topic: Connecting to virtual Datastage Client through Multi client
Replies: 7
Views: 2505

Then you need both clients and the MCM in the virtual environment, it would seem.
by chulett
Wed Sep 29, 2010 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hanging on oracle SQLloader ?
Replies: 23
Views: 7246

It can't be a lock on the APT configuration file when several jobs try to access it simultaneously.
by chulett
Wed Sep 29, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 3883

Your example doesn't really change anything, what I posted doesn't require "a single row in input" to work correctly.
by chulett
Wed Sep 29, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 3883

You don't need stage variables or the Field() function for this. Just use a transformer to introduce 3 new fields and hard-code their derivation to a month name. Pivot them along with their matching data column.
by chulett
Wed Sep 29, 2010 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in updates
Replies: 4
Views: 1262

I don't think 'upsert' is appropriate here with the different metadata needed for the two actions. Do a lookup to determine existence and then two links to the same db stage, one for the insert and one for the update.
by chulett
Wed Sep 29, 2010 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server stages vs parallel stages
Replies: 3
Views: 1406

Because... they're not? Seriously, not really sure what kind of an answer you were expecting. The two products have completely different origins, philosophies and architectures so the vast majority of the stages specific to PX wouldn't really apply in the Server world. Common ones do, of course, lik...