Search found 42189 matches
- Mon Jun 14, 2004 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete rows in table Oracle
- Replies: 9
- Views: 2031
- Mon Jun 14, 2004 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of Datastage 7.1
- Replies: 21
- Views: 7158
Andy, you might want to check out this thread on setting the debug option on 'dsrpcd', it may help you figure out what's going on when it doesn't start.
- Mon Jun 14, 2004 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procs
- Replies: 5
- Views: 2281
- Mon Jun 14, 2004 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procs
- Replies: 5
- Views: 2281
Perhaps you can make use of a 'trick' people have been using with Oracle and stored procedures? It's detailed (amongst other places in the forum) here. You could always take the logic from the stored procedure and build a DataStage job to accomplish the same thing, I would think. That would put the ...
- Fri Jun 11, 2004 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem Concatenation
- Replies: 9
- Views: 2408
- Fri Jun 11, 2004 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem Concatenation
- Replies: 9
- Views: 2408
denzilsyb wrote:In the sequential file stage, use the 'Append' option, instead of the overwrite option.
Only if two jobs or steps are involved!
Yes, a second file can be appended to the end of an existing file, but people that haven't faced this issue before shouldn't think they can do this all at once.
- Fri Jun 11, 2004 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem Concatenation
- Replies: 9
- Views: 2408
How are you doing the 'concatenation'? Hopefully, not with two output links both trying to write to the same sequential file at the same time. That simply cannot be done. Write to two different sequential files and then (in the After Job arena) either concatenate one onto the end of the other or the...
- Wed Jun 09, 2004 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestion on using Transformer stage?
- Replies: 9
- Views: 2705
I ALWAYS use a transformer between passive stages -- > BEST PRACTICE. I couldn't agree more. It is not only a Best Practice, but there are known issues in certain situations where passive stages - when directly linked together without a transformer - do not work correctly. Always use a Transformer,...
- Wed Jun 09, 2004 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date is an integer
- Replies: 10
- Views: 2998
- Wed Jun 09, 2004 8:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Links and Array sizing
- Replies: 1
- Views: 763
Re: Reject Links and Array sizing
Up to my knowledge I know that "we have to set Array size of a ORACLE stage to 1 in order to get the rejected records." -PLZ correct me if the above statement is wrong. Right and wrong. You'll still get rejected rows with an Array Size of something other than 1, the problem is it won't always log t...
- Wed Jun 09, 2004 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HELP
- Replies: 14
- Views: 4610
- Wed Jun 09, 2004 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Billing software -> CRM
- Replies: 3
- Views: 1434
- Wed Jun 09, 2004 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i delete fields
- Replies: 15
- Views: 4933
- Wed Jun 09, 2004 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Locking of Table
- Replies: 13
- Views: 3428
Re: Locking of Table
I am updating/inserting in a table with a single server Job (There are two target stages for the same table) - one with an update on one condition and another with insert with another condition. Both constraints result in two different targets. But the table(not job) gets locked. Hence the job hang...
- Mon Jun 07, 2004 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Specifying a DSN
- Replies: 9
- Views: 3534