Question

Photo of Winata Bambang Bie

1

Install stopped on Database Configuration page

I just download RockRMS and try to install it on Windows 7 Ultimate with IIS 7.5 and SQL Server 2008 Express.

Here are things I already do
 1. I already configured IIS, set advanced option in DefaultAppPool (.Net framework version and identity)
 2. In SQL Server Express, I make user and grant dbcreator and serveradmin roles to it

 3. Download rockrms-install.zip on August 17, 2016.

 4. Goto http:localhost/start.aspx and redirected to http://localhost/install.aspx with a message that I'm not using an encrypted connection.
 5. Click "Get Started", going to Database Configuration page

 6. Fill the database configuration page, click next and nothing happened

Could anyone give me some pointers what to do next, maybe do something or change some configurations, so It's not doing nothing but give some error message.

 
database configuration.png

This is a snapshot of the page source, in the database config panel there isn't script, so I think when I click next nothing happened

  • Photo of Nick Airdo

    1

    Starting with Rock McKinley v4, SQL 2008 is no longer supported.

  • Photo of Arran France

    0

    It sounds to me like maybe you haven't configure your DB connection correctly. Are you able to access your DB engine using SQL Server Management studio and the same connection strings?

  • Photo of Winata Bambang Bie

    0

    I can connect from SQL Server Management Studio using the same Servername, username and password

  • Photo of Winata Bambang Bie

    0

    Case closed. After I use SQL Server Express 2012, I can install RockRMS