Search found 353 matches

by chandra.shekhar@tcs.com
Fri Feb 17, 2012 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5550

@Pandeesh
If I dont use the Change Apply stage then I guess I have to use the lookup/join with the change dataset?
Also can I achieve this through SCD stage?
by chandra.shekhar@tcs.com
Thu Feb 16, 2012 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5550

That's according to your requirement.
Thats why I told it in the start itself. I want to load the insert/update records only. My source and target is DB2 table.
Change apply is not need when you are dealing with tables
So only change capture can load my insert/update records ??
by chandra.shekhar@tcs.com
Thu Feb 16, 2012 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5550

So in order to develop this job do I need to take both the stages ?
by chandra.shekhar@tcs.com
Thu Feb 16, 2012 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5550

Capture changed records.

I know this topic(or related topics) has been discussed many times, even then I really wanted to know the experts advice. :) My requirement is simple I have the source and target both as DB2 tables, and I want to capture only insert and update records(we dont have delete records). In order to accomp...
by chandra.shekhar@tcs.com
Thu Feb 16, 2012 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enable Partitioned reads
Replies: 10
Views: 6287

mohdtausifsh Since you are using rowid partitioning so the connector calculates the rowid range for each processing node and runs a SELECT statement on each node. For each node, the SELECT statement specifies the rowid range that is assigned to that node. The SELECT statements are similar to the ori...
by chandra.shekhar@tcs.com
Mon Feb 13, 2012 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert then update on DB2 connector gives warning
Replies: 7
Views: 8792

kjaouhari
I think your records might be rejecting when u get thos warning.
Please test your data too. I got the same problem.
Do you have a reject file and whats your Array Size/Records Count at the target stage?
by chandra.shekhar@tcs.com
Mon Feb 13, 2012 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Stored procedure
Replies: 7
Views: 3947

@HendrikB
Yes, as I told I am using TIMESTAMPs so I am using single quotes for my input parameters but still it is giving me the same error.
You didnt tell where hould I keep this query? :cry:
by chandra.shekhar@tcs.com
Mon Feb 13, 2012 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Stored procedure
Replies: 7
Views: 3947

@Craig. I am having DB2 database. Actually I have run this procedure successfully for no input parameters . But now, due to some other requirement I have to include two input parameters(which are basically TIMESTAMPs) and it has to come from job parameters. The output parameter is a INTEGER which wi...
by chandra.shekhar@tcs.com
Mon Feb 13, 2012 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Stored procedure
Replies: 7
Views: 3947

Thanks for your input.
Yes I am calling a DB2 procedure via stored procedure stage.
Can you tell me where I should keep this query?
Also please tell me that why you kept double quotes for some input arguments and single quotes for other?
Does it depend upon the data type of my input argument?
by chandra.shekhar@tcs.com
Mon Feb 13, 2012 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Stored procedure
Replies: 7
Views: 3947

Error while using Stored procedure

Hi, How/Where can I pass the job parameters as one of my input in a SP stage? My procedure has two inputs and one output. I want those inputs to come from job paramters. I have tried lot of things and searched here too but got no luck. I am getting the following error StrProc_LD_INGT,0: Error: The p...
by chandra.shekhar@tcs.com
Mon Feb 06, 2012 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An exception occurred while trying to obtain the handler obj
Replies: 6
Views: 3437

chulett wrote:If everything works other than the 'test connection' option, that smacks of a bug to me and something you should report to your official support provider.

Thanks everyone...

I will open a PMR for the same.

Thanks
by chandra.shekhar@tcs.com
Sat Feb 04, 2012 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An exception occurred while trying to obtain the handler obj
Replies: 6
Views: 3437

Additional comments:

db2 connector to file jobs also working fine. Only Connection Test option is not working.Showing the above error .
by chandra.shekhar@tcs.com
Sat Feb 04, 2012 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An exception occurred while trying to obtain the handler obj
Replies: 6
Views: 3437

We are having datastage 8.1.(AIX5.3)

we have set the LIB path only.We are able to view the data also using db2 connector stage.

Thnaks.
by chandra.shekhar@tcs.com
Mon Jan 30, 2012 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An exception occurred while trying to obtain the handler obj
Replies: 6
Views: 3437

An exception occurred while trying to obtain the handler obj

Dear All, We have done the new setup on DR site and we are performing the db2 connector stage with native connectivity. I am getting below error while testing the connection: An exception occurred while trying to obtain the handler object: An exception occurred because no handler object was found Ki...