unable to initialize DAO/jet db engine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
webmastx
Newbie
Newbie
Posts: 2
Joined: Sun Sep 27, 2009 10:11 pm

unable to initialize DAO/jet db engine

Post by webmastx »

messagebox with `"unable to initialize DAO/jet db engine"


What should i do?

Thanks a lot
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: unable to initialize DAO/jet db engine

Post by vitamin »

webmastx wrote:messagebox with `"unable to initialize DAO/jet db engine"
What should i do?
Install mdac with winetricks http://wiki.winehq.org/winetricks
israelfreire
Level 2
Level 2
Posts: 25
Joined: Thu Jul 23, 2009 9:41 am

Post by israelfreire »

Hello...

We have a program in the company that manages human resources. In version 1.1.28, and earlier he worked at 90%, which for some sectors of the company was enough ...

However, from version 1.1.29, it stopped working. Not entering the program, giving the following error: "Error opening Bank ADO Z: \ mnt \ imob \ FpVB \ Data \ NFp000.mdb: Provider can not be found. It may not be properly installed. Please report this error to the New System "(program name).".

I tried reinstalling the packages needed by winetricks (gecko jet40 MDAC28 msls31 riched20 riched30 wsh56 native_oleaut32), but gave error when installing MDAC28. I checked the forum and warned that an error was already known and would be corrected in the next update.

Well .. Today I updated Wine to version 1.1.30, and although all the above packages have been installed correctly, the error remained ...
israelfreire
Level 2
Level 2
Posts: 25
Joined: Thu Jul 23, 2009 9:41 am

Post by israelfreire »

In here the winedebug

israel@israel:/mnt/imob/FpVB$ wine NewFp.exe winedebug
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/02/2009, dlt (d/m/y): 18/10/2009
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
err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered
err:ole:CoGetClassObject no class object {2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
israel@israel:/mnt/imob/FpVB$
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

israelfreire wrote:However, from version 1.1.29, it stopped working.
Set "oledb32" to native. Wine-1.1.29 has aa new implementation for this dll which is not complete.
israelfreire
Level 2
Level 2
Posts: 25
Joined: Thu Jul 23, 2009 9:41 am

Post by israelfreire »

Vitamin

I do that... but the error remains the same.

After the DLL files that have registered

"msvcrt"="native,builtin"
"odbc32"="native,builtin"
"odbccp32"="native,builtin"
"oleaut32"="native,builtin"
"oledb32"="native"
"riched20"="native,builtin"
"riched32"="native,builtin"


Then the log with the registered oledb32.

israel@israel:/mnt/imob/FpVB$ wine NewFp.exe winedebug
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/02/2009, dlt (d/m/y): 18/10/2009
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
err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered
err:ole:CoGetClassObject no class object {2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
israel@israel:/mnt/imob/FpVB$
israelfreire
Level 2
Level 2
Posts: 25
Joined: Thu Jul 23, 2009 9:41 am

Post by israelfreire »

VItamin

Any idea?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

israelfreire wrote:Any idea?
Try reinstalling mdac.
israelfreire
Level 2
Level 2
Posts: 25
Joined: Thu Jul 23, 2009 9:41 am

Post by israelfreire »

Woooow!

Congratulations! You are the man! It worked! Thank you very much!
samir_otiv
Level 1
Level 1
Posts: 7
Joined: Fri Oct 23, 2009 8:48 am

Post by samir_otiv »

I just uninstalled Wine 1.1.32 to try and get 1.1.28 ... and just read this. I got the SAME error..it's building wine..i'll try this out
Locked