Search found 42189 matches

by chulett
Wed Mar 19, 2008 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while load the data in sequential stage with jobpar
Replies: 8
Views: 1464

Which is exactly what I meant - spelled the same, cased the same, yada yada. And the parameter name is obviously wrong just by the fact that they do not allow 'dots' in them... confirmed that today on the off chance I was misremembering that. :wink:
by chulett
Wed Mar 19, 2008 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

I would suggest having it upgraded to at least 9.2.0.5, but I also haven't had any issues with 9.2.0.6 and 9.2.0.8 as well. Earlier than that and they seem to be chock full 'o nuts.
by chulett
Wed Mar 19, 2008 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

That shouldn't be a problem, we do the same thing here. What's important to find out is the exact version of the 9i client you have installed - it should be four sets of digits, like 9.2.0.8 for example.
by chulett
Wed Mar 19, 2008 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

I assume you mean DBA not dbx, and you'll check with your Oracle folks, but whatever works. :wink:
by chulett
Wed Mar 19, 2008 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while load the data in sequential stage with jobpar
Replies: 8
Views: 1464

You don't have a job parameter named "targetfile.txt" defined in the job. And I'm fairly certain parameter names are not allowed to have dots in them, change the name and see if that fixes things.
by chulett
Wed Mar 19, 2008 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

No, that's not used. I mean the Oracle client on the DataStage server. Forgot to ask - is the Oracle client version on the DataStage server a different version from what is installed on your actual database? Ultimately, unless we manage to fix this, any kind of answer about core dumps will need to c...
by chulett
Wed Mar 19, 2008 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence gone haywire
Replies: 19
Views: 5987

My assumption there was that a Sequencer set to 'All' was added to the sequence job, that's what makes it wait for multiple jobs at once. Nothing about doing that should make it go 'haywire'.
by chulett
Wed Mar 19, 2008 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB Data types from DB2
Replies: 1
Views: 778

Yes, it is compatible. Not saying it will work or that CLOBs are a supported data type, but it *is* compatible. Let us know what happens when you try.
by chulett
Wed Mar 19, 2008 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

In other words, as already noted, they are identical. Well, except for the schema name parameter which is not anything that would cause a core dump. Core dumps come from bugs in the Oracle client, from what I've seen.
by chulett
Wed Mar 19, 2008 7:54 am
Forum: General
Topic: Using XML files as source
Replies: 6
Views: 1392

That would be my opinion, yes. I'm sure others here will disagree and I'd be curious to hear their reasoning. :wink:
by chulett
Wed Mar 19, 2008 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence gone haywire
Replies: 19
Views: 5987

Odd... and I really got nothing, sorry. :(

Is this a repeatable behaviour with the modified version of the Sequence or was it a one time thing? I'll guess we may have to wait and see.
by chulett
Wed Mar 19, 2008 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence gone haywire
Replies: 19
Views: 5987

Re: Sequence gone haywire

PhilHibbs wrote:Is it possible that running a job of the same name in another project might confuse the Job Schedule?

Nope. Are you certain the Sequence itself tried to start the job twice? Any chance someone/thing else started it before your Sequence did?

ps. Don't recall ever seeing anything like this.
by chulett
Wed Mar 19, 2008 7:26 am
Forum: General
Topic: Using XML files as source
Replies: 6
Views: 1392

I assume the OP was asking about XML format versus a 'normal' flat file as a source, not about trying to read XML with a Sequential file stage. Let us know, xyz. Perhaps I'm an old fart, but I find XML an enormous PITA - unnecessarily large, unnecessarily complex, needing to be sucked into memory to...
by chulett
Tue Mar 18, 2008 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single record to multiple records
Replies: 13
Views: 3082

It should be fine as long as you know the max, I would think. And it doesn't need to be a fixed number, you can filter out any 'shorties' downstream of the pivot.
by chulett
Tue Mar 18, 2008 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single record to multiple records
Replies: 13
Views: 3082

You can split the second 'combo' field in individual fields and then Pivot. Do you know the maximum number of pipes you could see there?