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>

Similar Messages

  • 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/

  • Hyperion hal essbase adapter error

    hi all,
    when using HAL, palnning componnent is working fine.
    When tring to use essbase adapter, I recieve an error: exception #1 error code 1000 could not create session
    i'm so Desperate.
    please Help!
    Thanks,
    Wendy :)
    Edited by: 956623 on 07:25 03/09/2012

    Hi,
    This is usually path/classpath problem.
    Ensure the following environment variable references exist on each machine running HAL and the Essbase adapter.
    To view/set the environment variables, navigate to My Computer -> Properties -> Advanced -> Environment Variables.
    User CLASSPATH:
    <HAL_Install_Path>\vbis\Hyperion\EssbaseAdapter
    System or User PATH:
    <HAL_Install_Path>\vbis\Hyperion\EssbaseAdapter\adm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HAL Essbae adapter error

    I installed HAL 7.3 and Essbase adapter. Other than having to create a user variable "PATH", I was able to install Essbase adapater OK. The problem is that, when I drag-in the Essbase adapter and enter server, userID, and password to connect to Essbase, it gives me an error "Exception #1 Error Code = 1000 Error Msg = Error: Could not create session"<BR><BR>I'm fairly new to HAL, so I'd appreciate any leads. Thanks!<BR>

    The user variable "PATH" did not exist. I created the "PATH" variable with following value: C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter\adm. I should had read the log file first, solution was in log file (C:\Program File\Vignette\v7\vbis\logs\ directory).

  • HAL Essbase Adapter Error

    Error Message -- java.lang.UnsatisfiedLinkError: no HssJNIDriver410 in java.library.path<BR><BR>I have the 6.5 Essbase runtime environment installed and used the bundled JRE that came with the Full HAL install.

    The user variable "PATH" did not exist. I created the "PATH" variable with following value: C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter\adm. I should had read the log file first, solution was in log file (C:\Program File\Vignette\v7\vbis\logs\ directory).

  • 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

  • HAL 9.3.1 Essbaes Adapter Error

    We recently migrated from Planning 3.5.1 to 9.3.1 and are still using HAL. In several of our Integrations we were able to pull in the new adapters (Planning 9.2 and Essbase 9.2 - we had to use this older Essbase adapter because the newest version wasn't working). And most of my integrations run fine.
    However, I have one integration for HAL that is failing on a Dimension extraction step with the message:
    Flow ID: 'getMetaActProd'
    Adapter ID: 'Essbase2--GrProfit'
    Error Message: com.hyperion.essbaseadapter.application.ap.APException: Exception #1: error code - 1033: Essbase Error: native code - 1060000
    Most the time we don't get this detail but a 'C++ exception' message and the integration stops (usually when we run this from it's executable). Sometimes running the integration from the executable gives us the other message above - wierd.
    Anyway, I go into the integration and run this and this steps is pulling about 4,000 part numbers into an Access database -we're comparing part #'s from our outline to parts that come in through a data source. The integration gets to about 3,000 or so and then looks like it freezes up and we get the above message.
    I have basically the same integration running on a smaller applicaiton/database and it gets through this step OK. So, I'm at a bit of a loss here as to what I can check. I suspect the adapter was fine because I have integrations the get into Essbase and load and calc' data and all that fine. But this step on our larger database is bombing.
    Anyone have any ideas?

    try the method suggested by user609180 in this post: Re: HAL error 1033 when connecting to essbase/ Analytics />
    It worked for me
    <blockquote>
    <blockquote>
              I've got a solution which Ive tested and works! You need the 9.2.0
              runtime in order for the VBIS Essbase 9.2.0 Adapter to work. This comes
              from installing the 9.2.0 Essbase Client
              This is what I did I on my client machine:
              1. Uninstall EAS 9.3.1 Console (Not the server), Essbase Client 9.3.1, VBIS
              2. Reinstall in this sequence:
              2.1 Essbase Client 9.2.0, including runtime, and spreadsheet add-in
              2.2 VBIS 7.3
              2.3 HAL Essbase Adapter 9.2.0
              2.4 EAS 9.3.1 Console
              Also
              ensure these Window Environment Variables are set(This is based on my
              computer settings so could differ from yours) Right mouse click My
              Computer &gt; Properties &gt; Advanced Tab &gt; Environment Variables:
              /*USER VARIABLES*/
              /*CLASS PATH*/
              C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter
              /*PATH*/
              C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter\adm
              /*ENVIRONMENT VARIABLES*/
              /*CLASS PATH*/
              C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter\adm
              /*PATH*/
              C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter\adm;C:\Program Files\Java\jre1.5.0_07\bin\client\
              You might have extra variable paths defined under the PATH variables.
              Ive
              managed to add the adapter in a VBIS project without any errors, it
              connects to Essbase though yet to test if it will perform a send
              properly. The spreadsheet addin works with 9.2.0 and the EAS Console
              works with 9.3.1 connecting to the Essbase Server 9.3.1.
              Hope this helps!
              Message was edited by:
              user609180
    </blockquote>
    </blockquote>

  • 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

  • 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/

  • Planning - Recieving errors during configuration process

    Hello,
    We are currently installing System 11.1.1.1 using Weblogic 9.2 MP1. We have successfully installed and configured Shared Services, Workspace and Essbase. We have installed Planning but I keep recieving errors during the configuration process. The following errors are logged in the configtool_err.log file:
    Feb 10, 2009, 07:18:10 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, The specified database is already configured.
    (Feb 10, 2009, 07:19:59 AM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Error happen while trying to get Planning system DB info from registry.
    (Feb 10, 2009, 07:30:10 AM), com.hyperion.cis.config.servers.WlsAppServer, ERROR, WebLogic Admin server has not started after about 10 minutes.
    (Feb 10, 2009, 07:30:12 AM), com.hyperion.planning.HspDBConfigurator, ERROR, HP-9.5.0 product is not registered.
    (Feb 10, 2009, 07:30:13 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Deployment failed. Admin server doesn't started.
    (Feb 10, 2009, 07:41:35 AM), com.hyperion.cis.config.servers.WlsAppServer, ERROR, WebLogic Admin server has not started after about 10 minutes.
    (Feb 10, 2009, 07:41:35 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Deployment failed. Admin server doesn't started.
    (Feb 10, 2009, 07:50:05 AM), com.hyperion.planning.HspDBConfigurator, ERROR, HP-9.5.0 product is not registered.
    Any thoughts or information would be much appreciated.
    Thanks
    Tony

    Hi,
    What O/S are you installing on?
    Is it possible you can try and break down the configuration of planning.
    So only have Shared Services / Open Ldap Services running, make sure you can log into shared services console
    Run the configurator, choose planning > Configure Database (are you using a seperate database for each product, I am finding it helps with installations)
    If you are select the "Perform 1st Time configuration of Database" - Chose Drop and re-create tables"
    If successful move on to the configure - Deploy to application Server.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle 12560 tns protocol adapter error

    Hi, I have installed oracle database 10G Release 10.2.0.1.0 in my laptop which works correctly, Then I installed Oracle Developer suite in the same laptop because It is for study purpose only (I don't plan to connect to another pc). I had to start the OC4J instance manually, I create a form with the forms builder but when I compile the Oracle application server forms service gives this error :'oracle 12560 tns protocol adapter error ' and then shows me a connect screen that doesnt accept my password, Can anybody please help me

    To connect to an Oracle database you need to make the connection identifier which is something like this:
    <service name> =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = <server hostname>)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = <db SID>)
      )Not that the port number is the default number, if you have changed it during database installation you need to use the right port number.
    Or the easier way you can use the Net Configuration Assistance GUI tool found in Start/my programs/oracle home

  • Unable to create database due to ORA-12560, TNS protocol adapter error

    Hello,
    I'm trying to create an 8.1.7.0 database on a W2k server, but it is failing because as soon as svrmgrl is launched, I get an ORA-12560, TNS: protocol adapter error:
    D:\oracle\db_creation_scripts>D:\oracle\ora81\bin\svrmgrl @D:\oracle\db_creation_scripts\mterm62run.sql
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12560: TNS:protocol adapter errorEcho ON
    SVRMGR> connect INTERNAL/manager
    ORA-12560: TNS:protocol adapter error
    SVRMGR> startup nomount pfile="D:\oracle\admin\mterm62\pfile\initmterm62.ora"
    LCC-00161: Message 161 not found; product=RDBMS; facility=MGR
    My ORACLE_HOME, ORACLE_SID, and TNS_ADMIN environmental variables are correctly set, and I'm able to tnsping the listener.
    I've enabled tracing, and my client trace file is:
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is d:\trace\client_trace.log_2084_9.trc
    New trace level is 6
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    Attempted load of system pfile source d:\oracle\ora81\network\admin\sqlnet.ora
    Parameter source loaded successfully
    Attempted load of local pfile source D:\oracle\db_creation_scripts\sqlnet.ora
    Parameter source was not loaded
    -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    Successful parameter table load
    -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    TRACE_DIRECTORY_SERVER = d:\trace
    TRACE_DIRECTORY_CLIENT = d:\trace
    NAMES.DIRECTORY_PATH = (TNSNAMES, HOSTNAME)
    SQLNET.CRYPTO_SEED = 4fhfguweotcadsfdsafjkdsfqp5f201p45mxskdlfdasf
    TRACE_FILE_CLIENT = client_trace.log
    TRACE_FILE_SERVER = server_trace.log
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    TRACE_UNIQUE_CLIENT = on
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_LEVEL_SERVER = ADMIN
    --- PARAMETER SOURCE INFORMATION ENDS ---
    --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    Log stream will be "D:\oracle\db_creation_scripts\sqlnet.log"
    Log stream validation not requested
    --- LOG CONFIGURATION INFORMATION ENDS ---
    nigini: entry
    nigini: Count in NI global area now: 1
    nigini: Count in NI global area now: 1
    nrigbi: entry
    nrigbni: entry
    nrigbni: Unable to get data from navigation file tnsnav.ora
    nrigbni: exit
    nrigbi: exit
    nigini: exit
    niqname: Hst is already an NVstring.
    niqname: Inserting CID.
    niotns: entry
    niotns: niotns: setting up interrupt handler...
    niotns: Not trying to enable dead connection detection.
    niotns: Calling address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleMTERM62)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=MTERM62)(CID=(PROGRAM=D:\oracle\ora81\bin\SVRMGRL.EXE)(HOST=SERV0354)(USER=tarisa))))
    nsmal: 140 bytes at 0x12493f0
    nscall: connecting...
    nladini: entry
    nladini: exit
    nladget: entry
    nladget: exit
    nlpcaini: entry
    nlpcaini: prg =
    nlpcaini: arg[0] =
    nlpcaini: arg[1] =
    nlpcaini: exit
    nsmal: 420 bytes at 0x12542f0
    nsmal: 1712 bytes at 0x12572f0
    nsopen: opening transport...
    ntpcon: entry
    ntpcon: toc = 1
    sntpcall: entry
    snlpcss: entry
    ntpcon: exit
    nserror: nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=2, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nsopen: unable to open transport
    nsmfr: 1712 bytes at 0x12572f0
    nsmfr: 420 bytes at 0x12542f0
    nladget: entry
    nladget: exit
    nsmfr: 140 bytes at 0x12493f0
    nladtrm: entry
    nladtrm: exit
    nioqper: error from nscall
    nioqper: nr err code: 0
    nioqper: ns main err code: 12560
    nioqper: ns (2) err code: 0
    nioqper: nt main err code: 530
    nioqper: nt (2) err code: 2
    nioqper: nt OS err code: 0
    niomapnserror: entry
    niqme: entry
    niqme: reporting NS-12560 error as ORA-12560
    niqme: exit
    niomapnserror: returning error 12560
    niomapnserror: exit
    niotns: Couldn't connect, returning 12560
    niotns: exit
    nigtrm: Count in the NI global area is now 0
    nnfgdei: entry
    nrigbd: entry
    nrigbd: exit
    nigtrm: Count in the NL global area is now 0
    My tnsnames, listener and sqlnet.ora files are very simple:
    ## BEGIN TNSNAMES.ORA
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    MTERM62 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.1.75)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = mterm62)
    (INSTANCE_NAME = mterm62)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.1.75)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = mterm62)
    (PRESENTATION = http://admin)
    # LISTENER.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = serv0354)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_DESC =
    (ORACLE_HOME = D:\oracle\ora81)
    (SID_NAME = mterm62)
    TRACE_LEVEL_LISTENER = ADMIN
    # SQLNET.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    TRACE_DIRECTORY_CLIENT = d:\trace
    TRACE_UNIQUE_CLIENT = on
    TRACE_DIRECTORY_SERVER = d:\trace
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_FILE_CLIENT = client_trace.log
    TRACE_FILE_SERVER = server_trace.log
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_LEVEL_SERVER = ADMIN
    NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
    SQLNET.CRYPTO_SEED = 4fhfguweotcadsfdsafjkdsfqp5f201p45mxskdlfdasf
    Does anyone have any ideas what else I can check. I'm a Unix person, not a Windows person, which is making it even more complicated. If I was on Unix, I'd just blow everything away and start again from scratch, but since I'm not sure how to remove all traces from the registry, etc., I don't want to try that on this machine. There was already one other database created, but it's not goign to be used.
    Any help would be greatly appreciated.
    regards,
    Tarisa.

    hi,
    thanks for the info. the problem, as it turns out, was that I was connected to the db server via a terminal service (Microsoft Management Console), which for some reason caused probelms with TNS. After I connected directly to the machine using VNC, I was able to create the database with no problems. strange but true.
    regards,
    Tarisa.

Maybe you are looking for