Hyperion Planning (MOSC)

MOSC Banner

Issue with HypRetrieve

edited Jul 5, 2019 12:30PM in Hyperion Planning (MOSC) 1 commentAnswered ✓

Hi,

I have an excel worksheet that needs to connect to an Hyperion Planning application and refresh the data. I have tried to use both HypRetrieve and HypRetrieveRange. It doesn't refresh the sheet and gives me an error code 1000.

Sub Refresh_Hyperion_Data_Sheet()Dim UN As StringDim PW As StringSheets("Input_Data").Activatey = HypMenuVSubmitData()x = HypDisconnect("Input_Data", True)  Sheets("Hyperion_Data").Activatex = HypUIConnect("Hyperion_Data", "admin", "hyperion", "https://hyperionprod/HyperionPlanning/SmartView|hyperionprod|APPSCARD|DBSCARD")x = HypRetrieveRange("Hyperion_Data", Range("A1:V1000"), Null)    MsgBox xx = HypDisconnect("Hyperion_Data", True)Sheets("Scorecard").ActivateEnd Sub

Regards,

RR.

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