Search found 42189 matches

by chulett
Thu Jul 29, 2004 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort Code
Replies: 6
Views: 1614

After it aborts, have you tried Resetting the job? If you do, is there anything in the log labelled 'From previous run'? This can give more clues as to the cause of the abort.
by chulett
Thu Jul 29, 2004 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: URGENT - Creation of Hash File/Transformer - Error
Replies: 7
Views: 2635

I still believe your error is caused by your mis-spelling the name of the function, and nothing at all to do with hashed files. As do we all. Peter's just trying to get a clarification on the "I am only trying to load 2000000 million records in to the Hash File" comment, which had me wondering as w...
by chulett
Thu Jul 29, 2004 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can somebody proof the documentation release notes For 7.5
Replies: 4
Views: 1161

Hmmm... glass houses and all that. :wink:
by chulett
Thu Jul 29, 2004 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DEADLOCK.MENU
Replies: 9
Views: 2996

Re: DEADLOCK.MENU

In the Windows environment, would this simply be a case of editing the uvdlock.config file and changing it to start=1? In any environment, actually, that is a perfectly acceptable way to enable it. Could also be 'dsdlock.config' depending on your version. What I would also like to know is how much ...
by chulett
Wed Jul 28, 2004 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING MESSAGE
Replies: 9
Views: 3099

Search is your friend. :wink: Check this thread.
by chulett
Wed Jul 28, 2004 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtain last day of month
Replies: 7
Views: 2429

Or... if you looked at the thread I linked to, you could simply use the MONTH.LAST transform. :wink: No code required.
by chulett
Wed Jul 28, 2004 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Has been Truncated
Replies: 6
Views: 1840

Yes it would, that's why I asked. What size did you declare it in DataStage? 38? If you did, try bumping the declared size of the field in your job to 40 and the message should stop. Don't change anything else, just the size of the target field. ps - Using ODBC? Why not use the native OCI stage?
by chulett
Wed Jul 28, 2004 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtain last day of month
Replies: 7
Views: 2429

Search is your friend. :wink: Check here for one discussion on the topic.
by chulett
Wed Jul 28, 2004 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Has been Truncated
Replies: 6
Views: 1840

HOW are you loading the data? Is this an error from Oracle or a warning from DataStage?

I'd also be curious if you have any NUMBER fields in the target table. NOTE: not NUMBER(xx) but just NUMBER.
by chulett
Wed Jul 28, 2004 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clear the "deleted jobs" from repository vi
Replies: 15
Views: 6064

That should help.

One other option, if there is nothing in the Project worth saving, is to delete the project from the Administrator. You could then create a new, clean one and rerun your imports.
by chulett
Tue Jul 27, 2004 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsapi processes for a job
Replies: 16
Views: 8052

ray.wurlod wrote:Actually I probably should have continued to talk about zombie dsapi processes too, but didn't.

Too bad, could have scored our first Double Full Wurlod. :wink: Hey, it's not too late to go back and edit your post!
by chulett
Tue Jul 27, 2004 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control
Replies: 3
Views: 1129

It's automatic and a remnant of the old way of doing Job Control. Go into Director and from the Status view, pull down the 'Tools' menu. You'll see an entry for 'Batch' and then the option to create a 'New...' one. It will look just like the Job Properties tab of a 'normal' job in Designer, but won'...
by chulett
Tue Jul 27, 2004 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create sequential file
Replies: 3
Views: 1116

Re: Create sequential file

Tania wrote:We've done it before on Unix but haven't yet managed to make it work on Windows.

:?
If you've done it for UNIX, there really shouldn't be anything different about making it work for Windows - all of the same functions apply. Except, of course, the direction the delimiters lean. :wink:
by chulett
Tue Jul 27, 2004 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with wildcard
Replies: 8
Views: 3162

Possibly. Or do some of the things I mentioned in the post immediately above your first post. There's always more than one way to skin a DataStage cat. :lol:
by chulett
Tue Jul 27, 2004 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with wildcard
Replies: 8
Views: 3162

Only problem is the Row Splitter / Merger stages don't show up until 7.x, but other than that... :wink: