Search found 42189 matches

by chulett
Tue Sep 25, 2012 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejects in Oracle OCI stage
Replies: 2
Views: 1104

FYI - In essence they reject "back up" the link and can then be captured in a later link that is marked as a Reject link or has a constraint that checks the REJECTED link variable.
by chulett
Tue Sep 25, 2012 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Insert SQL Statement
Replies: 17
Views: 8201

It seems to me that the problem of building dynamic SQL like that would be much easier to solve in a Server job.
by chulett
Tue Sep 25, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Insert SQL Statement
Replies: 17
Views: 8201

Server or Parallel job? You marked it as one and posted in the other's forum.
by chulett
Tue Sep 25, 2012 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass current date as filename in datastage server
Replies: 7
Views: 13668

As long as you don't mind the delimiters it brings to the party. I prefer an unformatted YYYYMMDD date so it sorts 'properly'.
by chulett
Tue Sep 25, 2012 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejects in Oracle OCI stage
Replies: 2
Views: 1104

In a Server job the reject link goes on the transformer feeding the target, not the target itself.
by chulett
Tue Sep 25, 2012 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create XSD File
Replies: 8
Views: 3129

Please advise me to create XSD file with the XML Outputfile or XML Stage. You can't. They can leverage them but not create them. As noted, you'd need an XML tool to do that from an existing XML file... there are several out there, some may even be free. Keep in mind the fact that that approach coul...
by chulett
Tue Sep 25, 2012 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 ordered targets and transactions
Replies: 6
Views: 2888

Ah... thanks for the clarification.
by chulett
Tue Sep 25, 2012 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 ordered targets and transactions
Replies: 6
Views: 2888

Re: DB2 ordered targets and transactions

Kryt0n wrote:This and your previous related post got me intrigued, I didn't even know they allowed two input links to a connector so had always split the streams.
This has always been allowed in Server jobs, guess it finally came to the Parallel world with the Connectors. 8)
by chulett
Mon Sep 24, 2012 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: precision problem from sequential file to DB2
Replies: 4
Views: 1688

An exact search here for "scientific notation" turned up a number of matches, many marked as Resolved. Check those out.
by chulett
Mon Sep 24, 2012 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create XSD File
Replies: 8
Views: 3129

eostic wrote:there's another question.....who needs an xsd?

Not xmlOutput.
No, it doesn't need it but it sure makes getting the proper XPath Expressions into DataStage easier... and those it needs. :wink:
by chulett
Mon Sep 24, 2012 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create XSD File
Replies: 8
Views: 3129

Whomever you are creating XML for should have given you the xsd to use.
by chulett
Mon Sep 24, 2012 11:26 am
Forum: General
Topic: Running dsjob utility from Client workstation
Replies: 7
Views: 2577

Yes, as long as you have the executable properly installed on your client.
by chulett
Mon Sep 24, 2012 9:15 am
Forum: General
Topic: Email notification in sequence
Replies: 2
Views: 907

Have the SysAdmin for the ETL Server check sendmail status on that machine.
by chulett
Mon Sep 24, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete then insert to replace a set of records
Replies: 9
Views: 2103

That's not supposed to matter but who knows? Worst case it seems you could do the deletes first from the data and then the inserts as either separate steps or as properly ordered targets.