I installed ArcGIS for Server 10.2.2 Enterprise Advanced on my local machine and established quite a few connections in ArcCatalog which were successful. I was also able to establish a connection to my manager via localhost:6080/arcgis/manager and everything was working perfectly until this morning when I turned on my computer. I tried to access my manager and it just gives me a blank page. I installed SQL Server Express yesterday so I could establish an Enterprise Geodatabase and was also successful in doing so; however, I cannot connect to my manager now and I have no idea why. Has anyone else had this problem or does anyone have any suggestions? I'm not sure if they are entirely related but it is the only thing I can think of.
Thank you in advance!
Solved! Go to Solution.
I called ESRI technical support and we walked through a few troubleshooting options. Both of my ArcGIS for Server and SQL Server Express services were not running. It was by luck we found a solution to my problems which are provided in the steps below:
After further review, ESRI technical support came to the conclusion that my SQL Server Express is called a Virtual Account on a local computer. Services that run as virtual accounts access network resources by using the credentials of the computer account in the format domain_name\computer_name. When specifying a virtual account to start SQL server, you could leave the password blank. So this means, I didn't need to type anything in for the password of NT Service\MSSQL$SQLEXPRESS (my SQL Server Express log on).
I just thought I would share my findings in case anyone needed it.
I am not the most sure on this, but I would check what ports are used by SQL Server Express by default. I had issues with an Apache server I was running when SQL Server Express was running also. The SQL Server Express installation took over the port my Apache server was using.
Sorry I am not more help, but that is the first thing that popped into my head.
fyi...Any edition of SQL Server uses 1433 and 1434 ports by default.
Check if this helps:
38370 - HTTP 404: "The page cannot be found" when trying to launch ArcGIS Server Manager
I've looked through your link and tried as suggested but it is still a no go. Is there a way to see if my server is running?
Thanks for the info! Do you know of a way to check for port numbers?
I called ESRI technical support and we walked through a few troubleshooting options. Both of my ArcGIS for Server and SQL Server Express services were not running. It was by luck we found a solution to my problems which are provided in the steps below:
After further review, ESRI technical support came to the conclusion that my SQL Server Express is called a Virtual Account on a local computer. Services that run as virtual accounts access network resources by using the credentials of the computer account in the format domain_name\computer_name. When specifying a virtual account to start SQL server, you could leave the password blank. So this means, I didn't need to type anything in for the password of NT Service\MSSQL$SQLEXPRESS (my SQL Server Express log on).
I just thought I would share my findings in case anyone needed it.