So I am attempting to Move Enterprise server and portal onto a new server.
I did the following
Installed on new server enterprise and portal ensure firewall is open and domains are changed to new IP's etc.
Installed letsEncrypt certs on new domains.
I then restored the database from the old server on top of the new database.
Added the SolidCP user to the DB.
Finally I copied the SolidCP.CryptoKey from the enterprise server web.config.
Getting an error in the portal, but nothing in the event viewer.
enterprise server URL comes up and looks fine.
http://scp.eonichost.co.uk:9002/
Any ideas what I have missed ?
Hello,
Did you configure the portal with the enterprise url as linked in ur post?
Or was it setup with the default http://127.0.0.1:9002 ?
(i normally use the default lo ip if enterprise and portal are on the same system, it is always a bit quicker then via normal networking).
Old database: same version as new installs?
Regards,
Marco
Hi Marco,
Enterprise server was set to http://scp.eonichost.co.uk:9002/ I have tried http://127.0.0.1:9002 and resetting in the host header in IIS and no difference
Database was also same version.
Any idea how I can get some better error reporting out
Trevor
Working through the debug changing in the config
<!-- Custom errors
<customErrors mode="RemoteOnly" defaultRedirect="~/error.htm" />
-->
<customErrors mode="Off"/>
Got a decent error now looks like SQL permissions
Stand down, all sorted, the user had not recreated itself as dbowner when restoring from the other server.