OBIEE 11.1.1.6: AdminTool, Import Medadata Issue

Hello,
I have downloaded the Admin tool and in an rpd, created a connection pool for OCI 10g/11g.
Now, when right-clicking connection pool node and selecting Import Metadata, the wizard opens up without errors, so I am assuming that the data source name (tnsnames entry) was found and valid and connection worked.
This is step 2 in the wizard. Here, Tables, Keys, Foreign Keys and Views are selected. The user I have connected with has SELECT ANY TABLE privilege.
I select next, to go to step 3 Select metadata objects, here nothing shows in the Data source view (left pane). The database node is displayed but no schema's are visible.
Any idea what am I missing?
Thanks,
Manish

mhathi wrote:
Hello,
I have downloaded the Admin tool and in an rpd, created a connection pool for OCI 10g/11g.
Now, when right-clicking connection pool node and selecting Import Metadata, the wizard opens up without errors, so I am assuming that the data source name (tnsnames entry) was found and valid and connection worked.
This is step 2 in the wizard. Here, Tables, Keys, Foreign Keys and Views are selected. The user I have connected with has SELECT ANY TABLE privilege.
I select next, to go to step 3 Select metadata objects, here nothing shows in the Data source view (left pane). The database node is displayed but no schema's are visible.
Any idea what am I missing?
Thanks,
ManishTry connecting to the Database with the same credentials you are using in the connection pools and see if you can see the Database objects.
Hope this helps.

