Tech Support > Microsoft Windows > Windows CRM > error installing CRM 4.0
error installing CRM 4.0
Posted by Heinrich on February 3rd, 2008


Hello,
I'm getting an error when installing CRM 4.0 (I translated from German
language):

---------------------
Action Microsoft.Crm.Setup.Server.GrantDatabaseAccessActi on failed.
Windows NT user or group NT-AUTORITÄT\NETZWERKDIENST ' not found. Check the
name again
---------------------
The CRM-Server is a Windows 2003-Server SP2 german. The SQL-Server is also a
Windows 2003-Server SP2, but in English and 64Bit.
On the SQL-Server there exists a User 'NT AUTHORITY\NETWORK SERVICE', that
the English equivalent for the network service.
Is it possible, that the difference of the languages is responsible for this
error?

Regards

Heinrich

And for the files the extract of the according setup-log:
---------------------
18:10:20| Info| File = Upgrade\UpgradeEA2.sql, Message = Upgrade settings,
Target = All
18:10:20| Info| File = Scripts\Features.sql, Message = Add features.,
Target = All
18:10:20| Info| Installing Sql Jobs ...
18:10:21| Info| Executing Install action:
Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAc cessAction
18:10:21| Error| System.Exception: Fehler bei der Aktion
Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAc cessAction. --->
System.Data.SqlClient.SqlException: Der Windows NT-Benutzer oder die -Gruppe
'NT-AUTORITÄT\NETZWERKDIENST' wurde nicht gefunden. Überprüfen Sie den Namen
bei System.Data.SqlClient.SqlConnection.OnError(SqlExc eption exception,
Boolean breakConnection) bei
System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception,
Boolean breakConnection) bei
System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject
stateObj) bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,
SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj) bei
System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString) bei
System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
bei System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method,
DbAsyncResult result)
bei
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe) bei
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() bei
Microsoft.Crm.CrmDbConnection.InternalExecuteNonQu ery(IDbCommand command)
bei Microsoft.Crm.CrmDbConnection.ExecuteNonQuery(IDbC ommand command,
Boolean impersonate) bei
Microsoft.Crm.CrmDbConnection.ExecuteNonQuery(IDbC ommand command) bei
Microsoft.Crm.Setup.Database.SharedDatabaseUtility .CreateLogin(CrmDbConnection
connection, String user, Boolean enableTrace) bei
Microsoft.Crm.Setup.Database.SharedDatabaseUtility .GrantDBReaderAccess(String
sqlServerName, String databaseName, String user, CrmDBConnectionType
connectionType) bei
Microsoft.Crm.Setup.Database.SharedDatabaseUtility .GrantConfigDBReaderAccess(String
sqlServerName, String databaseName, String user) bei
Microsoft.Crm.Setup.Server.Utility.SqlUtility.Gran tSrsServiceAccountAccessToConfigDB(String
sqlServerName, String sqlMachineName, String databaseName, Uri rsUri) bei
Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAc cessAction.Do(IDictionary
parameters) bei Microsoft.Crm.Setup.Common.Action.ExecuteAction(Ac tion
action, IDictionary parameters, Boolean undo)
--- Ende der internen Ausnahmestapelüberwachung ---, Error, RetryCancel,
Option1
---------------------

Posted by Patrick on February 6th, 2008



I get the same error.
We have a german version of CRM 4.0 and SQL Server 2005.
But I can see that some updates of SQL Server 2005 are on english.


"Heinrich" wrote:

Posted by gseagull on February 8th, 2008


On 6 Feb., 12:07, Patrick <Patr...@discussions.microsoft.com> wrote:
We've got the same error ...
We are using Windows 2003 for CRM 4.0, a Windows 2000 machine for SQL
Server and Reporting and another 2003 server (small business server)
for AD, DNS, etc...


Posted by Heinrich on February 9th, 2008


Hello,

nice to have some fellers =8)

Well, it would be nice if someone of MS has an idea what do do.


regards

Henry

Posted by rbailey@cosource.com.au on February 19th, 2008


On Feb 9, 10:55 pm, "Heinrich" <hmcs-g...@web.de> wrote:
Hi there,

I was having a similar problem when I was using the CRM Redeployment
tool for MS CRM 3. The problem for me was the following...

1) The redeployment tool created a user called Network Service
2) When you install CRM it checks to see if the user NT Authority
\Network Service exists, now because it doesn't exist it tries to
create this. The problem is there is already a login created called NT
Authority\Network Service.
3) Solution is to delete the Network Service database username from
both the CRM database, and the CRM Meta Database. Then manually create
a new database user called NT Authority\Network Service in both
databases.

It tooks me a couple of days to work this out. If you find you keep
getting this error, start up SQL Profiler so you can see which user it
is trying to create.

Hope this helps...

Richard

Posted by Heinrich on February 28th, 2008


Thank you for your answer.

I will try your tip next week out.

Regards
Henry


<rbailey@cosource.com.au> schrieb im Newsbeitrag
news:d57b72a0-e237-451a-8202-19f1f36fc860@e10g2000prf.googlegroups.com...