Search found 42189 matches

by chulett
Wed Jul 01, 2009 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Side in French
Replies: 12
Views: 2804

It's a very common abbreviation used on the 'net much like BTW and IIRC which is why I generally feel comfortable with using them* here and which a quick Google would have turned up for you. There's a ton listed here but I would never use the vast majority of them here. :wink: * The 'them' is really...
by chulett
Wed Jul 01, 2009 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the advantage of audit logs in datastage
Replies: 9
Views: 2471

You really need to start doing a better job of asking questions here. What the heck do you mean by 'audit logs'? I for one prefer not to guess. :?
by chulett
Wed Jul 01, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Side in French
Replies: 12
Views: 2804

I have no idea if this would work... you change the Windows language on the fly AFAIK. Change it to English, install DataStage and then switch it back to French, maybe the DataStage English will stick. :?

Or they may be locked together. Best to check with support and let us know.
by chulett
Wed Jul 01, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading sequential file
Replies: 7
Views: 3263

Record delimiter, not the field delimiter is the issue here. How is that set?
by chulett
Wed Jul 01, 2009 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameter from table
Replies: 16
Views: 4382

ray.wurlod wrote:
chulett wrote:Yup. :wink:
I understand that to be an affirmative declaration in the United States of America.
Yup! :lol:
by chulett
Wed Jul 01, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting Warning when trying to load to Table
Replies: 2
Views: 1359

Do an exact search for "Unrecognized top level format property: nocheck" and see if any of the other posts help.
by chulett
Wed Jul 01, 2009 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Header
Replies: 10
Views: 2435

Yah, would be cool if it worked and would certainly simplify things.
by chulett
Wed Jul 01, 2009 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell Script to get the status of a DataStage-Job
Replies: 7
Views: 2394

The -jobinfo option for dsjob will tell you the status of the job being queried and you can grep that out and loop if it says 'running' if you like.
by chulett
Wed Jul 01, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 3
Views: 2143

Can you create multiple smaller files rather than one large file? Investigate the use of the "trigger column" option for that.
by chulett
Wed Jul 01, 2009 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Header
Replies: 10
Views: 2435

Not with a file pattern and multiple files, unfortunately. :cry:
by chulett
Wed Jul 01, 2009 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert to Oracle and Triggers
Replies: 5
Views: 2157

You really should start a new topic for this, Shane, and when you do include the gory details of exactly what you are doing in the stage and how it is configured.
by chulett
Wed Jul 01, 2009 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resetiing a job via shell script
Replies: 4
Views: 1298

And no, it only resets the job mentioned on the command line, no others automagically. Your Sequence job should be setup to do the resetting of any 'child' jobs it runs using the 'Reset if required then run' option in the Job Activity stage.
by chulett
Wed Jul 01, 2009 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 21
Views: 6378

Not to worry, if I had anything else to add to this topic, I would. And please do not send personal emails asking for help, people help when and how they can. :?
by chulett
Wed Jul 01, 2009 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Side in French
Replies: 12
Views: 2804

Just the Designer? That's odd... are you running a French version of Windows as well? You'll probably need to contact your official support provider for this one.
by chulett
Wed Jul 01, 2009 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create control jobs to get the record count in the target
Replies: 7
Views: 1885

That would be a "PX specific" solution and not applicable to a Server job, unfortunately.