Search found 42189 matches

by chulett
Mon Feb 08, 2010 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema file
Replies: 3
Views: 1337

Different files and then use a job parameter to bring in the right one.
by chulett
Mon Feb 08, 2010 8:31 am
Forum: General
Topic: time conversion
Replies: 17
Views: 10756

Perhaps something similar could be done but the problem here is with time conversion only, there's no date or timestamp involved.
by chulett
Mon Feb 08, 2010 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 - JOINing a TEMPORARY table
Replies: 3
Views: 2658

No, because by then your temp table would be gone. You would need to create and popuplate it 'before sql' and then join to it right then. Does this really need to be a true temp table? Perhaps you could persist the table and then drop it after job if all goes well.
by chulett
Mon Feb 08, 2010 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference Hash file Rejects Capture
Replies: 4
Views: 1190

Good Lord, have some patience. You posted in the middle of the night for a crap ton of people.
by chulett
Mon Feb 08, 2010 8:20 am
Forum: General
Topic: Parameters in Stored Procedure Stage
Replies: 6
Views: 1940

And you actually have a job parameter defined in the job named '$username' - all lower-case, just like that?
by chulett
Sun Feb 07, 2010 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in parallel jobs
Replies: 1
Views: 818

The user 'scott' doesn't have the grants that stage needs to operate, grants which are well documented.
by chulett
Sun Feb 07, 2010 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 5290

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = 'xxxxx';
And there's only one underscore in the log table's name.
by chulett
Sun Feb 07, 2010 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 5290

CLEAR.FILE RT_LOGnnnn
by chulett
Sun Feb 07, 2010 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 4160

Easy enough to check.
by chulett
Sun Feb 07, 2010 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in running parallel jobs
Replies: 4
Views: 1604

Take the error message after "COMM" and do an exact search for it here.
by chulett
Sun Feb 07, 2010 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP-DS connection
Replies: 3
Views: 2702

So, this time they weren't run manually? Meaning, this error only happens when the job is scheduled? :?
by chulett
Sun Feb 07, 2010 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updated records from a file
Replies: 3
Views: 1289

Tell us what you mean by 'updated'? Compared to what?
by chulett
Sat Feb 06, 2010 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion compilation error
Replies: 1
Views: 854

Where are you trying to do this? Meaning, what stage? You may need to use DateFromDaysSince() instead.
by chulett
Sat Feb 06, 2010 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2nodes.cfg must exist and be readable by all users!
Replies: 4
Views: 3861

There's a resolution posted here and in other threads if you do an exact seach for that message.