Hyperion 11.1.2.1 ImportUsers.cmd

Hi there!
I´m struggling with ImportUsers.cmd utility and can't make it work. I want to define a lot of users and permissions, so I wanted to use ImportUsers.cmd and ImportSecurity.cmd with an excel macro I've built. It outputs the users.txt and secfile.txt. The secfile.txt is working fine, but I'm having an error when I import users: Could not create user muser1. User name is invalid: muser1. (muser1 is an example user)
Which would be the correct syntax to import users and groups (and memberships) with ImportUsers.cmd.
Thanks!!!

Is the ImportUsers.cmd utility documented anywhere, I know the ImportSecurity.cmd is and has been well used but the question was about ImportUsers
If you run it from command line you get
Usage: Importusers [-f:<passwordFile>] <users_file> <servername> <username> <application> [PREVIEW_ONLY]
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Hyperion FR Error

    Hi,
    Start----->Program Files------Hyperion----->Report and Analysis------Financial Reporting---->Studio. If i click the studio, it throwing the errors as
    *"Run time Error as '-2147024770*
    *Automation Error*
    *The specifid module could not found"*
    Installed Components
    Report and Analysis UI Services
    Report and Analysis
    Report and Analysis Client
    Please guide me in this situation.
    Thanks,
    PC

    Jake_Turrell wrote:
    I've had similar issues w/ the FR client. Running this usually fixes the issue:
    C:\Hyperion\products\biplus\install\bin\HRRunAnt.cmd
    Hope this helps,
    - JakeHi Jake,
    Was it the same error you got, I thought it was usually an active X 429 error, just interested if the error has changed in Version 11 or it is a new error or it does appear as different errors.
    It used to happen if the client was installed and the config utility had not been run.
    PC,
    Watch out if you are going to run the utility and the client is installed on the same machine as the Financial reporting server components, it will uninstall all the FR services again, install them again and reset them, so if you had them set to manual they will all go back to automatic.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Financial Reporting Studio Client Installation Error

    Hi,
    today i tried to install Financial Reporting Studio on my own computer to access the data stored on a server landscape. After successfull installation, when I try to login I receive the following error message: You are not Authorized to use this Functionality. Please contact Administrator
    Nevertheless, I am the admin so I need to contact myself. I tried a lot of things today and read a lot of threads, still no solution. I can run the Reporting Studio from any of my servers and use the URL http://webserver:19000 It works when run from any of the servers. But when I try it from the "outside" I always get the error above. I can access all other Hyperion Components from my computer, hence the environment is configured right to that extend.
    Do you have any suggestions on this error?
    Thank you very much,
    Best Regards
    Philipp
    I run: Windows Vista
    FinRep Studio: 11.1.0.2507

    I have the same issue with 11.1.1.3 and Windows 7 which we recently installed..  Initially, Financial Reporting would not launch but after we did the steps mentioned below, we the studio opens and we can access our Repository.  However, we get a 'Failed to connect to Server...' for each of our HFM and Essbase reports.  Any ideas?
    Thx,
    Mike
    We followed the below steps
    manually copy the following folders and files from a working 32-bit Windows machine:
    <HYPERION>\common\JRE  (This is needed for Studio startup.)
    <HYPERION>\common\ADM\9.5.0.0\Essbase  (This is needed for data source connections.)
    <HYPERION>\products\biplus\lib\fr_client.properties  (This defines the FR Client Logging settings.)
    <HYPERION>\products\biplus\lib\fr_global.properties  (This is needed to define the default
    RMI port (FR Studio will try to use 1099 otherwise) and the location of the fr_client.properties file (or else the FRClient.log file doesn't get created).)
    Note that if the Java Runtime (<HYPERION>\common\JRE ) was missing after initial installation, it will be necessary to manually execute <HYPERION>\products\biplus\install\bin\HrRunAnt.cmd.  This is a Windows batch file used to perform post-install configuration steps; it depends on the presence of the java Runtime.

  • User point of view in POV on FR

    hi,
    I have a report in whichi have selected version dimension in POV and when i run the report via workspace it prompts me to select version dimension member but there is another admin trying to run the same report and
    when he tries to select the version member instead he is prompted to select the memeber from year dimension. The first dialogue box that pops up when we run workspace says select memeber for version dimension but when he tries
    to browse for the other memeber in the other dialogue box that opens and shows members from year dimension.
    I am on planning 9.2 please help its driving me crazy
    Edited by: user4958421 on Jul 23, 2009 12:04 PM

    Sounds like a corrupt POV to me. There is a utility in the Hyperion\BIPlus\bin folder called DeletePov.cmd that will clean this up. Go to a command prompt and the change directory to the Hyperion\BIPlus\bin folder and do DeletePov /? for details. Once deleted, get him to try again.
    Hope this helps.
    Sean

  • Jre\winia64\1.5.0 was unexpected at this time

    Hi,
    While installing hyperion products from the command "installtool.cmd".This is the error i'm getting
    \"path"\jre\winia64\1.5.0 was unexpected at this time.

    Hi,
    Check if your installer is on root drive or not. It should not be at the location containing spaces while we address it like "C:/Documents and settings" etc.
    And also check for the name of the installer root folder. Put it just "EPM Installer".

  • ESSCMD error

    Hi,
    I am trying to run Esscmd script from with a perl-cgi script as follows
    system ("E:\\Hyperion\\essbase\\bin\\esscmd.exe", "E1_test.cmd")
    Or
    system ("esscmd.exe", "E1_test.cmd")
    Both give the following error:
    "Essbase Command Mode Interface - Release 9.3.1 (ESB9.3.1.0.0B181) Copyright (c) 1991, 2007, Oracle and/or its affiliates. All rights reserved. U.S. Patent Number 5,359,724 U.S. Patent Number 6,317,750 Failed in GCInit(). Return code [10] ARBORPATH variable isn't set, using default value You should always set ARBORPATH variable Using ARBORPATH [\ARBOR\] ARBORPATH dump: \(5c) A(41) R(52) B(42) O(4f) R(52) \(5c) Path to locale files passed to GCInit() was [\ARBOR\\locale] ESSLANG variable isn't set Could not find the locale files at specified location".
    Esscmd command runs fine from windows command promt. Env. ARBORPATH is set to "E:\Hyperion\Essbase" and PATH is set to "E:\HYperion\essbase\bin".
    Esscmd.exe is present in "E:\Hyperion\Essbase\bin" and "E:\Hyperion\AnalyticAdministrationServices\server\bin".
    I understand that perl-cgi script is unable to locate esscmd because it looks in it's default cgi-bin folder somewhere in C:\Program files\Apache Group\Apache\cgi-bin.
    Will the problem be solved if I set ARBORPATH to "E:\HYperion\essbase\bin" along with "E:\Hyperion\Essbase". Will this have any other implications?
    IS there any other way I can get rid of this issue.
    Any pointers will be appreciated.
    Thanks in Advance!!
    Gaurav

    i thnk that after you login, you need to select the application and database; this is on a separate command line, not together with the login; check syntax?<BR>rgds

  • Not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion Financial reporting 11.1.2 version.

    I am not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion 11.1.2 Financial reporting .
    When I enter the value , it just vanishes. Am I missing something here.?
    I need to set export path for PDF generation in Hyperion financial report for batches.

    Edit FRConfig.cmd and update
    set EPM_ORACLE_INSTANCE=%MIDDLEWARE_HOME%\user_projects\epmsystem1
    update epmsystem1 to the correct epm instance name
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to load data to Essbase (IKM SQL to Hyperion Essbase (DATA)

    I'm trying to load data to Hyperion Essbase. Unfortunately it isn't going so well. I've followed the instructions but I keep getting this "BUFFER_SIZE" error. I haven't changed the default BUFFER_SIZE (it is set at <Default>:80) and I haven't changed any other parameters in the KM.
    Appreciate any thoughts...
    com.hyperion.odi.common.ODIConstants has no attribute *'BUFFER_SIZE'*
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 82, in ?
    AttributeError: class 'com.hyperion.odi.common.ODIConstants' has no attribute 'BUFFER_SIZE'
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.h.y(h.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    Edited by: Chris Rothermel on Apr 13, 2010 3:44 PM

    Yes! That's great but I'm not out of the woods yet. I had applied the patch incorrectly before -- I'd extracted it to the wrong directory. Now I get this new error: Missing standard dimension column for data load
    Any thoughts on how to get by this one?
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx1.f$0(<string>:23)
    at org.python.pycode._pyx1.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j(e.java)
    at com.sunopsis.dwg.cmd.g.z(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.validateColumns(Unknown Source)
    ... 32 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j(e.java)
    at com.sunopsis.dwg.cmd.g.z(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)

  • Unable to see the Hyperion tab in Excel 2003

    Hi Hyperion gurus,
    Can anybody shed light on an issue that a user encountered with Smartview? This user installed Smartview and had been using it without any problems. We just started parallel testing and he needed to use Smartview as part of the process. He is now unable to see the add-in in Excel 2003. He has no Hyperion tab and we cannot find any evidence that it has been installed. We reinstalled Smartview but even after reinstalling Smartview he is still unable to see the Hyperion tab in Excel. What is puzzling is that he does have the Hyperion tab in Word and is able to connect.
    Would appreciate any help provided? Thanks.

    I have seen the same exact problem at my company regarding the missing Hyperion tab in Excel (but present in MicroSoft Word). If you go into Excel, then select 'Help', then About MicroSoft Excel, then you'll see 'Disabled Items'. Scan the list for HSAddin.Dll. If this is on the list, highlight it, then select the 'Enable' button. (this is my first suggestion). I've also had to do the following in some isolated cases:
    You should also try re-registering the following 3 SmartView DLL files. To do this, simply locate where these 3 files are stored on your local machine (the file names are):
    HSAddin.dll
    HSSpread.dll
    HyperionSmarttag.dll
    Usually these are stored within the following path: C:\Hyperion\Smartview\bin
    To Register the files:
    Open DOS (start->run->cmd) and change your path to C:\Hyperion\SmartView\bin
    Type in the following, hitting enter key after each line:
    regsvr32 hsaddin.dll
    regsvr32 hsspread.dll
    regsvr32 hyperionsmarttag.dll
    You should receive a 'success message' for each file you register. Reboot your machine following this, and go back to Excel. Your menu should now be in place.
    Thanks,
    James Pryal

  • How to connect Hyperion Essbase

    Hi all,
    I am new to ODI.I have requirement to load data from oracle to essbase.
    Please help me to create connection deatils for hyperion essbase?
    Rama

    Hi John,
    I followed the blogs .Once i did reverse for essbase model i am getting the below error
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 58, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
         at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx2.f$0(<string>:58)
         at org.python.pycode._pyx2.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.essbase.api.base.EssException: Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
         at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source)
         at com.essbase.server.framework.EssMainConnectionContext.open(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essMainLogin(Unknown Source)
         at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source)
         at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseConnection.connect(Unknown Source)
         ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    I need to give any privilage?
    Rama

  • Where can I download a trial version of Hyperion Planning and essbase?

    I am new to Hyperion and want to train in it . Where can I download a trial version of Hyperion Planning and essbase?

    Edeliver is where you go to download any of Oracle products. They are not trial versions. They are full versions. The license that you must agree to inorder to download them are for development and self-educational purposes only.
    The main site is
    https://edelivery.oracle.com/
    From there you pick your language, identify yourself, and agree to the license agreement. Then, you select the product pack and OS of host system. Then, select the product you want to download. The products are splitup by component or modules. You must download everything you need. Foundation, Essbase, Planning, and Reporting and Analysis if you are going to do any reports.
    Product pack - Choose Oracle Enterprise Performance Management System
    OS - I use a 64bit OS, but choose the right one that you will be installing on.
    Then choose,
    Oracle Enterprise Performance Management (*11.1.2.0.0*) Media Pack for the OS you choose
    Once you have downloaded the required packs, unzip them all into one folder. Merge the folders together and copy and replace all files. Put a check mark in the box that asks to perform this for other conflicts.
    Once you have all packs unzipped, run InstallTool.cmd
    The documentation zip file can be downloaded from http://www.oracle.com/technetwork/middleware/epm/documentation/epm-096302.html
    Hope this helps.
    Mike
    Edited by: user10224619 on Feb 3, 2011 10:12 AM

  • ODI 11.1.1.5 IKM SQL to Hyperion Essbase (DATA) ERROR

    Hello!
    I'm loading data from Oracle database table "nbkr_source" to Essbase database nbkr.bdr using IKM SQL to Hyperion Essbase (DATA).
    I'm using the interface which successfully loading data into Essbase in ODI 10.1.3.5, but this interface doesn't work in ODI 11.1.1.5...
    The error appears on the step 6: "load data into essbase":
    [2011-12-02T08:21:28.985-04:30] [] [NOTIFICATION:16] [ODI-1126] [] [tid: 49] [ecid: 0000JFyGjmU6UOYjLpATOA1Eq7wG00000U,0:482] Agent localagent started session nbkr_sql_to_essbase2 (16001) in work repository WORKREP1 using context GLOBAL.
    [2011-12-02T08:21:32.401-04:30] [] [ERROR] [ODI-1217] [] [tid: 49] [ecid: 0000JFyGjmU6UOYjLpATOA1Eq7wG00000U,0:482] Session nbkr_sql_to_essbase2 (16001) fails with return code 7000.[[
    ODI-1226: Step nbkr_sql_to_essbase2 fails after 1 attempt(s).
    ODI-1240: Flow nbkr_sql_to_essbase2 fails while performing a Integration operation. This flow loads target table nbkr_bdrData.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 26, in <module>
         at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid column type specified for Data column [План счетов]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2457)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)
    Code:
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    from java.lang import Class
    from java.lang import Boolean
    from java.sql import *
    from java.util import HashMap
    # Get the select statement on the staging area:
    sql= """select C1_HSP_RATES "HSP_Rates",C2____________ "План счетов",C3_______ "Период",C4_________ "Сценарий",C5_______ "Версия",C6_______ "Валюта",C7____ "Год",C8________________ "Структура банка",C9_DATA "Data" from "C$_0nbkr_bdrData" where      (1=1) """
    srcCx = odiRef.getJDBCConnection("SRC")
    stmt = srcCx.createStatement()
    srcFetchSize=30
    #stmt.setFetchSize(srcFetchSize)
    stmt.setFetchSize(1)
    print "executing query"
    rs = stmt.executeQuery(sql)
    print "done executing query"
    #load the data
    print "loading data"
    stats = pWriter.loadData(rs)
    print "done loading data"
    #close the database result set, connection
    rs.close()
    stmt.close()

    There is not a set limit, you set it to the most optimal value for the database you are loading to which you will find by peforming tests with different values.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hyperion Financial Reporting Studio "Failed to Connect to Server"

    One of my report developers recently got a new laptop. Since then, she hasn't been able to open an existing report or create a new one. She can log into Financial Reporting Studio, but when trying to open an existing report or create a new report, she gets the error message "Failed to Connect to Server".
    We've tested using her laptop and using mine. We are both fine on my laptop. We both have same issue on her laptop. Therefore, we don't think it's a security/credentials issue.
    We've searched help documentation and other threads in this forum but haven't been able to find what we need.
    We suspect that file(s) are missing or something wasn't configured properly during the new install. Maybe the Planning ADM Driver?? Our company's tech support hasn't been able to help. This is a new implementation, the consultants are gone, and our IT staff isn't up to speed yet.
    Can anyone offer help as to what file/configuration could be the cause and exactly how to correct?
    Thanks.

    We had the same issue after installing the Financial Reporting Studio client.
    If you run the batch script HRRunAnt.cmd in the directory C:\Hyperion\products\biplus\install\bin after installation this fixes the problem.

  • ExportFolder property setting in FRConfig.cmd in EPM 11.1.2

    Hi Everyone,
    I am using EPM 11.1.2 and tries to use scheduler to export financial report in PDF format to an external directory on a timely basis. The problem I have right now is I cannot set up the directory label and path correctly in FRConfig.cmd and therefore the items I can see in workspace when I want to select the folder is "Null".
    What I have done is I double click FRConfig.cmd under <MIDDLEWARE_HOME>\EPMSystem11R1\products\biplus\bin, select the "MBeans" tab, then expand "com.hyperion" folder from the left hand navigation menu, then "Financial Reporting" > "Attributes" > "ExportFolders". In the "Value" text box, I tried so many different values such as "F1, D:/ExportFolder" and "F1, \\\\<MachineName>\\d$\\ExportFolder". But all of them results in some "Null" items in the external folder selection drop down list when I tried to create a batch scheduler to export Financial Reports in PDF format.
    In previous version 11.1.1.3, it was very easy to set this up in fr_scheduler.properties file, but I don't really know what I am missing in the latest version. The Financial Report Administrator Guide for this version is not detailed enough in explaining this, so if anybody knows how to solve this problem, please kindly provide your help.
    Thanks in advance.

    I am trying to schedule a batch in Hyperion workspace which needs to generate output in SharePoint. I have done the setting in ExportFolder in FRCONFIG.cmd /Mbeans  as
    Sharepoint1=//msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting
    and set readable/Writable properties to true.
    When I execute the batch it give me a error: (Logon Failure: The target account name is incorrect)
    ================================
    Server Activity
    Batch "NewBatch" was started at Monday, July 29, 2013 6:21:33 PM CDT
    Executed "OPROFIT/Working/Tricia/Dana/Commercial" successfully
    Status for various save options for "OPROFIT/Working/Tricia/Dana/Commercial"
    Error while saving as PDF
    \\msocsp02.lighthouse.hhc\Finance\Essbase Reporting Libraries\Test Batch Reporting\Commercial.pdf (Logon Failure: The target account name is incorrect)
    Saved successfully in repository as /OPROFIT/Working/Tricia/Dana/Commercial
    Batch "NewBatch" finished at Monday, July 29, 2013 6:21:50 PM CDT
    ================================
    When I type //msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting in Windows explore ,it works fine for me. Plus I can manually upload the any file using my Windows active directory login in Share point via Internet explorer. I am using my windows active directory everywhere.
    I tried to execute this batch file in local  directory and it generates the required output but not in Sharepoint.
    Any help would be much appreciated.

  • How to import metadata from hyperion essbase11.1.2.2 remote server

    Hi all experts ,
    I am trying to create a rpd into obiee 11.1.1.6 from a VMWARE based hyperion essbase machine,
    I am able access its console via url on my remote machine but not able to connect with essbase server via admin tools essbase connection to import metadata of essbase.
    The os are different, OBIEE on 64 bit win 7 ultimate and hyperion essbase 11.1.2.2 on windows server 2003 64 bit enterprise, inside vm ware.
    Thanks in advance

    thanks for the reply, but MY os is win 7 awhere I am not able to install hyperion essbase 11.1.2.2 client.
    both the ARBORPATH and ESSBASEPATH are not available with this release, as they are coming with 9.3.1 and 11.1.3
    the link http://www.oracle.com/webfolder/technetwork/tutorials/obe/hyp/OBIEE11g-Essbase/index.htm
    is about with OBIEE 11.1.1.5 and Hyperion 11.1.2.1,
    MY versions are different as OBIEE 11.1.1.6 adn Hyperion 11.1.2.2 .
    so in this case if any user who want to access essbase 11.1.2.2 database on OBIEE 11.1.1.6 with WIN 7 or XP platform will not able to do this,
    I tried to run the install essbse client tool using hyperion 11.1.2.2 install tool cmd . but it fails with prerequisited,
    can you please suggest me any other with get connected or to install essbase client 11.1.2.2.
    Many thanks

Maybe you are looking for

  • How to print black and white from my i-phone

    officejet 7500a - printing from i-phone -I want to print doc.s in black or grayscale. I now get only color prints.  how do I chane this.?

  • Organizing photos...

    i just started using iphoto and im sorting out all my photos and organizing them with the albums inside iphoto. thats all great but when trying to find photos to upload to my myspace they get lost inside date codes. my question is why do they not get

  • Where clause in Forms

    Hi All i have used a where where clause in my forms after that i need to check the data from same form but it was not executed the data and giving a error no data retrived after that i remove the where clause it works fine please guide me the way so

  • Account segmentation - singl G/L problem

    Hi All I am using account segmentation. Now in G/L account determination down payment clearing account I can mention only one account and the same account should appear in business partner account. Now if I am having different G/L for different branc

  • [GNOME] Computer Locks Instead of Hibernating

    I have the alternative status menu installed and I have never been able to hibernate. The screen just locks. I just added the testing repos to see if that would make a difference but has not. Linux myhost 3.1.0-4-ARCH #1 SMP PREEMPT Mon Nov 7 22:47:1