Search found 42189 matches

by chulett
Tue Nov 18, 2008 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concurrency Issue
Replies: 3
Views: 1127

C. I would assume so, yes.
by chulett
Tue Nov 18, 2008 9:21 am
Forum: General
Topic: ODBC vs Plug-in stages
Replies: 6
Views: 2164

The Sybase OC (Open Client) stage is a native stage for Sybase, probably more suitable to Server. Me, I'm not suggesting anything. You and yours need to decide what is appropriate to use.
by chulett
Tue Nov 18, 2008 8:56 am
Forum: General
Topic: Need some basic Information
Replies: 6
Views: 2745

Works fine for me without any need to log in. However, the link to the "full article" has gone 404 it seems.
by chulett
Tue Nov 18, 2008 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see the columns tab in oracle stage
Replies: 1
Views: 627

Does the stage have an Input or Output link connected to it? Without at least one of those there's no place for columns.
by chulett
Tue Nov 18, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sever Job: Not able to read (') in data
Replies: 1
Views: 944

So do you have a single or double quote inside your quoted string? Guessing the latter even though your example shows the former.
by chulett
Tue Nov 18, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i use FTP Enterprise Stage
Replies: 2
Views: 1206

So, yes if you then take that byte stream and use the Sequence stage to write it to disk. However, with all of the possible complications with metadata and inadvertent transformations that entails, I second Ray's advise to script something via traditional command line ftp. You'll need a script regar...
by chulett
Tue Nov 18, 2008 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 5197

But of course! :wink:
by chulett
Tue Nov 18, 2008 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert String to Timestamp
Replies: 6
Views: 3886

I thought from postings here, having no direct experience, that the DB2 stage wanted dates (and thus perhaps timestamps as well) in internal format. :?
by chulett
Tue Nov 18, 2008 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array never Dimensioned
Replies: 2
Views: 1366

Directly in a Trigger expression? Not as far as I know. You'd need to use a RoutineActivity to run it and then check the results in a downstream trigger.
by chulett
Tue Nov 18, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: return values apart from 0's
Replies: 2
Views: 936

The Help page for that "Automatically handle" option explains what you need to do. Basically, you need to make the Sequence understand that you are handling any errors so it doesn't do it for you. Typically, that involves either a specific "Failure" trigger or after checking for "Success" include an...
by chulett
Tue Nov 18, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSADM user can not add projects
Replies: 11
Views: 2641

Typically, one would post the results of the query rather than just declaring it good. However, it seems to me you are rapidly moving to a state where you need support. Have you opened a case with your official provider yet?
by chulett
Tue Nov 18, 2008 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo DSJ.JOBCONTROLLER values after reset
Replies: 5
Views: 2962

So, when you said "Batch" you literally meant "Batch colon colon" as in hand-coded job control code maintained via the Director? Huh. No wonder the checkpoints question didn't make sense, I was specifically referring to a Sequence job. As noted (and regardless) I saw the same behaviour you did. Now,...
by chulett
Tue Nov 18, 2008 12:17 am
Forum: General
Topic: DataStage SEQ unstable when updating the parms for jobs
Replies: 1
Views: 1130

SEQ? Do you mean Sequence job? If so, there are known crash bugs when editing a Sequence job and there is a specific client patch to resolve them. Ask your official support provider to... well, provide it.
by chulett
Mon Nov 17, 2008 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert String to Timestamp
Replies: 6
Views: 3886

Ray Wurlod [genuflect] has provided some date routines here that might be illuminating. Save the file to your PC and "Import" the resulting .dsx file via the Manager into your dev project.

Once loaded, double-click on them to see the source.
by chulett
Mon Nov 17, 2008 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop aborts with no message why
Replies: 3
Views: 1187

Only bit of fun with the fix is that it is a client-side patch that affects the code generated when the Sequence is compiled. That means if someone that doesn't have the patch ever compiles the job, it will go right back to being broken.