Search found 42189 matches

by chulett
Mon Jul 28, 2014 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update previous records with yesterday's date
Replies: 9
Views: 7004

So you're just asking how to do a Type 2 change? Meaning, a new record is inserted for the effective date of the change and the original / old record is closed / marked as no longer current in some fashion. You must be checking for existence already so you know whether this is a new or changed recor...
by chulett
Mon Jul 28, 2014 12:07 pm
Forum: General
Topic: DSobjects.DSoaifcrtl DLL is missing
Replies: 2
Views: 831

I'd also be curious if this used to work and stopped working, or if this is a brand new install and it has never worked.
by chulett
Mon Jul 28, 2014 12:06 pm
Forum: General
Topic: DSobjects.DSoaifcrtl DLL is missing
Replies: 2
Views: 831

Why don't we start with words. You need to upload whatever image you are trying to include in your post to a file sharing site and then use image tags to include it in your post. No one except you can see an image on your PC.
by chulett
Mon Jul 28, 2014 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing of Data
Replies: 10
Views: 3443

So, use a Server job or from what I've read there is a PX version somewhere in the 9.x release. There's also a pxEReplace posted here which may or may not be problematical, an exact search should turn it (and the discussion of it) up.
by chulett
Mon Jul 28, 2014 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing of Data
Replies: 10
Views: 3443

No, Convert supports single character substitutions. You'd need a version of EReplace for that.
by chulett
Mon Jul 28, 2014 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance Jobs Failing and/or Hanging
Replies: 6
Views: 4349

So... did you actually confirm your kernel settings were appropriate? Hard to know for certain when you make a blanket statement like that. I'd also be curious if you compared them between the two "same OS" environments. And pretty much every discussion here of the MEMOFF settings notes th...
by chulett
Sun Jul 27, 2014 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header row is missing in ftp enterprise stage
Replies: 3
Views: 2467

Re: Header row is missing in ftp enterprise stage

premupdate wrote:Sequential file Options: Enabled first line is column name to true.
That option causes the headers to be skipped, turn it off so the header record just flows through as data.
by chulett
Sat Jul 26, 2014 10:30 am
Forum: General
Topic: Problem using unix command from execute command stage
Replies: 11
Views: 4203

An additional problem. Even once working, the base problem will still be the fact that a count of 1 will be considered an 'unhandled failure' with that option turned on unless the sequence job thinks you are handling the failure. And how you do that is documented in the same place that option is.
by chulett
Fri Jul 25, 2014 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of transformer stages affects performance ?
Replies: 20
Views: 8572

That's it, conflated. Definitely... conflated. Yah.
by chulett
Fri Jul 25, 2014 8:53 pm
Forum: General
Topic: Problem using unix command from execute command stage
Replies: 11
Views: 4203

Re: Problem using unix command from execute command stage

swapna07 wrote:But when I am trying to run the seq, it is aborting with error as below :
Command wc -l did not finish OK, reply = '1'
Unhandled failure (1) encountered executing command wc -l
Hence my reply. :wink:
by chulett
Fri Jul 25, 2014 10:37 am
Forum: General
Topic: Run Progress program from DataStage.
Replies: 3
Views: 1692

That's because it's not SQL. Where/how would you run it without DataStage?
by chulett
Fri Jul 25, 2014 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of transformer stages affects performance ?
Replies: 20
Views: 8572

Not confused... which is why I specifically noted I was making a general statement. :wink:
by chulett
Fri Jul 25, 2014 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle GroupBy wrong output
Replies: 10
Views: 5460

Mind the forum and job type, Ray. :wink:

Andrea, he's thinking you're running a PX job.
by chulett
Fri Jul 25, 2014 7:28 am
Forum: General
Topic: Problem using unix command from execute command stage
Replies: 11
Views: 4203

Do an exact search here for "Unhandled failure"... you have the Automatically Handle option on and your command did not return zero. That = failure.
by chulett
Thu Jul 24, 2014 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance Jobs Failing and/or Hanging
Replies: 6
Views: 4349

I'd double-check that your kernel settings are in line with what the new version and platform expects. I would also suggest a small sleep between the reset and the run, in my experience it can sometimes take a moment for the reset to actually finish up post-return and we had some odd errors before w...