sharing database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are trying to setup an environment for XP embedded with the component
database shared by all the developers. However, we were not able to do
that .

the error message is .. "the database is already opn by another user in
exclusive mode ,or you dont have permissions to access the database.."
 
embedded_msit,
We are trying to setup an environment for XP embedded with the component
database shared by all the developers. However, we were not able to do that .

This may not be a good idea with the current implementation of XPe ToolKit.
the error message is .. "the database is already opn by another user in
exclusive mode ,or you dont have permissions to access the database.."

Don't open CDM (Component Database Manager) on any of the dev machines.
Or, if needed, open it when you have TD or CD opened and connected on at least one machine. Then you will get a warning that CDM is
getting open in non-exclusive mode.

KM
 
It was mentioned that in order to share the database ,server should provide
login ids to the user .. for this they have metioned "Start SQL Server
Enterprise Manager from the Start menu". But in server system we can not find
'start SQL server manager' option in start menu.. . This might be the
problem of sharing the database.
 
embedded_msit,

The Enterprise Manager goes with SQL Server. Did you install only MSDE on your server machine? Then you should use command line
tools like "isql".
 
Back
Top