Search found 42189 matches
- Wed Dec 06, 2006 8:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to capture job log into text file
- Replies: 10
- Views: 7496
- Wed Dec 06, 2006 8:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The runLocally() of the operator fail
- Replies: 14
- Views: 17330
- Wed Dec 06, 2006 8:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate and reload the table using ODBC
- Replies: 5
- Views: 1550
- Wed Dec 06, 2006 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key Assignment
- Replies: 16
- Views: 21218
- Wed Dec 06, 2006 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while compling the job
- Replies: 6
- Views: 2833
Re: Problem while compling the job
while i complie the job i'm getting an errot which says Job contains cyclic or linear dependencies and will not run Short answer is that you've created a 'loop' in your jobstream. Rather than data flowing from one end to the other, you've got it looping back on itself somehow. The compiler catches ...
- Wed Dec 06, 2006 1:11 pm
- Forum: General
- Topic: Using dsjob command
- Replies: 3
- Views: 2800
Welcome. :D You've certainly chosen a non-trivial task for someone 'very new' to DataStage to tackle. It may be mitigated somewhat, however, by sticking with the 'dsjob' utility which basically turns this into a scripting exercise. Read the Command Line Interface section of the Server Job Developer'...
- Wed Dec 06, 2006 11:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastaeg TX stage
- Replies: 5
- Views: 1828
- Wed Dec 06, 2006 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping
- Replies: 17
- Views: 5487
- Wed Dec 06, 2006 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastaeg TX stage
- Replies: 5
- Views: 1828
- Wed Dec 06, 2006 8:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CLOSE_WAIT,FIN_WAIT_2
- Replies: 4
- Views: 2320
These are the result of bringing the engine down with client connections currently open. Sometimes that's unavoidable because of broken connections, but you should always make an effort to ensure everyone is off that can get off before it comes down. They should clear themselves with time. We're run...
- Wed Dec 06, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading from folder stage
- Replies: 6
- Views: 1555
Technically, 'filters' and 'wildcards' are not equivalent. However, wildcards can be used with more than just the splat - '*'. For example on UNIX:
Will get you just file1.txt and file2.txt out of the '100 files in that folder'.
Code: Select all
file[1-2].txtWill get you just file1.txt and file2.txt out of the '100 files in that folder'.
- Wed Dec 06, 2006 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
- Wed Dec 06, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to capture job log into text file
- Replies: 10
- Views: 7496
- Wed Dec 06, 2006 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Order for Deleting Records
- Replies: 3
- Views: 1107
Make sure you understand what exactly Transaction Grouping does before you go too crazy using it everywhere. It forces a Transaction Size of 1 and commits every 'group' of input links one at a time. That way you can rollback all of each 'transaction' if any one part of it fails. So it can be useful...
- Tue Dec 05, 2006 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: architectural difference in the repositories.
- Replies: 8
- Views: 1422