Search found 42189 matches

by chulett
Fri Jun 17, 2005 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule job in director every hour without instances
Replies: 11
Views: 2519

What happened to "Schedule job in director every hour without instances"? :wink:
by chulett
Fri Jun 17, 2005 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

OAC wrote:It is not User Defined Query

I find that... interesting. I've never seen generated SQL not 'bind all columns', it usually takes a people to do that. :?
by chulett
Fri Jun 17, 2005 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data source name not found
Replies: 3
Views: 2741

Either that or start using the OCI stage and 'Plug-in Metadata' rather than ODBC.
by chulett
Fri Jun 17, 2005 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use the Exception_Handler
Replies: 4
Views: 1038

It's not that it can't handle a sequencer job with 'multiple paths', its just that its original functionality was to handle failures in the Sequencer itself. Job failures run by the sequencer are handled by triggers off the Job Activity stage. Your 'better/easier way' is to upgrade to 7.5. Pretty su...
by chulett
Fri Jun 17, 2005 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup
Replies: 2
Views: 1415

No. Doing so would mean no parallelism.

Read vmcburney's reply here for a nice discussion on 'between' conditions and the sparse lookup.
by chulett
Thu Jun 16, 2005 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Warning limits - Yes, I know it's an old topic!
Replies: 11
Views: 4785

Re: Problem with Warning limits - Yes, I know it's an old to

I believe the 50 warnings limit before the job aborts is coded within DS and you can't change that. What I normally do is fix the cause of the problem, if you are generating duplicates then try to find a way to dedupe for instance. Very true, the best way to solve any problem like this is to ensure...
by chulett
Thu Jun 16, 2005 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variables
Replies: 7
Views: 1292

Welcome aboard. Typically, you define a Job Parameter and assign it the value of the environment variable. You then use it in your job like any other parameter. You will, however, need to clarify what exactly this means before we can make any meaningful comments: Basically, I have used env variable ...
by chulett
Thu Jun 16, 2005 9:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Warning limits - Yes, I know it's an old topic!
Replies: 11
Views: 4785

No problem, Paul. :wink:

Let us know if you get this worked out.
by chulett
Thu Jun 16, 2005 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trouble importing OracleOCI definitions
Replies: 9
Views: 1577

It's called "Filter" before the table names are listed. Sometimes "Advanced". And unfortunately it doesn't exist in the OCI stages. Is there a way to filter out what tables to get from the database, instead of having to get the list of ALL tables? What could be the cause of this delay? What delay i...
by chulett
Thu Jun 16, 2005 6:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

Cool, thanks. Not much time for fun stuff like this right now but I'll check it out when I can. 8)
by chulett
Thu Jun 16, 2005 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule job in director every hour without instances
Replies: 11
Views: 2519

Just take each job and 'Add to Schedule' multiple times.
by chulett
Thu Jun 16, 2005 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use the Exception_Handler
Replies: 4
Views: 1038

From the Developer's Guide: An exception activity handles the situation where a job in the sequence fails to run (other exceptions in the job sequence are handled by triggers). An exception activity can only have a single unconditional output trigger, so does not require a Triggers page. It has no i...
by chulett
Thu Jun 16, 2005 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

Has to be user defined SQL to generate errors like this. The parameter markers they are using (:1, :2, etc) don't match with the columns defined in the stage. For example, if you have five columns in the stage you must have five parameter markers in your sql numbered from :1 to :5.
by chulett
Thu Jun 16, 2005 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help on lookup stage
Replies: 4
Views: 1195

The post you replied to was a year and a half old. They probably got things all straightened out by now. :wink:
by chulett
Thu Jun 16, 2005 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Req for list of possible values and descrip for Job codes
Replies: 7
Views: 4782

Re: I'm similarly confused

StefL wrote:However, dsjob seems to report 0 as status code regardless if the -wait option is used or not.

Use -jobstatus rather than -wait if you want the codes you've listed to be returned by dsjob.