![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have a DTS pulling data from Oracle via Link server. The connection between oracle and SQL seens not very good. Quite often, we will have following error: Step Error Source: Microsoft OLE DB Provider for SQL Server Step Error Description:OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. (Microsoft OLE DB Provider for SQL Server (80040e14): OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.].) Step Error code: 80040E14 Step Error Help File: Step Error Help Context ID:0 Any way to track this problem ? thanks, Lan |
#3
| |||
| |||
|
|
Hello LanLan, This error code 0x80004005 is a little cryptic in that it covers a multitude of sins. The most common would be that you do not have permissions to use the resource or that the resource you requested is no longer there (Network down or does not exist) A lot of people I know using data between O and SQL Server use an export to text file, FTP and either Bulk Insert or SQL*Loader Allan We have a DTS pulling data from Oracle via Link server. The connection between oracle and SQL seens not very good. Quite often, we will have following error: Step Error Source: Microsoft OLE DB Provider for SQL Server Step Error Description:OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. (Microsoft OLE DB Provider for SQL Server (80040e14): OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.].) Step Error code: 80040E14 Step Error Help File: Step Error Help Context ID:0 Any way to track this problem ? thanks, Lan |
#4
| |||
| |||
|
|
Hello Allan, Since this error occurs intermittently. I would guess it is network problem. I cannot change the DTS at the moment, no rights. Is there any script to force / retry / ping the oracle until the connection is okay. thanks, Lan "Allan Mitchell" wrote: Hello LanLan, This error code 0x80004005 is a little cryptic in that it covers a multitude of sins. The most common would be that you do not have permissions to use the resource or that the resource you requested is no longer there (Network down or does not exist) A lot of people I know using data between O and SQL Server use an export to text file, FTP and either Bulk Insert or SQL*Loader Allan We have a DTS pulling data from Oracle via Link server. The connection between oracle and SQL seens not very good. Quite often, we will have following error: Step Error Source: Microsoft OLE DB Provider for SQL Server Step Error Description:OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. (Microsoft OLE DB Provider for SQL Server (80040e14): OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.].) Step Error code: 80040E14 Step Error Help File: Step Error Help Context ID:0 Any way to track this problem ? thanks, Lan |
#5
| |||
| |||
|
|
Hello LanLan, You could write an external process to do this but I have seen people advocate issuing a dummy query against the remote source. No errors + result returned == destination alive Allan Hello Allan, Since this error occurs intermittently. I would guess it is network problem. I cannot change the DTS at the moment, no rights. Is there any script to force / retry / ping the oracle until the connection is okay. thanks, Lan "Allan Mitchell" wrote: Hello LanLan, This error code 0x80004005 is a little cryptic in that it covers a multitude of sins. The most common would be that you do not have permissions to use the resource or that the resource you requested is no longer there (Network down or does not exist) A lot of people I know using data between O and SQL Server use an export to text file, FTP and either Bulk Insert or SQL*Loader Allan We have a DTS pulling data from Oracle via Link server. The connection between oracle and SQL seens not very good. Quite often, we will have following error: Step Error Source: Microsoft OLE DB Provider for SQL Server Step Error Description:OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. (Microsoft OLE DB Provider for SQL Server (80040e14): OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.].) Step Error code: 80040E14 Step Error Help File: Step Error Help Context ID:0 Any way to track this problem ? thanks, Lan |
![]() |
| Thread Tools | |
| Display Modes | |
| |