Skip to main content
Planview Customer Success Center

Error when installing AppFabric on a French server

SYMPTOMS

Installation of AppFabric on a non-english server fails. The error occurs when running the command Register-CacheHost and says (in the server language) that the account name is invalid.


RESOLUTION

In the script, the account name to be used is set as:

$account = "NT AUTHORITY\NETWORK SERVICE"

Here, the local name needs to be used. E.g. on a french server, the command needs to be changed to

$account = "AUTORITE NT\SERVICE RéSEAU"