Search found 42189 matches

by chulett
Thu Nov 25, 2004 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between DS Routines and DS Transform
Replies: 2
Views: 1270

Welcome aboard! :D

As you can guess, this isn't the first time a question of this nature has been asked. A quick search of the forum turned up this post, and if that doesn't answer things for you there are others waiting to be found.
by chulett
Thu Nov 25, 2004 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Oracle OCI Load Stage
Replies: 7
Views: 2318

Ok. What happens after the job aborts and you reset (not recompile) the job? Is there any kind of message in the log that says 'From previous run...'? If so, that can give more clues as to what is going on.
by chulett
Wed Nov 24, 2004 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Oracle OCI Load Stage
Replies: 7
Views: 2318

Is your target database on the same server as DataStage? I'm pretty sure that is a requirement for the 'Automatic' option.
by chulett
Wed Nov 24, 2004 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter the Log before opening it
Replies: 2
Views: 715

Do it on a smaller job first. :wink: It's a general setting, not a job specific setting.
by chulett
Wed Nov 24, 2004 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate Timestamp
Replies: 13
Views: 4181

There is a SYSTEM call you need to make to accomplish that. Check out this post from Ray for the details.
by chulett
Wed Nov 24, 2004 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot access Job and Routine Activity stages' properties
Replies: 15
Views: 6434

Actually, there is a patch. :wink: The document you mentioned has been available for awhile, while the patch is fairly new.

As I said, check the Software Updates / Downloads section of the eServices site after you log in. It's called dsclient_xpsp2.zip.
by chulett
Wed Nov 24, 2004 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The jobs get compiled but they don't run
Replies: 1
Views: 692

Just coincidence or is this the same issue as posted in this thread?
by chulett
Wed Nov 24, 2004 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version Control Issue/Problem
Replies: 3
Views: 1406

Wow. Very strange. I've been using Version Control since you had to pay for the darn thing, since the 4.0 days at multiple sites and I've never seen this particular issue. Any of the issues mentioned, actually. I'd be very curious of the outcome as well. The only thing that I wonder about is the use...
by chulett
Wed Nov 24, 2004 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you call second project from an existing project
Replies: 4
Views: 1120

Welcome, wandering Samurai. This boils down to what you mean by 'call'. I don't believe that this is possible from inside job control or via 'normal' means. Perhaps a search might turn up more answers or others will step in to help. You could do something from the command line via 'dsjob', if that w...
by chulett
Wed Nov 24, 2004 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR:ERROR CALLING SUBROUTINE DSR_RECORD ACTION(2),
Replies: 8
Views: 4478

As Ray implies, the complexity of the job shouldn't be the cause of the problem... at least not directly. :wink:

Do you know how to access DS.TOOLS? If you are ok on the permissions Ray mentions, I'd go there and rebuild the repository indexes to see if that fixes the problem.
by chulett
Tue Nov 23, 2004 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate Timestamp
Replies: 13
Views: 4181

First off, forgive me if some of this is bass-akwards, it's all from memory... Do you want a timestamp that is consistant across the entire run of the job or one that changes second by second in 'real time'? There are functions and system variables that can get the information for you, it's up to yo...
by chulett
Tue Nov 23, 2004 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot access Job and Routine Activity stages' properties
Replies: 15
Views: 6434

Well, that's a bummer. :? That was the only SP2-related patch that I was aware of. Have either of you reported it to Ascential support? Is it yet-another-known-issue with SP2?
by chulett
Tue Nov 23, 2004 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot access Job and Routine Activity stages' properties
Replies: 15
Views: 6434

There is a patch available for the problem from what I understand. Haven't had a need to go hunt it down myself, however. Check Ascential's eServices site or perhaps ADN.

Edit: just double-checked and the client patch *is* available as a downloadable Software Update on the eServices website. :wink:
by chulett
Tue Nov 23, 2004 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequences and String Parameter
Replies: 3
Views: 1268

No problem. :lol: It's not like I've ever done that or anything...
by chulett
Tue Nov 23, 2004 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequences and String Parameter
Replies: 3
Views: 1268

Are you sure the parameter is defined as a string everywhere it is used? That error should only happen when the parameter type is set to a Date. :?