Essbase Studio Deployment Dimension Build Errors

I have a ASO cube used to handle Subsidiary financial reporting to parent. Rather than alternate hierarchies, we use attribute dimensions for yearly differentiation. The ASO cube typically holds information for Current year + 3 prior years. This is the first year that we will achieve this as this cube was created near the beginning of 2010. Therefore, with the cube already having attribute dimension for 2010 & 2011, with the beginning of 2013 it is necessary to create the 2012 attribute dimensions. The cube has 13 anchor dimensions. Typically only 4 of these dimensions have attribute dimensions derived from them. Nonetheless, the following is the build list of the dimensions in the essbase model:
1: Financials Standard, Dynamic, Sparse
2: GL Date Time, Stored, Sparse
3: Incident Date Standard, Stored, Sparse
4: View Standard, Dynamic, Dense
5: Company Standard, Multiple-hierarchy, Sparce
6: Well location Standard, Stored, Sparse
7: Depletion Code Standard, Stored, Sparse
8: Vendor Standard, Stored, Sparse
9: Entity Standard, Stored, Sparse
10: Profit Center Standard, Stored, Sparse
11: Curr Yr Cost Obj Standard, Stored, Sparse
12: Past Yr Cost Obj Standard, Stored, Sparse
13: Measures Accounts, Dynamic, Existing
Attribute dimensions are mainly created in 4 of the Defined Hierarchies with in the cube; 1:FINANCIALS, 5:COMPANY, 6:WELL Location, & 10:PROFIT CENTER.
According to the Essbase Server log, upon deployment, the FINANCIALS Hierarchy generates 19 Dimension Build rule files with the associated SQL to pull members from our SQL Dimension Build tables obviously based on the way the Hierarchy is built as well as the joins created in the MiniSchema in the referenced Data Source. The COMPANY Hierarchy generates 5 Dimension Build rule files, WELL LOCATION generates only 1 Dimension Build rule file (this is mainly due to the fact that all the attributes generated from WELL LOCATION are built from the same table), and PROFIT CENTER Generates 3 Dimension build rule files. At this point for comparison purposes I want to include excerpts from the Server Deployment Log file depicting the dimension build rule files generated from the PROFIT CENTER Hierarchy:
Rule 1 Labeled XXXX_PRO.rul
… FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center] cp_319 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 ON (cp_319.[profit_center_code]=cp_328.[profit_center_code]) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
Rule 2 Labeled XXXX_PR1.rul
… FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center_2010] cp_275 ON (cp_275.[profit_center_code]=cp_328.[profit_center_code_2010]) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
Rule 3 Labeled XXXX_PR2.rul
FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center_2011] cp_276 ON (cp_276.[profit_center_code]=cp_328.[profit_center_code_2011]) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
These Dimension Build rule files are recreated nightly on 4 different production servers, each one successfully redeploying nightly with zero errors.
So now I need to add the new 2012 tables to the Data Source/MiniSchema, create the joins in the MiniSchema mimicking the joins for the 2010 & 2011 Attribute Dimensions. It would be difficult to demonstrate the joins in the MiniSchema but trust me they are there and this is proven by the additional Dimension Build rule files from the appropriate Hierarchies.
So on our test server, which is configured exactly like all 4 of our production servers, I have begun the creation of the 2012 attribute dimensions. I begin with the FINANCIALS Hierarchy adding 7 new attribute dimensions, 6 that are cross table and one that is inter-table.
At this point no changes have been made to any of the other 3 Hierarchies that contain Attribute dimensions; COMPANY, WELL LOCATION, or PROFIT CENTER. They still look exactly as they did in the current state discussed above. Upon deployment, the FINANCIALS Hierarchy generates , as expected 25 Dimension Build rule files, 6 additional because only 6 were cross table attributes, the 7th was within the anchor table and therefore would be included in the first dimension build rule file. COMPANY still generates 5 Dimension Build rule files, again as expected. WELL LOCATION still generates only the 1 Dimension rule file also as expected. Lastly, PROFIT CENTER also again only generates the 3 Dimension Rule files, however, one has materially changed as noted below:
Rule 1 Labeled XXXX_PRO.rul
…FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center] cp_319 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 ON ((cp_319.[profit_center_code]=cp_328.[profit_center_code]) AND (cp_328.[profit_center_code]=cp_319.[profit_center_code])) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
Rule 2 Labeled XXXX_PR1.rul (This one did not change)
…FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center_2010] cp_275 ON (cp_275.[profit_center_code]=cp_328.[profit_center_code_2010]) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
Rule 3 Labeled XXXX_PR2.rul (This one did not change)
…FROM [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_company_acct] cp_328 INNER JOIN [Essbase_XXXXX].[dbo].[vw_essbase_XXXXX_profit_center_2011] cp_276 ON (cp_328.[profit_center_code_2011]=cp_276.[profit_center_code]) ORDER BY cp_328.[profit_center_code] ASC, cp_328.[company_minor_acct] ASC`.
The change in Rule 1 above appears to now require something different from the previous deployment and when we run the deployment now it runs forever and ultimately fails, yet no changes have been made to the Hierarchy, no changes have been made to the MiniSchema involving joins to the tables used in the building of the Hierarchy, and no new tables have been added to the data source that would affect this Hierarchy.
Additionally, I have also run each of these incrementally, and the PROFIT CENTER even incrementally still makes the change to the SQL statement shown above.
So finally, to my question, Why and What caused this Dimension Build Rule file to change and ultimately led to deployment failure? Has anyone ever encountered this in Essbase Studio Deployments?

Gurus, anybody anything on this one??
I haave done a small adjustment in the dimension order by which I have eliminated the following error:
Record #40 - Error adding Dynamic calc property to member xxxxxxxxx (3320)
Record #40 - No time dimension defined
But, I have the following new error/warning (cube build successfull in this case) when I made this adjustment:
Record #427 - Error adding Attribute to member PATB4_ADJ-PDA (3320)
The adjustment I made is... I moved TIME dimension up and ACCOUNT dimension below that...so the order I have now is TIME,ACCOUNT,SCENATRIO,XXX,XXXX instead of ACCOUNT,TIME,SCENARIO,XXX,XXXXX ..*would this create any performance issues?*

Similar Messages

  • Essbase Studio - SmartView - Drill Through Error

    Hello!
    I'm creating a drill through report using Essbase Studio 11.1.1.2. Built the Context, the Report Content and Associations. Perform an ad-hoc analysis via SmartView. Perform a Hyperion | Drill Through Reports and the follow error occurs:
    Unable to list Essbase Studio Drill Through Reports : Error in the statement interpret. Line = 1109
    Anyone know what causes this and how to resolve it?
    Thanks,
    Bob

    The issue was due to using transformations to prefix characters to ids. The drill through couldn't resolve the cube member name to the data in the tables.
    For example, if your source data for your accounts table has an member id of 1, 2, 3 etc. But you use a prefix of A in transformation to build the member in Essbase (A1, A2, A3, etc.), drill through can't resolve it. Drill through is going back to the table and searching for A1, A2 or A3. The table has 1, 2, or 3. A string is not a number, that's the error that basically occurs.
    Solution - I updated my tables to have the prefixes (and data types) and removed the transformations. That way when drilling, the Essbase member matches up with the table id.
    Thanks,
    Bob

  • Essbase Studio deployment errors

    I am getting the following error message when I try to deploy a BSO cube:
    \\Record #40 - Error adding Dynamic calc property to member xxxxxxxxx (3320)
    \\Record #40 - No time dimension defined
    I have a TIME dimension which is assigned to TIME property in essbase model properties. I do have a 'X' in the source column of the above member xxxxxxxxxx. And xxxxxxx is a ACCOUNT dimension member. Both ACCOUNT and TIME dimensions have been assigned with DENSE dimension property.
    Please help me on how to proceed.
    Essbase Studio version : 11.1.2.1.00

    Gurus, anybody anything on this one??
    I haave done a small adjustment in the dimension order by which I have eliminated the following error:
    Record #40 - Error adding Dynamic calc property to member xxxxxxxxx (3320)
    Record #40 - No time dimension defined
    But, I have the following new error/warning (cube build successfull in this case) when I made this adjustment:
    Record #427 - Error adding Attribute to member PATB4_ADJ-PDA (3320)
    The adjustment I made is... I moved TIME dimension up and ACCOUNT dimension below that...so the order I have now is TIME,ACCOUNT,SCENATRIO,XXX,XXXX instead of ACCOUNT,TIME,SCENARIO,XXX,XXXXX ..*would this create any performance issues?*

  • Essbase Studio Alternate Hierarchy Creation error

    Hi All,
    I'm using Essbase Studio to create an alternate hierarchy. I have a dim which has shared members and I'm getting the following error msg during cube deployment:
    1. Record #1- Member Name (SKU) already used i.e. the member for which I m trying to create shared member
         I m following the same procedure mentioned in the user guide i.e.
            Step1: create a copy of the dimension element that you want to designate as a shared member(Renamed SKU_copy with SKU_Diet). By making a copy, the binding expression for this element is the same as the original dimension element (SKU_Diet).
           Step2: when you create the second hierarchy in the chain, which is the alternate hierarchy, add a user-defined membas the parent and add the new dimension element (SKU_Diet) as the child, which will be the shared member.
         Even I m able to see the shared members (SKU_Diet) under user defined member "Diet" under the preview window (both by key binding and caption binding) as wel..
         But I m unable to see the shared members in EAS console after deploying the cube from Essbase Studio to EAS Console.
    I m not able to understand what I m missing exactly,.and suggest me other ways as well for creating alternate hierarchies in Essbase Studio.
    Thanks in advance..!!

    looks like similar issue..
    https://forums.oracle.com/thread/1555956
    It will work in genaration 2 not in genration 1.
    Thanks,
    mady

  • Essbase Studio drill thru report error

    Hi All,
    Essbase studio drill thru report is producing the below error: Unable to retrieve drill thru result.
    Error in the select statement. Line = 2466.
    Error in query execution. Please review the query and try again.
    Cannot execute a SQL query
    ORA-01791: not a SELECTed expression
    Any idea... i am able to test for some of the dimensions but this error is coming for a few dimensiosns .... i verified all the joins between dimensions and facts.. everything is fine.
    Thanks,
    Praveen

    Hi Glenn,
    This is a test report executed with in Studio console. Yes, i did verify the generated sql by studio server and was able to drill down to the detail. I dont find any information in the logs when testing this. Probably, i would need to increase logging level. Will do that and update here if i dont find much help there.
    Thanks,
    Praveen

  • Urgent: dimension build error.

    Hi folks,
    While running dimensin build , i have got the below errors.
    ERROR - 1007083 - Dimension build failed. Error code [1250029].
    ERROR - 1241101 - Unexpected Essbase error 1007083.
    Please let me know what could be the reason to create these errors.
    I really appreciate your help on the same.
    thanks,

    Hi,
    1. Request to let us know the whats in the log file.
    2. Cant be sure about the error , but found a similar error code in other case .
    http://businessintelligence.ittoolbox.com/groups/technical-functional/hyperion-bi-l/hyperion-essbase-error-code-1250029-3109331
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Dimension Building Error

    Hi
    While Dimension Building process in EPM 11 i am getting the below error:
    ERROR - 1042012 - Network error [32]: Cannot Send Data.
    ERROR - 1010003 - The data block size of database [Drxxxxxx] exceeds the limit [268435455].
    ERROR - 1241101 - Unexpected Essbase error 1010003.
    kindly suggest for above.

    I think the error describes the issue very well, your block size is a monster and you need to tame the beast :)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase studio deploy cube failed

    Hi,
    I'm try to deploy my first cube in essbase studio
    once I deploy the cube, I get the follwing error:
    The error file is located on the server at: H:\Oracle_EPM\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\.\ess_japihome\data\MStudio.basic_02-13-13_17-21-18.err
    Cannot join following sets of tables:
    1. [connection : \'ME'::'MLNX.GL_DATA', connection : \'ME'::'MLNX.LOCATION', connection : \ME::'MLNX.DEPARTMENT', connection : \'ME'::'MLNX.INTERCOMPANY', connection : \'ME'::'MLNX.ACCOUNT', connection : \'ME'::'MLNX.COMPANY', connection : \'ME'::'MLNX.PRODUCT', connection : \'Mellanox_txt'::'Scenario_M.TXT']
    2. [connection : \'Mellanox_txt'::'Version.txt']
    \\Record #8 - Illegal Smartlist Text: -408.33 (3385)
    -408.33
    \\Record #9 - Illegal Smartlist Text: -1044.39 (3385)
    -1044.39
    \\Record #15 - Illegal Smartlist Text: -1987.96 (3385)
    -1987.96
    \\Record #18 - Illegal Smartlist Text: -1275.04 (3385)
    however, I see on EAS the app with outline,
    without data .
    Thanks a lot
    Messi

    Are you trying to join to two text file data sources, if so I thought only self-joins were supported. Glenn will probably be able to confirm.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Ignore dimension build error Incorrect Parent For Member (3307)

    Hello,
    Is it possible to ignore the following error:
    Incorrect Parent [XYZ] For Member ABC (3307)
    The error appears because the member is in outline already. Is there a way to ignore that error?
    Thanks in advance

    The reason for the error is  you have multiple rows in your dimension build file with conflicting information.   One row says to associate the member with parent A and another row says to associate it with Parent B.   TimG's suggestion to set them ember to allow moves would get rid of the error, but the member will be associated with the last row in your data.   If you do not allow moves (as it appears you have) there is no way to turn off the error. In your case it is what I call a soft error, you know about it, but don't want to do anything about it.   I would suggest you clean up your data so it does not cause this issue. It is troublesome to me when the incoming data has this type of inconsistency and the solution is to ignore it

  • Essbase Dimension build error and Unable to Stop/Start Application

    Hi All,
    I am trying to build the dimendion in the ASO application it is throwing the Error meaasage " Dimension Biuld failed , ther may be problem in allocating memory".
    While i am trying to and Start/Stop my respective Application it is throwing the below error meaasge
    I tried to debug this issue by checking the Locked objects, and asked my Admin to close my sessions forcebully if any running and also checking all rules files . But i didn't get any clue/solution from them.
    Please help me out from this issue
    ***ess-dev.ASOAPP     Stop application     April 15, 2009 4:15:08 PM IST     Failed***
    ***Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.***
    ***     MaxL Command     April 15, 2009 4:40:52 PM IST***
    ***Error: 1053012: Object [Sample] is locked by user [ASDF]***
    ***Error: 1013100: User [ASDF] is Active on Database [Sample]***
    ***Error: 1013132: Cannot build dimensions. There are other active users on database [Sample]***
    ***Error: 1241101: Unexpected Essbase error 1013132***
    ***Error: 1053013: Object [Sample] unlocked by user [ASDF]***
    ***     MaxL Command     April 15, 2009 4:43:28 PM IST***
    ***Error: 1270040: Data load buffer [2] does not exist***
    Regards

    Hi,
    Thanks for your answer friend. My admin has successfully killed my session forcebully. And he doubted that i may not have enough rights to Stop/Start application and he provided me the required rights. After that also the error is repeating as below. we two are not getting where we went wrong.
    ss-dev.ASOAPP     Stop application     April 15, 2009 8:19:35 PM IST     Failed
    Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.
    Help me out from this issue

  • JCAPS 5.1.3 deployment profile BUILD error!

    Hello,
    I m getting this error while trying to build deployment profile, can anybody help me please???
    Annotation: Caught Compilation Error(s).
    Please fix before proceeding.
    com.stc.codegen.framework.model.CodeGenException
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateFiles(JaxRpcCodelet.java:493)
    at com.stc.wsclient.design.codegen.impl.WSClientCodelet.generateFiles(WSClientCodelet.java:530)
    at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.processCodelets(CodeGenFrameworkImpl.java:640)
    at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.process(CodeGenFrameworkImpl.java:1544)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:405)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:308)
    at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.traverseDeployment(DeploymentVisitorImpl.java:268)
    at com.stc.codegen.driver.module.DeploymentBuildAction.loadCodeGen(DeploymentBuildAction.java:923)
    at com.stc.codegen.driver.module.DeploymentBuildAction.access$1000(DeploymentBuildAction.java:174)
    at com.stc.codegen.driver.module.DeploymentBuildAction$1.run(DeploymentBuildAction.java:599)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
    Caused by: com.stc.codegen.framework.model.CodeGenException: JaxRpcException in generateBeans() of client JaxRpcCodelet
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateBeans(JaxRpcCodelet.java:1143)
    at com.stc.wsclient.design.codegen.impl.JaxRpcCodelet.generateFiles(JaxRpcCodelet.java:491)
    [catch] ... 11 more

    Hi,
    We have struggled with this error a couple of times in the past. I can't tell you an exact solution to the problem since we havn't found none.
    However, I think it's related to the usage of web services and I think we usually solved it by recreating the involved business process. Sometimes it helped just double clicking the small topic/queue -icon between the web service and the business process in the connectivity map.
    You can also have a look in the business process properties to see if you see something suspicious there (right click on the business process and select properties)..
    /Alex

  • Urgent - Dimension Build Error - Maxl Editor

    I have the following Statement<BR><BR>import database 'ASOmkv5'.'ASOmkv5' dimensions from data_file timedim using rules_file ASOmkv5 on error write to 'ASOmkv5_logfile';<BR><BR>I get the following Errors<BR><BR>Object [ASOmkv5] is locked by user [jtest]<BR>Object [57774682] is locked by user [jtest]<BR>Cannot access object: ASOmkv5.rul<BR>Object [57774682] is unlocked by user [jtest]<BR>Unexpected Essbase error 1030200<BR>Object [ASOmkv5] is unlocked by user [jtest]<BR> <BR><BR>

    I suspect that it is not finding your rules file.<BR><BR>Try modifying the line to add "server" as in <b><i>using server rules_file 'ASOmkv5' </i></b>, also, single quoting the filename is probably a good practice.<BR><BR>I'm always careful about using the "server" keyword when using any file from a source in the database directory. I work on a Windows server and have found that MAXL is sometimes a little erratic in parsing filenames. Escaping backslashes can be a particular problem.<BR><BR>In your example, I'd try the server file location first.

  • Dimension build error codes

    Does anyone have a list or know where I can find a list?
    I'm seeing 3307 and 3315 and need to figure out what that is causing them
    Thanks!

    Hi,
    There isn't a list for the dimbuild error codes that I know of. They don't even appear in the message.txt file that comes with the API install.
    Maybe if you paste the whole line of the error we might be able to help a bit more.
    Google found a couple of examples which might steer you in the right direction:
    \Record #234 - Property [FAC: Unknown | AMER] changes for member [FAC-1234 | AMER] not allowed (3315)
    \\Record #2 - Incorrect Parent [600-20] For Member [600] (3307)
    Gee

  • Network Error: Error connecting to Essbase Studio server

    Hi......I am able to login to almost all the apps (shared services, Web Analysis, FIR, Web Services etc) except EssBase Studio. When i try to login to essbase studio it says "error connecting essbase studio server"
    with detailed error "Network communication with the server failed. Check your network connection and try again.
    Connection refused: connect"
    Any idea?

    here is the log file
    0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for netezza.
    [2012-10-24T16:54:50.218+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.catalog.Catalog] [SRC_METHOD: initialize] Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make sure the server.properties file contains the correct information.[[
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine.
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:78)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:104)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:194)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:81)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:71)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1318)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:184)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:130)
         at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:209)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:289)
    Caused by: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establish connection to Oracle server.
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:283)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<init>(SQLConnection.java:1226)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection.construct(SQLConnection.java:450)
         at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:112)
         at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
         at com.hyperion.cp.server.QueueableTask.setMetadataConnection(QueueableTask.java:53)
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:61)
         ... 11 more
    Caused by: java.sql.SQLRecoverableException: ORA-01033: ORACLE initialization or shutdown in progress
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:397)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
         at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:448)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4CTTIoauthenticate.doOSESSKEY(T4CTTIoauthenticate.java:409)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:395)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
         at java.sql.DriverManager.getConnection(DriverManager.java:582)
         at java.sql.DriverManager.getConnection(DriverManager.java:154)
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:273)
         ... 17 more
    ]]

  • Network Communication Error in Essbase Studio

    Hi All,
    I added one property in server.properties file in Essbase studio with the below line
    server.essbase.streamingCubeBuilding=true
    After that I restarted the Essbase Studio services to get that property into effect which was available in the below mentioned path
    //MIDDLEWARE_HOME/user_projects/epmsystem1/BPMS/bpms1/bin/
    However after restarting the services,I am not able to conenct Essbase Studio and facing some below error;
    error connecting to essbase studio server
    Reson : Network Error
    Network communication with the server failed.Check your network connection and try again.
    Connection refused : connect
    Can someone help me out to resolve this issue
    Thanks,
    RV

    Issue is resolved.
    We need to restart the Essbase Studio services with Administration priveleges.
    Thanks,
    RV

Maybe you are looking for

  • Anybody has been able to add a video to iBooks Author?

    I followed the export instructions in the help but I always get the same error message: The media file "Untitled2.m4v" wasn't added. The file is an unsupported format. My video is in 1280x720 resolution. This is what I did to export my video: Convert

  • Configuring Receiver Adapter Mail for gmail

    Hi all, I'm having a problem with the Mail Adapter. I did a UDF for Dynamic Configuration in this way DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

  • Widgets 3.1 isuue

    Hi, I have installed and successfully connected Widgets 3.1 in the same BO Server and the Content Search is not working. There is no error, it simply does not find any content (keywords that, when searching them in the InfoView the system retrieves r

  • Calling stored procedures

    I am trying to call a stored procedure declared this way: PROCEDURE SP_GET_VAINFO (VA_LIST OUT NUM_ARRAY ,VA_CREDIT OUT NUM_ARRAY where NUM_ARRAY is: create type NUM_ARRAY as table of VARCHAR2(20) In the code I've used the function stmt.registerOutPa

  • Export - Import data , important

    Hi, Our systems: BPC 75 SP04, MS version (32 bits DEV server, 64 bits PROD server) I need help ASAP, finally I managed to "export data from server DEV - import this data to PROD" but there is an issue of corrupted data in my opinion, since only some