Enjoy life as it comes...

Stephen Weblog

All about me…
Subscribe

Archive for November, 2009

ERP Integrator Configuration failure

November 12, 2009 By: admin Category: Hyperion No Comments →

While running ERP Integrator Configuration it failed with the below error. Later on we found that HSS login page was not coming up.

2009-11-11 04:14:11,464 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] CSS is initialized as  client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
2009-11-11 04:14:11,464 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] CSS Log file will be generated at D:\pmfgh7\Hyperion/logs/config/\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
2009-11-11 04:14:11,464 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
2009-11-11 04:14:11,464 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
2009-11-11 04:14:11,480 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
2009-11-11 04:14:11,558 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
2009-11-11 04:14:11,792 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Got hub location from Registry:http://auhodmfghp5.oracleoutsourcing.com:20001 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
2009-11-11 04:14:11,902 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] Got native directory location from Registry:auhodmfghp5.oracleoutsourcing.com:10089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
2009-11-11 04:14:11,902 INFO  [Runnable bean context: Run All Tasks Wizard Action (runAllTasksWizardAction)] URL constructed out of values in Registry database:ldap://auhodmfghp5.oracleoutsourcing.com:10089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)

Fix
—–
Default installation of WLS will allow access for 5 unique IP Address only, once we update the license file config issue was resolved.

Hyperion 11.1.1.3 hfm Configuration Application Cluster failure

November 05, 2009 By: admin Category: Hyperion 1 Comment →

During hfm configuration we will see failures on the belowlist

Configure Application Cluster
Register Application Servers / Cluster

If we run through the error log we will see this

(Thu Nov 05 02:15:35 2009) Successfully set the user to DCOM limits
(Thu Nov 05 02:16:03 2009) Failed to set cluster definition to the database Line:1120 File: .\CHFMConfig.cpp Error code:0×80004005 Error: Unspecified error
(Thu Nov 05 02:15:35 2009) Successfully set the user to DCOM limits
(Thu Nov 05 02:15:35 2009) Attempting to configure the cluster/server
(Thu Nov 05 02:16:03 2009) Failed to set Application Servers and Clusters. Line:515 File: .\CHFMConfigUtil.cpp Error code:0×80040811 Error: IDispatch error #1553
(Thu Nov 05 02:16:03 2009) General Error. Line:827 File: .\CHFMConfigUtil.cpp Error code:0×80040815 Error: IDispatch error #1557

Fix
—-
Navigate to %hyperion_home%\products\FinancialManagement and open the file oracle_hfm.udl, it will have an entry with a , in the DATA SOURCE. Remove it and rerun the config it will complete fine.

Hyperion 931 HFM configuration Unknown Error

November 04, 2009 By: admin Category: Hyperion No Comments →

When we run Server Web Configuration of HFM at times we may hit “Unknown Error” and we will check the config error log it will not update anything. So we had a quick look at the Event Viewer under Applications we had this error log, which I did not have any understanding of it.

Error 11; hydhydr7; 11/03/2009 22:32:04; CHFMCASSecurity.cpp; Line 53; <?xml version=”1.0″?>
<EStr><Ref>{BCF41112-7D2D-4D2A-9A26-7840D8324386}</Ref><User/><DBUpdate>1</DBUpdate><ESec>
<Num>-2147467238</Num><Type>1</Type><DTime>11/3/2009 10:32:04 PM</DTime><Svr>RMHODTESTP12</Svr><File>
CHFMCASSecurity.cpp</File><Line>53</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>

Fix - We use one local user account (!fdminstall) for hfm configuration, once we reset password  of the local user issue was fixed.