T
Toxalot
Client is receiving the following error when trying to use the
application after it has been left idle for 5-10 minutes.
"Cannot start your application.
The workgroup information is missing or opened exclusively by another
user."
I am unable to reproduce the error. Both client and I are using WinXP
SP 3 on standalone computers. I have full version of Access 2003.
Client is using Access 2003 runtime. FE is mde and BE is mdb. There is
no user-level security and no database password. I've tried
reproducing the error with the FE mdb, and the the FE mde, and the FE
mde via the following shortcut to simulate runtime.
"D:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" /runtime "F:
\mydata.mde"
In all cases, I've tried several functions and then left the
application idle for various intervals and never receive the error.
Client is able to use the database without error as long as they don't
leave it idle for more than a few minutes.
Here is the connection string being used:
strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & gstrDataFilePath & ";"
I've been searching on the error message and reading for hours. All
issues seem to discuss setups using user-level security and the error
message occurs every time. I found one post where the OP had one
client getting the error randomly, but there were no replies.
There is really no reason why this application should be using ADO and
I am moving towards using DAO, but in the mean time this is extremely
frustrating.
Any ideas on what to try?
application after it has been left idle for 5-10 minutes.
"Cannot start your application.
The workgroup information is missing or opened exclusively by another
user."
I am unable to reproduce the error. Both client and I are using WinXP
SP 3 on standalone computers. I have full version of Access 2003.
Client is using Access 2003 runtime. FE is mde and BE is mdb. There is
no user-level security and no database password. I've tried
reproducing the error with the FE mdb, and the the FE mde, and the FE
mde via the following shortcut to simulate runtime.
"D:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" /runtime "F:
\mydata.mde"
In all cases, I've tried several functions and then left the
application idle for various intervals and never receive the error.
Client is able to use the database without error as long as they don't
leave it idle for more than a few minutes.
Here is the connection string being used:
strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & gstrDataFilePath & ";"
I've been searching on the error message and reading for hours. All
issues seem to discuss setups using user-level security and the error
message occurs every time. I found one post where the OP had one
client getting the error randomly, but there were no replies.
There is really no reason why this application should be using ADO and
I am moving towards using DAO, but in the mean time this is extremely
frustrating.
Any ideas on what to try?