Hi, wondering if anyone has figured this out yet.
When running the configuration wizard on a client for microsoft crm 4.0, when it requests the intranet site, the wizard requires that the site
http://xxxxxx/ have that final forward slash on the end of the address. If you do not have the final forward slash, it returns an error "no orgainization specified in configuration file". When attempting to setup a .xml
file for the /q install, this seems to pose a problem. (The code for the intranet site is on the third line of the code below). The installer cannot seem to read this last forward slash from the xml file.
I know that it sees the rest of the address properly, because if i run a non-quiet install, the intranet site is pre filled in as
http://xxxxxx. All i have to do is add the final / and the install completes properly. However, if i try to run the slient install, it returns the no organization error. Any help would be appreciated!
<CRMConfiguration>
<Client>
<ServerUrl Type="OnPremise" ShowUser="false">http://xxxxxxx/</ServerUrl>
<CEIP option="false" />
<Organization>xxxx</Organization>
</Client>
</CRMConfiguration>