Search found 42189 matches

by chulett
Fri Aug 17, 2007 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Absence of the "Command Stage" in DataStage Server
Replies: 1
Views: 597

Please don't multi-post the same question. Answered here:

http://www.dsxchange.com/viewtopic.php?t=112345
by chulett
Fri Aug 17, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of the "Command Stage" in DataStage Server
Replies: 6
Views: 3117

It's not a version number issue - the 'Command' stage is only available on Windows servers, not UNIX based ones as it is a Windows specific stage. You don't need it.
by chulett
Fri Aug 17, 2007 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: support
Replies: 2
Views: 831

No, DataStage 7.x is not supported on Vista. No clue if 8.x is or not...
by chulett
Fri Aug 17, 2007 8:53 am
Forum: General
Topic: migration from DS 6.0 to 8.8
Replies: 4
Views: 1463

Nope, they will need to be rewritten.
by chulett
Fri Aug 17, 2007 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not enough disk space? Yes there is.
Replies: 6
Views: 1525

Not that I recall, Senator. :wink:

I just can see it as a distinct possibility, depending on how 'robust' their error interpretation and logging is.
by chulett
Fri Aug 17, 2007 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique keys stored in hashed file less than select
Replies: 8
Views: 1381

If don't recall ever needing to add a process break-point between two transformers to solve a 'job hang' before... did you try just adding an IPC stage instead? As a tangential discussion, I'd be curious what your full job design is to see if we can get a better idea why doing that would solve your ...
by chulett
Fri Aug 17, 2007 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique keys stored in hashed file less than select
Replies: 8
Views: 1381

You could try splitting off to a flat file before the hashed file and then another afterwards, then you could compare the two and see who is 'missing'. That would probably go a long way towards figuring out the problem.

If I may, why do you 'need' to 'separate' two transformers? :?
by chulett
Fri Aug 17, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MKS Toolkit
Replies: 2
Views: 1724

You haven't and you don't need it. It supplies a UNIX-like environment for Windows servers only and you've got the Real Thing. :wink:
by chulett
Fri Aug 17, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not enough disk space? Yes there is.
Replies: 6
Views: 1525

I'd suggest you ran out of disk space. Resetting and rerunning the job and having it run fine the second time proves nothing other than the fact that there was enough space at that moment. You'd really need to set up some tight monitoring and be checking the space while the jobs run because I doubt ...
by chulett
Fri Aug 17, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "DSD.BCIPut call to SQLExecute failed"
Replies: 1
Views: 772

What is your 'work around'? :?
by chulett
Fri Aug 17, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check existing records in Hash File
Replies: 4
Views: 1110

As noted... you will need an 'extra' stage if you want to both read and write to a hashed file in the same job. And then you would check the status of the lookup to know if the value being looked up existed or not - i.e. if the lookup was successful. There is a 'Link Variable' available for that - L...
by chulett
Fri Aug 17, 2007 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is array size and transaction size
Replies: 4
Views: 1318

No, not really. If you do end up having an issue with your job, even if it seems to be related to this topic, please start a new post. Make sure we also get all the gory details of your requirements and job design as well. :wink:
by chulett
Thu Aug 16, 2007 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Files
Replies: 3
Views: 1103

Re: Hash Files

medakiran wrote:Our requirement is to delete hash files and at the same time not loose their tuning information.

Then perhaps you should just clear them rather than delete them?
by chulett
Thu Aug 16, 2007 3:13 pm
Forum: General
Topic: How to strip off any letter from numeric field?
Replies: 10
Views: 3186

Fits the mood. Besides, just some Pink Floyd lyrics... :wink:
by chulett
Thu Aug 16, 2007 2:40 pm
Forum: General
Topic: How to strip off any letter from numeric field?
Replies: 10
Views: 3186

As noted, Rnd() is the random number generator but you really do not want to take that approach if what you are doing is generating surrogate key values. You need to look into leveraging an Oracle sequence object or use one of the two 'Key Management' routines in the sdk category. Double-click to op...