For Server it is typically:
Folder -> XML Input -> Transformer -> Sequential
Check Kim Duke's website under his Tips&Tricks page you'll find an XML Best Practices document that he is hosting for us. Invaluable reading.
Search found 42189 matches
- Mon Dec 08, 2008 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML File Reads
- Replies: 3
- Views: 1084
- Mon Dec 08, 2008 10:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command (Failed to s
- Replies: 15
- Views: 9891
- Mon Dec 08, 2008 10:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: send dsjob output to logfile
- Replies: 7
- Views: 6385
Read the help for the "-log" option, while it *is* used to write to the log it's not what you are looking for. You just need some standard UNIX redirection of standard error to standard out, I reck'n:
Off the top of my head.
Code: Select all
dsjob -run $proj $job 2>&1 >> $logfile- Mon Dec 08, 2008 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command (Failed to s
- Replies: 15
- Views: 9891
No, it's not per user but rather project wide. And should have mentioned that you need to check as the 'administrator' user, typically 'dsadm'. So the fact that it is enabled for the administrator shows that NLS is enabled in the project. And you can click on the button to see the currect mapping. I...
- Mon Dec 08, 2008 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command (Failed to s
- Replies: 15
- Views: 9891
- Mon Dec 08, 2008 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in FTP unix script
- Replies: 5
- Views: 3744
- Mon Dec 08, 2008 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in a simple job
- Replies: 6
- Views: 1327
- Mon Dec 08, 2008 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data flow cycle detected among operators in step
- Replies: 4
- Views: 2632
Re: Data flow cycle detected among operators in step
No, it doesn't. You cannot build any kind of a "looping" structure in your jobs, Parallel or Server. Knock off the fancy stuff.srinagesh wrote:Theoritically & Programatically this type of looping should work fine, but for some reason Datastage does not seem to like this.
- Mon Dec 08, 2008 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command (Failed to s
- Replies: 15
- Views: 9891
- Mon Dec 08, 2008 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC License file (IVVM.LIC or DDVM.LIC) not found in brande
- Replies: 4
- Views: 5359
- Mon Dec 08, 2008 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC License file (IVVM.LIC or DDVM.LIC) not found in brande
- Replies: 4
- Views: 5359
- Mon Dec 08, 2008 12:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Size Limit
- Replies: 4
- Views: 2153
- Sun Dec 07, 2008 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Size Limit
- Replies: 4
- Views: 2153
- Sun Dec 07, 2008 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORaA -OCI STAGE DOESNOT SUPPORT LONG DATATYPE
- Replies: 1
- Views: 758
Welcome. Not really what I'd call a small issue, heck Oracle doesn't really support LONG fields all that well, too many restrictions on what you can and can't do with one. I'm guessing this is a 7.x (or earlier) Oracle database? There really aren't any 'transformations' you can do on a LONG, so you'...
- Sun Dec 07, 2008 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Auto Increment Surrogate Key
- Replies: 1
- Views: 2021