All is ok so far until we get to the configuration Wizard. I understand that configuration with offline client is not supported, however, we have had it working successfuly. The issue now is this.
We have thrown CRM 4 Update Rollout Pack 5 into the mix by updating the CRM Client post install before running the configuration wizard for the first-time. I've clarified the user/computer has access to the CRM Environment and in the log file we are receiving the error:
Noticed the routine right before the organizatoin error? Method exit: Microsoft.Crm.Config.Client.ClientConfigInfoCollector.CheckExistingDatabase| System.Collections.Hashtable
It's checking the database for the organization name.
Error: Incorrect organization name specified in config file Perhaps the client machine is not authenticating properly.
Noticed the routine right before the organizatoin error? Method exit: Microsoft.Crm.Config.Client.ClientConfigInfoCollector.CheckExistingDatabase| System.Collections.Hashtable
It's checking the database for the organization name.
Error: Incorrect organization name specified in config file Perhaps the client machine is not authenticating properly.
The user account under which you run your script must be set up inside the CRM system first, as the configuration tool will connect to the database to verify the organisation name. If your account does not have access this call fails and you get the above error.
Proposed as answer byShaun2kWednesday, November 4, 2009 10:04 PM