Hyperion Essbase (MOSC)

MOSC Banner

HypRetrieveRange -> crashes Excel

edited Jul 7, 2014 8:29AM in Hyperion Essbase (MOSC) 1 commentAnswered ✓

Hello,

I'm working in Smartview 11.1.2.5.210.

I developped an application with API of Smartview in Excel.

All is fine till the retrieve.

As soon as I did a retrieve, Excel crashes.

My code

'Check connection exists.

boolCreatedConnection = HypConnectionExists("<CONNECTION_NAME>")       

If Not boolCreatedConnection Then

            lStatus = HypCreateConnection(sSheetname, m_sUserID, m_sPassword, "Essbase", "https://<SERVERNAME:<PORT>/aps/APS", "EssbaseCluster-1", <APPLICATION_NAME>, <DATABASENAME>, <CONNECTION_NAME>, "Dynamic_Connection")

End If

'Connect.

lStatus = HypConnect(sSheetname, m_sUserID, m_sPassword, <CONNECTION_NAME>)

'Retrieve.

lStatus = HypRetrieveRange(sSheetname, Sheet2.Range("rngTRetrieve"), <CONNECTION_NAME>)

Any idea ??

Thanks in advance

Best Regards

Benjamin

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center