Search found 42189 matches

by chulett
Wed Oct 25, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCIBulk slowed down insert as opposed to standard ora
Replies: 4
Views: 1212

It's because of 'automatic' mode - read how it actually works. Best to switch to manual and bulk load the data yourself.
by chulett
Wed Oct 25, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resetting a job causes it to execute the stored procedure
Replies: 6
Views: 2079

Sure you're not thinking of 'Validate'? :?
by chulett
Wed Oct 25, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job which runs successfully is getting aborted in newversion
Replies: 4
Views: 1081

No functional difference from the original derivation. :?
by chulett
Wed Oct 25, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on invalid number conversion.
Replies: 9
Views: 3171

Re: Error on invalid number conversion.

kberisha wrote:I also checked the DDL of the table. only for or maybe five are decimal. But on those fields decimal I have Hardcoded values.

Examples of the hardcoded values, please. That's where I'd start.
by chulett
Wed Oct 25, 2006 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait-for-file should run continuously
Replies: 19
Views: 6809

Re: Wait-for-file should run continuously

As per my company policy I cant use crontab or any other scheduler to schedule this job. My advise - push back on the policy. I'm adding this to my list of 'silly ass policies' we see here way too often that make absolutely no sense. Do you have an Enterprise Scheduler like Control-M? It should be ...
by chulett
Wed Oct 25, 2006 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Phantom error
Replies: 5
Views: 1622

Double-click on the phantom error in the log to get more information about it. Also try resetting the job from the Directory as Arnd suggested and looking to see if a 'From previous run...' entry shows up if the job aborts as part of all this. ps. 'Phantom' is just the DataStage term for the 'backg...
by chulett
Wed Oct 25, 2006 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on invalid number conversion.
Replies: 9
Views: 3171

Re: Error on invalid number conversion.

I'm having trouble running my job. where it shows an error like this: jobName..oracle table name: ORA-01722: invalid number Where to, all of the fields (all of them) are Varchar in Oracle, and more over I'm not using a conversion from numeric to something else. Not possible... there's no way you ca...
by chulett
Wed Oct 25, 2006 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resetting a job causes it to execute the stored procedure
Replies: 6
Views: 2079

No idea... but I'd report it as a bug to IBM/Ascential and see what they have to say about it. What version of DataStage?
by chulett
Tue Oct 24, 2006 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: proof of concept for datastage
Replies: 7
Views: 3696

Yah, that was a little tongue in cheek... thanks for following it up for me, Vince.
by chulett
Tue Oct 24, 2006 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job which runs successfully is getting aborted in newversion
Replies: 4
Views: 1081

The 'junk' values being generated is the 'funny error'? Are these junk values the contents of the 'Col' field or something else entirely? You may want to post some examples - what comes in the Col field and the result of the derivation. I would guess the IsNull check is no longer returning True for ...
by chulett
Tue Oct 24, 2006 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: status code not returned
Replies: 5
Views: 1117

Ah... good. So now this can be marked as 'Resolved', yes? :wink:
by chulett
Tue Oct 24, 2006 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input filesize
Replies: 4
Views: 2785

For 'large' files, the suggested change is two-fold: 1) Change the Folder stage to deliver only the fully pathed filename and not the contents of the file. One field rather than two, in other words. 2) Change the XML Input stage from an XML Source method of XML Document to URL/File path instead. Thi...
by chulett
Tue Oct 24, 2006 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: status code not returned
Replies: 5
Views: 1117

You need to be more specific. You should be perfectly able to get the same status code as you've always gotten as they haven't changed. Post your methodology - job design, trigger values, etc - whatever it will take to make us understand your problem.
by chulett
Tue Oct 24, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETLStats question
Replies: 9
Views: 2547

Apparently nothing. :wink:

Are you sure you are executing these commands on the server where DataStage is installed? :?