Multisim: 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
brutc001
Newbie
Newbie
Posts: 2
Joined: Tue Aug 12, 2008 4:32 am

Multisim: unable to initialize DAO/jet db engine

Post by brutc001 »

Hi all,

I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database.

Any help would be much appreciated.

Thankyou
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Multisim: unable to initialize DAO/jet db engine

Post by austin987 »

On Tue, Aug 12, 2008 at 4:41 AM, brutc001 <[email protected]> wrote:
Hi all,

I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database.

Any help would be much appreciated.

Thankyou





$ wget kegel.com/wine/winetricks
$ sh winetricks jet40
James Mckenzie

Multisim: unable to initialize DAO/jet db engine

Post by James Mckenzie »

Austin English <[email protected]> at Aug 12, 2008 9:54 AM (PNT) wrote about [Wine] Multisim: unable to initialize DAO/jet db engine
On Tue, Aug 12, 2008 at 4:41 AM, brutc001 <[email protected]> wrote:
Hi all,

I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database.

Any help would be much appreciated.

Thankyou
$ wget kegel.com/wine/winetricks
$ sh winetricks jet40
This program may also require MDAC 2.8
code:
winetricks mdac28

James McKenzie
brutc001
Newbie
Newbie
Posts: 2
Joined: Tue Aug 12, 2008 4:32 am

Thanks

Post by brutc001 »

Thanks guys, it installed fine.
greenman755
Newbie
Newbie
Posts: 1
Joined: Thu Jul 23, 2009 12:42 am

Post by greenman755 »

wine ./Desktop/Jet40SP8_9xNT.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\windows\\temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
I install multisim and do all what was write in this topic. But multisim not work. p.s. sorry for my english.
James McKenzie

Multisim: unable to initialize DAO/jet db engine

Post by James McKenzie »

greenman755 wrote:
wine ./Desktop/Jet40SP8_9xNT.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\windows\\temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
I install multisim and do all what was write in this topic. But multisim not work. p.s. sorry for my english.

This fixme can be ignored.

Can you run the installed program from a terminal session and capture
the resulting log as per:

http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4

If the log is quite lengthy, please post it to pastebin.com and post the
URL to the log here in the forum.

Thank you.

James McKenzie
Locked