Member names not visible in ASO database

Hi,
I created a metaoutline in EIS to load an ASO cube.
I was trying to load members from EIS and the member load was completed successfully.
When i checked the cube from Essbase Admin console, i can see that the outline has been created but the member names are not visible in the outline - the weirder thing is that the aliases and formulae of members are visible in the outline.
What could be the possible cause for this behaviour?
Thanks,
Rahul.

Hi,
Do you guys have an idea as to why this could be happening? I'm trying to tune some BSO cubes which run for hours together and trying to convert them to ASO but am stuck at this point!
Thanks,
Rahul.

Similar Messages

  • How to compare substitution variable name to static member names (not data)?

    Is there a way to write a BSO member formula that compares a substitution variable against the name of a static member (not the data value of the member)
    For example, I have a BSO database that has the sub variable &CurrMth (which is set the real current month), and I am trying to use it in the Q1/Q2/Q3/Q4 member formulas
    IF(&CurrMnth <> "Jan" AND &CurrMnth <> "Feb")
       "Mar";
    The intention of the above is: if &CurrMnth is neither Jan nor Feb, then the Mar value will be used. However, the system is actually comparing the values of &CurrMnth and Jan/Feb, rather than the names/text string of "Jan"/"Feb".
    I have been looking around the tech references, but I was unable to find any functions that will compare the text strings of member names as they all appear to compare against the data itself.
    Please let me know if there are any ways to compare the member names themselves in a member formula, not the data values.
    Thanks!

    Thanks Celvin, that looks like it works!
    However, I do need to do the same function in the equivalent quarter members in our ASO cube as well. Do happen know know if there's a similar MDX function I could use in the ASO cube to acheive the same result? I was using the following to achieve this in ASO (which obviously did not work):
    IIF([Time Periods].[Jan] <> &CurrMth AND [Time Periods].[Feb] <> &CurrMth,
       [Mar],

  • EPMA File Generator not working on ASO database

    Greetings, a colleague of mine is having trouble using file generator in EPMA on an ASO database with MDX formulas. He is getting an error, unrecognized application type Essbase (ASO). He used on 11.1.1.3 and, 11.1.2.2. I know there was a defect in 11.1.1.3 that should have been resolved in 11.1.2.2 and, apparently it hasn't. Has anyone else come across this issue? Please advise. Thanks.

    The problem was introduced during the CF 7.01 update. I
    understand that the
    7.02 update fixes the issue.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "JTuran" <[email protected]> wrote in
    message
    news:f0lhv9$1p9$[email protected]..
    >I have recently set up an Access database on my local
    coldfusion server.
    >When
    > I go to the application panel and go to the 'databases'
    tab, I can see a
    > list
    > of my databases just fine. The problem is that, when I
    open the
    > individual
    > tables of a database I've created, the files show up as
    the path to the
    > file
    > and not the file name as it normally should. For
    example, I'm working
    > through
    > a lynda.com tutorial and have build a database called
    'teacloud'. When I
    > open
    > the teacloud tables in Dreamweaver, they should show the
    individual names
    > of
    > the tables, like the following:
    >
    > Products
    > ProductTypes
    > Reviews
    > Users
    > UserTypes
    >
    > Instead, I get the following:
    >
    > C:\CFusionMX7\wwwroot\database\teacloud.Products
    > C:\CFusionMX7\wwwroot\database\teacloud.ProductTypes
    > C:\CFusionMX7\wwwroot\database\teacloud.Reviews
    > C:\CFusionMX7\wwwroot\database\teacloud.Users
    > C:\CFusionMX7\wwwroot\database\teacloud.UserTypes
    >
    > How do I get rid of the file path structure to where
    Dreamweaver simply
    > shows
    > the Table name only? This is very annoying, as it
    prevents me from being
    > able
    > to see the individual table names in many of the
    functions within
    > Dreamweaver.
    >

  • Column names not visible in JTable

    Hello everyone,
    i have an Object array columns that i pass to the constructor of JTable, but for some reason the column names are not visible in my table.
    private final Object[] columns = {"Zeit", "Termin"};
    private Object[][] rows;
    //the next line fills the two-dimensional rows-array
    fillRows();
    //here the constructor
    JTable table = new JTable(rows, columns);
    table.setColumnSelectionAllowed(false);
    table.setDragEnabled(false);
              table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
    TableColumnModel colModel = table.getColumnModel();
    TableColumn column = colModel.getColumn(1);
    column.setCellRenderer(new BookedCellRenderer(new int[] {3,4}));What are possible reasons/sollutions for this problem?

    Gosh, thanks! Usually i always use a jscrollpane for
    jtables and was about to use it too, but i got
    confused because of the headers when i tried to see
    whether the data in the table was right.You're welcome. The JTableHeaders object can be displayed in, say,
    the NORTH part of a BorderLayout while the JTable itself is displayed
    int the CENTER part. You can even display the headers SOUTH of
    the table itself if you like. A JTable object is quite flexible.
    kind regards,
    Jos

  • New mail messages not visible--"detected corrupt database" related?

    I am using Mail.app and an iPod Touch with an Exchange server (Intermedia). All of a sudden in the last few days, recent mail on the server is not visible using Mail.app or the iPod Touch. I have deleted the mail accounts on both devices twice and done an entirely fresh download of all mail on both, and the problem persists.
    Mail in the Inbox is visible. However, if I move an Inbox message to, say, Archive or Travel, then it becomes invisible--even though it is intact on the server and in its proper location there.
    I have also repaired permissions and run sudo daily/weekly/monthly maintenance processes, to no avail.
    In the console, I see the following error message. Could this be related and is there a way to fix it?
    Jul 17 11:14:36 xxx-xxxx-macbook Mail[108]: ISyncDataDirectoryCorruptedException: detected corrupt database while executing delete from Record
    Thanks for any help.
    Message was edited by: RKNYC

    Update: all messages are viewable in Entourage Exchange Web Services 2008, but not in Apple Mail, or in Mail on my iPod Touch, or after a new download of all mail on another Mac in Mail.app. Why is Entourage able to see all the messages while all the Apple Mail clients are missing them?

  • MDX Query - how to display member name not alias

    <p>Hello,</p><p> </p><p>I have a number of mdx queris that i am running through thecommand prompt. The query output is displaying the member aliasinstead of name does anyone know how i can change this.</p><p> </p><p>My query looks like this</p><p> </p><p>SELECT NON EMPTY<br>{[AUM_CBAL]} ON AXIS(0),<br>{[Product].levels(0).members} ON axis(1),<br>{[Calendar].ME20050630} ON axis(2),<br>FROM AUM.Aum</p><p> </p><p>Thanks!!</p><p> </p><p>Ranee</p><p> </p>

    Assuming that you mean essmsh: this is a setting you can change. the command to change is:<BR><BR>alter session set dml_output alias off ;<BR><BR>Not sure if you can change this in EAS<BR><BR>HTH

  • SENDING REPORTS O/P THRU E-MAIL: ATTACHMENT NAME NOT VISIBLE

    Hi,
    I have created a report program which will convert report o/p to excel sheet and send the attachment to the mail id provided in the selection screen. Here in this case the mail is going perfectly, and the attachment also but the problem is the attachment name is not visble.
    From the program it is expected that the attachment name is delivery.xls. but in the mail it is showing only .xls...
    here is the code I used. Please correct me...
    REPORT  ZRAM.
    TABLES: LIPS.
    DATA: BEGIN OF IT_LIPS OCCURS 0,
            VBELN LIKE LIPS-VBELN,
            POSNR LIKE LIPS-POSNR,
            MATNR LIKE LIPS-MATNR,
            WERKS LIKE LIPS-WERKS,
          END OF IT_LIPS.
    DATA:   it_message TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0
                    WITH HEADER LINE.
    DATA:   it_attach TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0
                    WITH HEADER LINE.
    DATA:   t_packing_list LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
            t_contents LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            t_receivers LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
            t_attachment LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            t_object_header LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            w_cnt TYPE i,
            w_sent_all(1) TYPE c,
            w_doc_data LIKE sodocchgi1,
            gd_error    TYPE sy-subrc,
            gd_reciever TYPE sy-subrc.
    SELECT-OPTIONS: S_VBELN FOR LIPS-VBELN.
    PARAMETERS : P_EMAIL TYPE somlreci1-receiver lower case DEFAULT
    '[email protected]'.
    SELECT VBELN POSNR MATNR WERKS
           FROM LIPS INTO TABLE IT_LIPS
           WHERE VBELN IN S_VBELN.
    PERFORM build_xls_data_table.
    perform populate_email_message_body.
    Send file by email as .xls speadsheet
      PERFORM send_file_as_email_attachment
                                   tables it_message
                                          it_attach
                                    using p_email
                                          'Delivery details'
                                          'XLS'
                                          'delivery'
                                 changing gd_error
                                          gd_reciever.
      Instructs mail send program for SAPCONNECT to send email(rsconn01)
      PERFORM initiate_mail_execute_program.
    *&      Form  BUILD_XLS_DATA_TABLE
          Build data table for .xls document
    FORM build_xls_data_table.
    CONSTANTS: con_cret TYPE x VALUE '0D',  "OK for non Unicode
                con_tab TYPE x VALUE '09'.   "OK for non Unicode
    *If you have Unicode check active in program attributes thnen you will
    *need to declare constants as follows
    class cl_abap_char_utilities definition load.
    constants:
        con_tab  type c value cl_abap_char_utilities=>HORIZONTAL_TAB,
        con_cret type c value cl_abap_char_utilities=>CR_LF.
      CONCATENATE 'VBELN' 'POSNR' 'MATNR' 'WERKS'
             INTO it_attach SEPARATED BY con_tab.
      CONCATENATE con_cret it_attach  INTO it_attach.
      APPEND  it_attach.
      LOOP AT it_LIPS.
        CONCATENATE IT_LIPS-VBELN IT_LIPS-POSNR
                    IT_LIPS-MATNR IT_LIPS-WERKS
               INTO it_attach SEPARATED BY con_tab.
        CONCATENATE con_cret it_attach  INTO it_attach.
        APPEND  it_attach.
      ENDLOOP.
    ENDFORM.                    " BUILD_XLS_DATA_TABLE
    *&      Form  SEND_FILE_AS_EMAIL_ATTACHMENT
          Send email
    FORM send_file_as_email_attachment tables pit_message
                                              pit_attach
                                        using p_email
                                              p_mtitle
                                              p_format
                                              p_filename
                                              p_attdescription
                                              p_sender_address
                                              p_sender_addres_type
                                     changing p_error
                                              p_reciever.
      DATA: ld_error    TYPE sy-subrc,
            ld_reciever TYPE sy-subrc,
            ld_mtitle LIKE sodocchgi1-obj_descr,
            ld_email LIKE  somlreci1-receiver,
            ld_format TYPE  so_obj_tp ,
            ld_attdescription TYPE  so_obj_nam ,
            ld_attfilename TYPE  so_obj_des ,
            ld_sender_address LIKE  soextreci1-receiver,
            ld_sender_address_type LIKE  soextreci1-adr_typ,
            ld_receiver LIKE  sy-subrc.
      ld_email   = p_email.
      ld_mtitle = p_mtitle.
      ld_format              = p_format.
      ld_attdescription      = p_attdescription.
      ld_attfilename         = p_filename.
      ld_sender_address      = p_sender_address.
      ld_sender_address_type = p_sender_addres_type.
    Fill the document data.
      w_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      w_doc_data-obj_langu = sy-langu.
      w_doc_data-obj_name  = 'SAPRPT'.
      w_doc_data-obj_descr = ld_mtitle .
      w_doc_data-sensitivty = 'F'.
    Fill the document data and get size of attachment
      CLEAR w_doc_data.
      READ TABLE it_attach INDEX w_cnt.
      w_doc_data-doc_size =
         ( w_cnt - 1 ) * 255 + STRLEN( it_attach ).
      w_doc_data-obj_langu  = sy-langu.
      w_doc_data-obj_name   = 'SAPRPT'.
      w_doc_data-obj_descr  = ld_mtitle.
      w_doc_data-sensitivty = 'F'.
      CLEAR t_attachment.
      REFRESH t_attachment.
      t_attachment[] = pit_attach[].
    Describe the body of the message
      CLEAR t_packing_list.
      REFRESH t_packing_list.
      t_packing_list-transf_bin = space.
      t_packing_list-head_start = 1.
      t_packing_list-head_num = 0.
      t_packing_list-body_start = 1.
      DESCRIBE TABLE it_message LINES t_packing_list-body_num.
      t_packing_list-doc_type = 'RAW'.
      APPEND t_packing_list.
    Create attachment notification
      t_packing_list-transf_bin = 'X'.
      t_packing_list-head_start = 1.
      t_packing_list-head_num   = 1.
      t_packing_list-body_start = 1.
      DESCRIBE TABLE t_attachment LINES t_packing_list-body_num.
      t_packing_list-doc_type   =  ld_format.
      t_packing_list-obj_descr  =  ld_attdescription.
      t_packing_list-obj_name   =  ld_attfilename.
      t_packing_list-doc_size   =  t_packing_list-body_num * 255.
      APPEND t_packing_list.
    Add the recipients email address
      CLEAR t_receivers.
      REFRESH t_receivers.
      t_receivers-receiver = ld_email.
      t_receivers-rec_type = 'U'.
      t_receivers-com_type = 'INT'.
      t_receivers-notif_del = 'X'.
      t_receivers-notif_ndel = 'X'.
      APPEND t_receivers.
      CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
           EXPORTING
                document_data              = w_doc_data
                put_in_outbox              = 'X'
                sender_address             = ld_sender_address
                sender_address_type        = ld_sender_address_type
                commit_work                = 'X'
           IMPORTING
                sent_to_all                = w_sent_all
           TABLES
                packing_list               = t_packing_list
                contents_bin               = t_attachment
                contents_txt               = it_message
                receivers                  = t_receivers
           EXCEPTIONS
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                OTHERS                     = 8.
    Populate zerror return code
      ld_error = sy-subrc.
    Populate zreceiver return code
      LOOP AT t_receivers.
        ld_receiver = t_receivers-retrn_code.
      ENDLOOP.
    ENDFORM.
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    FORM initiate_mail_execute_program.
      WAIT UP TO 2 SECONDS.
      SUBMIT rsconn01 WITH mode = 'INT'
                    WITH output = 'X'
                    AND RETURN.
    ENDFORM.                    " INITIATE_MAIL_EXECUTE_PROGRAM
    *&      Form  POPULATE_EMAIL_MESSAGE_BODY
           Populate message body text
    form populate_email_message_body.
      REFRESH it_message.
      it_message = 'Please find attached a list test lips records'.
      APPEND it_message.
    endform.                    " POPULATE_EMAIL_MESSAGE_BODY

    Hi
      check the blow code:
    DATA:   receiver LIKE somlreci1 OCCURS 0 WITH HEADER LINE.
    MESSAGE ZF100 (FTP an UDB fehlgeschlagen)
      text-msgid = msgid.
      text-msgno = msgno.
      text-msgv1 = msgv1.
      text-msgv2 = ' '.
      text-msgv3 = ' '.
      text-msgv4 = ' '.
    express_hold_time
      express_hold_time-days = 01.
      express_hold_time-h_min_sec = 240000.
    receiver
      receiver-receiver = mreceivr.
    Gruppe von Empfängern
      receiver-rec_type = 'C'.
    und Expressmeldung ausgeben
      receiver-express  = 'X'.
      APPEND receiver.
      CALL FUNCTION 'MESSAGE_SEND_AS_MAIL'
           EXPORTING
                msgid     = text-msgid
                msgno     = text-msgno
                msgv1     = text-msgv1
                msgv2     = text-msgv2
                msgv3     = text-msgv3
           TABLES
                receivers = receiver.
      IF sy-subrc <> 0.
        WRITE:/ 'hat nicht geklappt', 'SY-SUBRC =', sy-subrc.
      ENDIF.

  • DW File Names Not Visible in Local View?

    Hi, in Dreamweaver CS4 in the bottom right of the UI is the (Files > Local View) It shows a list of the files in you website. The files were appearing just fine but now all I can see is the DW icon for each file unless I hover over the file to see what it says. Before the whole file name was easily visible. I’ve never had this happen before.
    Anyone know what’s up with this and how I can fix this?
    DW CS4
    Mac OS 10.6.8

    Might be a bad cache file.
    http://forums.adobe.com/message/1943039#1943039
    Nancy O.

  • PSA table name not visible in the list

    Dear All,
    I have been trying to delete the data from the PSA tables using the process type <b>Deletion of Request from PSA</b> and the Object type <b>PSA TABLE</b>.
    When searching for the PSA table name in the <b>Object Name</b> list, I am not able to get one of the PSA table names (/BIC/B0000505). Though I am able to get all the other table names in the list. (Ex. /BIC/B0000504 , /BIC/B0000506) .
    Please let me know the possible reason for this and how to rectify the same so as to include that PSA table name
    Regards
    Shalabh

    Hi Raghavendra,
    The table is present in the system (SE11/SE16) and contains data as well.
    The problem is, I am able to find the other tables from the same datasource in the list, but am not able to find this only PSA Table in the list.
    Has it got anything to do with corrupted PSA table and need to re-tranport the Datasource ??
    Regards
    Shalabh

  • Certain artist names not visible

    Hi
    The problem I have is that when scrolling through "Artists" about 10% of them are missing. They are all there in iTunes, but not on my iPod. The tracks are definately on the iPod as I can play them via Song Name, or Album Title.
    Any help would be appreciated.
    Windows XP - iPod 60Gb Video - iTunes v7.4.3.1
    Thanks!

    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    You should also check that the songs have album name info in their ID tags.
    See: Some songs don't show under artist on my iPod.
    Once you add a second album name for that artist even for a single song, ALL the rest of the songs should now show up under that artist, even those without album names.

  • E72 operator's name not visible

    Does someone have the same problem? Namely, I can not see full name of my mobile operator in the first line at the main window, right from strenght of mobile signal. The operator name has two words and I am not able to see last three letters of the second word. The date which is in the same line is displayed correctly. What should I do in order to see full operator name?

    yes. my last letter of my operator's name is half almost erased

  • Change member names in Outline

    I have in the outline:Dept dimension with a member Marketing and Account Dimension member name Mkt. When I changed the member name in Dept dimension to Total Marketing and Account Dimenstion to Marketing I lost all the data.Any suggestions to update the outline?Thanks,Jenny

    It's been my observation that Essbase thinks you deleted one member and created another. Data (especially level zero data) is generally tied to member names, not outline position.If you are renaming an upper level member, it may or may not disappear. You can recreate your data by forcing a calc.If you are renaming a level zero member, you have to do it in two steps. First create the new member and save the outline. Second, run a calc that only sets NewMember = OldMember. Third, delete the old member.Good Luck,Tim

  • After EM agent installation, only database is not visible in EM Grid Contro

    Dear All,
    I am using Oracle 10g2 database. I have a problem with EM agent configuration. After installation the database (SID=BITEX) is not visible in the EM Grid Control, which is installed on the other host. Listener, ASM and host are visible and show actual state, only database instance is missing . Below, I attached some output from the listener, agent and targets.xml
    Thanks fro any advice
    Groxy
    Output from "lnsnctrl status":
    oracle@bitex2:~/product/10.2/db_1/bin> lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 05-DEC-2007 14:33:35
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    Start Date 05-DEC-2007 14:17:14
    Uptime 0 days 0 hr. 16 min. 21 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.2/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.2/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "BITEX.WORLD" has 1 instance(s).
    Instance " BITEX ", status READY, has 1 handler(s) for this service...
    Service " BITEXXDB.WORLD" has 1 instance(s).
    Instance "SA BITEX NEX", status READY, has 1 handler(s) for this service...
    Service " BITEX _XPT.WORLD" has 1 instance(s).
    Instance " BITEX ", status READY, has 1 handler(s) for this service...
    The command completed successfully
    oracle@ bitex2:~/OracleHomes/agent10g/bin> ./emctl status agent
    ./emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.2.0
    OMS Version : 10.2.0.2.0
    Protocol Version : 10.2.0.2.0
    Agent Home : /opt/oracle/OracleHomes/agent10g
    Agent binaries : /opt/oracle/OracleHomes/agent10g
    Agent Process ID : 22193
    Parent Process ID : 22177
    Agent URL : https://bitex2.bitex.com:3872/emd/main/
    Repository URL : https://grid. bitex.local:1159/em/upload
    Started at : 2007-12-05 14:25:46
    Started by user : oracle
    Last Reload : 2007-12-05 14:25:46
    Last successful upload : 2007-12-05 14:33:32
    Total Megabytes of XML files uploaded so far : 1.84
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 50.69%
    Last successful heartbeat to OMS : 2007-12-05 14:33:51
    Agent is Running and Ready
    /opt/oracle/OracleHomes/agent10g/sysman/emd/targets.xml
    <Targets AGENT_TOKEN="05b0697c77651ee3933abf6fa56180dd62c4be3b">
    <Target TYPE="oracle_emd" NAME="bitex2.bitex.com.pl:3872"/>
    <Target TYPE="host" NAME="bitex2.bitex.com.pl"/>
    <Target TYPE="oracle_database" NAME="BITEX.WORLD">
    <Property NAME="MachineName" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="Port" VALUE="1521"/>
    <Property NAME="SID" VALUE="BITEX"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="UserName" VALUE="f614471b2cb8c5b7" ENCRYPTED="TRUE"/>
    <Property NAME="password" VALUE="0d16396a5b89b576b58f90a69cbd2c55" ENCRYPTED="TRUE"/>
    <Property NAME="ServiceName" VALUE="BITEX.WORLD"/>
    </Target>
    <Target TYPE="oracle_listener" NAME="LISTENER_bitex2.bitex.com.pl">
    <Property NAME="Machine" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="LsnrName" VALUE="LISTENER"/>
    <Property NAME="Port" VALUE="1521"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="ListenerOraDir" VALUE="/opt/oracle/product/10.2/db_1/network/admin"/>
    </Target>
    <Target TYPE="osm_instance" NAME="+ASM_bitex2.bitex.com.pl">
    <Property NAME="SID" VALUE="+ASM"/>
    <Property NAME="MachineName" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="UserName" VALUE="SYS"/>
    <Property NAME="password" VALUE="0d16396a5b89b576b58f90a69cbd2c55" ENCRYPTED="TRUE"/>
    <Property NAME="Role" VALUE="SYSDBA"/>
    <Property NAME="Port" VALUE="1521"/>
    </Target>
    </Targets>

    I don't see where your listener hostname matches hostname for your agent, thus agent discovery might have issue putting two and two together. Thus, the need to add it manually, or adjust it in targets.xml file first.
    reference
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    Agent URL : https://bitex2.bitex.com:3872/emd/main/

  • BIEE 10.1.3.3.2 do not show dimension member name

    after importing essbase outline, the decentdant name only show in the format (Gen n, Dimension_name), but not the real member name.
    e.g. when using the Demo.Basic database in the Essbase installation, the next generation of Market dimension show in BIEE as Gen2,Market, but the member name is really East or West in the outline.
    chuliang

    Hi,
    Even i am getting the same error:
    oracle.jbo.InvalidOperException: JBO-25221: Method SecurityLimitEventProducer.raiseExitEvent() not supported
    oracle.jbo.InvalidOperException: JBO-25221: Method SecurityLimitEventConsumer.handleExitEvent() not supported
    Actually m trying to create contextual event , in SecurityLimitEventProducer i have created method witch will be raised to pass the data to SecurityLimitEventConsumer.handleExitEvent().
    But it is not working.
    Producer page defn:
    <methodAction id="raiseExitEvent" InstanceName="SecurityLimitEventProducer"
    DataControl="SecurityLimitEventProducer"
    RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="raiseExitEvent" IsViewObjectMethod="false"
    ReturnName="SecurityLimitEventProducer.methodResults.raiseExitEvent_SecurityLimitEventProducer_raiseExitEvent_result">
    <NamedData NDName="helper"
    NDType="com.ui.taskflows.sms.securityLimitTaskflow.view.helper.SecurityLimitHelper"/>
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent"/>
    </events>
    </methodAction>
    Consumer page defn:
    <methodAction id="handleExitEvent" InstanceName="SecurityLimitEventConsumer"
    DataControl="SecurityLimitEventConsumer"
    RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="handleExitEvent" IsViewObjectMethod="false">
    <NamedData NDName="object" NDType="java.lang.Object"/>
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent"/>
    </events>
    </methodAction>
    </bindings>
    <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="exitEvent">
    <producer region="SecurityLimitTaskflow1.SecurityLimitTaskflowPageDef.raiseExitEvent">
    <consumer region="" handler="handleExitEvent">
    <parameters>
    <parameter name="payLoad" value="${payLoad}"/>
    </parameters>
    </consumer>
    </producer>
    </event>
    </eventMap>
    Do u find any mistake ...?
    Pls reply.

  • Which table containes dimension member names in planning database

    I want know which table in Planning database contains dimension member names. I have tried looking at the HSP_ACCOUNT and HSP_ENTITY tables but those have member IDs only and not the member names.
    Any help on this please

    Might be worth having a look at http://camerons-blog-for-essbase-hackers.blogspot.co.uk/2012/04/stupid-planning-queries-9-entity_3054.html and the related posts on extracting planning metadata.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for