Export file Hyperion Essbase security in 11.1.2.3

Hello

I ran the "security_file export of data_file 'ListOfUsers.txt';" maxl script in Hyperion 11.1.2.3 environment to get the details of users and groups. But I am not able to see groups associated with users.

I am able to get users and groups details 11.1.1.3 to Hyperion version. Please could you help me to get the security details in 11.1.2.3 version.

Thank you

Michel K

Hi Pascal,.

I think that the only way to get the user-> groups associations is to run an export of LCM.

BR,

Ilias

Tags: Business Intelligence

Similar Questions

  • Download data from text file for Hyperion ESSBASE by FDM.

    Hello

    I want to upload data from text file for Hyperion ESSBASE by FDM. The file format is given below.


    Entity, Department, designation, effective, SalaryPaid
    E11001, BSG, AsstManager, 12, 820000
    E11001, BSG, Manager, 6, 740000


    Where staff and SalaryPaid is the Member of the account dimension. Entity, Department, and designations are the dimensiosn in the ESSBASE.

    Is it possible to download the file above using FDM, can we have two account member in the line?

    I am brand new with FDM. ask for your help.

    Kind regards
    Sunil

    Create two scripts to import (choose Import Data Pump when you are prompted for the type of import script)

    (1) call the GetAccounts 1st and 2nd PutAccounts
    (2) associate GetAccounts size amount in your import format.
    (3) associate PutAccounts with the account dimension in your import format
    (4) adding NZP expression to dimension of amount
    (5) in GetAccounts put the following code...
    +' Get the names of account in the header line.
    If DW. Utilities.fParseString (strRecord, 5, 4, ",") = "number of head" Then
    + ' Local variables for the account names.
    + Acct1 dim +.
    + Acct2 dim +.
    +     +
    + ' Head Count (column 4 of 5) +.
    + Acct1 = DW. Utilities.fParseString (strRecord, 4, 5, ",") +.
    + ' Wages (column 5 of 5) +.
    + Acct2 = DW. Utilities.fParseString(strRecord, 5, 5, ",") +.
    +     +
    End If

    GetAccounts strField =

    (6) in PutAccounts put the following code...

    +'+ Local Variables
    Dim AcctName (2)
    Dim AmountVal (2)
    Dim z
    Dim rsAppend

    + "The names of individual account is analyzed and stored +"
    AcctName (1) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',')
    AcctName (2) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 2, ',')

    +' If student for accounts from here import file.
    AmountVal (1) = DW. Utilities.fParseString (strRecord, 5, 4, ",")
    AmountVal (2) = DW. Utilities.fParseString (strRecord, 5, 5, ",")

    +' Name of temporary importation work table +.
    strWorkTableName = RES. PstrWorkTable

    +' Create temporary table recordset trial balance +.
    Set rsAppend = DW. DataAccess.farsTable (strWorkTableName)

    For z = 01:58 ' this can change depending on the number of additional accounts processing

    + If IsNumeric (AmountVal (z)) Then +.
    +          +
    + If (z) AmountVal <> 0 Then +.
    +          +
    + ' Create a new record and to provide its field values.
    + rsAppend.AddNew +
    + rsAppend.Fields ("DataView") = "CDA" +.
    + rsAppend.Fields ("PartitionKey") = RES. PlngLocKey +.
    + rsAppend.Fields ("CatKey") = RES. PlngCatKey +.
    + rsAppend.Fields ("PeriodKey") = RES. PdtePerKey +.
    + rsAppend.Fields ("CalcAcctType") = 9 +.
    + rsAppend.Fields ("Account") = AcctName (z) +.
    + rsAppend.Fields ("Amount") = AmountVal (z) +.
    + rsAppend.Fields ("Entity") = 'chain of the entity here ' +.
    + rsAppend.Fields ("UD1") = "string C1 here +.
    + rsAppend.Fields ("node2") = "String C2 here +.
    + rsAppend.Fields ("UD3") = "String C3 here +.
    + rsAppend.Fields ("UD4") = "string C4 here +.
    + "Add folder to the collection +"
    + rsAppend.Update +
    +               +
    + End if +.
    +     +
    + End if +.

    Next

    +' Close the recordset.
    rsAppend.close

    If DW. Utilities.fParseString (strRecord, 5, 4, ',') <> '0' then
    + PutAccounts = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',') +.
    On the other
    + RES. PblnSkip = True.
    End If

    You may need to change the aboveto that meet your exact needs, but the basic structure of the scripts should not change too

    Published by: SH on May 25, 2012 10:34

  • Need Hyperion essbase, planning of the installation for 11.1.2 files

    Hi friends,

    Edelivery.oracle.com, what are the files must be downloaded to install Hyperion essbase, planning, hfm (11.1.2 v) whose analysis web, shared services, ir, fr.

    tomact and oracle 10g already downloaded.

    Open the below link and please tell me what are the files must be downloaded:

    https://eDelivery.Oracle.com/EPD/download/get_form?egroup_aru_number=12473887

    Thank you and best regards,
    .......

    Hello

    Please go through the link, below, it will give you an idea who complete. Need files zip to download according to your requirement.

    [https://edelivery.oracle.com/EPD/Download/process_download/B61658-01.htm?file_id=35884129&aru=13259495&userid=2799492&egroup_aru_number=12473887&email=nagarjunareddyc@hexaware.com&country_id=356&download_from=local&patch_file=B61658-01.htm#_Hyperion_Financial_Reporting_2]

    for this you need to connect to the electronic transmission system, after loggin in the download page, at the top you have read to touch me, you will find the necessary info.

    Published by: 834506 on March 21, 2011 06:53

  • Receive error message when you connect to a Hyperion Essbase Studio 11.1.2

    Hi all
    I searched the forum trying to find an answer to my problem without success. Thanks in advance for any help you can provide.

    When you try to connect to Essbase Studio Client, you receive an error "connection with Essbase Studio Server error: network error ', in the details of the tab of this popup is"network communication with the server failed. Check your network connection and try again.
    "Connection refused: connect". I found that this usually means that the Essbase Studio Service is not running. 11.1.2 Hyperion Essbase Studio is installed as a service. I don't know if this is the case in previous environments.

    The windows service is running and running and I also try to start from the start menu and it doesn't seem to be errors. But when I look at the logs of start-up, that's what I find.


    [2010-08-17 T 15: 29:15.457 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: sap] could not load the driver for sap.
    [2010-08-17 T 15: 29:15.457 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: teradata] could not load the driver for teradata.
    [2010-08-17 T 15: 29:15.473 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: netezza] could not load the driver for netezza.
    [2010-08-17 T 15: 29:15.707 - 07:00] [hyperion] * _ [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.catalog.Catalog] [SRC_METHOD: initialize] Catalog.CannotInitializeStorage = Cannot initialize catalog storage. Make sure that the server.properties file contains the correct information. [[_*
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog. CatalogInitializationException.StorageInitializationFailure
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:221)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:100)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:166)
    to com.hyperion.cp.catalog.Catalog. < init > (Catalog.java:87)
    to com.hyperion.cp.catalog.Catalog. < clinit > (Catalog.java:75)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName(Class.java:169)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:63)
    to com.hyperion.cp.server.RequestListener$ SystemTask.run (RequestListener.java:1303)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:168)
    to com.hyperion.cp.server.RequestListener. < init > (RequestListener.java:130)
    at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:192)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:260)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:215)
    ... 13 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: the 'hstudio_dev.hypsql' database does not contain the tables in the catalogue of Studio. Please check the value of the "catalog.db" parameter in the server.properties file. _
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:136)
    to com.hyperion.cp.catalog.storage.StorageEngine. < init > (StorageEngine.java:86)
    to com.hyperion.cp.catalog.storage.SQLStorageEngine. < init > (SQLStorageEngine.java:20)
    ... 18 more

    ]]

    I opened the server.properties file located under the E:\Oracle\Middleware\user_projects\epmsystem1\BPMS\bpms1\bin directory, and everything seems to be OK here. Here below.

    #
    #Tue August 17-14:45:43 PDT 2010
    Catalog.autoinit = true
    Catalog.UserName = hypsql
    transport.Port = 5300
    Catalog.URL=sqlserver\://ethype-SQL.Sierra.local\:1433
    Catalog.Password=69tVGsObffmeWaFX0LB2tA\=\=
    Catalog.DB = hstudio_dev.hypsql
    server.hss.bpmApplication=BPM\:77538

    I tried out the "-" in the server names and the name of DB without help, I tried to put quotes around the "hstudio_dev.hypsql" with no luck, and I tried to connect to a database that had no '-' inside. I also followed the steps described by the support for the same question in 11.1.1.x which you enter in the DB > Security > schema > add a new schema/user, create the user and the owner of the schema, etc. It also did not help.

    This is a new installation and everything else is fine to connect to DB, default user hypsql DB is the DB hstudio_dev. I installed in different environments, and this same problem happening in both environments. Please let me know if you have any questions, thank you for your time and your help.

    Also, I realize in the DB and I see that a lot of tables in fact were created then it will connect at least during Setup. I've also reconfigured several times without success on different from the DB and always new/clean the DB. and the hypsql of the user is a DBO for this DB. It's DB SQL 2005, Windows 2003 servers.

    Published by: 789316 on August 18, 2010 11:07

    Published by: 789316 on August 18, 2010 11:10

    Published by: 789316 on August 18, 2010 11:13

    Published by: 789316 on August 18, 2010 11:21

    You seem to be two people now, but you

    Catalog.DB = hstudio_dev.hypsql

    If the implementation is the same wouldn't

    Catalog.DB = hstudio_dev.dbo

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • outline of export to xml_file... of EAS-&gt; editor MaxL, where is the export file

    Hello

    version 11.1.2.3.x

    EAS is called from IE via the valid url and opens without error.

    When I run an EAS (MaxL editor) extracted xml schema there are errors.

    for example, as shown in the documentary

    https://docs.Oracle.com/CD/E17236_01/EPM.1112/esb_tech_ref/frameset.htm?maxl_expotl.html

    -> export contour sample.basic all dimensions to xml_file 'c:/temp/basic.xml ';

    The error says cannot create objekt. However, the given path c:/temp is on my customer box.

    When I run the same shell maxl, it works like a charm... the otl-xml-export file is created on my machine in the given directory.

    Only when I run the command in the EAS WITHOUT any path as "basic.xml", it works without any error, however I can't find the file on my box. Where would it be? Why the error when valid a path is given?

    I have no idea.

    Can someone explain the weather I do something wrong, or is there a person who faced the same problem?

    Thanks in advance!

    André

    Hi John,.

    First: thank you for your quick response!

    Indeed, it is created on the application server.

    It's terrible! I have even written in c:/Windows /.

    I've never tried this before. And what I see makes my very concerned on this issue.

    Anyone who can run a such export can write anywhere on the application server.

    Give me a few minutes to realize what this means about security issues.

    Oracle! Please explain what you have to say.

    Best regards!

    André

  • RDBMS for Hyperion Essbase server change

    Hi all

    We installed and configured 11.1.2.2.100(Essbase, EIS, Studio, Services partagés) on Windows 2008 32-bit server successfully.

    Everything went well and all the products work.

    Now, we have changed the RDBMS for Hyperion Essbase server and ran the configuration once more with the new RDBMS server with option "reuse existing tables.

    H1

    | First current

    DB1 -> DB2

    Therefore, we are unable to access the essbase server.

    We have seen users of Shared Services. All users are able to connect to Shared Services, EAS but problem with Essbase.

    In the table of HSS_Component is the old name of the server in two places, we have updated the old name of DB server on behalf of current server DB.

    When we try to access essbase we get the below error (tried with the host name, ip address, EssbaseCluster1 as the Essbase server)

    Error network [10061]: unable to connect to [Server Name: 1423]

    Error: 103: unexpected error Essbase 1030818

    Error: 1042006: error network [10061]: unable to connect to [[servername]: 1423]

    Error: 1030818: failed to connect. Please check if the server and port are correct. If you have received failure timeout or handshake.

    Please check if you tried to connect to a secure Word keyless secure port or disable port with the secure key word.

    Please help me solve this problem.

    Thank you

    Alain

    It is extremely important that you know what you are doing before you touch the registry of shared services and the correct way is to not update the tables, is to use the epmsys_registry utility.

    To be honest you can have messed up the registry and it is something I will not get involved in, try to talk with Oracle, what you just did.

    If it is only the name of the RDBMS server change (not the essbase server) then you must follow the instructions in the documentation - change shared Services and connection of database registry and the password information

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • HSS Essbase security

    Gurus,
    Since I inherited this system and that there is no documentation regarding safety in the environment, the safety of the GROUP, user, etc. for example in planning, hss or essbase security, is there a way I can see how security was implemented in the environment. Is it possible to get a shared TYPE EXCEL Services file or essbase/planning? Importsecurity help in this case?
    Please suggest.
    Thank you

    What is the problem with the release of the text file that you can do almost what you want with it in this format.

    Otherwise, you could write custom SQL to retrieve the information you need, there's an example here - https://blogs.oracle.com/pa/entry/exporting_security_out_of_hyperion

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Export file format

    Hi all

    I want to export data as a column using the calculation script. Currently, period and the scenario is dense and others are rare in my essbase database. I export data from real-world scenario, several accounts and level zero times. In the export file essbase automatic level adjustment zero period (week 1 to week 53) in the header column and other dimension 2 online. I want to change the format of the export file by using calculation. I want the script as column heading and all other dimension to be online. Is there a way I can specify the export file format. I used all export settings, but nothing works.

    Your response will be appreciated.

    Thank you

    If the scenario is dense and you use the attempt to control calc DATAEXPORT

    SET DATAEXPORTOPTIONS {DATAEXPORTCOLHEADER scenario ;};}

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • IKM SQL for Hyperion Essbase (data) error

    Hello
    I've created an interface between Oracle DB and Essbase 11.1.2.
    I used Oracle DB as transit zone. I used IKM SQL for Hyperion Essbase (data) as a selector IKM.
    But I got an error as below in step ("Load Data on Essbase"); Can you help me? Thank you...

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 21, < module >


    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)

    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)

    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:919)

    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1261)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1419)

    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1668)

    at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:432)

    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)


    java.sql.SQLSyntaxErrorException: java.sql.SQLSyntaxErrorException: ORA-00936: lack of expression


    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)
    to 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)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)

    Hello

    finished column mapping, or be owned by mapping active of course active for each column.

  • Hyperion planning security

    I loaded the Group and members of the SSP using LCM in 11.1.2.0. Now I'm trying to load level dimension for Hyperion Planning Security. I read the Administrator's guide and below given the thread as well
    Hyperion Planning Security
    Re: loading of shared services groups

    I'm still confuse. How to load the dimension, shape data and task level security to Hyperion planning in bulk
    Could you please guide me.

    Thanks for your help...

    Two methods are pretty much the same thing, LCM is fine in the latest versions, and you have more control over the artifacts that you want to export/import.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • IKM SQL for Hyperion Essbase (metadata) - problem when you dial the name of the Member

    Hello world

    I need to load the metadata to Essbase to a relational database.
    Essbase: 9.3, Oracle 9i, ODI 10.1.3.5.0
    I have a dimensional table contains the data in the Scenario dimension. The table has 3 columns: code, alias, consolidation.
    Example of 2 lines:
    Effective law-
    BDG budget-

    I created a rule file load_scn.rul to update the scenario dimension in my essbase cube and at the launch of the console of administration services it does not work. Each Member has his alias and it is sign of such consolidation as specified in the table.

    In ODI
    I created an essbase data store, a data store for my table and an interface. The interface uses the knowledge "IKM SQL for Hyperion Essbase (metadata)" module and the load_scn.rul of State of charge.
    When I run the interface, it will end successfully, but when I check the Essbase outline, the two members were loaded with the name of name of Member composed of all 3 columns in the table dimensional as a single string line!
    I have a member named ' law, real, + "and another called ' bdg, budget,-'."
    Members have no alias and peacebuilding is the default ('+') and not '-' as shown in the dimensional table.

    Has anyone of you had this problem? If so, how to solve it?

    Any help will be very appreciated!
    Daniela

    Sounds like in the rule under load in the IKM options you have to have the separator rules comma value and data > defined in the tab, replace it with commas in the rule of data source properties.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Substitute the name of the export file

    Hello world

    I have a question to which I see not asked in the forum.

    I want to replace the standard behavior of exporting files to the target system by loading a file exported once again if the POV has not been validated because loading the latest data of the target. This is to speed up the loading of lots (we charge POVs 1500 nightly Essbase). So, I need to replace the name of the export of the files, because they are not unique and file names can be used multiple times for different POVs.

    Is it possible to do this in an action script? I see that strFile occurs as a parameter in the function for BefExportToDat calls, ActExport etc. I wasn't able to find an API function for this yet and manipulate the tPOVPartition.PartLastExpFile for the location was not the thing that this entry is overridden in the background after export.

    Thanks in advance.

    Kind regards

    Hauke

    Hauke,

    At this point I don't think it is a bug. I did the same thing. Each POV should be a file with a 4 digit number. Please keep in mind that a POV is a time/place/category. And since you cannot have the same name of place, I don't see how this could happen.

    Before you start down this situation "bug or no bug '; You can talk with the Support of Oracle. You want to make sure that you can reproduce the problem with ZERO customizations.

    Thank you

  • LCM causes Essbase security to rewrite and can connect is more.

    When you use LCM and migration Foundation / Shared Services and loading it back from the file.

    He was crushing sort something with Essbase security so no users (including the administrator) can connect. Through the Regional service or work space / planning

    Any suggestions how to reset it? Is what Essbase is more connected to Shared services somehow. This is clearly a bug because it is impossible that this is possible. But hoping that someone has seen this before and allowed a work around.

    If you can. Log in to the system as a master administrator Essbase EAS and update the security of shared services.

    Otherwise, you must kill the essbase.sec file and make it reset the Essbase master user. This should be done carefully, but you can cause the environment to become corrupt if all steps are not done properly

  • IOP 11.1.2.0 repel Hyperion Planning and Hyperion Essbase data?

    In the "Oracle-integrated-operational-planning - datasheet.pdf", it says in the section "Publish the Plans for execution,"
    "Once approved, revisions of the plan can be sent to other systems of planning to ensure.
    alignment or ERP systems for execution. Change the data are stored in Oracle
    Integrated operational planning root and review later cause analysis. »

    Can you please tell me how to send data from Plan of Hyperion Essbase or Hyperion Planning (which is always Essbase data) of IOP? I looked in the Administrator's guide, but I'm afraid I missed where you can do. Could you please direct me to the appropriate guide?

    Thank you.

    We don't support snapshot using MDX query command to export almost any segment of the IOP cube in a relational table. Once the export is complete, you can use Essbase loading rules for loading data in areas of interest. All these commands can be put inside a javascript or jacl command and then packaged as a script model. This script can be invoked from the IOP UI planning workshop.

  • Failed to load data to Essbase (IKM SQL for Hyperion Essbase (DATA)

    I am trying to load data to Hyperion Essbase. Unfortunately he is not going so well. I followed the instructions but I get this error "BUFFER_SIZE. I have not changed the default BUFFER_SIZE (it is set to < default >: 80) and I have not changed any other settings in the KM.

    Appreciate any thoughts...



    com.hyperion.odi.common.ODIConstants has No attribute * 'BUFFER_SIZE. "

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 82, inside?
    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)

    Published by: Chris Rothermel on April 13, 2010 15:44

    Hello

    What ODI and patch version you are running.
    Looks like you are using a KM newer than the java files that are located in the oracledi\drivers directory, I would say that you need to update the files java essbase for a newer version.
    In the last few patch releases memory size buffer has been added to the data load essbase KM for the use of the ASO, even if this meant you had to also update the java files as well as in the version.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for