Search found 42189 matches

by chulett
Thu Nov 04, 2004 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ExecSh from another routine
Replies: 4
Views: 1249

Could you not use DSExecute instead? What are you trying to run, Tony?
by chulett
Thu Nov 04, 2004 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a Job
Replies: 8
Views: 1937

Recently coined? Sorry, Camel Case goes back quite aways. Recently mentioned, perhaps. :wink:
by chulett
Thu Nov 04, 2004 11:40 am
Forum: Site/Forum
Topic: Viewing the newest posts in an ongoing thread
Replies: 3
Views: 2735

This one. Not a business site, but a clue as to how a great deal of my 'spare' time gets spent. What little I have nowadays, that is. :wink:
by chulett
Thu Nov 04, 2004 7:31 am
Forum: Site/Forum
Topic: Viewing the newest posts in an ongoing thread
Replies: 3
Views: 2735

Viewing the newest posts in an ongoing thread

Just thought I'd share this, in case anyone else doesn't know this. I certainly didn't, and had to have it pointed out to me on another board that uses the same software. Sheesh. Anyway, when looking at a list of posts, the new ones will not only have the colored icon in the left-hand border to indi...
by chulett
Thu Nov 04, 2004 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of duplicate keys in DataStage 7?
Replies: 4
Views: 1410

Not being sure how much help do you need with this... You are in complete control of 'duplicate key' handling in DataStage. Build the job to accomplish the type of handling needed. For example: 1. Assuming your target table allows 'duplicates' of this nature, do nothing special to allow duplicates l...
by chulett
Thu Nov 04, 2004 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS client for unix
Replies: 1
Views: 535

I believe you'll need to look into 'remote shell' invocations. Search the forum for remsh or rsh and you should get several hits from people attempting to do something similar to what you've asked.
by chulett
Wed Nov 03, 2004 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsenv in windows???
Replies: 2
Views: 3311

There's no dsenv file in Windows. Your Oracle information (including the default Home) is in the Registry, which is where DataStage (amongst other things) looks for it.
by chulett
Wed Nov 03, 2004 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HELP command in Administrator
Replies: 5
Views: 1440

ray.wurlod wrote:If you're at the UV shell by the means indicated above, you need another step. You must move to your project.

Not if all you want to do is get the HELP entry for DELETE.FILE! :wink:
by chulett
Wed Nov 03, 2004 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HELP command in Administrator
Replies: 5
Views: 1440

From the UNIX command line you should cd to $DSHOME and then source the dsenv file:

Code: Select all

. ./dsenv

From there, the simplest thing is to execute ./bin/uv and you'll be at the TCL prompt where you can try your HELP command.
by chulett
Wed Nov 03, 2004 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HELP command in Administrator
Replies: 5
Views: 1440

You don't, which is mentioned in the thread you linked to. That command is only for objects with a VOC file pointer, and unless you've manually created one for your pathed hash file - it doesn't have one. For those, you simply delete the structures at the O/S level with normal commands, like rm -rf ...
by chulett
Tue Nov 02, 2004 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset and run a job
Replies: 5
Views: 1595

ray.wurlod wrote:So far I've avoided using DSPrepareJob.

Just... because? Seems to be working just peachy for me. :?
by chulett
Tue Nov 02, 2004 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset and run a job
Replies: 5
Views: 1595

Kim - I use DSPrepareJob which doesn't require me to detach and reattach before I can run it.
by chulett
Tue Nov 02, 2004 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 8i and 9i clients on same DS sever?
Replies: 10
Views: 2477

Interesting... hadn't thought of doing things that way to use different clients per project - but then I've never had a need to do so. :wink:

Still, the answer to the original question is "no".
by chulett
Tue Nov 02, 2004 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Architecture
Replies: 3
Views: 828

Re: Version Control Architecture

So, does VC move the objects on server side or does it too bring them first to the client? Being a client tool, it brings things up to the client. You'll see marked differences in performance when working local versus remote, much like you are seeing with Import/Export via the Manager. Haven't had ...
by chulett
Tue Nov 02, 2004 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issues
Replies: 7
Views: 1587

Generally, that can be mitigated by tuning some of the parameters in uvconfig like MFILES. There's been several posts on this here, including this recent one on the concept of the Rotating File Pool.