Hello, I am trying to run an own application develop with sysbase power builder. It need oracle 8 client for connect with my oracle database. It start fine, but after trying to connect, it show me and error connection. I have make a simple debug and I can see a MessageBoxA -> 0009:Call user32.MessageBoxA(00020026,01604030 "Class name not found",01603ff0 "Error connecting to ADODB.Command",00002010) ret=10c20668 I dont understand where is the problem .... Oracle client 8i has bben installed succes ... and the aplication works fine ... event I remember to use it with wine 0.98 in the same way .... Please, any help would be very appreciated. Thanks 0009:Call user32.GetCapture() ret=10c205e6 0009:Ret user32.GetCapture() retval=00000000 ret=10c205e6 0009:Call KERNEL32.GetCurrentThreadId() ret=10c205fb 0009:Ret KERNEL32.GetCurrentThreadId() retval=00000009 ret=10c205fb 0009:Call user32.GetCapture() ret=10c2060c 0009:Ret user32.GetCapture() retval=00000000 ret=10c2060c 0009:Call user32.PeekMessageA(0032dbf8,00000000,00000012,00000012,00000001) ret=10c20628 0009:Ret user32.PeekMessageA() retval=00000000 ret=10c20628 0009:Call user32.IsWindow(00020026) ret=10c20638 0009:Ret user32.IsWindow() retval=00000001 ret=10c20638 0009:Call user32.IsWindowVisible(00020026) ret=10c20643 0009:Ret user32.IsWindowVisible() retval=00000001 ret=10c20643 0009:Call user32.MessageBoxA(00020026,01604030 "Class name not found",01603ff0 "Error connecting to ADODB.Command",00002010) ret=10c20668 0009:Call window proc 0x10b3fb30 (hwnd=0x20026,msg=WM_CANCELMODE,wp=00000000,lp=00000000) 0009:Call user32.GetPropA(00020026,0000c001) ret=10b3fb47 0009:Ret user32.GetPropA() retval=10bda3e0 ret=10b3fb47 0009:Call user32.CallWindowProcA(10bda3e0,00020026,0000001f,00000000,00000000) ret=10b3fd54 0009:Call window proc 0x10bda3e0 (hwnd=0x20026,msg=WM_CANCELMODE,wp=00000000,lp=00000000) 0009:Call user32.IsWindow(00020026) ret=10c4493c 0009:Ret user32.IsWindow() retval=00000001 ret=10c4493c 0009:Call user32.GetPropA(00020026,0000c000) ret=10c4494f 0009:Ret user32.GetPropA() retval=00681d70 ret=10c4494f 0009:Call user32.IsWindow(00020026) ret=10c4493c
fmorales wrote:> 0009:Call user32.MessageBoxA(00020026,01604030 "Class name not found",01603ff0 "Error connecting to ADODB.Command",00002010) ret=10c20668Code: winetricks mdac28 For more info see http://wiki.winehq.org/winetricks
Hello vitamin .... it does not works .... After installation MDAC28 the application show me another error: Posted: Mon Feb 23, 2009 5:37 am Post subject: Question about error -------------------------------------------------------------------------------- Sorry, what does means this? err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 I can see that there are a lot of people with this error, but that nobody can solve it. and this offical announce og wine ... http://wiki.winehq.org/NativeOdbc Any idea?? Any help would be very appreciated. Thanks a lot
sorry but .... I hava installed a new fres windows XP, with only my application but this key is not in the regedit ...?!?"?"? and the application work fine Any idea?
fmorales wrote:> sorry but .... I hava installed a new fresh windows XP, with only my application but this key is not in the regedit ...?!?"?"? and the application work fineThen you can safely ignore that message.
Heelo vitamin ... I have his error after install MDAC27 ..... This error is not showing to me before. First my application show me and error of "Class not found" ... making debug I could see that it was in a function where I use the ODBC for connect with the ldap active directory server for validation user. So ... I try to install MDAC27 ..MDAC 25 .. MDAC28 ... but it does not works ... after installed MDAC27 ... this error is not showed .... but the application show me another error of Error Connection with ldap ... in the same way of ODBC / OLEDB where I can see.. Note that my application works ... not crash, it show my an error message when the code try the function but the program not die. err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 Thanks a lot
Ummm I can see in this page that this CLSID is from "VAIEC.DLL" but .... I dont have this DLL in my windows XP machine and my aplication works fine .... http://www.appdeploy.com/messageboards/printable.asp?m=2970 Any help would be very appreciated. Thanks