Search found 42189 matches

by chulett
Wed Jun 10, 2009 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue in deleting file using ExecDOS command
Replies: 6
Views: 3032

As noted, use whatever path is appropriate - i.e. fully path it starting from the drive letter.
by chulett
Wed Jun 10, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CORBA_NO_PERMISSION Error.
Replies: 1
Views: 1048

Sorry, but you've posted this in a completely inappropriate forum. Please repost it in the "EE" or Enterprise Edition forum. Thanks.

*Note: Topic Relocated - Content Editor*
by chulett
Wed Jun 10, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mail Send Error
Replies: 5
Views: 2009

This isn't a "DataStage server" thing but rather a "Windows server" thing. Surely you have people looking after the box itself, operating sytem, etc etc? :?
by chulett
Wed Jun 10, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating a table using a variable number of Update keys
Replies: 9
Views: 2275

Perhaps. Note that this is a Server answer, in which the OCI stage allows multiple inputs, it just means they must all connect to the same instance. PX doesn't allow it, however.
by chulett
Wed Jun 10, 2009 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating a table using a variable number of Update keys
Replies: 9
Views: 2275

Of course you can use a single stage, it's a single link you can't use. Just create a link for each combination needed and send your data down the correct one.
by chulett
Wed Jun 10, 2009 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mail Send Error
Replies: 5
Views: 2009

I'd check with a SysAdmin what "Client was not authenticated" might mean. Does your user have the permissions it would need for this? :?
by chulett
Wed Jun 10, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in pivot stage ???
Replies: 30
Views: 13750

nagarjuna wrote:No craig ....I am using a parallel job .But , i took pivot stage from the folder server type .As far as i know , we have only one pivot stage in 8.0.1 .
That could very well be your problem right there. Do double-check.
by chulett
Wed Jun 10, 2009 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running slow on Tuesday
Replies: 2
Views: 2936

So, those settings might be bad only on Tuesdays? :wink:

For these symptoms, I would say it is definitely other things running on that day. Just because you haven't found any doesn't mean they're not there.
by chulett
Wed Jun 10, 2009 6:56 am
Forum: General
Topic: Wrong character for questionmark "?"
Replies: 4
Views: 1735

That is the typical way that an 'unknown' character is displayed - it can mean 'I have no idea what this character really should be'. Kind of like us shrugging our shoulders. :wink:
by chulett
Wed Jun 10, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete file using afterjobroutine
Replies: 7
Views: 1997

Well... if they actually have the Enterprise Edition on Windows, then the MKS Toolkit is installed and UNIX scripts can be created and leveraged.
by chulett
Wed Jun 10, 2009 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop processing when nulls are found
Replies: 9
Views: 2764

No clue where a UNIX script would come into play here. For the DataStage solution your derivation is incomplete. It should be more like: If (your null tests) And svFoundNulls = 0 Then 1 Else svFoundNulls This assumes your stage variable is called svFoundNulls and was set to an Initial Value of 0. Th...
by chulett
Wed Jun 10, 2009 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

And "LOOP" here means what, exactly? A Sequence job with the Start/End Loop stages? The loop counter is auto incremented, so it sounds like a setup issue but without details it's impossible to say.
by chulett
Wed Jun 10, 2009 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete file using afterjobroutine
Replies: 7
Views: 1997

You don't need a routine, just use ExecDOS after job and issue the del command from there, which is the DOS 'delete file' command.
by chulett
Wed Jun 10, 2009 6:30 am
Forum: General
Topic: Wrong character for questionmark "?"
Replies: 4
Views: 1735

This "?" you are seeing - is it a true question mark from the source or just the first symptom of a character set conversion error?
by chulett
Wed Jun 10, 2009 6:27 am
Forum: General
Topic: Reg Server Migration (NT server to windows server 2003)
Replies: 1
Views: 1095

Welcome aboard. For something that old (assuming the MVS version is the same Server version that I think it is) you should be talking to IBM / your official support provider about this transition and how supported it may or may not be. I'd be surprised if anyone here has faced the same situation, bu...