We have a Trimion 2011 SP1 environment working with one CMS server and one CDS server. Today we installed a new CMS server and pointed it to an existing SQL Server database. We used the same MTSUser, the same database credentials. The installation went smoothly, but when we try to access the CMS server, we get 9 errors, as shown below.
1) The remote server responded with an error: (404) Not found.
at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
2) Failed to load the list of languages.
at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
3) Error loading locale list.
at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
How to troubleshoot
We can access the SQL Server database using ODBC.
source share