Chinese Character  Problem in Essbase Integration Service & Oracle9i

I installed oracle9i on windows2000,which character set is SIMPLIFIED CHINESE_CHINA.zhs16cgb231280. And I installed Essbase Integration Service 6.5.4 on HP-UNIX server. I designed an OLAP Model in Integration Services Console and I defined some dimensions name using chinese characters. When I saved the model, the chinese characters I inputed is saved as some question marks(?) in the tables in oracle 9i. After I loaded the dimension data which include the chinese charaters, the dimension data which is chinese characters also displayed question marks in the EIS console. I have added the variable NLS_LANG="SIMPLIFIED CHINESE_CHINA.zhs16cgb231280" in the .profile, but it did not work either. How can I solve this problem? Can I do any configuration on EIS files to solve this problem? Would you please help me? Thank you very much!

Check for SETLOCALE in EIS<BR>SETLOCALE <LANGUAGE_TERRITORY.CODEPAGE@SORT><BR>SETLOCALE .UTF8@default<BR>this might help you.

Similar Messages

  • IS Error Member load terminated with error in Essbase Integration Services

    Hi all,
    Please help!
    When i am trying to build the outline of a cube using Essbase Integration Services 9 it gives me the following error:
    IS Error Member load terminated with error
    Any replies - appreciated.
    Thanks in advance.
    Avishek Sarkar.

    Hi Avishek,
    Can you please post the EIS log contenets when error is coming? Also what are the options are you selecting when loading members?
    Atul K,

  • Essbase Integration Services Not Starting

    Hi All,
    I am using EPM 11.1.2.1 and unable to start the Essbase Integration Services. When I started the services from services.msc, I got the below error:
    Windows could not start the Hyperion Integration Services on Local Computer.
    For more information, review the System Event Log. If this is a non-Microsoft service, contact the service
    vendor, and refer to service-specific error code 0.
    Event ID 7024
    What could be wrong with it / Does someone could help me ?
    Thanks,
    Alvaro

    To whom it may concern......
    1. Check in Windows Task Manager for the 'olapisvr.exe' process, and if it's running stop it.
    2. Start the EIS Service Windows Services (Service.msc) as normal.
    EIS started sucessfully...
    Thanks

  • Create new user for Essbase Integration Services

    Hi,I have two users witch creates olap models and metaoutlines.So I would like to create new user at Essbase Integration Services. How to create new user at Essbase Integration Services level?My system:Essbase Server 6.5.1Essbase Integraion Services 6.5.1Essbase Administration Services 6.5.1Thanks,Grofaty

    A user at EIS level is actually a user set up on the relational catalog where your olap models/metaoutlines are stored. For instance if you got to the OLAP model properties dialog and the General tab you can see the owner here is the user you use to connect to your catalog. You can also prevent other users from accessing models not owned by them by setting the security option from the drop-down list on this tab.Mark Rixon www.analitica.co.uk

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Get Chinese Character Problem

    Hi,
    i'm facing a problem when i try to get the Chinese word from database. It should display "�W��������" rather then "?????".
    i tried to change the page encoding from "UTF-8" to "GB2312" but it still doesn't work.
    Anyone have any idea on this?
    Thanks.
    null

    Hi,
    I have no problem with getting the chinese character in my localPC with the following code.
    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    But when i upload it to linux server and access it in my local PC, i found the same problem occured. So, i added
    request.setCharacterEncoding("UTF-8");
    As i need to pass this value to another page, so i encode it by using URLEncode like below before go to the other page :-
    artistName = java.net.URLEncoder.encode(artistName,"UTF-8");
    Anyone can help me on this?
    Thanks
    null

  • Essbase Integration Services problem.

    Hi All,
    Thanks in advance.
    I have access to only EIS Console through Citrix.
    When I start EIS Console, after first loginwindow, it is throwing the error like " Server is not running, make sure that this is running" like so. As i think this is for EIS server. I m getting the console but unable to connect.
    Now my Question is : Can we start the EIS Server through EIS Console. If there is any way PLease tell me.
    Thanks
    Shiv

    You can't start EIS from the console. It should be running as a service on the server. If it stops (which happens more than I like) it must be restarted on the server. When I am in a production environment, when we are using EIS part of my process stops and restats the service before doing my EIS loads. It has saved me a bunch of problems. After stopping and after starting the service I use a sleep command to give it time to stop and start.
    If you don't have access to the server, you will have to get someone who does to recycle the service

  • Chinese character problem in clob filed,repost,pls Help!

    Hi all,
    We are developing a web-based information system,on Oracle 9i database Release 2 on a AIX platform,the Character set is ZHS16GBK(UTF-8).
    And OC4J is the web server we are planning to use,but installed on another AIX machine,the web page retriving data from a table with clob field,it is not correctly work,only English text can be displayed correctly,Chinese text is shown as '??????????????',other fields with Chinese is correct.
    But when we deployed the project from JDev to oc4j on a windows platform,everything is OK!
    I tried to set enviroment variable on NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK,LANG=zh_CN,but it still doesn't work.
    Please advise!
    Thanks!

    Check for SETLOCALE in EIS<BR>SETLOCALE <LANGUAGE_TERRITORY.CODEPAGE@SORT><BR>SETLOCALE .UTF8@default<BR>this might help you.

  • Preview Chinese Character Problem

    Hi expert,
    I face a problem in smartforms, the problem is the Chinese char that I used it not show properly..
    It looks like the Char all is combine together but when I print it out, all is fine.

    If you have taken care of the two settings at windows and sap as shown below you should not face any problem.
    Windows->Settings>Control Panel>Regional and Language Option>Language Tick both the checkboxes over there.
    SAP->Customizing of local layout[nothing but last button of the toolbar at sap screen->Option--->I18N (Activate Multibyte Function Support)
    And then try to logon in SAP and use your transaction.
    I think you will not be able to see in print preview stage just take a print out and then check.

  • Crystal XI Chinese Character Problem

    Hello,
    I have a report that is out a notes section that may, or may not, contain Chinese characters. This report is loaded from SQL, and is displayed as an RTF field.
    When I view the report using Cyrstal Reports the Chinese characters appear correctly. But when I export out the report to PDF using the built in exporting tool, some of the letters appear as boxes (the majority of them appear just fine, its just certain ones).
    On the other hand if I print out the report using CutePDF, everything appears fine.
    Any thoughts on what could be causing this?
    Thanks,

    On the other hand if I print out the report using CutePDF, everything appears fine.
    Check the tool you are using, use the one that works, not a CR issue.

  • Display chinese character problem

    i have a page which have some text box for user input the text and then do searching, but i need retain the text which user input previsous, when the user input the chinese text and click submit button then the result show correctly, but the input box cannot show the chinese word after submit. i use the utf-8 encoding, and if i use request.setCharactEncoding("UTF-8"), that can show the chinese word in text box after submit, but cannot search the result. how to fix it, thanks!

    check reply #6 of this thread:
    http://forum.java.sun.com/thread.jsp?forum=45&thread=515202
    There is a test JSP code. This works for me, so see what you're doing different.

  • Essbase integration services

    Hi Techies,
    Good Morning to all.
    I am working on EIS 9.3.1 version.
    Just i have quetion to all of my friends.
    Already i am having one olap model & metaoutline & data loaded successfully & that project got completed.
    Now new requirement like they want to load the data in the same existing cube from different datasource (SQL).
    Is it possible?? there is any other way??
    Please suggest me ...
    Thanks in advance.

    If you dont need to change the essbase structure to accept the data from the another datasource.
    You can directly load the data into essbase using SQL connection and rule file from the EAS itself.
    Note:
    Check the data which you are trying to load from another source is overwriting any thing which is already exists in the cube.
    Best solution:
    Club both the fact tables into a single
    Do the necessary changes to the dimension tables so that resultant essbase will accept the complete data.
    Build a single OLAP model to map and load the both data sources.

  • Essbase Integration services(EIS)

    Hi All,
    Please can any one explain me what is EIS ? How it is related to Essbase? I have a EIS product license, but i want to know where it is installed in the Unix environment? How to find it. Is it related to drill through? We have few Essbase spreadsheet tools , is it related to that? Please provide information of it....
    Is EIS is a product that acts a link between spreadsheet and essbase database?

    Hi Glenn thanks for your prompt response.
    I have a document which details the installation of Essbase version 5.02 p10 for Application Manager and Excel Add In and Essbase version 5.01 p9 for the SQL Drill Through on a user's PC under XP.
    It also details the procedure to install the Essbase, Aged Debt and Trial Balance Toolbars and how to install the necessary ODBC Drivers.
    In that document am not able to find EIS product. Is it some thing running background in unix server?
    But user use, spreadsheet to connect Essbase and to some applications in the server. We also have some application toolbars which i mentioned above is it related to EIS?
    I have gone through the document you mentioned, but in that it was refering a olapisvr.log file. But in server am not able to locate it.
    Your help and guidance will be more helpful.

  • Essbase Integration Services Error Logic Implementation

    Hi All,
    We are using EIS for Member Load activity and populating the outline to Essbase for the cubes.
    As part of this process we have the cbs file and bat script and we initiate the bat script for this activity.
    Now, i want to see the Failure and Success of the Member Load into some other file and send a message for Success or Failure..
    Moreover, i see the word 'synchronously' as part of success in general.
    Did anyone implemented this anytime? If so kindly let me know how i need to check for the failures or Success
    and will try to implement the same
    Any help would be deeply appreciated...
    Thanks...

    This is a known issue in the EIS Version 11.1.1.3 and is fixed in EIS 11.1.2.1

  • EIS/AIS [Essbase Integration Service] and SHARED SERVICES

    I got the following error message when trying to get Shared Services Connection with integarion server:
    Error -1: Contact your AIS administrator because the Java runtime
    environment may not be set appropriately on the server machine…
    Exception in thread "main" java.lang.NoSuchMethodError:
    com.hyperion.interop.lib.Repository.createProject
    (Ljava/lang/String;Ljava/lang/String;)Lcom/hyperio n/interop/lib/ProjectResource; at eieapi.eieapis.createProject(eieapis.java:150)
    can you help me how to reslove this issue...

    "Lcom/hyperio n/interop/lib/ProjectResource;"
    ^-- did you create a variable that contains a blank space? --> "hyperio n"

Maybe you are looking for

  • What is difference between Weblogic and OSB

    Hi, The title says it all. What is the difference between Oracle WebLogic and Oracle Service Bus? Assuming both products are part of the Oracle strategy, when would I use each product? I am really struggling as I cannot find a link with this informat

  • Error message: "Attempt to capture video without a video device selected."

    When trying to log and capture, I'm receiving the following error message: "Attempt to capture video without a video device selected. Please select a video device in your capture presents and try again." In Capture Presents under DV NTSC 48 kHz it sa

  • Table not showing up

    Hi, guys! I'm experimenting with my first css layout. If you check the page in IE it looks perfect, but in FF it doesn't... before I go any further, can someone tell me what I'm doing wrong, please? http://www.formypets.net/

  • Update on Mac : InDesign not installed ?

    Hello, I purchased yesterday InDesign CS4 Middle-Eastern edition, for Macintosh. It installed fine, registered fine, works fine, but I am unable to update to version 6.0.2 (the latest version). Both the automatic update and the manual update fail. Th

  • Form.Location being ignored on second monitor

    Hi all! I have a form, and I'm trying to set the Location to a saved (previous) location. It seems to work fine for the primary monitor, but it is completely ignored for the secondary monitor, and the window is instead being places in the center of t