When used with the subject ligament on Windows 7 x64 - Excel can not initialize the connection to the Oracle database. To connect to the database we use OLE DB query, connection string:
Provider=OraOLEDB.Oracle.1;Password=********;Persist Security Info=True;User ID=********;Data Source="(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.18.17.25)(PORT = 1521))
(CONNECT_DATA =
(SERVER = dedicated)
(SID = DWHODI)
)
)";Extended Properties=""
query: select count(*) as colvo from U_COLL_STRATEGY.AZ_SLEPOK_PORTFEL
There're following errors in application log:
Faulting application name: EXCEL.EXE, version: 15.0.4763.1002, timestamp: 0x5615b2e8
Name the failed module: OraClient11.Dll, version: 11.2.0.1, timestamp 0x4bb1dcae
Exception code: 0xc0000005
Offset error: 0x0000000000057106
The ID of the failed process: 0x2948
Faulting application start time: 0x01d11b0b1c5a7500
Faulting application path: C: \ Program Files \ Microsoft Office 15 \ Root \ Office15 \ EXCEL.EXE
The path of the failed module: C: \ oracle \ product \ 11.2.0 \ client_x64 \ bin \ OraClient11.Dll
Code Report: 5f83ad37-87bc-11e5-9b9b-d02788bbe557
The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
The program code component: SC.Pool 2 0
Method Name: IDispenserDriver :: CreateResource
Process Name: EXCEL.EXE
Exception: C0000005
Address: 0x0000000016E87106
Has anyone encountered a similar problem?