Similar Messages

  • OBIEE Administrator: bug in Physical Layer import fo Sybase IQ?

    Hi!
    In OBIEE Administrator, in the Physical Layer, I defined a Database Object (as a Syabase IQ 12.7) and its connection pool for a Sybase IQ 12.6 Database. I created the ODBC driver (for Sybase IQ 12.5 and also tried with IQ 12.7 drivers) in Windows and used it in the connection pool.
    When I use the Import functionality, to read the tables and columns, it works fine...apparently. At least, the Physical Layer appears filled with all the tables I selected. But the "+" sign (which denotes that the table has columns, right?) appears only for some tables. And when expand those tables, the columns appear. However, for those tables (and any other table) when I right-click and select either Update Row Count or View Data, OBIEE Administrator shows an error message saying that the table does not exist:
    [nQSError: 16001] ODBC Error state: S0002 code: -141 message: [Sybase][ODBC Driver][Adaptive Server IQ]Table 'EVENTS' not found.
    If I edit the table properties in the Physical Layer and prefix its name with the schema name (ex.: instead of "EVENTS" I rename it to "rpt.EVENTS') it works fine...
    But I only have this problem for these table of Sybase IQ. I imported tables from an SQL Server 200 database, and all works fine: a "+" sign for all tables, I select view data and it returns results, etc.
    HELP!!!!
    Thanks.

    hi!
    Problem solved. Here is the solution:
    - You want to access a Sybase IQ 12.6 database through ODBC, in Oracle BI Administrator, in the Physical Layer, in order to import tabes and columns and keys and etc, don't user neither Sybase IQ ODBC driver version 12.5 nor version 12.7. Use version 12.6! :)

  • OBIEE changes table column attributes after importing to rpd

    Hello guys
    Something interesting is happening in our OBIEE environment. There are a couple of tables we import into physical layer, after importing these tables, all the column data length gets to set to '0' and all nullable becomes 'false'. I have changed these table in the DB and there are all correct. I have also taken a copy of this rpd and test in my own local environment with the same connection pool setting, I was able to import those same tables from the same DB and the attributes remain correct.
    However, when we import these tables again in our rpd in unix environment, it is again overiding all the column data length to 0 and nullable to false..
    Any clues on how to investigate?

    Was it when it was still Siebel Analytics?
    I see that it is a known issue, Any luck recalling the solutions so far?

  • Supplier open interface import - Related issue

    Hi there,
    when i tried to import the the details of the suppliers from AP_SUPPLIERS_INT(interface table) to PO_VENDORS(base table) through "Suppliers open interface import",
    First time, It showed the rejeted records in the output report. then i cleared the errors in the rejected records.
    Second Time, It showed Rejected records as 0, but didn't show any details regarding imported records. Also not even a single record is imported to base table
    it didn't show neither any rejected record nor the data in the interface table to base table...
    "Supplier open interface import program" gets completed without any error.
    why this happens..?
    columns filled in interface table - AP_SUPPLIERS_INT are:
    vendor_interface_id
    Vendor_name
    segment1
    employee_id(Removed this col when it showed employee doesn't exist in rejected columns)
    payment_currency_code
    vendor_type_lookup_code
    did this in R12
    Expecting a solution for this...
    Thanks in Advance...

    Pl post details of OS, database and EBS versions.
    Pl see if MOS Doc 1060824.1 (R12: Supplier Open Interface APXSUIMP Errors with REP-0004 Output Does Not Indicate Reason for Rejection) is applicable
    HTH
    Srini

  • Domestic Purchase of imported goods issue

    Hi,
       we have a scenario where imported goods are purchased from a trader in Bombay. The vendor passes the client the  ADC(additional duty of customs) and CVD what he has paid while purchasing goods from germany.
    the client takes the cenavt credit of ADC and CVD. I have maintained the condition types for ADC as JADC and using jexc to capture to capture CVD in PO pricing procedure.
    my issue is that these values are getting loading in stock account. the requirement is to take the cenvat credit of ADC and CVD.
    please help what settings are required to be done so that ADC and CVD doesnot get loaded in stock account.
    regards
    Ajay

    Hi Ajay,
    If you do not want any condition to be loaded to Material account than make an account key and like FR1 and assign one GL for that account in OBYC. This account key you need to define in your pricing Procedure.
    Just exploer above suggestion.
    Thanks
    Sanjay

  • IMPORT Statement Issue (Internal Table)

    Hi All,
    I am using an IMPORT statement to get all the data from other report's internal table. Now whenever this (the other report's internal table) is changed (for field addition, etc), my report throws a dump. Hence, everytime I have to add these fields in my program as well.
    Is there any way by which I can include the whole internal table of that report in my program just like
    'INCLUDE STRUCTURE VBRK'.
    Thanks in advance

    Hi, CHeck this code related to your problem..This will helpful to you...
    I have done this program earlier..I hope it will helpful to u..
    This programa calling the other program to import the data..
    Check it out...
    *" Tables declarations.................................................
    TABLES:
      spfli.
    *" Type declarations...................................................
    Type declaration of the structure to hold data from table SPFLI     *
    TYPES:
      BEGIN OF type_s_spfli,
        carrid LIKE spfli-carrid,          " Carrier Id
        connid LIKE spfli-connid,          " Connection Number
        cityfrom LIKE spfli-cityfrom,      " City from
        cityto LIKE spfli-cityto,          " City to
        airpfrom LIKE spfli-airpfrom,      " Airport from
        airpto LIKE spfli-airpto,          " Airport to
        countryfr LIKE spfli-countryfr,    " Country from
        countryto LIKE spfli-countryto,    " Country to
      END OF type_s_spfli.
    Data Declaration...................................................*
         Field String To Hold Flight Details Record from SPFLI          *
    DATA
      fs_spfli TYPE type_s_spfli.
    Data Declaration...................................................*
         Internal Table To Hold Flight Details Records from SPFLI       *
    DATA
      t_spfli LIKE STANDARD TABLE OF fs_spfli.
    TYPES:
      BEGIN OF types_s_itab,
        carrid LIKE sflight-carrid,        " Carrier id
        connid LIKE sflight-connid,        " Connection number
        fldate LIKE sflight-fldate,        " Flight date
      END OF types_s_itab.
    Data Declaration...................................................*
         Field String To Hold Flight Details Record from SFLIGHT        *
    DATA
      fs_itab TYPE types_s_itab.
    Data Declaration...................................................*
         Internal Table To Hold Flight Details Records from SFLIGHT     *
    DATA
      t_itab LIKE STANDARD TABLE OF fs_itab.
    *" Type declarations...................................................
    Type declaration of the structure to hold data from table SBOOK     *
    TYPES:
    BEGIN OF type_s_sbook,
       carrid LIKE sbook-carrid,           " Carrier Id
       connid LIKE sbook-connid,           " Connection Number
       fldate LIKE sbook-fldate,           " Flight date
       bookid LIKE sbook-bookid,           " Booking number
       loccuram LIKE sbook-loccuram,       " Local currency
       loccurkey LIKE sbook-loccurkey,
       order_date LIKE sbook-order_date,   " Booking date
    END OF type_s_sbook.
    Data Declaration...................................................*
         Field String To Hold Flight Details Record from BOOK           *
    DATA
      fs_sbook TYPE type_s_sbook.
    Data Declaration...................................................*
         Internal Table To Hold Flight Details Records from SBOOK       *
    DATA
      t_sbook LIKE STANDARD TABLE OF fs_sbook.
    DATA
      w_checkbox.                          " Checkbox
    SELECT-OPTIONS:
      s_carr FOR spfli-carrid.             " Carrier id range
                          START-OF-SELECTION EVENT                      *
    START-OF-SELECTION.
      PERFORM selectq.
                          END-OF-SELECTION EVENT                        *
    END-OF-SELECTION.
      SET PF-STATUS 'YH1314_030502'.
      PERFORM display_basic.
    AT USER-COMMAND.
      PERFORM ucomm.
    *&    Form  selectq
        This subroutine retreive data from SPFLI table
      There are no interface parameters to be passed to this subroutine.
    FORM selectq .
      SELECT carrid                        " Carrier id
             connid                        " Connection number
             cityfrom                      " City from
             cityto                        " City to
             airpfrom                      " Airport from
             airpto                        " Airport to
             countryfr                     " Country from
             countryto                     " Country to
             INTO CORRESPONDING FIELDS OF TABLE t_spfli
             FROM spfli
             WHERE carrid IN s_carr.
    ENDFORM.                               " Selectq
    *&      Form  display_basic
        This subroutine displays data from internal table
      There are no interface parameters to be passed to this subroutine.
    FORM display_basic .
      LOOP AT t_spfli INTO fs_spfli.
        WRITE:
          / w_checkbox AS CHECKBOX,
            fs_spfli-carrid,
            fs_spfli-connid,
            fs_spfli-cityfrom,
            fs_spfli-cityto,
            fs_spfli-airpfrom,
            fs_spfli-airpto,
            fs_spfli-countryfr,
            fs_spfli-countryto.
      ENDLOOP.                             " LOOP AT T-SPFLI INTO...
    ENDFORM.                               " Display_basic
    *&      Form  UCOMM
      This subroutine for at user-command event
      There are no interface parameters to be passed to this subroutine.
    FORM ucomm .
      RANGES :
        r_carr FOR spfli-carrid,
        r_conn FOR spfli-connid,
        r_carrid FOR sflight-carrid,
        r_connid FOR sflight-connid,
        r_fldate FOR sflight-fldate.
      CASE sy-ucomm.
        WHEN 'DISPLAY'.
          DATA:
            lw_lines TYPE i,
            lw_lineno TYPE i VALUE 3.
          DESCRIBE TABLE t_spfli LINES lw_lines.
          DO lw_lines TIMES.
            READ LINE lw_lineno FIELD
                 VALUE w_checkbox   INTO w_checkbox
                       fs_spfli-carrid INTO  fs_spfli-carrid
                       fs_spfli-connid INTO  fs_spfli-connid.
            IF sy-subrc = 0.
              IF w_checkbox = 'X'.
                r_carr-sign = 'I'.
                r_carr-option = 'EQ'.
                r_carr-low = fs_spfli-carrid.
                APPEND r_carr.
                r_conn-sign = 'I'.
                r_conn-option = 'EQ'.
                r_conn-low = fs_spfli-connid.
                APPEND r_conn.
              ENDIF.                       " IF W_CHECKBOX = 'X'
            ENDIF.                         " IF SY-SUBRC = 0
            ADD 1 TO lw_lineno.
          ENDDO.                           " DO LW_LINES TIMES
          SUBMIT yh1314_030502_call
            WITH s_carr IN r_carr
            WITH s_conn IN r_conn
             AND RETURN.
          IMPORT t_itab FROM MEMORY ID 'YH1314'.
          LOOP AT t_itab INTO fs_itab.
            r_carrid-sign = 'I'.
            r_carrid-option = 'EQ'.
            r_carrid-low = fs_itab-carrid.
            APPEND r_carrid.
            r_connid-sign = 'I'.
            r_connid-option = 'EQ'.
            r_connid-low = fs_itab-connid.
            APPEND r_connid.
            r_fldate-sign = 'I'.
            r_fldate-option = 'EQ'.
            r_fldate-low = fs_itab-fldate.
            APPEND r_fldate.
          ENDLOOP.                         " LOOP AT T_ITAB INTO.....
          SELECT carrid                    " Carriee Id
                 connid                    " Connection number
                 fldate                    " Flight date
                 bookid                    " Booking number
                 loccuram                  " Local Currency
                 order_date                " Booking date
             INTO CORRESPONDING FIELDS OF TABLE t_sbook
             FROM sbook
             WHERE carrid IN r_carrid AND
                   connid IN r_connid AND
                   fldate IN r_fldate.
          IF SY-SUBRC NE 0.
            MESSAGE 'NO RECORDS FOUND'(006) TYPE 'S'.
          ENDIF.                           " IF SY-SUBRC NE 0
          LOOP AT t_sbook INTO fs_sbook.
            AT FIRST.
              WRITE: /5 'Carrier Id'(001),
                     20 'Conn Id'(002),
                     35 'Flight date'(003),
                     50 'Book Id'(004),
                     65 'Local Currency'(005).
            ENDAT.                         " AT FIRST
            WRITE: /5 fs_sbook-carrid,
                   20 fs_sbook-connid,
                   35 fs_sbook-fldate,
                   50 fs_sbook-bookid,
                   65 fs_sbook-loccuram CURRENCY fs_sbook-loccurkey.
          ENDLOOP.                         " LOOP AT T_SBOOK INTO.....
      ENDCASE.                             " CASE SY-UCOMM
    ENDFORM.                               " UCOMM
    Regards
    Kiran

  • Import/export issue to migrate the project

    Hi,
    I am trying to migrate a project from 1 server to another server.
    I exported the project and model from my current server, and imported them to the new server. the thing is, the senario can be run successfully, but when I open the interface in designer, the source table cannot get any definition, all the columns in the source table won't show up. it looks like to me is that the interface lost the connection of the data store in the model.
    Anybody has any idea how to fix it?
    Thx

    Hi
    If its a fresh imploementation then its fine.
    Say yu migrated the ODI objects to prod and you face an issue.
    you have fixed it in development and want to move it to prod.
    How do you handle this scenario.
    Please let us know the process that you are following

  • Report and Layout Import Wizard issue

    Running SAP B1 v8.82 PL04. RDC into the client server.
    I'm getting an issue when importing a report.  I get all the way to clicking the "Finish" button and it never loads to the next screen (telling me if the import was successful or not).  When I go to the location I specified for the report, it appears there but with a different icon and when I click it shows me an error: "No matching records found 'Queries' (OUQR) (ODBC -2028) [Message 131-183]".
    Narrowed down the issue a little:
    - Happens for any report I try to import
    - Happens for both file types (.rpt / .b1p)
    - The wizard works in the other databases on the server
    - Same issue when I try on different computers with different log ins
    There didn't seem to be any major event that triggered the issue.  I was in the middle of importing a few reports, and imported a couple successfully, when all of the sudden the issue occurred.
    You can also refer to the video link I've attached below which is a complete walk-through of the issue.  Any help on this is greatly appreciated, this is really holding me up. Thanks in advance!
    -Andrew
    http://screencast.com/t/g88C39K78Zgs

    Verifique a SAP Note 1532509.
    Solution
    Please run the below query and if it returns results please Go to the PEQ page mentioned below or log a support message via SAP Service
    Marketplace, and attach the results of the query.
    select * from CDPM where ObjectType = 232 and ObjectKey not in (select doccode from rdoc) order by permid
    Select * from USR3 where PermId
    not in (Select distinct Absid from OUPT union Select distinct cast(PermId as nvarchar(50) )from CDPM)
    the solution to this note can be found at:
    http://wiki.sdn.sap.com/wiki/display/PEQ/Can%27t+import+CR+template+into+B1
    By using

  • How to import the Issues list from an Excel File in Project Server 2013

    Hi,
    I'm using Project Server 2013.
    A Project Manager has been playing with the Issues List, deleting some fields, creating new columns and modifying some columns name. The result of this is that I'm getting this error everytime the task
    Reporting (Project Sync) is executed:
    General
    Reporting Wss list sync failed:
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='4feafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='5deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='69eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='75eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='81eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='8deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    Reporting message processor failed:
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='5beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='67eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='73eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='7feafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='8beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='97eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    Queue:
    GeneralQueueJobFailed (26000) - ReportingWSSSync.WSSSyncMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='98eafda7-f147-e411-940d-005056957f05' JobUID='9e937da7-f147-e411-940e-005056957f0d' ComputerName='b579360a-53ab-4fe0-bf9b-c62f5e8d3529'
    GroupType='ReportingWSSSync' MessageType='WSSSyncMessageEx' MessageId='1' Stage='' CorrelationUID='0945bd9c-0d6a-a0f1-47b0-68cdfcfbff9a'. For more details, check the ULS logs on machine
    b579360a-53ab-4fe0-bf9b-c62f5e8d3529 for entries with JobUID
    9e937da7-f147-e411-940e-005056957f0d
    What I'm trying to do is to create a new Project from the scratch, update the Issues List, not deleting or modifying columns, just creating new columns in order to match the names he (the Project Manager) put in his Issues List, then Export the list to Excel,
    and then create a datasheet view matching the Exported list, but here I don't know how to import the list (copy / paste or whatsoever it can be done...)
    Do you know how to do it, or do you know another/any method to solve this problem?
    Thank you in advance,
    José Espases

    Hi José,
    2 considerations: 
    The first one is that (as you experienced) one should not delete or rename any of the predefined columns in the risk/issue list. What you did is the right way, meaning keeping the native column as is and creating new ones based on the business needs. Finally
    you just need to create view with the appropriate fields.
    Then for importing risks from an Excel list, I can't test it right now, but you should have a datagrid view (MS Access type) allowing you pasting data from Excel.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Obiee 11g 11.1.1.6 Administration Tool issue

    Hi all,
    I'm having a problem importing tables, views, etc using admin tool since I had to upgrade from version 1.5 to 1.6.
    I'm able to connect to my repo online or check out a project for mud, also I have no problem to view data from any table when I right click on them and select the view data options so I rekon there is nothing wrong with the connection itself.
    But when try to import data following the below steps
    - File - Import Metadata
    - Select OCI 10g/11g as my connection type + type in the appropriate Data Source Name + Username/Pwd
    - Select the Metadata types (tables, keys etc)
    On the next screen the Data Source View list is blank (the only thing i can see is the name of the dara source name), no data are available.
    + Info :
    11g 11.1.1.6 BI running on Weblogic 10.3.5.0 (Oralinux 5 64bit)
    Oracle 10g DB
    11.1.1.6 Admin tool running on Windows 7 32bit
    Any of you got the same/similar problem ? Any suggetion please ?
    Thanks for the help in advance.
    Regards,
    Akos

    I've finally found the solution and I'm going to share it with you guys so if any of you would face the same problem, you can find the answer here :
    So the problem was that I had Oracle 10.2.0 client installed on my local pc which is not fully compatible with the 11.1.1.6 BI client. I just had to uninstall the client and install the latest 11.2.0 one and that's all, problem gone. (apperantly version 10.2.4 also works)
    Hope it helps
    Regards,
    Akos

  • Imported archive : issues in loading referenced XSDs

    hello experts,
    I am validating XML messages in XI using a Java mapping and by loading the XSDs at runtime.
    I am facing a typical problem when my XSDs import / include other XSDs and below is the situation.
    I have a Java mapping class say Validator in a package
    com.myclient.xiutils.
    I have XSDs in a folder inside this package which is
    com.myclient.xiutils.xsds
    Within the Validator class, I load the XSDs using the statement,
    InputStream schemaInputStream =
                   this.getClass().getResourceAsStream("xsds/primary.xsd");
    There is no issue if the primary.xsd has everything inside it but in my case, the third party has provided the xsds to us and the primary.xsd has a reference (import) to secondary.xsd.
    whichever location in the package structure I put the secondary.xsd, XI does not recognize it and errors out saying unable to find secondary.
    The workaround I had used was I copied the secondary.xsd to the location pointed by the environment variable user.dir and XI could find it at runtime but I want to know what is the correct way.
    Edited by: Amol Joshi on May 28, 2008 10:53 AM

    Hi Amol,
    May be you could try the following lead to resolve the problem:
    Lets assume your primary.xsd in the package com.myclient.xiutils.xsds has the following line within it
    <xsd:import namespace="..." schemaLocation=
    "com/myclient/xiutils/xsds/secondary.xsd"/>
    In such a case I assume, the following would happen: Your java runtime would look for the secondary XSD under the following path
    +com.myclient.xiutils.xsds.com.myclient.xiutils.xsds.secondary.xsd+.
    The underlined path is the path for the primary.xsd, followed by the path of secondary.xsd. If this guess is right, then simply changing the schemaLocation to "secondary.xsd" would help.
    Regards,
    Keerti Nayak

  • Importing song issues

    So I use the program "Ares" and all the music that gets downloaded from there goes to a specific folder. Now, I know exactly how to import those songs and erase the duplicates when that happens, but there has to be an easier way to do what I want to do. So my question:
    Is there any way that I can re-add a folder to a library, and instead of it bringing in EVERY song from that folder, just brings the ones in that aren't already in itunes?
    Example: One week i download song1.filename.mp3 and song2.filename.mp3, and the next week I download song3.filename.mp3, all going to the same folder. How can I get itunes to import ONLY song3.filename.mp3, and not import the other two?
    It is getting really annoying that after 2 weeks and 100 new song downloads, when I import the folder again, it tries to import all 3000 songs instead of just the 100. I know I can do "add file to library", but that gets very frustrating picking out 100 songs from the 3000+ already in there. And I know it's possible, because when my roomate imports all his songs his does exactly what I want. I made sure we have the exact same settings, but still no luck. Anyone?

    Thats because your double clicking or playing it in this Are's program. You'll have to either go in the settings of this program and have it play files with the systems default player or manually goto the folder this program downloads songs to and open them with iTunes

  • OBIEE 11.1.1.6.2 BP1 Patch Issue

    Hi folks,
    I applied the latest OBIEE 11.1.1.6.2 BP1 patch earlier today. This was for a standalone instance and I didn't encounter any issues with the patching process itself. However, afterwards when I logged into Answers/Dashboard, the homepage looked very strange. The entire header component is missing, including the Oracle logo, the dropdown menus for dashboards, favorites, search text field, signout link etc. The Create section in the left pane is also empty. Everything else on this homepage looks fine. When I navigate to the catalog via the Browse/Manager section, the catalog comes up fine along with the previously missing header! So the header is only missing on the homepage.. Very wierd.
    Would appreciate any hints on how to troubleshoot this.. Can I manually fix this is in one of the xml files? I'm hoping not to have to go back and re-do the patching!
    thanks,
    Axe

    I think dhar is referring to the cleancat script to clean up the catalog binary cache. Here is the notes from the BP1 installation:
    Clarification on the cleancat script: You may want to first navigate to the locations listed in the script to see if the files exist in your environment (they may not). If they do not exist, then you may scip running the patch. Additionally, the script may fail with an error. If that happens, go to the directories the script is trying to delete and delete them manually (if they exist).
    P.S: I have manually deleted these files by navigating to the directories after installing the patches.
    For Linux: cleancat.sh
    ================================
    #!/bin/sh
    # Cleanup catman binary cache
    echo "Cleaning up Catalog Manager binary cache"
    rm -rf $ORACLE_HOME/bifoundation/web/catalogmanager/configuration/org*
    echo "Done"
    For Windows: cleancat.cmd
    ================================
    echo off
    echo Cleaning up Catalog Manager binary cache
    IF EXIST
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.osgi
    rmdir /S /Q
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.osgi
    IF EXIST
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.equino
    x.app (
    rmdir /S /Q
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.equino
    x.app
    echo Done
    Thanks,
    -Amith.

  • Import map issue one record at a time

    Hello Experts,
    I built an import map to run it manually with import manager, but when I click on Ready to Import, the import manager is doing one record at a time.  I have to go back to the match tab and refresh in order to import the rest. 
    Any idea where to setup a setting to import all records at once?
    Thank you very much for your help,
    Claudia Hardeman

    Hi Claudia,
    Please check if your matching criteria results in fewer records,what is the matching criteria you are setting?
    Do you see a total of 300 under "Create" Match Action?
    No of records to be imported is governed by Match action which tell the MDS which are distinct records,Match Action tells MDS what is to be done with this number of records which have this Match type.
    Please check if you have "SKIP" as match action,if yes use a appropriate action for match type.
    Do a "Save Update" of the map.
    Please revert with results.
    Thanks,
    Ravi

  • Excel import time issue

    I use Excel for doing service reports for work (Office 2004 for Mac) I made it so I type Time in and Time out and it does the calc for straight time and over time.
    When I tried to import it, i get warning about 2 cells that have bad formating. (I have 14 cells for the calcs for the 7 days)
    What happens is that the straight time winds up with all the time in that cell and the OT cell is blank. I can post the 2 formulas, but they are rather long
    Ideas? I need to keep it Excel happy, since they get forwarded to the head office.
    (Excel doesn't print merged boxes well if they have multiple lines)
    Thanks

    Hi,
      You need to explain your problem in more details or at least provide some sort of screenshot.
      This is currently logged under the Xcelsius section. Where did you try to export your data to Excel?
      Are you talking from Webi via LiveOffice to Xcelsius?
    Ken

Maybe you are looking for