Search found 42189 matches

by chulett
Wed Jan 31, 2007 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control: How do you do at your place
Replies: 18
Views: 4068

Supposed to be that functionality in 8.x but for now I still do it the Old Fashioned Way: two dsx exports and a good compare utility, like Ultra Compare for example.
by chulett
Wed Jan 31, 2007 1:11 pm
Forum: General
Topic: How to import xsd metadata into DataStage via the Manager
Replies: 1
Views: 2815

Via the Import / Table Definitions / XML Table Definitions goodie. Should be available in your version... is it? Have you tried using it yet and are having issues?
by chulett
Wed Jan 31, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving performance
Replies: 24
Views: 3968

DSguru2B wrote:They consider partitioning for billions of records. But maybe thats just my DBA. :wink:

It's just yours. :P
by chulett
Wed Jan 31, 2007 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lock and unlock jobs
Replies: 20
Views: 5670

Would be nice, sure, but there's no such thing.
by chulett
Wed Jan 31, 2007 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control: How do you do at your place
Replies: 18
Views: 4068

Re: Version Control: How do you do at your place

vijayrc wrote:As per IBM,DS-VC isn't that helpful, and most of them use PVCS/VSS etc for Version Control.

Really? :?
by chulett
Wed Jan 31, 2007 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dsjob run Status Code
Replies: 5
Views: 2326

They can be found in the dsapi.h file under $DSHOME/include: /* 'jobStatus' values... */ #define DSJS_RUNNING 0 /* Job running */ #define DSJS_RUNOK 1 /* Job finished a normal run with no warnings */ #define DSJS_RUNWARN 2 /* Job finished a normal run with warnings */ #define DSJS_RUNFAILED 3 /* Job...
by chulett
Wed Jan 31, 2007 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 13520

You should setup a stage variable and call this routine once in its Initial Value column, if at all possible.
by chulett
Wed Jan 31, 2007 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records are missing in DB2 table
Replies: 17
Views: 3146

The jobs are ran from Datastage Director and Transaction and Array size was given as 50 and 100 respectively in DB2 API stage . Do you think the rows are not commited because of the above settings. Possibly... Transaction Size should be a multiple of Array Size, not the other way around. Either try...
by chulett
Wed Jan 31, 2007 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records are missing in DB2 table
Replies: 17
Views: 3146

Still would appreciate confirmation of no warnings in the log, which I don't see as being possible unless the DB2 stage isn't good about reporting them. While the OCI stage may log reject information incorrectly without an array size setting of 1, it will log any issues encountered. Nothing personal...
by chulett
Wed Jan 31, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS Jobs
Replies: 8
Views: 1971

We need to wait and see who has been jumping what gun, if any. :wink:
by chulett
Wed Jan 31, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records are missing in DB2 table
Replies: 17
Views: 3146

And you can't have rejects without warnings in the log - have you looked there?
by chulett
Wed Jan 31, 2007 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records are missing in DB2 table
Replies: 17
Views: 3146

Rows written can be a fairly useless statistic, need something more like 'rows accepted'. :wink:

Job design? Update action? Warnings in the job's log?
by chulett
Wed Jan 31, 2007 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS Jobs
Replies: 8
Views: 1971

:? Can you clarify your question, please? "Multiple ports on a single server"? I don't see how that's related to using the dsjob command... or are you referring to multi-instance jobs?
by chulett
Wed Jan 31, 2007 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage
Replies: 6
Views: 1525

Re: Stored Procedure Stage

Izack wrote:In what situation we have to use ? And what is the advantages of this stage to use in a job?

IMHO - none and very few. Use it if you have to. :wink:
by chulett
Wed Jan 31, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: License expired-internal error 39202
Replies: 1
Views: 1082

I just recently did the same thing for an XE (not EE) installation and it worked fine. Are you connecting to the Administrator with your dsadm id?