Answered by:
Problems after deploying CRM 2013

Question
-
Hi there! We have deployed CRM 2013 in our environment. We have followed this blog: http://blogs.msdn.com/b/niran_belliappa/archive/2013/11/05/step-by-step-installing-dynamics-crm-2013-on-windows-server-2012.aspx.
The funny thing is that after the installation (sucessfully) ended, if we open http://localhost
http 404 not found
Server OS 2012 R2 standard
Before installing CRM on it we have put SQL 2012 r2 std with reporting services and all the prerequisties.
I have feeling that the issue is maybe related to SQL being on same server. Why do I think so? Well the reportserver on this server is like HTTP://SERVERNAME:80/REPORTSERVER, and probably CRM wants to live on the same port, because if I look at the end of the installation in IIS console under bindings of CRW site I see it's binded to 80 port.
Event viewer has this errors, and I don't know if they are related to this problem.
The CrmKeyGenerator encountered an error generating/monitoring key type System.Data.SqlClient.SqlException (0x80131904): The INSERT permission was denied on the object 'CrmKey', database 'MSCRM_CONFIG', schema 'dbo'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
bostjanc
Sunday, April 27, 2014 11:19 AM
Answers
-
Because it was a fresh installation I have ended up with:
* runing REPAIR of Dynamics CRM
* and at the services wizard I have changed instead of Network service to domain admin running those services.
now Http://srvname opens sth. :)
bostjanc
- Marked as answer by B_C_R Monday, April 28, 2014 8:24 AM
Monday, April 28, 2014 8:24 AM
All replies
-
You should not have any issues with reporting services and CRM both on port 80 - as SSRS are not using IIS.
Try browsing to the organization through the deployment manager:
1. open Deployment manager
2. go to Organizations
3. Right click your organization > Browse
Let me know what you receive.
Please vote if you find my post helpful - Thanks
Sunday, April 27, 2014 1:32 PM -
If I do that, then page: http://servname/OrganizationName opens and I get the same error: 404 not found.
bostjanc
- Edited by B_C_R Sunday, April 27, 2014 1:40 PM
Sunday, April 27, 2014 1:40 PM -
bostjanc
Sunday, April 27, 2014 1:54 PM -
bostjanc
Sunday, April 27, 2014 1:55 PM -
In the Deployment Manager root right click "Microsoft Dynamics CRM" > Properties > Web Addresses
Make sure that all the fields here have the correct server name and port - also make sure you did not enable NLB under "Advanced" - shouldn't be as it's a new installation..
Also make sure you restarted the server after the installation.
If nothing helps i would focus on the CRM website in IIS - Start IIS go to websites and check that the CRM site is actually there, configured on port 80 and that it is started.
it should look like this:
Please vote if you find my post helpful - Thanks
- Edited by TZ00KI Sunday, April 27, 2014 3:01 PM
Sunday, April 27, 2014 2:57 PM -
Hi there
Web address are there, NLB is not enabled
Inside IIS CRM site exists.
bostjanc
Monday, April 28, 2014 8:08 AM -
Because it was a fresh installation I have ended up with:
* runing REPAIR of Dynamics CRM
* and at the services wizard I have changed instead of Network service to domain admin running those services.
now Http://srvname opens sth. :)
bostjanc
- Marked as answer by B_C_R Monday, April 28, 2014 8:24 AM
Monday, April 28, 2014 8:24 AM