Search found 42189 matches
- Wed May 31, 2006 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Unique Index after abort
- Replies: 7
- Views: 1687
No, not really. I meant by tracking the number of rows processed, adjusted based on the commit interval, you can work out where you need to pick the processing back up from. This would rely on a 'static' data source. If you knew you needed to pick up processing from the 34,001 input record you bette...
- Wed May 31, 2006 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds repository tables in Basic routines
- Replies: 8
- Views: 2050
- Wed May 31, 2006 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define Static Hashed file?
- Replies: 4
- Views: 984
- Wed May 31, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC for Oracle 10g
- Replies: 6
- Views: 3316
- Wed May 31, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: end of character
- Replies: 3
- Views: 1415
Code: Select all
Convert(field,CHAR(10)," ")- Wed May 31, 2006 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rollback does not work
- Replies: 2
- Views: 820
Re: rollback does not work
stivazzi wrote:- server job: i try all the ways (transaction size, handling, whatever you want); if i get an error (insert duplicate key), does not manage rollback!!! what has been inserted is inserted and that's all.
The job must Abort to issue a rollback.
- Wed May 31, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Unique Index after abort
- Replies: 7
- Views: 1687
Are you generating your own surrogate keys or the database is generating the keys? If the answer is yes then you could have the max(key) saved in a hashed file and then in the transformer, you could have the constraint in.key > max.key Or take a similar approach, but use @INROWNUM in the constraint...
- Wed May 31, 2006 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with national characters in view data
- Replies: 10
- Views: 1937
- Wed May 31, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with national characters in view data
- Replies: 10
- Views: 1937
- Wed May 31, 2006 6:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDC with single stage
- Replies: 19
- Views: 4263
- Wed May 31, 2006 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with national characters in view data
- Replies: 10
- Views: 1937
Re: problem with national characters in view data
ppalka wrote:Does anybody know how to set up ds to display properly national characters in ds view data?
As far as I know - you don't setup DataStage for this, you setup your pc. What NLS_LANG setting is your pc set to?
My Computer / Properties / Advanced / Environment Variables
- Wed May 31, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:Program "JOB.231506361.DT.140104294.TRANS1"
- Replies: 2
- Views: 972
- Wed May 31, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define Static Hashed file?
- Replies: 4
- Views: 984
ray.wurlod wrote:Whenever you like, provided you don't mind incurring the additional monitoring and maintenance overheads.
Ray, could you expand a little bit on this please? Not looking for a Full Wurlod or anything, but curious what you meant by 'additional monitoring and maintenance overheads'.
Thanks.
- Wed May 31, 2006 6:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file
- Replies: 2
- Views: 977
- Wed May 31, 2006 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data stage shudular
- Replies: 2
- Views: 793
I guess that person would be me. I never said that 'dsjob' was a scheduler itself, but that you would be using 'dsjob' with whatever scheduler you ended up using. In other words, what you would schedule would be a scripted call to the dsjob command to run a particular job or job sequence for you, us...