Search found 42189 matches

by chulett
Thu Aug 27, 2009 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Issue when running .bat file form datastage
Replies: 2
Views: 2864

No. You can, I would wager, fix your batch file so it doesn't "hang up". Typically, that means it has stopped to ask for permission to do something and that question never gets answered. If you would be willing to post your batch file (wrapped in tags!)[/i] we could see if we can spot the ...
by chulett
Thu Aug 27, 2009 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage ...Heap Error
Replies: 3
Views: 1543

Add the $APT variable to "disable operator combinality" to your job, set it to true and rerun the job. We'll get a more meaningful error that way.
by chulett
Thu Aug 27, 2009 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where are Oracle bulk loader logs?
Replies: 6
Views: 1585

No, isn't that enough? :wink:

That's your fatal and you have an UNUSABLE index on your table now. Talk to your DBA about how to fix that. And see about not skipping "index maintenance" for any future loads.
by chulett
Thu Aug 27, 2009 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Stage making Timestamp field invalid.
Replies: 2
Views: 861

So, Job 2 actually has an Expand stage in it, yes? Your "picture" shows Compress for both, so best to just go back and edit that post to correct it. Any idea what the actual 'corrupted' timestamp value is? Perhaps add a link to a Peek stage to find out. And double-check that your metadata ...
by chulett
Thu Aug 27, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where are Oracle bulk loader logs?
Replies: 6
Views: 1585

All loaded and zero rejected doesn't mean everything was fine. Keep reading, are there any ORA errors mentioned after that? Duplicates in a unique index, perhaps?
by chulett
Thu Aug 27, 2009 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where are Oracle bulk loader logs?
Replies: 6
Views: 1585

The .log and .bad files are created in your "scratch" space defined by the config file in use at the time the job was run.
by chulett
Thu Aug 27, 2009 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problems in reading an ebcdic file thorugh sequential stage
Replies: 3
Views: 1812

OK, that's fine. HOWEVER if you have any packed fields then a simple ASCII conversion will destroy them. Are they the fields that are not 'displaying properly'?
by chulett
Thu Aug 27, 2009 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File
Replies: 9
Views: 2889

By fixing your config file. Go to Designer / Tools / Configurations, load it up and then press 'Check'. (you've got too many curly braces in your file, btw)
by chulett
Thu Aug 27, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File
Replies: 9
Views: 2889

You don't "need" to if you're thinking it won't work somehow before you do that, but it certainly couldn't hurt to have that as a standard step.
by chulett
Thu Aug 27, 2009 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File
Replies: 9
Views: 2889

First off, did you actually add the $APT_CONFIG_FILE parameter to the job and point it to your new 'two node' file?
by chulett
Thu Aug 27, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Divident by zero
Replies: 27
Views: 6206

chulett wrote:How about you go to that TRANS4 file and actually post the code from the lines mentioned plus several on either side, let us take a look?
:?:
by chulett
Thu Aug 27, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Divident by zero
Replies: 27
Views: 6206

Sainath.Srinivasan wrote:Craig after reading this = :shock: -> :x -> :evil: -> :twisted: -> :cry: -> :?:
:lol:
by chulett
Thu Aug 27, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where data is stored between stages when the job is running
Replies: 5
Views: 1388

Realize that the vast majority of the time there's no... 'break'... between stages, they run in a serial fashion and a single record can go all the way through the job before the next one starts. So you don't typically have one stage finishing before the next stage even starts.
by chulett
Thu Aug 27, 2009 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Table Definitions Command Line
Replies: 3
Views: 2028

My guess... perl script. :wink:
by chulett
Thu Aug 27, 2009 8:45 am
Forum: General
Topic: Need help setting up UVSH
Replies: 10
Views: 2548

You have to forgive my lack of knowledge on uvsh...I just read one of the thread...and tried those things.. http://dsxchange.com/viewtopic.php?t=119027&sid=3349fcc6eda4324873d9b9e52173009d Ha! And mine, too, it seems. I've not seen that particular command in a long while and forgot about the wh...