Search found 42189 matches
- 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...
- Mon Jul 28, 2014 12:07 pm
- Forum: General
- Topic: DSobjects.DSoaifcrtl DLL is missing
- Replies: 2
- Views: 831
- Mon Jul 28, 2014 12:06 pm
- Forum: General
- Topic: DSobjects.DSoaifcrtl DLL is missing
- Replies: 2
- Views: 831
- 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
- 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
- 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
- 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
That option causes the headers to be skipped, turn it off so the header record just flows through as data.premupdate wrote:Sequential file Options: Enabled first line is column name to true.
- Sat Jul 26, 2014 10:30 am
- Forum: General
- Topic: Problem using unix command from execute command stage
- Replies: 11
- Views: 4203
- 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
- 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
Hence my reply.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
- Fri Jul 25, 2014 10:37 am
- Forum: General
- Topic: Run Progress program from DataStage.
- Replies: 3
- Views: 1692
- 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
- Fri Jul 25, 2014 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle GroupBy wrong output
- Replies: 10
- Views: 5460
- Fri Jul 25, 2014 7:28 am
- Forum: General
- Topic: Problem using unix command from execute command stage
- Replies: 11
- Views: 4203
- 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...