Search found 4605 matches
- Fri Aug 12, 2005 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SCP problem (Command Stage)
- Replies: 7
- Views: 3905
- Fri Aug 12, 2005 9:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SCP problem (Command Stage)
- Replies: 7
- Views: 3905
Yes it will run under the user you start the job as. When you run a Command stage then it starts in the directory of the project. If you run a pwd command it should tell you what directory it is attached to. Look in the log. The output of your command should be in there. Make you command echo results.
- Fri Aug 12, 2005 9:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SCP problem (Command Stage)
- Replies: 7
- Views: 3905
- Fri Aug 12, 2005 8:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequencer Issue
- Replies: 2
- Views: 698
- Fri Aug 12, 2005 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Production data extarction issue
- Replies: 6
- Views: 1199
- Fri Aug 12, 2005 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To run all the jobs in a project from command prompt
- Replies: 5
- Views: 1324
- Thu Aug 11, 2005 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Production data extarction issue
- Replies: 6
- Views: 1199
Depends on how much money you have. If you have enough money to mirror your entire database more than once then it changes everything. You can then break one set of mirrors and unmount them from one machine like production and then mount them to test. This is very fast and very cool. You can do simi...
- Thu Aug 11, 2005 4:56 pm
- Forum: Data Integration
- Topic: etl/data mapping
- Replies: 3
- Views: 5544
- Thu Aug 11, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Locking for Key Management
- Replies: 19
- Views: 4166
- Thu Aug 11, 2005 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Locking for Key Management
- Replies: 19
- Views: 4166
I think I understand. You are looking for gaps in your surrogate keys and want to fill them in. Ken Bland posted a nice solution to this before. I would search for that solution. I don't think you want to do this in multiple instances. You are probably correct in trying to lock the file to look for ...
- Thu Aug 11, 2005 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I-DESCRIPTOR
- Replies: 4
- Views: 1016
- Thu Aug 11, 2005 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To run all the jobs in a project from command prompt
- Replies: 5
- Views: 1324
- Wed Aug 10, 2005 9:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use oracle hints in datastage
- Replies: 10
- Views: 5513
- Wed Aug 10, 2005 9:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Locking for Key Management
- Replies: 19
- Views: 4166
Every time your call this routine it adds one to the value and writes it back. This means that 2 threads can call this routine and both will get different values to write to 2 different keys. So they should not overwrite each other. Let us say instance A calls routine and gets 1 back. Next thread 2 ...
- Wed Aug 10, 2005 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: determining job parameters at runtime
- Replies: 7
- Views: 2236