dbTalk Databases Forums  

Error code: 80004005 when transfering row to DB2OS390

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Error code: 80004005 when transfering row to DB2OS390 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John
 
Posts: n/a

Default Error code: 80004005 when transfering row to DB2OS390 - 11-05-2003 , 09:01 AM






The log shows the following message when trying to transfer rows from MS SQL
SERVER to IBM DB2 OS390.

************************************************** **************************
*************
Execution Started: 11/4/2003 2:49:40 PM

@@LogSourceRows: C:\temp\mssqlgbd2Trace\dtsErroLog2.txt.Source
@@LogDestRows: C:\temp\mssqlgbd2Trace\dtsErroLog2.txt.Dest

@@ErrorRow: 1
Error at Destination for Row number 1. Errors encountered so far in this
task: 1.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ErrorRow: 2
Error at Destination for Row number 2. Errors encountered so far in this
task: 2.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ErrorRow: 3
Error at Destination for Row number 3. Errors encountered so far in this
task: 3.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ExecutionCompleted

Execution Completed: 11/4/2003 2:49:40 PM
************************************************** **************************
*************

I have requested that the existing rows be deleted and there is a (delete
from G40097.CISV11T) sent to DB2.
Next there is a (select * from G40097.CUSV11T) sent to DB2.
This is the last thing sent to DB2.
The DTS execution then terminates with the above error.
Both SQL SERVER and DB2 tables have only one char(30) column.
I am attempting to transfer 3 rows each containing a char(30) column from
SQL SERVER to DB2.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Error code: 80004005 when transfering row to DB2OS390 - 11-06-2003 , 04:07 PM






The error 80004005 suggests Access Denied/No Permissions


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"John" <jkeyzer (AT) wpsr (DOT) com> wrote

Quote:
The log shows the following message when trying to transfer rows from MS
SQL
SERVER to IBM DB2 OS390.


************************************************** **************************
*************
Execution Started: 11/4/2003 2:49:40 PM

@@LogSourceRows: C:\temp\mssqlgbd2Trace\dtsErroLog2.txt.Source
@@LogDestRows: C:\temp\mssqlgbd2Trace\dtsErroLog2.txt.Dest

@@ErrorRow: 1
Error at Destination for Row number 1. Errors encountered so far in this
task: 1.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ErrorRow: 2
Error at Destination for Row number 2. Errors encountered so far in this
task: 2.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ErrorRow: 3
Error at Destination for Row number 3. Errors encountered so far in this
task: 3.
Error code: 80004005
@@SourceRow: Logged
@@DestRow: Logged

@@ExecutionCompleted

Execution Completed: 11/4/2003 2:49:40 PM

************************************************** **************************
*************

I have requested that the existing rows be deleted and there is a (delete
from G40097.CISV11T) sent to DB2.
Next there is a (select * from G40097.CUSV11T) sent to DB2.
This is the last thing sent to DB2.
The DTS execution then terminates with the above error.
Both SQL SERVER and DB2 tables have only one char(30) column.
I am attempting to transfer 3 rows each containing a char(30) column from
SQL SERVER to DB2.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.