The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
v75 Deployment Issue
Posted: 01 Oct 08 5:02 AM
|
Hello
Has anyone encountered the error while deploying the web site. I have done a background build using the ctrl build web platform. the process got completed. Post that when i deploy it to the local IIS web server where SalesLogix and the Application Architect has been installed i get the following output.
INFO - Writing target Manifest for portal SlxClient INFO - Using inherited target port and app pool settings INFO - Configuring IIS Directory for SlxClient ERROR - Could not configure IIS Server for Portal SlxClient. The web server vmdellslx72:1075 could not be located ERROR - Exception was thrown when setting up target. Message is Failed to configure IIS Server ERROR - One or more of the targets failed for portal 'SlxClient' to configure successfully. Please review deployment settings and try to deploy the portal again. ERROR - Deployment has completed but Errors have occurred. Please review and if required change the configuration and re-deploy.
Have I been missing something?
Cheers Kannan |
|
|
|
Re: v75 Deployment Issue
Posted: 01 Oct 08 5:06 AM
|
Hello
should have mentioned the following the environment where i am facing the above issue is as follows.
Win2k3 is the machine on VMWare SQL 2005 + Backwards compatibility Installed .Net 3.0 which is required for process orchestration Office 2003
have I missed something?
|
|
|
|
Re: v75 Deployment Issue
Posted: 01 Oct 08 7:19 AM
|
Issue resolved, set up the default VFS and then deleted files from C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files, attached the slxservice windows account to the saleslogix services. Set the application pool to use the slxservice account did a ctrl + build interfaces did a ctrl + build web platform did a clean deployment
reregistered the grouptranslator.dll as it was erroring on webUserPref. The SLX v7.5 works fine now.
Regards Kannan |
|
|
|
Re: v75 Deployment Issue
Posted: 09 Oct 08 2:18 PM
|
Kannan,
We have run into the exact same situation and narrowed it down to something else. We have discovered that you can only successfully deploy a 7.5 website to an IIS WebSite that has it's IP address set to "All Unassigned".
We put together a comprehensive spreadsheet of configuration settings that would throw that error.
For example, if you have your website IP address set to X.X.X.X, deploying to that IP address or a dns name that resolves to that IP address fails. You must list the website IP as "All Unassigned", deploy to IIS, then go into IIS and set the IP address to X.X.X.X.
Sounds pretty ridiculous, but it does not surprise me. |
|
|
|