Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Exception from HRESUT : OXC0202009

Author  Topic 

rajesh_sql2005
Starting Member

2 Posts

Posted - 2008-04-17 : 09:21:40
I am using SSIS Package- sql server integration service
it is .net coding this will create a DTS package and used to send data
from one DB to other DB.

This will be called from VB module ,here i am getting a error which is
in
hexadecimal

'Exception from HRESUT : OXC0202009'
'Exception from HRESUT : OXC02020E8'

help me to overome this error

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-17 : 22:20:03
Is it ssis package or dts package? Have detail of the package?
Go to Top of Page

rajesh_sql2005
Starting Member

2 Posts

Posted - 2008-04-18 : 00:44:50
It is SSIS Package having
source
Data conversion Transaction
Derived Columns
Destination
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-19 : 17:14:52
Can you run the package directly by double click on it?
Go to Top of Page
   

- Advertisement -