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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Smart View / VBA / Open Form

MenagerpNov 2 2017 — edited Nov 2 2017

Hi there,

I try to open a web form in smart view (11.1.2.5.710) with vba methods

lRet = HypCreateConnectionEx("Planning", "server", app, "Plan1", "/Forms/Form1", "http://server:19000/HyperionPlanning/SmartView", "My conn", user, pass, "Descr My conn", "", "")

lRet = HypUIConnect(Empty, user, pass, "My conn")

lRet = HypSetActiveConnection("My conn")

lRet = HypOpenForm(Empty, "/Forms", "Form1", dimlist, memlist)

HypOpenForm ends with a -41 error (Provider not supported)

Anyone has an idea ?

Thanks a lot.

Regards.

This post has been answered by Menagerp on Nov 2 2017
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 30 2017
Added on Nov 2 2017
4 comments
551 views