Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to start EPM Services.

2695308Jul 11 2014 — edited Jul 14 2014

Hi All,

Here when i try to start EPMA Service i am unable to start and throws an error : hyperion epma server service on local computer started and then stopped. When i check with EventViewer, i have seen this error

ERROR1:

[EPMA Server Startup] ERROR SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager.Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.DataAccessLayerException: To run the Dimension Server, both ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT database settings must be set to 'ON'.  Their values are currently 'OFF' and 'OFF' respectively.  Please consult the product documentation for details.

   at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion, Boolean onlyLoadKnownTables)

   at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion)

   at Hyperion.SessionManager.DAO.SessionManagerDataAccessLayer..ctor(NameValueCollection settings)

   at Hyperion.DimensionServer.SessionManager.SessionStoreRdbms.Initialize(String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout, Boolean logAllSQL)

   at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)

   --- End of inner exception stack trace ---

   at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()

   at Hyperion.DimensionServer.Service.Main.Start()

ERROR2:

Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.DataAccessLayerException: To run the Dimension Server, both ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT database settings must be set to 'ON'.  Their values are currently 'OFF' and 'OFF' respectively.  Please consult the product documentation for details.

   at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion, Boolean onlyLoadKnownTables)

   at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion)

   at Hyperion.SessionManager.DAO.SessionManagerDataAccessLayer..ctor(NameValueCollection settings)

   at Hyperion.DimensionServer.SessionManager.SessionStoreRdbms.Initialize(String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout, Boolean logAllSQL)

   at Hy...

But i have set both ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT database settings ON

This is the query which i have used

ALTER DATABASE epmdb SET READ_COMMITTED_SNAPSHOT ON;

ALTER DATABASE epmdb SET ALLOW_SNAPSHOT_ISOLATION  ON;

Even though i am unable to start, same error was reflecting.

Can any one suggest me what can i do to resolve this.

Thanks in Advance.

This post has been answered by Madhusudhan. M on Jul 14 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2014
Added on Jul 11 2014
11 comments
2,996 views