Search found 42189 matches

by chulett
Thu Jun 17, 2010 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ORA-001003, ORA-24381
Replies: 1
Views: 12925

This isn't about a limit on the number of records you can load, but how many you can bind into a single array. Let's start with how exactly you are 'loading' this data, can you provide the options you are using in the connector? What array size are you using?
by chulett
Thu Jun 17, 2010 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to restart failed Teardata Multiload job from Datastage?
Replies: 4
Views: 3677

As to what the buttons look like, Rewind and Play respectively. :wink:
by chulett
Thu Jun 17, 2010 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to install NLS for Chinese characters
Replies: 6
Views: 1610

What kind of "better solution" are you looking for? :?
by chulett
Thu Jun 17, 2010 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted Trailing spaces
Replies: 6
Views: 2702

The only time I've ever seen anything remotely like this was when a slightly different (aka 'buggy') Oracle client version was installed in one environment, hence the question.
by chulett
Thu Jun 17, 2010 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted Trailing spaces
Replies: 6
Views: 2702

Not sure how you get extra anything in a one character field, can you be more specific as to exactly what it is you are seeing? :?

Is the version of your Oracle client different in production?
by chulett
Thu Jun 17, 2010 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

g_rkrish wrote:Do any thing need to be done when write and read from same XML.
Wait, wait, wait... are you saying this only happens when you are writing back to the same xml file that you are reading? :?
by chulett
Thu Jun 17, 2010 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File: Overwrite problem
Replies: 5
Views: 1719

Right, in some fashion you'd need to preserve the original file. You could use an After Job routine to check the INTERIM status and, if the job was aborting, swap old back for new. Or, as noted, write to a new name and if the job was going to finish normally, rename the new name to the old name.
by chulett
Thu Jun 17, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File: Overwrite problem
Replies: 5
Views: 1719

In other words, no. The moment the job starts and the stage 'opens' the file is overwritten.
by chulett
Thu Jun 17, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion - Decimal To Decimal
Replies: 1
Views: 2429

Are all results always zeroes or do some work and some do not? Post your actual syntax, that and confirm for us that the values in your 13,5 will actually fit in a 9,5 decimal.

And seriously, "+ve"? It was too much trouble to spell out the word "positive"? :?
by chulett
Thu Jun 17, 2010 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning 'Write failed for record id '
Replies: 5
Views: 3092

It's not space or corruption, as a exact search for an appropriate part of that error message would reveal.
by chulett
Thu Jun 17, 2010 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To/CC from email notification
Replies: 1
Views: 1136

You won't be able to use the stage for that. If you really need that functionality, you'll need to roll your own solution - script, routine, etc.
by chulett
Thu Jun 17, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup table with multiple values as output!!
Replies: 3
Views: 1385

Regardless, you can only get multiple records back from a lookup by using the ODBC or UV stages and by enabling that option on the lookup link itself. Search for "multi-row result set" here for many discussions on the subject.
by chulett
Wed Jun 16, 2010 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage running slow to extract records in different envi.
Replies: 2
Views: 1255

When you say "same query", how same is same? Are you saying each environment connects to the same Oracle instance and runs the exact same query with the same stage settings and you get wildly different run times? Or each ETL environment sources from a different Oracle instance, dev for dev...
by chulett
Wed Jun 16, 2010 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset occupying a lot more space compared to a text file.
Replies: 11
Views: 6508

Not sure where that is documented other than in posts here. Unbounded varchar fields are stored as you would expect but declare a size (which most everyone does) and it takes that full size in the dataset.
by chulett
Wed Jun 16, 2010 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern
Replies: 4
Views: 2359

kogads wrote:I still cant understand how we can track the error file if we have the environment variable $APT_IMPORT_PATTERN_USES_FILESET set to true and File Name column is provides in sequential file?
It lets you know which one of the (possibly many) files you are reading that any particular record is from.