Search found 5 matches

by dannyna
Tue Nov 14, 2006 2:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Sequence Compiled Error
Replies: 4
Views: 2421

Hi,

I had similar problems.
It appeared to have nothing to do with the DS but to network problems.

Danny
by dannyna
Sun Nov 05, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reset the jobs
Replies: 6
Views: 2358

use the DSPrepareJob function

Used to ensure that a compiled job is in the correct state to be run or validated. Syntax JobHandle = DSPrepareJob(JobHandle) JobHandle is the handle, as returned from DSAttachJob(), of the job to be prepared. JobHandle is either the original handle or a new one. If returned as 0, an error occurred ...
by dannyna
Thu Nov 02, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining Update or Insert New
Replies: 5
Views: 2723

Re: Determining Update or Insert New

Well, this can be handled also by using DB constraints, means update the table key else insert the row. But I recomend to use your strategy for perfomane reasons. Danny My targt table has 2 fields: CREATED_EW_DTTM and LASTUPD_EW_DTTM. Now, I am using 'Update Existing or Insert New' action for writin...
by dannyna
Sun Sep 18, 2005 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a job in intervals of X minutes using director
Replies: 4
Views: 2019

Thanks,

That will definitly work. It's a pity I cannot edit the task to my requirements and use a generic feature.

Danny
by dannyna
Thu Sep 01, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a job in intervals of X minutes using director
Replies: 4
Views: 2019

Scheduling a job in intervals of X minutes using director

Hi Experts, I have a need to schedule many jobs, 6 days a week, starting at certain time, and require to run them in intervals(every X minutes). Instead of sceduling the same job dozens of times, I Scheduled the job, and tried to edit the task in the Windows "Scheduled Tasks". Never the le...