Search found 6797 matches

by DSguru2B
Mon May 07, 2007 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write DS Job to pull Data from Oracle Table
Replies: 2
Views: 541

No extra steps needed to extract from Table A in server X and load it to table B in server Y. Make sure the tnsnames.ora file on the datastage server has the right entries for both the server X and server Y.
by DSguru2B
Mon May 07, 2007 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Error
Replies: 4
Views: 920

Thispost may help.
by DSguru2B
Mon May 07, 2007 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reusable Routines
Replies: 1
Views: 1021

There are quite a few parallel routines posted here. Search on keywords like 'parallel routine', 'pxEreplace' etc.
by DSguru2B
Mon May 07, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing SQL in routine
Replies: 8
Views: 3846

Even if the routine approach works for you now, it might not in 30 days, as it will expire. DataDirect does not allow usage of its drivers outside of the database stage. You might want to take that into consideration.
by DSguru2B
Mon May 07, 2007 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job log details
Replies: 3
Views: 1201

:idea: Try searching. I am sure you will find bits and pieces lying here and there in archive posts.
by DSguru2B
Mon May 07, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ouput to Excel on Multiple Sheets
Replies: 18
Views: 5515

I say its one of the best. :wink:
Don't sweat on 'the best way to do it'. You got a piece working with good logic. Good job.
by DSguru2B
Fri May 04, 2007 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: huge RT_LOG
Replies: 8
Views: 6028

Clear the logs of a few jobs. Make space. The try clearing the RT_LOG of that particular job.
by DSguru2B
Fri May 04, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rejects in oracle stage
Replies: 3
Views: 756

Reject mode will only work if its Upsert and will not work for Load. That too in the enterprise stage. Not the OCI stage.
by DSguru2B
Fri May 04, 2007 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid and SetNull
Replies: 12
Views: 3863

Duh....Clumsy me. Sorry about that. Most of the cases I have dealt with is the absence of space between the date part and time part. Anywho, good luck.
by DSguru2B
Fri May 04, 2007 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid and SetNull
Replies: 12
Views: 3863

A small correction in your stage variable derivation. You need a space between the date part and the time part.

Code: Select all

IF IsValid("Timestamp",svBaseDate) THEN StringToTimestamp(svBaseDate) ELSE TimestampFromDateTime(pLOWDATEVALUE, " 00:00:00")
by DSguru2B
Fri May 04, 2007 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: identify temp files created by DS
Replies: 7
Views: 2942

Just in the Administrator. But it will not effect the pre-existing jobs. Ken has a utility that purges logs as well as sets the purge limit. Search for it here.
by DSguru2B
Fri May 04, 2007 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid and SetNull
Replies: 12
Views: 3863

I think its an issue with SetNull() in a stage variable. I know I have read something about it here. Search in the archives.
by DSguru2B
Fri May 04, 2007 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sybase Table Definitions
Replies: 3
Views: 1446

Time to mark your post as "Resolved".
by DSguru2B
Fri May 04, 2007 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 2219

Check here.
by DSguru2B
Fri May 04, 2007 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Multi Instance Job from Scheduler...
Replies: 5
Views: 1904

Is your sequence job multiple instance job? If it aborts, it should be in Aborted/Restartable state. You do not require it to be RESET as far as I remember, its been a while since I worked with job sequences.