Search found 42189 matches
- Fri Aug 03, 2007 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 13
- Views: 3155
- Fri Aug 03, 2007 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Review request-WP 'Finite Separation Band of Static H File'
- Replies: 9
- Views: 2811
- Fri Aug 03, 2007 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to ftp the log from command prompt
- Replies: 1
- Views: 603
The 'logs' are hashed files in the job's Project. So, no - you won't be able to access them outside of DataStage. And if you have so many errors that the log either becomes unwieldy or perhaps even corrupted you'll need to take special measures. I'd suggest you turn off the automatic 'Refresh' optio...
- Fri Aug 03, 2007 7:16 am
- Forum: General
- Topic: Online docement for Datastage 7.5.2 version
- Replies: 1
- Views: 1920
No clue if somewhere in that morass of an IBM site you can find documentation for 7.5.x but if it helps at all here's a link to the 8.0 docs:
http://www-1.ibm.com/support/docview.ws ... 03&rs=2321
Note: these are not necessarily free. Some are, some aren't. [shrug]
http://www-1.ibm.com/support/docview.ws ... 03&rs=2321
Note: these are not necessarily free. Some are, some aren't. [shrug]
- Fri Aug 03, 2007 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Appending a sequential file to rejected file (at src file)
- Replies: 6
- Views: 1700
Re: Appending a sequential file to rejected file (at src fil
Now i want that both the rejected files to be collected in one file. So i tried putting first reject file in overwrite mode and the second in append mode. Finally i get a file which has records rejected due to constraint only thats second file but no records from first reject file. Sequential files...
- Fri Aug 03, 2007 12:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Question regardin data auditing
- Replies: 3
- Views: 978
- Fri Aug 03, 2007 12:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSExecute with sqlplus giving ORA error
- Replies: 6
- Views: 3624
- Thu Aug 02, 2007 11:38 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Wrapper for ETL Webservices
- Replies: 10
- Views: 8716
- Thu Aug 02, 2007 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 13
- Views: 3155
- Thu Aug 02, 2007 11:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSExecute with sqlplus giving ORA error
- Replies: 6
- Views: 3624
The only reason I mentioned the exit code was this snippet: Command<3> = 'EXIT 0;' You'll always get the exit code of sqlplus itself, your error shows that you couldn't launch / connect to it cleanly. I was concerned about the times where you connect to and exit from sqlplus just fine but the sql yo...
- Thu Aug 02, 2007 10:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selecting the option "SORT" in stages like Lookup,
- Replies: 1
- Views: 609
- Thu Aug 02, 2007 10:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accessing zip files
- Replies: 15
- Views: 3767
- Thu Aug 02, 2007 10:24 pm
- Forum: General
- Topic: Problem with Execute Command Satge
- Replies: 5
- Views: 1189
- Thu Aug 02, 2007 9:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hai
- Replies: 3
- Views: 936
Welcome. Google is a wonderful thing, turned this up for me lickety split:
Isolation Levels
Next time, please try to pick a more descriptive and appropriate title for your posts.
Isolation Levels
- Thu Aug 02, 2007 8:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSExecute with sqlplus giving ORA error
- Replies: 6
- Views: 3624
I'd suggest a couple of additional logging statements to see if that helps. Put in calls to DSLogInfo for things like the Command just before you execute it or anything else you'd like to confirm. I'd also try removing the "-S" option temporarily and see if that is hiding something useful. I persona...