Details
Ensim® Pro for Windows 10.0.0 Hotfix 2 Release notes
- Service:Ensim Pro for Windows - 10.0.0
- Hotfix no:2
- Hotfix date:10-July-2006
Download: http://download.swsoft.com/ensim/download/pro/windows/10.0.0/hotfix/2/EPW-10.0.0-Hotfix-2.zip
md5sum : 88ac52cf84b6c4c5d51f430993ff08cd
Resolved Issues
This hotfix resolves the following issue.
- Default.aspx page is not getting added under the Documents ?default content page' after enabling .net for the domain.
- Default.cfm page is not getting added under the Documents ?default content page' after enabling coldfusion for the domain.
- index.php page is not getting added under the Documents ?default content page' after enabling PHP for the domain.
Issue: After Enabling .Net/provisioning coldfusion/provisioning PHP for a site the default.aspx/default.cfm/index.php are not added under the default documents list under IIS.
Resolution: After Enabling .Net/provisioning coldfusion/provisioning PHP for a site the default.aspx/default.cfm/index.php are added under the default documents list under IIS.
Before installing this hotfix, ensure that your Ensim Pro 10.0.0 for Windows system has the following:
- Ensim Pro for Windows 10.0.0 - hotfix 1
It takes a few minutes 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.
Pre-installation instructions
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.
- Open a command window and run the command iisreset /stop.
- Disable the EnsimProvisionEngine service by logging in to server as server administrator and performing the following steps:
a. Click Start > Programs > Administrative Tools, then click Component Services.
b. In the left navigation bar, expand Console Root > Component Services > Computers > My Computer >
COM+ Applications.
c. Right-click EnsimProvisionEngine, then select Shut down.
The pre-installation procedure is complete.
Installation instructions
After performing the steps in the pre-installation section, complete the following steps to install the hotfix.
- Unzip the hotfix zip file to a temporary directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc 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 go to C:\Program Files\Ensim\WEBppliance\cp\admin\bin\serviceComponents\w3svc directory.
- Back up the existing W3svcBackend.dll file to a location other than the existing directory.
Important: Do not rename the file and keep it in the current directory.
- Copy the new W3svcBackend.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc.
- Back up the existing W3svcFrontend.dll file to a location other than the existing directory.
Important: Do not rename the file and keep it in the current directory.
- Copy the new W3svcFrontend.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\coldfusion.
- Back up the existing ColdfusionBackend.dll file to a location other than the existing directory.
Important: Do not rename the file and keep it in the current directory.
- Copy the new ColdfusionBackend.dll from the temporary directory to the current directory.
- Change to the directory <install_dir>\cp\admin\bin\serviceComponents\php.
- Back up the existing PHPBackendPE.dll file to a location other than the existing directory.
Important: Do not rename the file and keep it in the current directory.
- Copy the new PHPBackendPE.dll from the temporary directory to the current directory.
Post-installation instructions
After installing the hotfix as described in the preceding section, perform the following step to complete the hotfix installation.
1. Open a command window and run the command iisreset /start.
The hotfix installation is complete.
You can remove (or roll back) the installed hotfix by restoring the backed up DLL files
To roll back the hotfix installation:
- Login to the server as administrator.
- Open a command window and run the command iisreset /stop.
- Stop the EnsimProvisionEngine COM+ component:
a. Click Start > Programs > Administrative Tools, then click Component Services.
b. In the left navigation bar, expand Console Root > Component Services > Computers > My Computer >
COM+ Applications.
c. Right-click EnsimProvisionEngine, then select Shut down.
- Restore the W3svcBackend.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc 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\cp\admin\bin\serviceComponents\w3svc directory.
- Restore the W3svcFrontend.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\w3svc.
- Restore the ColdfusionBackend.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\coldfusion.
- Restore the PHPBackendPE.dll file from the backup location to the directory <install_dir>\cp\admin\bin\serviceComponents\php.
- Open a command window and run the command iisreset /start.
The hotfix rollback is complete.
|