Essbase studio unicode character issue

Hi all,
We are facing issues in Essbase Studio when records with unicode character is encountered.
E.g. We have a field like City BUCUREȘTI with a unicode character. So when the record with this filed comes, it concatenates the part of the filed (City BUCURE) before the special character to the next record and the next record gets rejected. So we are seeing the below error in the logs :
\\Record #1060 - Incorrect Syntax For Member City BUCURECountry ZA     H668207     A676477
We are deploying it as Unicode application
Details : Source database : Teradata 13
Essbase - 11.1.2.2
We are using streaming mode and dynamic ODBC and deploying unicode application.
Has anybody faced this issue and can help me?
Many thanks.

Are you definitely sure that is not an issue with the syntax of the deploy command, are you saying the Maxl works when running it from the Essbase Studio Server?
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Essbase Studio Model Availability Issue

    Hi Essbase Studio Guru's,
    My Essbase studio is on a different Linux server from the server where I'm running my Maxl script to execute deploy all command. Maxl fails as it is not able to find the essbase studio model. The server I'm running Maxl is a part of the epmsystems in our environment. Can anyone please let me know if there is a way or a setting which can make the essbase studio model available from any of the server in the epmsystems.
    Thanks

    Are you definitely sure that is not an issue with the syntax of the deploy command, are you saying the Maxl works when running it from the Essbase Studio Server?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unicode character issue

    I am facing a peculiar problem. I am testing a site in my Safari 2.0.3 browser. Some of the unicode characters are not recognized (ie) their unicode values are not properly displayed. Those characters are 'v','w','x','y' and 'z'. Has it got anything to do with Browser?
      Mac OS X (10.4.6)  

    This is the html which i am using in Safari browser
    <html>
    <head>
    <title>Sample Page </title>
    </head>
    <script language="javascript" type="text/javascript">
    function check()
    if ( 0 != sample.password.value.replace(/[\u0000-\u007F]/g, '').length )
    alert(sample.password.value);
    alert(sample.password.value.toUpperCase());
    alert('not an ascii value');
    alert(false);
    } else {
    alert(sample.password.value);
    alert(' ascii value');
    alert(test);
    function onKeyPressBlockNumbers(e)
    alert("KEY PRESSED EVENT");
    alert(e.keyCode);
    var key = window.event ? e.keyCode : e.which;
    var keychar = String.fromCharCode(key);
    alert("Entered Character* " + keychar);
    reg = /\d/;
    if (keychar == 'v'||'w'||'x'||'y'||'z')
    keychar= keychar.toUpperCase();;
    alert("Modified Character* " + keychar);
    keychar = keychar.replace(/^[\u0041-\u007A\u00C0-\u00FF\u0100-\u017F]/g, 'v');
    alert("replaced Character * " + keychar);
    return !reg.test(keychar);
    </script>
    <body>
    <center>Please enter your user name and
    password</center>
    <form name = "sample" action="process2.html" method = "post" onsubmit="return check()" >
    <center>username</center>
    <center><input type = "text" name=
    "username"></center>
    <center>password</center>
    <center><input type = "password" name =
    "password" ></center>
    <center><input type="submit" name="Submit"
    value="Login"></center>
    </form>
    </body>
    </html>

  • Issue related to Unicode character compatibility

    Request for the help on the issue related to Unicode character compatibility with Oracle 11G R2 32 Bit DB.
    Issue description: I have created a Profile in my application and named it with Unicode characters(German\Russian\Latvian…. alphabets), while opening the profile its throwing an error message “Invoice profile cannot be found in database.”
    During the Oracle database installation I have selected the Database character set as Unicode UTF-8. As per our application guide it considers only the Database characterset and not the National character set.
    Let me know if I have to still do some additional settings with respect to this globalization settings.
    Thanks,
    Brij

    I don't know what the application does, so I don't also know the profile role and what - exactly - can't be found in the database. At least 'a invoice profile' is not a native Oracle object.
    So it's not possible to analyze the application problem.
    On the database side characterset UTF8 (although I would prefer the 'newer' AL32UTF8 characterset) is appropriate in a globalized environment. What to do in the interaction between application and database - that depends highly on the application itself.
    Werner

  • Issue with Drill Through Reports in Essbase Studio.

    Hi,
    we are using essbase studio to drill through to the source table in Oracle.In drill through definition the query is like , select * from source where (Project IN ($$PROJECTS-VALUE$$)). Project column is located in source table and PROJECTS-VALUES are located in Essbase under project dimension and we will select the values in smart view. we are using smart view to check drill through reports.In smart view, If i select one member at gen-2 level which contains 1450 level-0 members,It is saying as error in executing the report in line 1972. Is there any limitation with IN condition , such that oracle takes only limited values like count of 999.we are facing issue only at gen-2 of project and it is working good from gen-3.
    Please let me know is there any kind of certain limitation.

    It is possible you are overloading the parser. If the projects table/view is a recursive join, when Studio creates the $$Project-value$$ is actaully returns all the level zero members under the member selected(at least in 11.1.2.X. If the list is huge, it might have problems. I would open an SR to see if there is a limit. It might be number of characters or values

  • Essbase Studio- DTS Issue 11.1.2.1

    Hi Everyone,
    A few months ago, we built our cube through Essbase Studio so that we could allow drill through reports on the cube.
    We set Dynamic Time Series on our PERIOD dimension at the Year and Quarter Level.
    Our hierarchy looks like this:
    PERIOD
    |--BEGBALANCE
    |--YEARTOTAL
    |--|--H1
    |--|--|--Q1
    |--|--|--|--APR
    |--|--|--|--MAY
    |--|--|--|--JUN
    |--|--|--Q2
    |--|--|--|--JUL
    |--|--|--|--AUG
    |--|--|--|--SEP
    |--|--H2
    |--|--|--Q3
    |--|--|--|--OCT
    |--|--|--|--NOV
    |--|--|--|--DEC
    |--|--|--Q4
    |--|--|--|--JAN
    |--|--|--|--FEB
    |--|--|--|--MAR
    In Studio, we built this dimension as a recursive hierarchy and NOT level based.
    Our settings are Time (DTS) however we can only choose generation 1 or 2 and cannot put it at gen 2 and 4 where it should be.
    We set it as a dense dimension, no two pass, and label only and no formulas or UDAs.
    When we run a smart view query with dynamic time series for October (for example), we get an error message [cannot perform cube operation.null].
    My coworker then converted the recursive hierarchy to level based just for testing purposes (because we thought the issue was that we built a recursive hierarchy and could only set DTS at gen 1 or 2). After building the hierarchy as level based, we hit the same issue regardless of whether we set the DTS at level or generation.
    I am just wondering if anyone has run into this issue before and has a resolution. We are running 11.1.2.1 for version. We have an SR logged with Oracle as of a couple of months ago and they told us they would have a resolution in a week since they were able to duplicate the issue. We have escalated the SR numberous times and have not received a solution yet.
    I appreciate your help,
    Thanks,
    Daniel

    I have run into the exact same problem. Did you ever get a resolution? I have also logged a support call so would be interested to know if it is resolved.
    Thanks
    Steve

  • Issue in XOLAP model through Essbase Studio

    Hi all,
    I am facing a issue in XOLAP (ASO) cube created by Essbase studio. Actually when i am fetching the data at higher level of all dimension it is showing the aggregated data. But at lower level it is not showing any data. Any body any idea about it.
    Thanks

    if iam not wrong ur the same who posted this >>Question looks exactly same
    XOLAP - Level Zero Details not displayed

  • Configuration issue : Oracle Essbase Studio Server

    Hi,
    What going wrong here? Please advice...
    C:\Hyperion\products\Essbase\EssbaseStudio\Server\server_prod.log
    20:44:06 05/13/10 INFO Starting up
    20:44:06 05/13/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    20:44:14 05/13/10 (system) WARNING Failed to load driver for sap
    20:44:14 05/13/10 (system) SEVERE Cannot load Teradata connector
    20:44:14 05/13/10 (system) WARNING Failed to load driver for teradata
    20:44:14 05/13/10 (system) WARNING Failed to load driver for mysql
    20:44:14 05/13/10 (system) WARNING Failed to load driver for netezza
    20:44:15 05/13/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
         at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
         at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    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:494)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table ORCL.ADVWORKS.CP_NONE_TRANSACTIONS found
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more

    Hi
    Thanks,
    I able to connect after changing the catelog username which point to wrong one in server.properties.
    But now Essbase Server got failed. Can you help
    Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started.
    EssabaseServerChecker
    Error: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Check application is started.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.

  • Essbase Studio Performance Issue : Data load into BSO cube

    Hello,
    Having succesfully built my outline by member loading through Essbase Studio, I have tried to load data into my application again with Studio. However I was never able to complete the data load because it is taking forever. Each time I tried to work with Studio in streaming mode (hoping to increase the query speed), the load gets terminated due to the following error : Socket read timed out.
    In the Studio properties file, I typed in, oracle.jdbc.ReadTimeout=1000000000, but the result has not changed. Even if it did work out, I am also not sure the streaming mode is gonna provide a much faster alternative to working in non-streaming mode. What I'd like to know is, which Essbase settings I can change (either in Essbase or Studio server) in order to speed up my data load. I am loading into a Block Storage database with 3 Dense, 8 Sparse and 2 attribute dimensions. I filtered some dimensions and tried to load data to see exactly how long it takes to create a certain number of blocks. With ODBC setting in Essbase Studio, it took me 2.15 hours to load data into my application where only 153 blocks were created with the block size of 24B. Assuming that in my real application the number of Blocks created are going to be at least 1000 times more than this , I need to make some changes in settings. I am transferring the data from Oracle Database, with 5 tables joined to a fact table (view) from the same data source. All the cache settings in Essbase are in default mode. Would changing cache settings, buffer size or multiple threads help to increase the performance? Or what would you suggest that I should do?
    Thank you very much.

    Hello user13695196 ,
    (sorry I no longer remember my system number here)
    Before it comes to any optimisation attemps in the essbase (also Studio) environment you should definitily make clear that your source data query performs well at the oracle db.
    I would recommand:
    1. to create in your db source schema a View from your sql statement (these behind your data load rule)
    2. query against this view with any GUI (Sql Developer, TOAD etc.) to fetch all rows and measure the time it takes to complete. Also count the effected (returned) number of rows for your information and for future comparing of results.
    If your query runs longer then you think is acceptable then
    a) check DB statistiks,
    b) check and/or consider creating indexes
    c) if you are unsure then kindliy ask your DBA for help. Usually they can help you very fast.
    (Don't be shy - a DBa is a human being like you and me :-) )
    Only when your sql runs fast (enough for you; or your DBA says is the best you can achieve) at the database move your effort over to essbase.
    One hint in addition:
    We had often problems when using views for dataload (not only performance but rather other strange behavior) . Thats the reaons why I like more directly to set up on (persistence) tables.
    Just to keep in mind: If nothing helps create a table from your view and then query your data from this table for your essbase data load. Normaly however this should be your last option.
    Best Regards
    (also to you Torben :-) )
    Andre
    Edited by: andreml on Mar 17, 2012 4:31 AM

  • Essbase Studio Issue

    Hello Experts,
    I am new to Essbase Studio.
    I have a few applications created in the AAS Console. Is it possible to view the created applications in Essbase Studio? If yes, please suggest the steps.
    Thanks in advance.
    Regards,
    Sudhir

    Have you read the introduction and user guide to studio > http://download.oracle.com/docs/cd/E12825_01/epm.111/est_help/frameset.htm?ch02s01.htm
    You can open EAS from within Studio. Though Studio is not really designed for editing existing essbase applications. You need to compare studio to EIS not EAS.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issue with Oracle Essbase Studio

    Everytime I startup Essbase Studio Console, it report error retrieving children for root. How to solve it.
    [http://photos.bravenet.com/389/104/449/4/6359232B64.jpg]

    increasing the memory have a read of section "Configuring Virtual Memory" - http://download.oracle.com/docs/cd/E17236_01/epm.1112/est_user.pdf
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Studio issue report : can't load package 'util'

    22:45:16 10/30/08 INFO Starting up
    22:45:16 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:45:17 10/30/08 INFO Listening on *:3000
    22:45:18 10/30/08 (system) WARNING Root folder for flat datasource files C:\Hyperion\products\Essbase\EssbaseStudio\Server\.\datafiles has been created
    22:45:18 10/30/08 (system) WARNING Failed to load driver for sap
    22:45:18 10/30/08 (system) WARNING Failed to load driver for mysql
    22:45:18 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:18 10/30/08 (system) WARNING The content of the catalog will be erased in 5 seconds due to the changes in the DB schema
    22:45:23 10/30/08 (system) WARNING No permissions to clear the catalog. The catalog has not been erased
    22:45:25 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:28 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@c7539 via com.hyperion.cp.util.JettyLogger
    22:45:28 10/30/08 INFO jetty-6.0.1
    22:45:28 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080
    22:46:24 10/30/08 INFO Shutdown completed
    22:46:32 10/30/08 INFO Starting up
    22:46:32 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:46:34 10/30/08 INFO Listening on *:3000
    22:46:34 10/30/08 (system) WARNING Failed to load driver for sap
    22:46:34 10/30/08 (system) WARNING Failed to load driver for mysql
    22:46:35 10/30/08 (system) INFO Exploration time(sec): 1
    22:46:35 10/30/08 (system) WARNING Error during call of the procedure 'start actions' from the package 'util'
    -------------- Exception --------------
    com.hyperion.cp.vm.VmException: cannot load the package 'util'
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:529)
         at com.hyperion.cp.vm.VmOperatorPath.verify(VmOperatorPath.java:48)
         at com.hyperion.cp.vm.VmControlStatement.verifyCallStatement(VmControlStatement.java:532)
         at com.hyperion.cp.vm.VmControlStatement.verifyAndRunControlStatement(VmControlStatement.java:95)
         at com.hyperion.cp.vm.VmParseTree.verify(VmParseTree.java:428)
         at com.hyperion.cp.vm.VmTask.runCode(VmTask.java:303)
         at com.hyperion.cp.cpl.CplCompilerVm.compileMeAndRun(CplCompilerVm.java:149)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:109)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1299)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:166)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:128)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: com.hyperion.cp.cpl.CompilerException: Compiler result: 5 error(s)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:189)
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:524)
         ... 11 more
    Caused by: com.hyperion.cp.cpl.CompilerException: Syntax error near 'nding'. Line = 733 Column = 1
         at com.hyperion.cp.cpl.CplParser.syntax_error(CplParser.java)
         at java_cup.runtime.lr_parser.parse(lr_parser.java:595)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:185)
         ... 12 more
    22:46:35 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@164bff9 via com.hyperion.cp.util.JettyLogger
    22:46:36 10/30/08 INFO jetty-6.0.1
    22:46:36 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080

    Did you fix the problem? What was the solution? Thanks in advance.

  • How to Clear Deployment History in Essbase Studio 11.1.2

    Hi All,
    I was unable to export the entire catalog in Essbase Studio 11.1.2.So,I posted the issue with Oracle Support and got reply as follows
    "found the failure for the export of entire catalog could be related to a large deployment history. In this case there are two options for 11.1.2.0.00 release
    1. Try to increase memory setting but on Windows 32-bit platforms ensure it should be below the maximum setting of 2048 MB.
    2. If it doesn't help, please try to clean-up deployment history."
    Which setting I have to increase
    (or)
    How to clear the deployment history for a Cube Schema Model.Thanks in Advance
    Regards,
    SatyaB

    increasing the memory have a read of section "Configuring Virtual Memory" - http://download.oracle.com/docs/cd/E17236_01/epm.1112/est_user.pdf
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while deploying Essbase studio

    Hi All,
    I need some help with the studio deployment error. I have created a bat script to run Maxl which will deploy essbase studio, then create some user defined measures using rules files and then calculation.
    When I ran the batch script first time, it was successful. Now its giving me the following error :
    BPM Connect Status: Success
    Failed to deploy Essbase cube.
    Caused by: Cannot begin incremental build. Essbase Error(1007151): Wrong incremental dimension build sequence
    BPM maxl deployment ...failure.
    Please help
    Thanks

    There is no issue for BSO cubes. Internally the BSO outlines are different from ASO cubes and this restriction does not appear in them. For ASO cubes, the problem is caused by deleting and readding dimensions. If you do incremental builds on dimensions, you will not have the 255 dimension issue, but the ASO outline will still grow. So the compaction utility in EsscmdQ is still valid for that.

  • 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

