Search found 42189 matches
- Thu Sep 23, 2004 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IMPORT COMMAND FOR UNIX
- Replies: 7
- Views: 2405
Why include the server name? It's not listed in the syntax for me when I check it on my server: $ dsjob -import Invalid arguments: dsjob -import <project> DSXfile [ [-OVERWRITE] -JOB[S] * | jobname ...] | [-LIST] If you want everything imported, it looks like all you need to supply is the project an...
- Thu Sep 23, 2004 11:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Trouble
- Replies: 6
- Views: 1245
Re: Sequencer Trouble
denzilsyb wrote:In ValidateJob, I have the trigger set to "OK"
You might want to explain exactly what this means. Do you mean you have the trigger set to "OK- (Conditional)" or some sort of Custom trigger where you wrote the condition?
- Thu Sep 23, 2004 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Clear a Hashed File Outside of Datastage Job?
- Replies: 37
- Views: 15718
- Thu Sep 23, 2004 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Clear a Hashed File Outside of Datastage Job?
- Replies: 37
- Views: 15718
In layman's terms it should mean that it would work as long as it is issued from inside a 'job', not directly from the command line. So, a piece of job control code or a routine (before job, let's say) could use DSExecute to issue the command and then it would work. Only way I can see accomplish wha...
- Wed Sep 22, 2004 8:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Restartability
- Replies: 2
- Views: 1042
Re: Sequencer Restartability
shiva459 wrote:I am not sure how the restartability is related to calling my routine activity.
Check this post,it should help explain how they relate.
- Wed Sep 22, 2004 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Status for Embeded Sequence
- Replies: 5
- Views: 1329
That's why you need to make Sequence 1's return code not fine when any of the jobs have issues. You must have missed this in Ray's post: all warning exits go through an Any sequencer to the LogWarn routine By writing a warning to the sequences log when a job fails, your trigger will pick up on that ...
- Wed Sep 22, 2004 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport window hang after job completed.
- Replies: 8
- Views: 1839
- Wed Sep 22, 2004 1:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maintaining more than one Send Mail Template ?
- Replies: 5
- Views: 1678
This shouldn't be a problem and doesn't involve a need for different templates. Not being totally sure what you mean by "job sets", this answer may be a little off. I'm also not sure what you meant by "I am not planning to change the From/To section in the JobNotificationActivity". If you need to se...
- Wed Sep 22, 2004 11:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Modules on DataStage v 7.x
- Replies: 5
- Views: 1859
- Wed Sep 22, 2004 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort stage
- Replies: 10
- Views: 3000
- Wed Sep 22, 2004 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IMPORT COMMAND FOR UNIX
- Replies: 7
- Views: 2405
- Wed Sep 22, 2004 9:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort stage
- Replies: 10
- Views: 3000
Re: sort stage
I use SORT STAGE to sort the sequential file that is generated by my job. Just this stage itself takes 1 to 2 minutes. I did not get any improvement in performance even after giving a temporary directory (not sure whether it does improve performance in the first place). The temporary directory isn'...
- Wed Sep 22, 2004 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IMPORT COMMAND FOR UNIX
- Replies: 7
- Views: 2405
- Wed Sep 22, 2004 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RTRIM(LTRIM()) help
- Replies: 4
- Views: 5141
- Wed Sep 22, 2004 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
Well, that's just a plain old Oracle syntax error. First try putting the single quotes back around the parameter marker inside the TO_DATE function and see if that fixes it. If that doesn't do it... Take your query and paste it into your favorite query tool - TOAD, SQL*Plus, whatever - and replace t...