Oracle Objects for OLE - ActiveX component can't create object: 'OracleInProcServer.XOraSession'
DB Server: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production With the Partitioning, OLAP and Data Mining options
Oracle Client & oo4o: 11.2.0.2
OS: Windows 2008 R2
Has any one seen this error? – I get this from ASP and VBScript and am in process of trying to migrate to 2008 & IIS7
Microsoft VBScript
runtime error: ActiveX component can't create object: 'OracleInProcServer.XOraSession'
I have tried to regsiter OIP11.dll again
I have granted access (read & execute) to everyone on C:\oracle\product\11.2.0\client_1\bin
Sample code VBScript Code
WScript.Echo "Test VBScript that makes a simple connection to the DFA Developmenet Database."
WScript.Echo "Connects to OE51.SBB.CH using the user scott/tiger"
OS: Windows 2008 R2
Has any one seen this error? – I get this from ASP and VBScript and am in process of trying to migrate to 2008 & IIS7
Microsoft VBScript
runtime error: ActiveX component can't create object: 'OracleInProcServer.XOraSession'
I have tried to regsiter OIP11.dll again
I have granted access (read & execute) to everyone on C:\oracle\product\11.2.0\client_1\bin
Sample code VBScript Code
WScript.Echo "Test VBScript that makes a simple connection to the DFA Developmenet Database."
WScript.Echo "Connects to OE51.SBB.CH using the user scott/tiger"
0