Maybe you are looking for

  • Premiere, After Effects, Speedgrade, Media Encoder and... the dynamic link

    My feeback after working with the dynamic link these days. Basic project. Editing, color correction, animated titles. I'm using a 3.5Ghz iMac 24GB Ram and a GTX 780 4GB. (2014 versions & last updates). Rendering the timeline in Premiere is sometimes

  • Forms save message problem!

    Um working in forms 9i. I have set SeprateFrame = True in the configuration file, so that the forms applet opens up in a new window. Now there are two BROWSER windows...one, in which user types the URL of the Forms server and Second, in which the for

  • Replace non ascii characters

    I have a person that is called "josée". I need "JOSEE" to be inserted into the database, not "JOSéE". I also have a person called "jürgen". I need "JURGEN" to be inserted into the database. Is there a way to do this ? (replace the non-ascii characte

  • Why does firefox open after i uninstalled it and installed google chrome

    i uninstalled firefox, then installed google chrome. often i will be on chrome and firefox opens a window with porn sites and multiple tabs. how is this possible after being uninstalled. and this only happens on my girlfriends desktop. On mine i dont

  • Could someone help me at all?  Upgrading to 7.5...but wrong operating syste

    So I have Windows 2000 at the office, and can't download anything new without 7.2 or higher...and of course 7.5 is available now, and you cant make it work without XP or Vista...is there anyway around this? Is there anyway to get 7.2 still? I know my