sql server

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

sql server

Post by vsi »

When I am trying to insert data . I am gettin this error

source--flatfile
intermediate stage --- Transformer
target--sqlserver


SQLServer_Enterprise_346,0: Failure during execution of operator logic.

SQLServer_Enterprise_346,0: Internal Error: (0): odbcupsert.C: 846

can anyone suggest me what the error might be
mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Re: sql server

Post by mctny »

vsi wrote:When I am trying to insert data . I am gettin this error

source--flatfile
intermediate stage --- Transformer
target--sqlserver


SQLServer_Enterprise_346,0: Failure during execution of operator logic.

SQLServer_Enterprise_346,0: Internal Error: (0): odbcupsert.C: 846

can anyone suggest me what the error might be
I think there is a problem in the derivation of the columns inside the transformer you are using.
Thanks,
Chad
__________________________________________________________________
"There are three kinds of people in this world; Ones who know how to count and the others who don't know how to count !"
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Reset the job, from the log, you will find an entry as "From Previous log...". That will at times come up with most usfull information.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Set up a rejects link from the SQL Server Enterprise stage. This will capture any row rejected by the database. You can then inspect the data and make an informed decision as to the cause of the problem.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Not sure if rejects can capture the row that cause the abort.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply