Search found 42189 matches

by chulett
Tue Feb 13, 2007 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence iteration 257 issue
Replies: 1
Views: 665

Stack overflow by chance? There's a client patch. I don't have access to the details or the ECase number associated with it, but Support should know about the issue. Just a matter of replacing a DDL and recompiling.

Hold on... ECase 62595. Annotated in the Sequence job that needs it. :wink:
by chulett
Tue Feb 13, 2007 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird behaviour of Hashed file lookup
Replies: 2
Views: 906

So not all that weird after all. Actually, a fairly common issue when lookups don't seem to be working. :wink:

Thanks for posting your resolution.
by chulett
Tue Feb 13, 2007 6:16 pm
Forum: General
Topic: XML Input Stage and XSL
Replies: 1
Views: 1142

I've done it - but you can't just supply your own XSLT. You need to read the XML PACK Designer Guide pdf, specifically the sections on this subject in the Advanced Transformations chapter. Basically, you need to access the one the stage generates and then modify that. Or is that what you are doing?
by chulett
Tue Feb 13, 2007 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter commad error in datastage seq files
Replies: 3
Views: 2033

Post what in have in both the Filename and Filter boxes in the stage.
by chulett
Tue Feb 13, 2007 1:44 pm
Forum: General
Topic: What the meaning of "BALCKHOLE" in datastage
Replies: 14
Views: 5261

Yea verily, thou shalt respect the Schwarzschild Radius.

Arnd - I need to pick up the latest in the saga. :wink:
by chulett
Tue Feb 13, 2007 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The jobs are not called from the batch
Replies: 8
Views: 2495

Post the code block for CheckJobStatusAndSubmit and anything it else it references that you haven't already posted. And use [code] tags, not bold to post them, please.
by chulett
Tue Feb 13, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job End Time
Replies: 13
Views: 2552

No, I actually meant 'farm' but you can say 'harvest' or 'mine' or whatever you like. :wink:
by chulett
Tue Feb 13, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSN,PLUGIN ISSUE
Replies: 21
Views: 10259

Mine are 544 or -r-xr--r-- so it is readable by all.
by chulett
Tue Feb 13, 2007 7:58 am
Forum: General
Topic: What the meaning of "BALCKHOLE" in datastage
Replies: 14
Views: 5261

Neither is 'back door', which is another variation on what you might mean, I think. Where did this so called 'problem' come from? :?
by chulett
Tue Feb 13, 2007 7:54 am
Forum: General
Topic: datastage UNIX
Replies: 7
Views: 2678

Same way you would run any kind of script -

* Execute Command stage in a Sequence job
* ExecSH in the Before/After job section of a Server or PX job
* Call DSExecute in a custom routine or job control

Off the top of my head.
by chulett
Mon Feb 12, 2007 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 7.5.1.A Server Install
Replies: 10
Views: 3324

You should also consider the possibility that you've got a bad disk if it happens in the exact same place each time. Can you get another?
by chulett
Mon Feb 12, 2007 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -jobid
Replies: 3
Views: 1225

Because you haven't created an alias for the job, so it has got nothing to show you.

It's documented in the Server Job Developer's Guide as part of the Command Line Interface section. Specifically, check the 'Setting an Alias for a Job' paragraph.

Never had any use for it myself.
by chulett
Mon Feb 12, 2007 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 7.5.1.A Server Install
Replies: 10
Views: 3324

After doing all that, did you reboot first and then try the install?
by chulett
Mon Feb 12, 2007 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning Fact Table Process
Replies: 14
Views: 5261

As far as I know, you must always BUILD an index after CREATE'ing it. And, as noted, the syntax can be found by searching the forum - this is one such example.
by chulett
Mon Feb 12, 2007 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to configure DSN for Oracle In unix (Server)
Replies: 22
Views: 8704

Not sure. One example here seemed to indicate that or that they got it after the license had expired. Others had 'library path' or permission changes that corrected it.