These release notes provide information about Ensim Pro for Windows 4.0.1 hotfix 6 resolved issues, prerequisites, and installation instructions.
Topics include:
This hotfix contains the following files:
This hotfix resolves the following issues. The numbers in parentheses indicate the Ensim problem report (PR) number.
(49616 - can not provision sites) - If you are having lots of IP based sites, provision of new IP based site takes lot of time or the action times out and it fails to add new site.
(49684 - Ensim Pro hostname change) - After changing the Ensim Pro server host name using the network configuration utility, if you try to convert existing name based site to IP based site or if you try to add/remove service components to any existing site it gives error.
(50302 - Sites not getting deleted on EPW 4.0.1 after applying hotfix. MSDE timeout) - If you have lots of sites, then while deleting site, MSDE destroy fails with error "Error: MSDE destroy failed: Timeout expired.". This is because default time out period for executing a particular query is 30 seconds. As the number of sites increase, MSDE destroy queries take more than 30 seconds to finish and shows time out error.
(50243 - Site creation fails) - If you have created a site template, then changed the FQDN of the server and run networkconfiguration utility, add site operation through CLI using this template fails.
Before installing this hotfix, ensure that your Ensim Pro 4.0.1 for Windows system has the following:
Ensim Pro for Windows 4.0.1 - hotfix 1, 2, 3, 4
It takes less than half an hour to apply the hotfix. During this time, new customers cannot be provisioned, and Ensim Pro control panel is unavailable.
This section explains how to install the hotfix.
Before installing the hotfix, you need to disable server applications. This section describes the pre-installation instructions.
- Ensure that you have installed all hotfixes mentioned in the prerequisites section unless they are marked as optional.
- Disable the EnsimProvisioningEngine services by logging in to server as domain administrator and performing the following steps:
- Click Start > Programs > Administrative Tools > then click Component Services.
- In the left navigation bar, expand Console Root > Component Services > Computers > My Computer > COM+ Applications
- Right-click EnsimProvisioningEngine, then select Shut down
- Disable Internet Information Server by logging in the server as domain administrator and performing the following steps:
- Click Start > Programs > Administrative Tools, then click Internet Services Manager.
- In the Internet Information Services window, click the name of the server.
- Right-click Default Web Site, then click Stop
The pre-installation procedure is complete.
- Login to the server as administrator.
- Unzip the hotfix zip file to a temporary directory.
- Change to the directory <install_dir>\pe\ProvEngine where <install_dir> refers to the path where Ensim Pro is installed. For example, if Ensim Pro is installed in C:\Program Files\Ensim\WEBppliance, then switch to C:\Program Files\Ensim\WEBppliance\pe\ProvEngine directory.
- Back up EnsimBackendLib.dll file to a location other than the existing directory say C:\beforehotfix6\EnsimBackendLib.dll.
- Copy the new EnsimBackendLib.dll from the temporary directory to the current directory.
- Back up w3svcCommon.dll file to a location other than the existing directory say C:\beforehotfix6\w3svcCommon.dll.
- Copy the new w3svcCommon.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\siteadmin\serviceComponents\filemanager\FMWeb\bin. Copy the new EnsimBackendLib.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin. Copy the new EnsimBackendLib.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc. Copy the new w3svcCommon.dll from the temporary directory to the current directory.
- Back up W3svcBackend.dll file to a location other than the existing directory say C:\beforehotfix6\W3svcBackend.dll.
- Copy the new W3svcBackend.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin. Back up cp.dll file to a location other than the existing directory say C:\beforehotfix6\cp.dll
- Copy the new cp.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\services\WebHosting. Back up WebHosting.dll file to a location other than the existing directory say C:\beforehotfix6\WebHosting.dll
- Copy the new WebHosting.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\msde. Back up MSDEBackend.dll file to a location other than the existing directory say C:\beforehotfix6\MSDEBackend.dll
- Copy the new MSDEBackend.dll from the temporary directory to the current directory.
- Run UpdateConfig.exe provided with this hotfix
- If you are facing issue mentioned in PR 50302, then you will need to do the following.
- Open the registry editor.
- In the editor window expand HKEY_LOCAL_MACHINE > SOFTWARE > Ensim > WEBppliance
- Right click WEBppliance, point to new and click string value.
- Rename the string value to CommandTimeOut
- Double click CommandTimeOut, specify the timeout period in seconds in the value data textbox and click ok.
Note: Default timeout is 30 seconds. Time out period should be more than 30 seconds. Set this value such that MSDE destroy doesn't timeout.
After installing the hotfix as described in the preceding section, perform the following steps to complete the hotfix installation.
- Enable Internet Information Server by performing the following steps on the server:
- Log in to the server as domain administrator.
- Click Start > Programs > Administrative Tools, then click Internet Services Manager.
- In the Internet Information Services window, click the name of the CP server.
- Right-click Default Web Site, then click Start.
The hotfix installation is complete.
Before applying the hotfix
- If you have 100+ IP based sites, then provisioning will take time or the operation will timeout. If operation times out, then this results in a rollback of the site creation.
- If you have name based site, then run networkconfiguration utility and then try to convert same name site to IP based. Operation completes without error but site is not completely converted.
- If you have lots of sites with MSDE service, then while deleting site, MSDE destroy fails with error "Error: MSDE destroy failed: Timeout expired."
- If you have created a site template, then changed the FQDN of the server and run networkconfiguration utility, add site operation through CLI using this template fails.
After applying the hotfix
- All the issues mentioned above will be resolved
To roll back the hotfix installation:
- Login to the server as administrator.
- Open a command window and run the command iisreset /stop.
- Stop the EnsimProvision Engine COM+ component. Open Start > Program > Administrative Tools > Component Services
Navigate to : Computers > My Computer > COM+ Application > EnsimProvision Engine. Right Click > Shut Down- Restore the EnsimBackendLib.dll file from the backup location to the directory <install_dir>\pe\ProvEngine where <install_dir> refers to the path where Ensim Pro is installed. For example, if Ensim Pro is installed in C:\Program Files\Ensim\WEBppliance, then switch to C:\Program Files\Ensim\WEBppliance\pe\ProvEngine directory.
- Restore the w3svcCommon.dll file from the backup location to the directory <install_dir>\pe\ProvEngine
- Restore the EnsimBackendLib.dll file from the backup location to the directory <install_dir>\cp\admin\siteadmin\serviceComponents\filemanager\FMWeb\bin.
- Restore the EnsimBackendLib.dll and cp.dll files from the backup location to the directory <install_dir>\cp\admin\bin.
- Restore the w3svcCommon.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc.
- Restore the W3svcBackend.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc.
- Restore the WebHosting.dll file from the backup location to the directory <install_dir>\cp\admin\bin\services\WebHosting.
- Restore the MSDEBackend.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\msde.
- Open a command window and run the command iisreset /start.
The hotfix rollback is complete.