Search found 221 matches

by cosec
Thu Dec 06, 2007 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to direct the output to an excel template.
Replies: 1
Views: 618

Need to direct the output to an excel template.

I have a datastage Job that gathers statistics from a number of tables and then outputs the result to an excel file. Currently I am manually copying the results to a specific worksheet(WA2) in an excel file. Another worksheet(WA1) summarizes the results using excel's lookup function. I am trying to ...
by cosec
Mon Dec 03, 2007 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit
Replies: 6
Views: 1915

I placed an incorrect data type in the 5th record....so that it will reject the record..... What do you mean by Error in 5th record? Is it a Lookup fail or Something which the job doesnt abort? Try to abort the Job if you find any error, then only the Transaction Size=0 will work. But, Wait for the ...
by cosec
Mon Dec 03, 2007 1:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit
Replies: 6
Views: 1915

Tried the suggestion (Transaciton Size=0 ) and yet it commits

DS_SUPPORT wrote:Try Setting the Transaction Size to 0, it means either all records will be commited, Else Nothing will be commited.

May be this wont be Suitable for Large Volume of records.
by cosec
Mon Dec 03, 2007 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit
Replies: 6
Views: 1915

Commit

Hello I have a source file with 5 records......and the 5th record contains an error. Array Size= 1 Transaction size =5 I am expecting the transaction to be rolled back due to the error in the 5th record but the other 4 records are committed.... How do I set it up such tha all records are committed i...
by cosec
Sat Oct 06, 2007 8:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failed aft addition of new field(val frm Lkp) in Tgt.
Replies: 1
Views: 788

Job Failed aft addition of new field(val frm Lkp) in Tgt.

Hi, I am baffled as to why the job is failing because it was working fine before the addition of the new field in theTarget DB and the statement to derive the value for this field. A Db2 Stage extracts Data from 9 tables based on a particular date. B.The extracted Data while passing through a transf...
by cosec
Fri Oct 05, 2007 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 2156

Rays suggestion resulted in the correct sequence number......
but when I run it it's given me -1 as the ID

how can i overcome this issue...please advice
by cosec
Fri Oct 05, 2007 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 2156

Hi Ray, I managed to get the correct value...but when I run its still -1..I went through the code for this routine...and it seems when the file cannot be opened it returns -1. Prior to this execution the job aborted as one of the tables were locked......now all that is resolved but the ID which is g...
by cosec
Thu Oct 04, 2007 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 2156

Key Management Concurrent Value - is not working correctly

Hello ,

I am using the function KeyMgmtConcurrentNExtValue to derive a primary key.....it was wokring fine and now it has set it self to -1 and my job is hanging up.....what is the reason for this and how do i find out what the current value is
by cosec
Wed Sep 19, 2007 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning Limit
Replies: 2
Views: 1067

Job Warning Limit

Is it true that even if you set the Job Warning Limit to " No Limit" in the director, when you Run the Job in Batch the Job warning Limit follows the Default (ie After 50 Warnings ) ?

How do I change it so that the setting will apply when I run my job in Batch as well ?
by cosec
Mon Sep 17, 2007 9:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming Shared Containers
Replies: 2
Views: 1134

Ok Thanks.....
ray.wurlod wrote:Not at all, without hacking the Repository. This is not provided for in DataStage "out of the box". ...
by cosec
Mon Sep 17, 2007 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming Shared Containers
Replies: 2
Views: 1134

Renaming Shared Containers

Hi,

I need to rename one of our shared containers. How can I rename it without having any impact to the jobs it references.

Thanks
by cosec
Thu Sep 06, 2007 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition Update has not Taken Effect
Replies: 2
Views: 899

Thanks !!!
by cosec
Thu Sep 06, 2007 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition Update has not Taken Effect
Replies: 2
Views: 899

Table Definition Update has not Taken Effect

Hi,

I updated my table definitions for a certain table..Then using the usage analysis recompiled the referencing jobs...But the change has not taken effect...Have I missed out a step or should I manually set them up ?
by cosec
Wed Sep 05, 2007 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ArraySize/Transaction Size
Replies: 1
Views: 1237

ArraySize/Transaction Size

I have a target DB2 Stage with the Array size Set to 1 and Transaction size set to 100. when I set a the array size to 50 I get a warning in the director log. the update action s set to " Update or insert" . What would be a reccomended setting for these two sizes to get a decent performanc...
by cosec
Wed Sep 05, 2007 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject handling
Replies: 8
Views: 2633

Re: reject handling

Thanks Hello, I am doing an insert from a Sequential File to a Db2 Stage table. There are no contraints for the input link. If the target table consists of an incoming row then the row will not be inserted. I have a reject link to capture the records that were not inserted. The problem I am facing i...