Search found 42189 matches
- Fri Oct 31, 2008 10:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuring multiple ORACLE_HOME directory
- Replies: 10
- Views: 2445
- Fri Oct 31, 2008 9:19 am
- Forum: General
- Topic: Comparing data in the columns
- Replies: 14
- Views: 5596
- Fri Oct 31, 2008 9:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: developer shold not run job in protected project
- Replies: 5
- Views: 2109
- Fri Oct 31, 2008 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Create XML File from Sequential File.
- Replies: 2
- Views: 858
Go to Kim Duke's website and download the XML Best Practices document from his Tips&Tricks page. Read it 'cover to cover'.
- Fri Oct 31, 2008 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to view the XML Output
- Replies: 6
- Views: 1210
- Fri Oct 31, 2008 7:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Job Error
- Replies: 2
- Views: 751
- Fri Oct 31, 2008 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkInfo returning Warning
- Replies: 10
- Views: 2981
- Fri Oct 31, 2008 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define Multiple Unique Keys
- Replies: 3
- Views: 1534
- Fri Oct 31, 2008 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_TEMP Deletes
- Replies: 5
- Views: 3075
Let me add a little something. Don't delete anything in project directories from UNIX unless you know for a fact that it doesn't belong there. I will periodically clear out stray hashed and flat files from the Project, typically created when developers use the default hashed filename of its input li...
- Fri Oct 31, 2008 7:41 am
- Forum: General
- Topic: Datastage Transform
- Replies: 6
- Views: 4060
- Fri Oct 31, 2008 12:13 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Create Output file that has the Same name as Input file
- Replies: 6
- Views: 3522
- Fri Oct 31, 2008 12:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Permission is not working
- Replies: 4
- Views: 1035
- Fri Oct 31, 2008 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to view the XML Output
- Replies: 6
- Views: 1210
Ok... a 1K file isn't an empty file, what exactly is in it? If records aren't passing through the XML Output stage, then that usually means a problem with the XPath Expressions you are using there. Did you generate them from an xsd or were they manually created? Are there any messages in the log fro...
- Thu Oct 30, 2008 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to unlock jobs in v8
- Replies: 16
- Views: 8969
- Thu Oct 30, 2008 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting and writing to Oracle Enterprise stage
- Replies: 1
- Views: 1273
Re: Sorting and writing to Oracle Enterprise stage
5. When I view my data it is not inserted correctly sorted. Sorry, but what the heck is this supposed to mean? There's no sort order in the database, and you can only see sorted data when you view the data if your select query explicitly sorts the data. It's a relational database, not a flat file. ...