I’m having trouble with the finalization step of installation. It never finishes. I’ve tried the reset.cfm mentioned in another thread. I also installed using the standard installation and then tried to upgrade to MSSQL.
Below is part of the tomcat log.I see a 500 error, but not sure where to go from here.
I tried both versions and experienced the same problem.
Further troubleshooting:I checked the db and it has tables. I checked Windows Event Viewer but couldn’t find anything relative.
I figured out the problem. When I added the razuna user to the razuna db I made that user the owner of the db. This created a problem when executing sql statements like (select * from hosts). In query I had to use (select * from razuna.hosts) for successful execution.
The error message said that the object “hosts” did not exist in the db, when I could clearly see it in SQL Studio Manager.
I dropped the db and recreated it without giving razuna the db_owner role.