Search found 42189 matches

by chulett
Fri Aug 03, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 13
Views: 3155

But we all know the suggestion was to use a specific PX stage.
by chulett
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

Good Lord, Grasshopper - patience. :roll:

You'll need to find your own place to 'stick it' as there isn't one here. Yet. However, there are plenty of file sharing sites where you can upload it if you haven't got one of your own. I'm sure a google will turn up several choices.
by chulett
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...
by chulett
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]
by chulett
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...
by chulett
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

You can either reinvent the wheel or download the wheel, your choice.

ETLStats

'Nuff said. :wink:
by chulett
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

Aha! :D

Glad you got it sorted out.
by chulett
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

So... you don't have the SOA Edition / RTI? :?

I'm a little lost on how you can 'schedule ETL jobs as Web services', too. :(
by chulett
Thu Aug 02, 2007 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 13
Views: 3155

sudeepmantri wrote:Well if you are not comfortable with the routines, there is one more option of column generator.

In a Server job? :?
by chulett
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...
by chulett
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

Why would you both mark this as and post it in the Server forum?


(waves to Ray)
by chulett
Thu Aug 02, 2007 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accessing zip files
Replies: 15
Views: 3767

I counsel... patience.
by chulett
Thu Aug 02, 2007 10:24 pm
Forum: General
Topic: Problem with Execute Command Satge
Replies: 5
Views: 1189

Upgrade. There's only a couple of 'work arounds' in that version - either stop using parameters and hard-code everything or replace the Execute Command stage with a Routine Activity stage that executes the command using DSExecute. You'll have full control over the parameters there.
by chulett
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

:idea: Next time, please try to pick a more descriptive and appropriate title for your posts.
by chulett
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...