|
|||||
Modified 16-JUL-2010 |
Applies to:
Hyperion Financial Management - Version: 11.1.1.2.00 to 11.1.1.2.00 - Release: 11.1 to 11.1Information in this document applies to any platform.
Symptoms
Updating Shared Services Registry with host name for SHARED_SERVICES_PRODUCT/LOGICAL_WEB_APP fails with error 'Multiple host components exist for host name'.Cause
Shared Services Registry contains two components with the same host name for LOGICAL_WEB_APP. Only one of these components contains children and is linked to LOGICAL_WEB_APP.Solution
Check if Shared Services LOGICAL_WEB_APP contains more than one component with the same host name:1. Open command prompt and navigate to ~\Hyperion\common\config\9.5.0.0
2. Execute VIEW SHARED_SERVICES_PRODUCT/LOGICAL_WEB_APP with epmsys_registry in command prompt and write the output in flat file.
Syntax:
~:\Hyperion\common\config\9.5.0.0>epmsys_registry view SHARED_SERVICES_PRODUCT/LOGICAL_WEB_APP > filename.txt
~:\Hyperion\common\config\9.5.0.0>notepad filename.txt
Example:
C:\Hyperion\common\config\9.5.0.0>epmsys_registry view SHARED_SERVICES_PRODUCT/LOGICAL_WEB_APP > host.txt
C:\Hyperion\common\config\9.5.0.0>notepad host.txt
Check the host.txt file created in the folder for LOGICAL_WEB_APP components with the same host name.
Delete component with duplicate host name for LOGICAL_WEB_APP. This component will not contain any children components:
1. Open command prompt and navigate to ~\Hyperion\common\config\9.5.0.0
2. From file host.txt in the example above copy the ID of the HOST that you want to delete.
3. Execute epmsys_registry deletecomponent #<id> in command prompt.
Syntax:
~\Hyperion\common\config\9.5.0.0>epmsys_registry deletecomponent #<id>
Example:
C:\Hyperion\common\config\9.5.0.0>epmsys_registry deletecomponent #b62baa7b223eb
9b89e916ff1213c7de6e07fee
GKontos
Comments