Link to home
Start Free TrialLog in
Avatar of jwhiteman1967
jwhiteman1967

asked on

UBUNTU, PERVASIVE Database and WINE

Hello All,

I am relatively new to Linux. I am trying to get it to run a Windows app using WINE. I have wine installed. I have my network shares created and mounted. I have used WINECFG to mape I: to a network share.

I have my ODBC drivers loaded and they connect to the DB successfully. The only problem is that when I actually run the windows app it states it cannot open the DB file. The windows apps expects to find the data and config files on the mapped I: drive.

Do mounted shares act the same as the mapped network drives in windows? If not how do I achieve that functionality. When I try to install Pervasive and it wants to test the network connection, it states the mapped I: drive is a local drive and not a network drive; normally under Windows it is looked at as a NETWORKED drive. I would like to get this working because the alternative, VMWARE defeats the purpose of my goal of moving away from WINDOWS.
Avatar of Mirtheil
Mirtheil
Flag of United States of America image

You can always skip the Network test but if the OS APIs that the Pervasive client calls don't work the same under WINE as they do on WIndows, there's not a lot that can be done.  

Do any of the Pervasive tools work to access the data on the I: drive?  
Avatar of jwhiteman1967
jwhiteman1967

ASKER

Pervasive is actually trying to use the data that is on I:.  All the data files, etc reside on I:
Do any of the Pervasive tools work to access the data on the I: drive?
If not, what error is returned?  
I get the error message:

SP2 error:
open-file failed - abort?

Looks like it cannot find or open a file.

my ODBC connects just fine.  
Which tool generated that error?  Was there a number?  
There wasn't an error number and I am not sure if a 'tool' generated the error. It may be generated by the program I am trying to get running.  This machine is just a data collection machine and thus, does not need much other than the pervasive client software installed.
Without knowing the underlying Btrieve error that's being returned, diagnosing is going to be very difficult.  
If you try to open an application data file (that's on drive I:) using the Pervasive Function Executor (WBEXEC32.EXE in PVSW\BIN), does it work or does it give an error? If it gives an error, what is it.  
Win I run WBEXEC32.EXE in PVSW\BIN it opens and appears to run, but I cannot do anything.  I have to "break" out of it to stop it.
No other help received.
ASKER CERTIFIED SOLUTION
Avatar of Mirtheil
Mirtheil
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did not know if there was any solution, will award points for a good try.