Search found 42189 matches

by chulett
Thu Dec 11, 2008 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext() - timeout waiting for mutex
Replies: 9
Views: 5681

Why not disable Buffering? I can't imagine it is buying you anything here, other than trouble that is.
by chulett
Thu Dec 11, 2008 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to open oci stage
Replies: 8
Views: 1718

Sounds like you've already tried everything we could suggest, time to ask your official support provider for help.
by chulett
Thu Dec 11, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date and time setup for sequential file stageYYYYMMDDHH24
Replies: 4
Views: 1684

Same way as in any other version - typically, a routine that gets and formats the time. A Routine Activity in a Sequence job can then easily pass it to the job. @DATE, @TIME, TimeDate() etc can be used to get this information.
by chulett
Thu Dec 11, 2008 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass inline query in odbc source?
Replies: 1
Views: 702

Just pass it. Sorry, but if you want a better answer you're going to need to ask a better (more detailed) question. Perhaps an example would help. :?
by chulett
Thu Dec 11, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process each record one at a time
Replies: 6
Views: 1458

But if i do that as a normal process, all the records are fetched at once and all records are processed and loaded into database at once and that is what i do not want. No, they are not. They are "processed and loaded" one at a time as noted. Your issue is the fact that your database writ...
by chulett
Thu Dec 11, 2008 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle process continue even after the jobs are stopped
Replies: 4
Views: 1121

Yup. While Oracle may not notice you stopping the job, DataStage will notice you killing the Oracle session. :wink:
by chulett
Thu Dec 11, 2008 7:51 am
Forum: General
Topic: Refreshing of Director
Replies: 12
Views: 4468

Right, set the interval higher or turn the refresh off altogether. And on the off chance you think you need to leave the Director open after starting a job until it completes - you don't.
by chulett
Wed Dec 10, 2008 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage rejects records
Replies: 7
Views: 2940

Any chance you have a trigger on your target table?
by chulett
Wed Dec 10, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture performance statistics of a job
Replies: 7
Views: 2381

You can't get that information from that "report". You need to either farm the logs or query the appropriate links directly for their counts. Exactly what "statistics" are you interested in?
by chulett
Wed Dec 10, 2008 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What jobs are using a flat file?
Replies: 4
Views: 1456

You can query the repository for that and a search for OLETYPE and/or CSeqInput should turn up the previous conversations on the subject.

Or you can just wait for someone to post the query for you. :wink:
by chulett
Wed Dec 10, 2008 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 3200

For DataStage? The pdfs in your PC's "Docs" directory. Otherwise, the vendor: http://www.datadirect.com/index.ssp would be a good place, I would think.
by chulett
Wed Dec 10, 2008 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 3200

There must be some "Access People" there you can work with to accomplish that. Me, I have no clue and don't really want one. :wink:
by chulett
Wed Dec 10, 2008 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 3200

You can do separate steps - one to dump the Access data to files and transfer them to UNIX, then a DataStage job to load to Oracle. An Enterprise Scheduler can easily tie them together. Or purchase ODBC drivers and do everything from DataStage.