Method CMD_EI_API MAINTAIN_BAPI fails on missing KNVK-NAME1

Hi experts. I'm trying to create a new contact for a customer using CMD_EI_API method MAINTAIN_BAPI and I'm getting a message saying "KNVK-NAME1: Plausibility check failed". I've set up the structure and tables reference with type cmds_ei_extern. The mapping within the method finds my values and maps correctly to the internal address structure  (using ADDRESS_TYPE_1). I've also tried using ADDRESS_TYPE_2 and ADDRESS_TYPE_3 with the same results. The error occurs when checking the new KNVK record in method STRUC_KNVK_PLAUSIBILITY_CHECK and I suspect that I'm missing some required data that is preventing the record from be created correctly. Any ideas.
...thanks in advance

Hi
At first, for the contact you should maintain ADDRESS_TYPE_3 structure.
Lastname is mandatory.
This should solves your trouble
As a general help for filling that complex structure, you could run method GET_DATA of class CMD_EI_API_EXTRACT for an existing customer.
Regards
Alain

Similar Messages

  • Method CMD_EI_API= MAINTAIN_BAPI to update KNVI tax data

    Hi Experts,
    I am using method CMD_EI_API=>MAINTAIN_BAPI to create/update customer. I could not find the parameters/fields in the deep structure to update KNVI data. Please suggest the solution.
    Regards,
    Ashok

    Dear Ashok,
    possibly structure CMDS_EI_TAX_IND_KEY
    Greetings
    Winfried

  • Cmd_ei_api= maintain_bapi

    Hi All;
    I am trying to write a test program to use this method.  I almost have it working but I am getting an error message that I am missing critical partner functions.  I have tried adding the Partner Functions to the Sales Data component but keep getting an error when attaching the "Functions" table to this component.  Below is my sample program.  It is based on other examples in this forms.  Any ideas?
    report zcreate_customer.
    data: wa_header          type cmds_ei_header,
          wa_central_data    type cmds_ei_vmd_central_data,
          wa_central_datax   type cmds_ei_vmd_central_data_xflag,
          wa_address         type bapiad1vl,
          wa_addressx        type bapiad1vlx,
          wa_tax_ind_st      type cmds_ei_tax_ind,
          wa_tax_ind         type cmds_ei_cmd_tax_ind,
          wa_bankdetail_st   type cvis_ei_cvi_bankdetail,
          wa_bankdetail      type cvis_ei_bankdetail,
          wa_company_code_st type cmds_ei_company,
          wa_company_code    type cmds_ei_cmd_company,
          wa_functions_st    type cmds_ei_functions,
          wa_functions_t     type CMDS_EI_FUNCTIONS_T,
          wa_functions       type cmds_ei_cmd_functions,
          wa_sales_data_st   type cmds_ei_sales,
          wa_sales_data      type cmds_ei_cmd_sales,
          wa_customer        type cmds_ei_extern,
          wa_customers       type cmds_ei_main,
          wa_correct         type cmds_ei_main,
          wa_defective       type cmds_ei_main,
          wa_mes_correct     type cvis_message,
          wa_mes_error       type cvis_message.
    constants: c_update type c value 'M',
               c_insert type c value 'I'.
    start-of-selection.
    * A "customer" is made up of 4 Main Sections
    *    1. HEADER
    *    2. CENTRAL_DATA
    *    3. COMPANY_DATA
    *    4  SALES_DATA
      free: wa_customer, wa_company_code_st, wa_customer.
      wa_address-name       = 'CUSTOMER NAME'.
      wa_address-city       = 'CITY'.
      wa_address-postl_cod1 = '99999'.
      wa_address-street     = '1400 9TH ST W'.
      wa_address-country    = 'US'.
      wa_address-langu      = 'EN'.
      wa_address-region     = 'FL'.
      wa_address-sort1      = 'SORT1'.
      wa_address-sort2      = ''.
      wa_address-taxjurcode = 'FL0000000'.
    * wa_address-time_zone = 'UTC-6'.
    * Assign address data directly
      wa_customer-central_data-address-postal-data = wa_address.
      wa_customer-central_data-address-postal-datax = wa_addressx.
    * Account account group directly
      wa_customer-central_data-central-data-ktokd = 'Z001'.
    *  wa_customer-central_data-central-datax-ktokd = 'X'.
      wa_company_code_st-task           = c_insert.
      wa_company_code_st-data_key-bukrs = '1000'.
      wa_company_code_st-data-zuawa     = '009'.
      wa_company_code_st-data-akont     = '0000121000'.
      wa_company_code_st-data-zwels     = 'ACDETY'.
      wa_company_code_st-data-zterm     = 'Z000'.
      wa_company_code_st-data-zgrup     = '02'.
      wa_company_code_st-data-xausz     = '2'.
      wa_company_code_st-data-xzver     = 'X'.
      append wa_company_code_st to wa_company_code-company.
    Continued...
    Edited by: kishan P on Nov 3, 2010 8:13 AM
    Edited by: kishan P on Nov 3, 2010 8:15 AM

    Part II
      wa_sales_data_st-task             = c_insert.
      wa_sales_data_st-data_key-vkorg   = '1000'.
      wa_sales_data_st-data_key-vtweg   = '10'.
      wa_sales_data_st-data_key-spart   = '10'.
      wa_sales_data_st-data-kalks       = '1'.
      wa_sales_data_st-data-inco1       = 'FOB'.
      wa_sales_data_st-data-inco2       = 'Free on board'.
      wa_sales_data_st-data-antlf       = '9'.
      wa_sales_data_st-data-kzazu       = 'X'.
      wa_sales_data_st-data-vsbed       = '01'.
      wa_sales_data_st-data-waers       = 'USD'.
      wa_sales_data_st-data-ktgrd       = '01'.
      wa_sales_data_st-data-zterm       = 'Z000'.
    *  wa_sales_data_st-functions-functions-data_key-parvw = 'SP'.
      wa_functions_st-data_key-parvw    = 'SP'.
      wa_functions_st-data_key-parza    = '000'.
      append wa_functions_st to wa_functions_t.
      wa_functions_st-data_key-parvw    = 'BP'.
      wa_functions_st-data_key-parza    = '000'.
      append wa_functions_st to wa_functions_t.
      wa_functions_st-data_key-parvw    = 'PY'.
      wa_functions_st-data_key-parza    = '000'.
      append wa_functions_st to wa_functions_t.
      wa_functions_st-data_key-parvw    = 'SH'.
      wa_functions_st-data_key-parza    = '000'.
      append wa_functions_st to wa_functions_t.
    *  wa_functions = wa_functions_t.
    *  wa_sales_data_st-functions        = wa_functions.
      append wa_sales_data_st to wa_sales_data-sales.
      wa_customer-header-object_instance-kunnr = ''.
      wa_customer-header-object_task = c_insert.
      wa_customer-company_data = wa_company_code.
      wa_customer-sales_data   = wa_sales_data.
      append wa_customer to wa_customers-customers.
      call method cmd_ei_api=>maintain_bapi
        EXPORTING
          iv_test_run         = 'X'
          iv_collect_messages = 'X'
          is_master_data      = wa_customers
        IMPORTING
          es_master_data_correct   = wa_correct
          es_message_correct       = wa_mes_correct
          es_master_data_defective = wa_defective
          es_message_defective     = wa_mes_error.
      if wa_mes_error-is_error is initial.
        commit work.
      endif.

  • Change Customer Master using CMD_EI_API MAINTAIN_BAPI Method

    Hi Experts,
    I am using CMD_EI_API=>MAINTAIN_BAPI method for Creating Customer through Custom program. The Creation of Customer Master is working fine.
    I have another requirement i need to perform the following for the Customer Change
    1 . Delete all Phone , Fax and SMTP entries from the table and create a new entries for Customer.
    2 . Delete a Contact Person based on the information from the legacy system.
    I am facing problem in the above two issues
    ADR2, ADR3 and ADR6 entries are retrieved for customer.
    this values are populated and passed to the method with Task as 'D' - delete.
    there is no error message  from the Method. when i call commit statement
    1 . the address details are not getting deleted in the tables
    2. if a contact person is deleted then i am getting a short dump while commit.
    Please help me if you know the details of MAINTAIN_BAPI method whic can be used for the Deletion purpose.
    Thanks,
    Shrikanth R

    Hi Experts
    I'm having the same problem it looks like the method maintain_bapi does not commit the new values, I debuged it and found a call to a badi lr_badi_update but I could not find information about it.
    Any help will be appreciate
    Leo

  • Error during transport: Method is not declared + Component missing

    HI
    I got 2 errors when I transport:
    Error 1:
    Program ZCL_ZGW_VH_ORDER_DETAI_DPC_EXTCP, Include ZCL_ZGW_VH_ORDER_DETAI_DPC_EXTCO: Syntax error in line 000003
    Method 'DETSET_GET_ENTITY' is not declared or inherited in class 'ZCL_ZGW_VH_ORDER_DETAI_DPC_EXT'. -
    Error 2:
    Program ZCL_ZGW_VH_ORDER_DE_01_DPC====CP, Include ZCL_ZGW_VH_ORDER_DE_01_DPC====CM006: Syntax error in line 000190
    The data object 'LS_ET_DETAILS' does not have a component called 'ZZ_MATR_LEV_DATO'.
    1)
    When I go to Class Builder (SE24), and make a syntax check for ZCL_ZGW_VH_ORDER_DETAI_DPC_EXT, I got the error:
    Class ZCL_ZGW_VH_ORDER_DETAI_DPC_EXT,Protected section
    Method "DETSET_GET_ENTITY" is not declared or inherited in class
    "ZCL_ZGW_VH_ORDER_DETAI_DPC_EXT". -
    The code looks like this
    protected section.
      methods DETSET_GET_ENTITY
        redefinition .
    2)
    If I go to include ZCL_ZGW_VH_ORDER_DE_01_DPC====CM006 (in SE38), I am navigated to method: DETSET_GET_ENTITYSET (That was the missing method in error 1). When I do a syntax check, I got the error message:
    Class ZCL_ZGW_VH_ORDER_DE_01_DPC,Method DETSET_GET_ENTITYSET
    The data object "LS_ET_DETAILS" does not have a component called
    "ZZ_MATR_LEV_DATO".
    Then I double click at ls_gw_et_details-zz_matr_lev_dato, and got the data statement: DATA ls_gw_et_details LIKE LINE OF et_entityset.
    When I double click at et_entityset, I see that the et_enityset is type ZCL_ZGW_VH_ORDER_DE_01_MPC=>TT_ORDDET. Now I double click at TT_ORDDET I got the public section, where I can see that ZZ_MATR_LEV_DATO is already specified.
         ZZ_SPORSP_DATO type D,
         ZZ_KSTROM type STRING,
         ZZ_KSTROM_DATO type D,
         ZZ_MATR_LEV_DATO type D,
      end of TS_ORDDET. .
      types:
    TT_ORDDET type standard table of TS_ORDDET. .
    Anyone who will help me?
    Thanks
    Lars

    Hi Ron Sargeant,
    I'm having a kind of similar issue. I have 3 entities, they were already mapped to theirs respective RFC. In the RFC, a couple of fields changed their name so the mapping got lost. I did again the mapping and there was no errors on 2 of the 3 entities. For other reasons, I had to delete the third entitiy, I deleted it and created it again and there was no problems, I do the mapping and everything was apparently fine, when I tried to "Generate Runtime Objects" it throws me an error with the next message: "Failed to create data provider class". If I try to Generate the service again, it throws me another error message: "The class ZCL_xxx_xx_xxxxxx_DPC is locked. Process canceled". I'm sure I've not edited or deleted the DPC class. If I try to access the DPC class from the tx SE24 it tells me that the object it's not created, and the class still appears in the list of Runtime Artifacts in tx SEGW.
    I'd like to know if you've got any idea of what may happen, or I'd also like to be sure that if I delete the DPC class and the DPC_EXT class, it will be regenerated again by the Service Builder.
    Best regards,
    Ana Velásquez

  • Blocking a customer using class method CMD_EI_API= MAINTAIN_DIRECT_INPUT

    Hello Experts!
    I am using the method CMD_EI_API=>MAINTAIN_DIRECT_INPUT to block a customer when it fails export compliance checks. It only works when the user creating an order has privileges to block the customer, which is usually not the case.
    I was hoping that since this runs as part of creating an order, the system would take over to block the customer and not check the user's privileges.
    Does anyone know any setting in the structures passed in where the block will take place as part of an SAP process and not under the user's role/privileges? I'm currently setting the structure element CMDS_EI_SALES_DATA-LIFSD to 'ZC' which is our custom block setting, and when the customer service rep has privileges to block the customer it works, when they don't it should still work, but it doesn't and the message returned is: You are not authorized to use Transaction XD02.
    Thanks,
    Scott

    Dear Ashok,
    possibly structure CMDS_EI_TAX_IND_KEY
    Greetings
    Winfried

  • XL Reporter Error. (Open Workbook) Method '~' of object '~' failed. 64-bits

    Hello, good morning.
    Checking the Desktop System Platforms
    https://websmp208.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706510&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    I have installed 2007A SP01 PL13 in a 2008Server with SQL2008 but xl reporter not works in the cliente platforms with Windows 7 Prof 64 bits and Office 2010 Profesional installed in 32-bit version:
    The message: Error al inicial excel. Causa: (Open Workbook) Method '' of object '' failed
    Checked:
    Notes: 1077263, 898635, 918188, 1287193
    Threads:
    COM Add-in Program Required to run XL Reporter
    XL Reporter - Report Organizer cannot load
    Error while opening XL reporter
    XL Reporter Startup failed
    XL Report unable to load with Excel 2010
    I put a message to SAP Business One Global Support Centre, but the result is:
    "The MS Office 2010 x64 is not supported. Please refer to the supported platforms landing page".
    In teh landing page says: " (6) For the time being, the SAP Business One release tracks 2007 and 8.8 only support the 32-bit version of the Microsoft Office 2010 editions."
    ¿Any idea?
    Thanks

    Hi,
    Checkk
    http://social.msdn.microsoft.com/Forums/en-US/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91?prof=required
    http://social.technet.microsoft.com/Forums/en-US/office2007deploymentcompatibility/thread/334c9f30-4e27-4904-9e71-abfc65975e23?prof=required)and
    Thanks,

  • DTW - Method of object failed

    Hi
    I'm trying do do an import of AP Credit Notes and getting the error 'Method '' of object '' failed 65171'.
    No matter what I try - can't get past this one. Has anyone seen this before?
    Regards
    Danie

    Hi
    I have the following columns in my
    Header:
    Record Key - 1, 2, 3, ......
    CardCode - V-TRA007......
    Comments - Credit Inv no 6316 .....
    DocCurrency - R
    DocDate 20110125
    DocType - dDocument_Items
    Lines:
    ParentKey - 1, 2, 3,3, 4, 5,5,5, 6.......
    No LineNum as this is new import not update - Although it makes no diff to the error I'm getting
    BaseEntry - which is DocEntry of PCH1 (Although DocNUm and DocEntry are the same in both tables)
    BaseLine - corresponds to the line no's in PCH1
    BaseType - 18
    CostingCode - PC
    ItemCode - SFEE_Accomod
    Price - 171.05
    Quantity - 1
    VatGroup - I0
    Warehouse - FCS-FIND
    Regards
    Danie

  • BPF 'Method '~' of object '~' failed' error

    Hi Experts.
    we are experiencing quite a lot of  'Method '' of object '' failed' when trying to open a template from a BPF. The templates work without problems when we open them from etools\Open dynamic templates but randomly they fail when using the BPF. We have cleared the Client Options and it stills does not work from some PCs (other users enter into the templates without problems).
    Any idea?
    Thanks a lot for your support!
    Albert

    I've posted this in a thread before and it works very well on the computers where we've experienced the problem
    Windows XP temp folder path described in the note and I've added info for Vista/Windows 7 below. This also applies to BPC 7.5 MS even though the note is for 7.0 MS
    http://service.sap.com/sap/support/notes/1528423
    The info for resolution helped me fix a windows 7 client that has been unable to open BPF steps although it has been able to open the reports directly.
    For windows 7 clear out everything in temp that looks like it belongs to BPC at the following path.
    C:\Users\%username%\AppData\Local\Temp
    Regards,
    Markus

  • Method '~' of object '~' failed in Offline Planning

    Hi,
    When the members in a dimension are set to '~' in Essbase, Offline Planning will prompt an error "Method '~' of object '~' failed" when we try to select that dimension as page members. Is there a way to overcome this problem?
    Thanks in advance.

    Hi Caillen,
    1. It hapen to any user randomly. It is not for perticuler user/users.
    2. Error is thrown at server side.
    3. Below is the code shown in the error desciption.
    Public Sub ActiveBookmarkSet(iIndex As Integer, Optional szBookmark As String = "")
        On Error GoTo ActiveBookmarkSetErr
        Dim iErrorTimes As Integer
        iErrorTimes = 0
        If Not moBookmarks Is Nothing Then
            If iIndex > 0 Then
                If miActiveBookmarkCount >= iIndex Then
                    Set moBookmark = moBookmarks.Item(iIndex)
                    mszActiveBookmark = moBookmark
                End If
            ElseIf szBookmark <> "" Then
                If moBookmarks.Exists(szBookmark) = True Then
                    Set moBookmark = moBookmarks.Item(szBookmark)
                    mszActiveBookmark = moBookmark
                End If
            End If
        Else
            mobjRevision.objError.RaiseError CWORDERR_BASE_NoActiveBookmarks, App.EXEName & "::CGCDocWordApp::ActiveBookmarkSet", ""
        End If
        Exit Sub
    ActiveBookmarkSetErr:
        iErrorTimes = iErrorTimes + 1
        If iErrorTimes < 6 Then
            Resume
        End If
        Call mobjRevision.objError.RaiseError(Err, App.EXEName & "::CGCDocWordApp:ActiveBookmarkSet Method", Err.Description)
    End Sub

  • Oracle Initialization Failed -- likely missing libraries/dlls

    Hi,
    I've installed MDM 5.0 server with oracle 10.2 as the database on Windows 2003 server.
    When I try to create a repository for the first time I'm facing the following issue "Error initializing database engine"
    The log says:
    Oracle Initialization Failed -- likely missing libraries/dlls
    OCI Init
    ERROR CODE=0 |||
    Last CMD:
    I'm able to connect to the database through SQL plus also the tnsping tests are successfull.
    Please let me know your ides to resolve this issue.
    Regards,
    Varadhu

    Hi Varadharajan,
    Can you provide the detailed steps performed to resolve the issue.
    Even we have installed MDM 7.1 SP 10 Oracle 11.2.0, But we have 3 SAP instance running on the system:
    1) SRM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    2) CRM:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit
    3) MDM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    when the server is restarted the MDM is not able to connect to the Database.
    Thanks to provide the exact steps of execution.
    Regards,
    Prajakta Patkar

  • Run-time error -2147417848 (80010108), method '~' of object '~' failed

    Hello
    I have an application written in VB6 which uses Crystal 9 Reports (RDC). The application is running on Windows XP, SP2.
    On this PC is .net Framework 2.0 installed and since then from time to time I get the message:
    run-time error -2147417848 (80010108), method '' of object '' failed
    But this error doesn't appear always, but when it happens, it happens always at setting the datasource
    example:
    repReport.Database.SetDataSource rsDummy
    Does anybody know why this is?
    Thank you for your help.

    Hi, Urs;
    Whereever the error is occuring, you should ensure you have the latest version of our files. For a client install, be sure that you are using the latest Merge Modules from our web site to deploy your application.
    If you are not getting the error on your development system, you may have newer files there than on the client.
    Regards,
    Jonathan

  • [svn] 3397: Re-add a new internal method to MessageBroker that went missing post-merge .

    Revision: 3397
    Author: [email protected]
    Date: 2008-09-28 22:33:49 -0700 (Sun, 28 Sep 2008)
    Log Message:
    Re-add a new internal method to MessageBroker that went missing post-merge.
    QA: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

    You would really have to ask the app developer if there is a way to export the data.
    As for adding a printer, you would need to purchase an AirPrint compatible printer and connect it to your wireless network.
    By the way, your holiday letter/rant/Idon't even know what to call it... is completely inappropriate for these forums.

  • OMS Configfuration failed with missing  cremds-rcu.sql file

    Hello,
    I'm performing a new install of 11g grid control, but observed the OMS failed. After a deeper dive, I noticed the output below which suggests that the cremds-rcu.sql file is missing from the install package. The error is below:
    oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: java.io.FileNotFoundException: /oem/Middleware/oms11g/rcu/integration/mds/sql/cremds-rcu.s
    ql (No such file or directory)
    Environment Information:
    uname -a:
    Linux oramgr 2.6.16.60-0.27-bigsmp #1 SMP Mon Jul 28 13:06:32 UTC 2008 i686 i686 i386 GNU/Linux
    SLES10 32bit
    2010-10-20 15:44:24.732 TRACE rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: Sql command to run: /oem/Middleware/oms11g/rcu/integr
    ation/mds/sql/cremds-rcu.sql
    2010-10-20 15:44:24.732 TRACE rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: m_bean.getCommandType() = SCRIPT
    2010-10-20 15:44:24.733 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: current user=SYS
    2010-10-20 15:44:24.733 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: Performing JDBCScript Action Command: /oem/Mid
    dleware/oms11g/rcu/integration/mds/sql/cremds-rcu.sql CMDLINE Parameters Length: 1
    2010-10-20 15:44:24.733 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::parseNexecuteScript: ParseNexecute Script: /oem/Middlew
    are/oms11g/rcu/integration/mds/sql/cremds-rcu.sql
    2010-10-20 15:44:24.734 TRACE rcu: oracle.sysman.assistants.rcu.backend.action.AbstractSQLAction::removeLocalErrors: Removing Local Fatal and Ignorable E
    rrors
    2010-10-20 15:44:24.734 TRACE rcu: oracle.sysman.assistants.rcu.backend.action.AbstractSQLAction::removeLocalErrors: Removing LocalFatal Errors
    2010-10-20 15:44:24.734 TRACE rcu: oracle.sysman.assistants.rcu.backend.action.AbstractSQLAction::removeLocalErrors: Removing LocalIgnorable Errors
    2010-10-20 15:44:24.734 INCIDENT_ERROR rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::cleanAndLog: RCU-6134:Error while trying to execute J
    DBC action. - MDS
    oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: java.io.FileNotFoundException: /oem/Middleware/oms11g/rcu/integration/mds/sql/cremds-rcu.s
    ql (No such file or directory)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.parseNexecuteScript(JDBCEngine.java:1121)
    at oracle.sysman.assistants.rcu.backend.action.JDBCAction.perform(JDBCAction.java:348)
    at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:243)
    at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: /oem/Middleware/oms11g/rcu/integration/mds/sql/cremds-rcu.sql (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.sysman.assistants.common.dbutil.jdbc.NestedInputReader.<init>(NestedInputReader.java:69)
    at oracle.sysman.assistants.common.dbutil.jdbc.SQLScriptReader.<init>(SQLScriptReader.java:66)
    at oracle.sysman.assistants.common.dbutil.jdbc.ANSISQLScriptReader.<init>(ANSISQLScriptReader.java:55)
    at oracle.sysman.assistants.common.dbutil.jdbc.OracleSQLScriptReader.<init>(OracleSQLScriptReader.java:63)
    at oracle.sysman.assistants.common.dbutil.jdbc.SQLScriptReader.getSQLScriptReader(SQLScriptReader.java:356)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.parseNexecuteScript(JDBCEngine.java:1075)
    ... 4 more
    2010-10-20 15:44:24.737 TRACE rcu: oracle.sysman.assistants.rcu.util.RCUCheckpoint::moveComponentToPending: Entering
    2010-10-20 15:44:24.737 TRACE rcu: oracle.sysman.assistants.rcu.util.RCUCheckpoint::moveComponentToPending: Moving component to pending list: MDS
    2010-10-20 15:44:24.737 TRACE rcu: oracle.sysman.assistants.rcu.util.RCUCheckpoint::moveComponentToPending: Completed action: 1
    2010-10-20 15:44:24.737 TRACE rcu: oracle.sysman.assistants.rcu.util.RCUCheckpoint::moveComponentToPending: Statements list size : 0
    2010-10-20 15:44:24.738 TRACE rcu: oracle.sysman.assistants.rcu.util.RCUCheckpoint::resetActionAndStatements: Entering.
    2010-10-20 15:44:24.738 TRACE rcu: oracle.sysman.assistants.rcu.backend.task.TaskContext::clearSQLEngines: Calling SQLEngine.done()
    2010-10-20 15:44:24.739 TRACE rcu: oracle.sysman.assistants.rcu.backend.task.TaskContext::clearSQLEngines: Calling SQLEngine.done()
    2010-10-20 15:44:24.742 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6134:Error while trying to execute JDBC action.
    at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:300)
    at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.sysman.assistants.common.task.ActionFailedException: RCU-6134:Error while trying to execute JDBC action.
    at oracle.sysman.assistants.rcu.backend.action.JDBCAction.perform(JDBCAction.java:368)
    at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:243)
    ... 2 more
    Caused by: oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: java.io.FileNotFoundException: /oem/Middleware/oms11g/rcu/integration/mds/sql/c
    remds-rcu.sql (No such file or directory)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.parseNexecuteScript(JDBCEngine.java:1121)
    at oracle.sysman.assistants.rcu.backend.action.JDBCAction.perform(JDBCAction.java:348)
    ... 3 more
    Caused by: java.io.FileNotFoundException: /oem/Middleware/oms11g/rcu/integration/mds/sql/cremds-rcu.sql (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.sysman.assistants.common.dbutil.jdbc.NestedInputReader.<init>(NestedInputReader.java:69)
    at oracle.sysman.assistants.common.dbutil.jdbc.SQLScriptReader.<init>(SQLScriptReader.java:66)
    at oracle.sysman.assistants.common.dbutil.jdbc.ANSISQLScriptReader.<init>(ANSISQLScriptReader.java:55)
    at oracle.sysman.assistants.common.dbutil.jdbc.OracleSQLScriptReader.<init>(OracleSQLScriptReader.java:63)
    at oracle.sysman.assistants.common.dbutil.jdbc.SQLScriptReader.getSQLScriptReader(SQLScriptReader.java:356)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.parseNexecuteScript(JDBCEngine.java:1075)
    ... 4 more
    Any help would be greatly appreciated.
    Thanks in advance,

    I think the installation went wrong during the step: MDS Schema Configuration.
    1- The file you are missing (cremds-rcu.sql) should be in a filegroup1.jar file located in
    <your stage directory>/oms/Disk1/stage/Components/oracle.rcu.mds/11.1.1.2.0/1/DataFiles
    If you don't have the mentioned jar file, something went wrong during downloading the OMS zip files or the unzipping went wrong.
    Solution: uninstall OMS, download again, unzip and install
    2- If you open this jar file you should find 15 files that should have been copied during the installation to the directory /oem/Middleware/oms11g/rcu/integration/mds/sql
    If you don't find them here (and you do have the jar file) something went wrong during the installation phase of the OMS software. You may find what went wrong in one of the logs in oraInventory/logs
    Eric

  • Query Designer, Execute fails with missing iView (Portal Runtime Error)

    Hi,
    I have followed all steps to integrate Sap NetWeaver 2004s BI into EP. Checks done so far indicate that all is well between the EP and BI.  From within the EP, I can execute the Bex Web Analyser iView and from there I can execute a query on the BI backend.  From the BI backend, executing the function module RSWR_RFC_SERVICE_TEST returns the 'BI test service' success message.  SSO is working fine as no user/passwords were prompted for. From the trace file, I can see no errors appear but I do see authentication success messages.  So far, so good
    But, when I execute a query from within the Query Designer, it calls the browser and then errors with the following error:
    <b><i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex.
    Exception id: 10:06_03/03/06_0012_26285450
    See the details for the exception ID in the log file</i></b>
    Looking at the trace file, all it tells me is the same, that this iView is not found.
    If I logon to the portal and have a look at the iViews within the 'platform-add-ons/bi' folder, I can see the following 4 iViews:
    BEx Broadcaster (com.sap.ip.bi.bexbroadcaster)
    BEx Portfolio (com.sap.ip.bi.bexportfolio)
    BEx Web Analyser (com.sap.ip.bi.bexwebanalyzer)
    My Portfolio (com.sap.ip.bi.myportfolio)
    I cannot find the missing iView (com.sap.ip.bi.bex).
    Any ideas/suggestions would be appreciated.
    Thanks in advance.

    Hi Ashish,
    Thanks for the suggestions.  Here is what happened:
    1. I have run the deploy and change template again (BIPostInstall).  Step 10 failed but I am not too concerned as it does appear that SSO is working both directions.  Also, step 13 failed which is the 'Configure Repository Manager'.  The error I got here was USER_AUTH_FAILED: User account for logonid "" not found.  I am not sure where it is getting the blank userid from. 
    2. The 'com.sap.ip.bi.business_explorer_showcase' role suggestion looked very promising.   I found some doco on it and it does mention this role and when assigned, then you see the Business Explorer tab.  I assigned it to all users and to all groups.  When I went back into the portal, sure enough, the Business Explorer tab was visible.  From within there, I could run query which all worked fine.
    BUT, when executing a query from within the BEx Query Designer, I still got the same error:
    <i><b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex.
    Exception id: 11:25_05/03/06_0003_26285450
    See the details for the exception ID in the log file</b></i>
    Do you know if this is an actual iView that should exist in the portal content ?  If you have this working, can you see this iView in the portal?
    3. I had a look at this note (872043) but I could not get the sap download manager to work to get the zip files attached to the note download.  If you have it still, could you email it to me ([email protected]) and I will try that. Did you apply the zip file?
    I can't find any further trace information on why this missing iView error is happening.  I've amended the severity level on the areas which a SAP note detailed but the only information I get is that a missing iView was called.
    Function module RSWR_RFC_SERVICE_TEST still works fine and I can execute a query from the Web BEx Analyser iView.
    I just can't execute a query from the BEx query designer due to the missing iView.
    I don't know whether it is a communication problem even though SSO both directions seem to work OR whether I do have some content missing from my portal. 
    Regards

Maybe you are looking for

  • Video editing/exporting in Photoshop CS6 - original quality gone in YouTube. Idea?

    Hello, i've searched this forum and other sources already, but couldn't find a solution. Unfortunately, i am not a video pro. I record video tutorials about Photoshop (so, screen captures) and edit/combine the clips inside Photoshop CS6 in Win 7/64;

  • HTML and CSS Best Practices for Eloqua?

    Hello Topliners Community, My name is Ben and I am a Web Designer. I am currently looking for any guidance on HTML and CSS best practices when working with Eloqua. I am interested in the best practices for e-mail and landing pages. Thank you, Ben

  • How to calculate a week & Month in given date range (not for sele-options)

    Hi ,   I have defined 2 date parameters in sel-screen (Plz remember that date variable are not a SELECT-OPTIONS).  Now i want ot display week nos & monts in output.       Ex: date1: 20080101 & date2: 20080229. then                 weeks : 1, 2, 3,---

  • Lost on the adobe reader....

    I am so lost with my adobe reader, I cannot open up anything that redquires adobe. i ready to throw in the towel I am even lost in the forum.

  • Standby database query

    Hi All, How do i find the standby databases that are available for a primary database? Suppose i have 2 standby databases for the primary. How do i find out the standby databases from the primary database other than checking the log_archive_dest para