Sage 100

 View Only
  • 1.  Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:09
      |   view attached
    Anybody ever seen this when installing Sage 100 Premium? Cannot get the installer to run successfully.


  • 2.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:26
    The message ""could not obtain exclusive lock on the database"" may indicate there is another process accessing the database. If you are certain no other processes should be accessing the database you may try either stopping and restarting the SQL services, or if necessary rebooting the server.


  • 3.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:31
    I have rebooted both the application server and the SQL server, netiher to any avail. When I run the following queries to find out what and who are using the 'model' database, all that's out there is a sleeping process waiting for input. I have even killed this SPID, but it makes no difference. SELECT request_session_id FROM sys.dm_tran_locks WHERE resource_database_id = DB_ID('Model') exec sp_who SPID


  • 4.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:39
    Does the MAS_SYSTEM database exist? If so, and if you have nothing to lose, you could try and DROP the database.


  • 5.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:42
    No, unfortunately the MAS_SYSTEM database is failing to get created.


  • 6.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:54
    Do you get the same process id if you run this query? SELECT * FROM sys.sysprocesses WHERE DB_NAME(dbid)='model'


  • 7.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 20:57
    Yep.


  • 8.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 21:10
    Try disconnecting and reconnecting in SSMS.


  • 9.  RE: Anybody ever seen this when installing Sage 100 Pr

    Posted 10-22-2014 22:00
    Is it possible the backup is running right now (late at night)? I know with Dell servers the AppAssure backup software caused an issue in this area. Maybe ask when their backup is scheduled to run and you work around that time