Planning adapter in HAL

Hi,
I have installaed Vignette Integration studio i.e HAL 9.2 version and after that installed hadp 9.2 version.
When I open studio, Planning adaptor is available...
During installation, it displayed Planning adaptor is compatible with it.
Do it need to perform any manual operations for it.
Please give the suggestions...
Naveen

Hi John,
Planning adaptor is not visible in Adaptor library. When I try to add the Hyperion Planning adaptor library using Tools->Adaptor Library->Browse, it is saying adaptor not installed properly. But during installation showed installation successful... What could be the problem....

Similar Messages

  • Problem in Planning Adapter in HAL

    <p>Hi</p><p>i have the following problem in HAL</p><p>"When i drag the planning adapter on to flow diagram andgive the server address.</p><p>it gave me an error <b>" HspBeanFactory"</b> andclosed off.</p><p>did anyone faced similar problem.</p><p> </p><p>help me please</p><p> </p><p> </p><p> </p>

    First try restarting the Hyperion Planning Server and HBR Server, and verifying that the Hyperion RMI Registry Service is set to Automatic start and that it has started correctly.<BR><BR>If that doesnt solve the problem, open the "hyperionRMI_Classpath.properties" file (Hyperion\Common\RMI\1.0.0\) and make sure that you have the path to the HspJS.jar file. It should look something like this (your file will have more entries then the following example)<BR><BR>%HYPERION_HOME%\common\RMI\1.0.0;H:\Planning\Utils\HspJS.jar;...;...<BR><BR>Make sure to restart the RMI service or rebooth the server before testing.<BR><BR>C. Logan<BR>InterTech Solutions Inc.<BR>[email protected]<BR>

  • Planning Adapter for HAL

    Hi,
    I know we can use HAl in Hyperion Planning 9.3.1.1. which version of Planning adapter should I use in oracle edelivery.
    I see
    Hyperion Data Integration management adapter for Planning 9.3.1.1.
    Is this is the one we have to use for HAL?
    or is there any other setup file I have to look for?
    Thanks

    Hi,
    All the HAL adapters are available through the "Hyperion Application Link (9.x) Media Pack" link which is in the "Hyperion Performance Management and BI" section on edelivery, a password will be required to download anything HAL related as it comes under a different licensing agreement now.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Need info regarding planning adapter for HAL

    Hi all
    We are using 9.3.1 on windows machine, I am wondering for HspJsHome.properties file where I can check the port number for RMI .
    i just want to double check the port no for RMI is registered in planning or not.
    I am unable to connect planning adapter with planning server, to my surprise i am unable to see HspJSHome.prper file in
    Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\ HyperionPlanning\webapps\HyperionPlanning\WEB-INF\classes
    we are using tomcat I am unable to see the folders from Hyperionplanning\webapps I didn't find them , after 5.0.28 i have only two bat files of start and stop planning bat files, and also I do have only one folder with name InstallableApps not InstalledApps ...in the above given path.
    Did I make any mistake in installation.
    I already created the planning applicattion and initialized the wrkforce and capex too...
    regards
    Mar

    Hi,
    Version 9.3.x does not use the HspJSHome.properties file, all this information is now stored in the relational database for the planning system.
    Cheers
    John

  • HAL planning adapter issue

    Hi all,
    We are using planning 9.3.1, and the planning and HAL 7 are on same machine , the issue was when I tried to pull the planning adapter on to flow diagram - I got a prompt for planning server name , i gave the planning server name
    the error is
    connection refused to host; nested exception is: java.not connect exception ;connection refused; connect.
    Does I need to do any priliminary configuration before trying to use planning adapter..... I appreciate if anyone help me regarding this issue.
    Thanks a lot
    regards
    M.V

    Here are a couple of other things to check:
    1) Make sure the Planning web app server is running.
    2) Verify that you can log on to Planning at http://<your_server>:8300/HyperionPlanning/LogOn.jsp using the user name and password you're supplying to the HAL Planning adapter.
    3) Make sure you're supplying the Planning server name, not the Essbase server name to the server port on the Planning adapter. I get them mixed up every once in a while, and when I do, I receive exactly the error message you posted.
    4) Make sure the RMI registry service is listening on port 11333. If it isn't, click the Advanced... button on the dialog that appears when you drop the Planning adapter onto a flow diagram, and then specify the port number the RMI registry service is listening on. Alternatively, reconfigure the RMI registry service is listen on port 11333.
    Hope this helps.

  • HAL Planning Adapter 9.2.0.0.0

    Morning All
    Having a problem with HAL connecting to our planning server.
    The adapter is added in and works most of the time. When I double click on the planning adapter, go the methods tab and click refresh, on clicking OK i get the following error message "err unmarshalling reeturn; nested exception is: java.io.EOFException"
    I restart the HyperionRMIRegistry and things work fine. The problem is, that I try to click refresh again and it fails. So the problem is intermittant. The restarting of services seems to work most times, but its pretty flakey and falls over again after 1 or 2 attempts.
    Any ideas?
    Simon

    Hi,
    Just go directly to 9.3.1, you can migrate the planning application to the new version just like you would be migrating from a dev to prod env.
    Make sure you back everything up
    Install 9.3.1
    And then follow the usual migration process - Migration of Hyperion Planning Application
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HAL - 9.2.3 - Error when pulling Planning Adapter into a HAL workflow

    I receive the following error when pulling a Planning adapter into the workflow:
    error unmarshalling return; nested exception is: java.io.EOFException
    I receive a similar error when trying to run one of my already created HAL integrations
    VBIS Exception set by 'Planning1' in 'Flow Diagram1': java.lang.Exception: error unmarshalling return; nested exception is: java.io.EOFException
    Any help that you can provide would be greatly appreciated.

    Hi,
    Sounds like a JRE problem.Try the following:
    Go To the Hyperion\Common\RMI\1.0.0 folder and double click UninstallHyperionNTServiceRMI.cmd.
    This will uninstall the RMI service. Log out of the machine and log back in.
    Browse to the same folder and edit InstallHyperionNTServiceRMI.cmd.
    Check the following:
    set JRE_HOME=c:\Hyperion\common\JDK\Sun\1.4.2\jre (make sure the path does exist)
    Further down change the following:
    HyperionJavaService -install HyperionRMIRegistry "%JRE_HOME%\bin\jvm.dll"
    to
    HyperionJavaService -install HyperionRMIRegistry "%JRE_HOME%\bin\server\jvm.dll"
    Save the changes and reinstall the RMI service.
    Start the RMI service and do a telnet to port 11333: cmd->telnet servername 11333 and you should be getting a blank screen.
    Then try connecting to the Planning adapter again.
    Good luck.
    Seb
    www.taysols.com.au

  • How to use ODI and Planning Adapter.

    How to load the dimensions in planning using ODI and Planning Adapter. I am just looking for a functionality that we used to have with HAL and Planning.

    Hi,
    Have a read of my blog it should give you all the information you need.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to install ODI Planning Adapter

    Hi Friends,
    One of my client is trying to install the ODI Planning Adapter. After unzip of the file we have two folders: Drivers and impexp. I recall that we are supposed to copy the contents of these folders somewhere but I cannot find documentation and what I should do.
    Can anyone suggest on how to instal planning adapter.I searched for documentation in odiap_93110_readme.pdf I don't see instruction on how to install the ODI planning adapter.
    If anyone can give me a step by step procedure to instal planning adapter it would be great help.
    Regards.

    Hi All,
    I am new to oracle BI space . i need to load data from my flat file source to hyperion planning 9.3.0.1 application.
    Here are the steps i followed:
    downloaded and installed ODI 10.1.3.4.
    i could find the adpater for hyperion planning 9.3.0.1 for ODI.
    Can somebody please help me out and tell me where the above mentioned installation file is located in internet.please share the location...
    Some how or the other i could able to find the odiap_93110.pdf file which lets me to know about installation instructions.
    Thanks & Regards,
    Lokesh

  • Installing Oracle Data Integratior Planning Adapter Assistance

    Does any know how to install the Planning Adapter for ODI? I cannot find any documentation that actually explains how to do the install. The only documentation I can find on the Hyperion site is a README file. The ODI installation and user guide do not adress specifically how to install an individual adapter. Maybe I'm missing something.

    Hi,
    What version of ODI have you installed, version 10.1.3.5 comes installed with all the planning required modules.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI Planning Adapter installation

    I unzipped the planning adapter installation files in the oracledi folder. I was wondering, do I I copy the contents of the drivers and impexp for the planning adapter into the original drivers and impexp folder? Thanks for any assistance.
    regards

    Hi,
    Yes you copy the jar files into the oracledi\drivers directory
    All the xml files can go into the oracledi\impexp directory
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HAL Planning Adapter Error

    <p>I am getting the following error when I am creating a newplanning adapter.</p><p class="msonormal"> </p><p class="msonormal"><b>Error unmarshaling return; nested exceptionis:java.lang.ClassNotFoundException:com.hyperionlicence.LicenseAccessException</b></p><p class="msonormal"><b>(no security manager:RMI class loaderdisabled)</b></p><p class="msonormal"><b> </b></p><p class="msonormal">Did anyone face this type of error before.</p><p class="msonormal"> </p><p class="msonormal">You input is greatly appreciated.</p><p class="msonormal"> </p><p class="msonormal">thanks</p>

    <p>well its seems like a problem with java plug in version.....</p><p>set default JRE version 1.3.0_05 in control panel and</p><p>change the JRE 1.4.1_02 in the system environment variables to1.3.0_05</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><table><tr valign="top"><td></td></tr></table><p> </p>

  • Planning Adapter

    Hello,
    Is there a Planning Adpater for FDM?
    (like FM9x-G4-A.xml, FM9i-G4-A.xml for HFM and ES9x-G4-A.xml for Essbase)
    I don't see it anywhere in the documentation/download files.
    Thank you for your help,
    regards,
    safiya

    Hello,
    No there is not an adapter for Planning.
    As you may be aware, Planning is a web-interface (portal) to the real data which resides in Essbase.
    Thank you.

  • Delete Members from Planning web Using HAL

    Hi All,
    I have loaded approx 150 members under a Custom dimension (Customer..All of them are level 0 with never share property) using HAL. I haven't refreshed to essbase. Now I would like to delete these all 150 members and need to load fresh customer dimension members.
    The issue is how can I delete all the loaded 150 members from Planning. ( Its very time consuming to delete 150 members from Planning web) Can that be done using HAL.
    Please suggest
    Thanks
    Madan

    Yes it can be done with HAL, you would just supply the parent,member a source file and then set the operation port to "Delete Descendants"
    e.g.
    Parent,Child,Operation
    Acc1,Acc12,Delete Descendants
    The operation should be able to use the following values
    * Update - adds, updates, or moves the member being loaded
    * Delete Level 0 - deletes the member being loaded if it has no children
    * Delete Idescendants - deletes the member being loaded and all of its descendants
    * Delete Descendants - deletes the descendants of the member being loaded, but does not delete the member itself
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can we delete members in dimension in Planning application using HAL

    <p>Hi</p><p>i added nearly 100 members in planning application usingHAL.</p><p>i wanted to delete those members. can i use HAL to deletemembers in dimension using HAL.</p><p>thanks,</p><p>Balu.</p>

    <p>Hi Gary,</p><p>thnaks for your response. however i was not successful indeleting the members.</p><p>please view the files below and suggest me if i was missinganything here.</p><p> </p><p>The source for loading looks like this:</p><p> </p><p>Parent, Child, Aggregation</p><p>member1, member1a, +</p><p>member2, member2a,+</p><p> </p><p>The file used for deletion looks like this:</p><p> </p><p>Parent, Child, Aggregation, Operation</p><p>member1, member1a, +,Delete</p><p>member2, member2a,+,Delete</p><p> </p><p>thanks,</p><p>Balu.</p>

Maybe you are looking for