Search found 42189 matches
- 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
- 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. 
- 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. 
- 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...
- 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...
- Thu Nov 04, 2004 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS client for unix
- Replies: 1
- Views: 535
- Wed Nov 03, 2004 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsenv in windows???
- Replies: 2
- Views: 3311
- Wed Nov 03, 2004 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HELP command in Administrator
- Replies: 5
- Views: 1440
- 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:
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.
Code: Select all
. ./dsenvFrom there, the simplest thing is to execute ./bin/uv and you'll be at the TCL prompt where you can try your HELP command.
- 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 ...
- 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
- 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
- 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
- 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 ...
- 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.