Search found 42189 matches
- Thu Jul 19, 2007 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a user that has equivalent rights to dsadm
- Replies: 6
- Views: 1380
Hmmm... I'm not sure you can have multiple admin users. The admin doesn't need to be 'dsadm' anymore, however, but still believe there can only be one and it is established when the product is installed. I'd have to check the docs. Perhaps someone else knows for certain. Curious why the perceived ne...
- Thu Jul 19, 2007 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase 'Text' data type compatibility problem.
- Replies: 4
- Views: 1948
As noted, that would be because no solutions have been given. Contact your official Support provider, see what they say your options are. Your 'work-around' may very well be to do this outside of DataStage using Sybase command line tools via a script, for example. Of course, DataStage could run / mo...
- Thu Jul 19, 2007 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job
- Replies: 10
- Views: 1692
- Thu Jul 19, 2007 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access unix value in DS job
- Replies: 7
- Views: 1666
Depending on where you need this 'parameter', you could try having your before job script set an environment variable and then pick that value up in the Initial Value area of a stage variable. Emphasis on 'try' as I've never had a need to do this, but assume it could be made to work. If having it in...
- Thu Jul 19, 2007 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access unix value in DS job
- Replies: 7
- Views: 1666
- Thu Jul 19, 2007 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: index maintenance, how to get it to work?
- Replies: 4
- Views: 1793
Re: index maintenance, how to get it to work?
I have checked. gdb and sed are installed and the directories where they reside are in the PATH. Just to be anal - they are in who's PATH? They would need to be in the path of the running job's environment, not you logging in as that same user checking from the command line. You can check the secon...
- Thu Jul 19, 2007 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Infinite looping a job
- Replies: 4
- Views: 1267
Wow, I think that's all one sentence. As noted in the linked thread, there's no good reason to have a Server job running continuously for any long period of time, let alone a year. Unless, perhaps, it is an RTI-enabled web service job and probably not even then. I have looping jobs that run every da...
- Thu Jul 19, 2007 6:19 am
- Forum: General
- Topic: Command line export
- Replies: 6
- Views: 2721
- Thu Jul 19, 2007 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase 'Text' data type compatibility problem.
- Replies: 4
- Views: 1948
- Thu Jul 19, 2007 12:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job
- Replies: 10
- Views: 1692
- Thu Jul 19, 2007 12:07 am
- Forum: General
- Topic: Command line export
- Replies: 6
- Views: 2721
- Thu Jul 19, 2007 12:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job
- Replies: 10
- Views: 1692
Again - where exactly are you calling this batch file? And if you want to abort based on a stage variable, you can do that in another one. For example, something like this
Or something similar.
Code: Select all
svBatCheck: If svBatStatus = 'F' then DSLogFatal('Kaboom') Else svBatCheckOr something similar.
- Wed Jul 18, 2007 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Querying the table based on a condition
- Replies: 4
- Views: 939
- Wed Jul 18, 2007 11:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job
- Replies: 10
- Views: 1692
- Wed Jul 18, 2007 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job
- Replies: 10
- Views: 1692