Search found 42189 matches

by chulett
Tue Nov 30, 2010 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy in the job performance after migrating
Replies: 8
Views: 2768

Does the job abort? Can you post an example of the warning(s) you are seeing? What database is this?
by chulett
Tue Nov 30, 2010 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve the number of rows inserted or update in a Table
Replies: 4
Views: 5715

In general, you can retrieve the number of insert and update operations from link counts in the logs, which is what is noted there but which for anything other than inserts does not necessarily equate one-to-one with records. Check the various "DSGet" functions available listed in the Desi...
by chulett
Tue Nov 30, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a file using sequential file stage
Replies: 7
Views: 3361

Can you post some examples of records from that file? :?

You'll probably need to read the record as a single long varchar field and then parse it "manually" but examples would help provide better direction.
by chulett
Tue Nov 30, 2010 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS-Oracle connectivity
Replies: 2
Views: 1458

ORA-12154

Creating a "system DSN" is not part of the Oracle configuration process as the native OCI stage does not use ODBC. What's needed is documented, however.
by chulett
Tue Nov 30, 2010 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy in the job performance after migrating
Replies: 8
Views: 2768

Can you explain what "getting dropped" means exactly? And detail out your job design so we know what database and stages are involved.
by chulett
Tue Nov 30, 2010 7:23 am
Forum: General
Topic: Creating a job log table
Replies: 5
Views: 1617

The classic response would be to search the forums here for 'ETLStats', a free framework from Kim Duke that would do all that and more. Your other option, of course, is to roll your own and there are two approaches you can take - a scripted one and a job control / BASIC one. Both would leverage the ...
by chulett
Tue Nov 30, 2010 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get only numbers from an alpha numeric string
Replies: 2
Views: 3981

There is the DIGITS transform that will do that for you.
by chulett
Mon Nov 29, 2010 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Commit frequency
Replies: 5
Views: 2403

No, they are only applicable to the Upsert method and are not used by a Load. You would need to expand on your "OPTIONS" clause to include ROWS and, as noted, you really should be discussing that subject with your DBA.
by chulett
Mon Nov 29, 2010 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Migration Document
Replies: 4
Views: 2898

What kind of "details description" are you looking for, exactly? :?
by chulett
Mon Nov 29, 2010 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Commit frequency
Replies: 5
Views: 2403

For DIRECT=TRUE that would be correct. For FALSE it falls back to conventional inserts with commits. And you only get 'all rows at once' by setting the commit interval to a very high number AFAIK. Other options will affect the interval like read size and bind size. You'd really need to have a chat w...
by chulett
Mon Nov 29, 2010 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 error -289
Replies: 2
Views: 13244

In your shoes, I would ask your DBA.
by chulett
Mon Nov 29, 2010 9:12 pm
Forum: General
Topic: row count check in a file, then run job
Replies: 12
Views: 4845

Use the External Parameter Helper under the ellipsis (...) to pick the variables for you rather than trying to type them in.
by chulett
Mon Nov 29, 2010 5:52 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 9051

You need to take those SMTPMail errors to whomever administers that server and see what they think is going on.
by chulett
Mon Nov 29, 2010 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to view list of jobs not modified from some date
Replies: 1
Views: 1060

Probably not, but you may be able to get a list of jobs whose last modification date was less than your cutoff date.
by chulett
Mon Nov 29, 2010 5:01 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 9051

OK, try googling for this rather than the UNIX flavor that Arnd posted: "debugging batch files". Also, if you have a full error message, much like was posted in the linked thread about 'error when executing command', can you post the contents of the referenced command file?