Maping error

hi
In the warehouse version 9.2 i have recieved the following message after i try to deploy a maping which get data from emp table at scott schema. (VLD-2771: System privileges may not allow extraction from source EMP)
any suggestion
thanks

On top of this. Even if you do do that, this warning will persist. So please do ignore it and simply hit deploy...
Jean-Pierre

Similar Messages

  • XSLT MAPING ERROR

    Hi All,
    while i am working with XSLT mapping i am getting the following error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">TRANSFORMER_EXCEPTION</SAP:Code>
      <SAP:P1>xsltmap</SAP:P1>
      <SAP:P2>http://fl2fl</SAP:P2>
      <SAP:P3>55b7c310-0359-11da-adc3-e18ac0a801c1</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>An exception occurred during the XSLT mapping</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    can anybody help me on this issue..
    any helps will be appriciatable.
    Thanks in advance....
    Ramesh

    Hi Ramesh,
      The best way is to debug with XSLT map developing tool
    - can check if there is any special character in your msg
    - can check if you use the appropriate "logical" operators like >,< as &gt; etc.
    - every error which has escaped, the unit testing at the XSLT developing stage will appear, during the execution of the flow.
    anyway you can post your mapping. it may help in identifying the issue.
    Regards
    Vishnu

  • Catch Mapping Errors on the Exception Hander in a BPM

    Hi All
    I am struggling to catch maping error in the Exception Handler, so my question is that, is it possible the catch mapping errors in the Exception Handler using BMP
    Thanks
    Yonela

    Hello Yonela!
    In the Transformation Step properties you can specify the exception handler in case the step fail. For more information, please check the help pages below
    Events:
    http://help.sap.com/saphelp_nw72/helpdata/en/76/9856e633464052a47270ea6c49640a/content.htm
    Modeling Exceptions and Exceptions Handling:
    http://help.sap.com/saphelp_nw72/helpdata/en/54/bf98c82cd84614a85cfda25d70b175/content.htm
    Best regards,
    Lucas Santos

  • Error while updating JDBD table

    Hi all,
    Am getting the error at the receiver JDBC CC. I have checked the conceren mapping also . i t is working under test tab.
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SAP_STG_AP_SAP_REF' (structure 'Statement'): com.sybase.jdbc3.jdbc.SybSQLException: Attempt to insert duplicate key row in object 'SAP_STG_AP_SAP_REF' with unique index 'SAP_STG_AP_SAP_REF_IX1'
    Any sugestion?
    Thanks,
    kanan

    ya issue is while updating the jdbc table ..duplicate entries are coming...I have check the maping xml also with the same data..I think I need to change the mapping -to remove the duplicate (entry in that field) using some function. Any idea which will be the function?? + please let me know how to find out which field is the error refering to in the jdbc table-- with unique index 'SAP_STG_AP_SAP_REF_IX1'
    In my scenario Action is INSERT. At the mapping output, there are some entries (5-6 ACCESS) where all the fields under the ACCESS are similar
    kanan

  • MAIL XI FTP;mails are in XI with error status,need 2 transfer as local file

    i m doing a scenario, where i need to pick a file from INBOX and need to place as a file in my sys.
    well, it is picking up my mails, so far my mail box is empty.
    now, when i checked my presentation server, i havent got the file.
    and when i checked " Monitor for processed XML Message" in  SXMB_MONI, i can see my messages with RED STATUS FLAG.
    error category: mapping
    error id: exception during execute
    PLEASE come up with suggestions and solutions
    now i have two issues,
    1. i need to place that file in presentation server.
    and to run this config successfully,
    2. how to transfer those file from XI SERVER TO presentation
    regards
    shahid
    Message was edited by:
            shahid mohammed syed
    Message was edited by:
            shahid mohammed syed

    Hi ,
             If you are reading row by row from the attachment of Mail or data .
           <b>   Did u specied the Interface and namespace in the  Mail sender Adpater ?</b>                 
                        If u have specified then it will come as row by row in XML format. Then write your own XSLT maping or java mapping to convert it into required format !
             Once it transformed then only it will come for receiver determination .
          <b>   Check in the Communication channel monitoring  does it contains any error or not ?</b>
      Regards.,
    V.Rangarajan

  • Error while running survlet: http status 505

    Hii all,
    I have a problem in running servlet from my Firefox and I am using Tomcat 5.5.25. I having a problem in deploying the servlet.
    I ran my servlet as:http://localhost:8085/log?user_name=******&password=*****
    Servlet Maping looks like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements. See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License. You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    -->
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Welcome to Tomcat</display-name>
    <description>
    Welcome to Tomcat
    </description>
    <servlet>
         <servlet-name>Aboutus</servlet-name>
         <servlet-class>AboutusServlet</servlet-class>
    </servlet>
    <servlet>
         <servlet-name>Login</servlet-name>
         <servlet-class>LoginServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Aboutus</servlet-name>
         <url-pattern>/aboutus</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
         <servlet-name>Login</servlet-name>
         <url-pattern>/log</url-pattern>
    </servlet-mapping>
    </web-app>
    Below is my servlet code looks like,
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    public class LoginServlet extends HttpServlet
         ServletOutputStream sos;
         Connection con;
         Statement st,st1,st2;
         ResultSet rs,rs1,rs2;
         public void doGet(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
              String logvalid="";
         String medicine="";
    //String destination="";
         try
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   con=DriverManager.getConnection("jdbc:odbc:health","scott","tiger");
                   System.out.println("Connection Successfull");
                   String user_id=req.getParameter("user_id");
                   String pass=req.getParameter("pass");
                   res.setContentType("text/html");
                   sos=res.getOutputStream();     
                   System.out.println("username:"+user_id+"pass:"+pass);
                   String query="select user_id,pass from newuser where user_id='"+user_id+"' and pass='"+pass+"'";
                                  System.out.println(query);
                   st=con.createStatement();
                   rs=st.executeQuery(query);
                   ResultSetMetaData rsmd= rs.getMetaData();
              /*     int count=rsmd.getColumnCount();
                   System.out.println("$$$$$$$$$$$$$$$$"+count);*/
                   System.out.println("value of rs="+rs);
                   if(rs!=null)
                        System.out.println("rs not null");
                   if(rs.next())
                        System.out.println("inside while");
                        if(user_id.equals(rs.getString(1)) && pass.equals(rs.getString(2)))
                             System.out.println("inside if");
                             logvalid="Valid";
                             System.out.println("valid");
    String query1="select distinct medicine from prescription";
                             System.out.println(query1);
                             st1=con.createStatement();
                             rs1=st1.executeQuery(query1);
                        while(rs1.next())
                             source=source+rs1.getString(1)+"$";
                        //String query2="select distinct destination from route";
                        //System.out.println(query2);
                   //st2=con.createStatement();
                   //rs2=st2.executeQuery(query2);
                             //     System.out.println(query2);
                   /*while(rs2.next())
    destination=destination+rs2.getString(1)+"$";
              }     // if loop for checking user id
         }     // end of if for rs.next()
         sos.println(logvalid+":"+medicine);
                   }// // end of if for rs!=null
         if(rs==null)
              System.out.println("rs=null");
    catch(Exception e)
                   System.out.println(e);
         public void destroy()
              try
                   con.close();
                   sos.close();
                   rs.close();
                   st.close();
                   catch(Exception e)
                        System.out.println(e);
    Here is the error report:
    HTTP Status 500 -

    Hi all,
    The issue is solved now.It was an silly mistake in the source code. I haven't extend the class.
    Thanks,
    Senthil.

  • Error while importing MS project into cProject

    Hi
    I am getting the below error while importing MS project client file or XML file into cProjects.
    dpr_shared087
    Logon language becomes original language
    Message no. DPR_SHARED087
    Diagnosis
    The logon language is defined as a possible text language in Customizing for Collaboration Projects under Specify Text Languages. Therefore, it is valid.
    System Response
    The logon language becomes the original language of the new object that was created.
    Kindly suggest what configuration data if any is missing.
    Regards
    Srikrishna

    Hi
    I am getting the below error while importing MS project into cProject.
    Error occurred when importing from Microsoft Project
    Message no. DPR_UI_BSP116
    Diagnosis
    When a project is imported from Microsoft Project, the system generates an XML string during internal processing. A project is then created in cProjects from this string.
    The XML string contains errors because the values from Microsoft Project were transferred without verification.
    Procedure for System Administration
    Notify SAP or call the cProjects application with the "DebugMode=X" query string and carry out the import again.
    The XML string that was generated temporarily is then validated against the cProjects XML schema. The error message from the XML parser is then displayed in the popup.
    Kindly suggest, if the below steps for importing MS project is ok or not?
    step 1: Create project in MS project with tasks.
    step 2: Maintain maping fields of MSP in cProject configurat
    step 3: Import MPP file into cProject using "Import" button.
    step 4: I am getting the above error while importing the MPP file.
    Regards
    Srikrishna

  • Error While activation of transformation

    HI All Gurus,
    I created transformation. i maped KZW1 ( CURR - 13 ) WITH 0SUBTOT_1S ( CURR - 9) AND
    WAERK (CUKY - 5) WITH 0STAT_CURR ( CUKY - 5). Same with KZW2, KZW3, KZW4, KZW5 And KZW6.
    bUt when i going to activete the error comes like
    Rule 24 (target: 0SUBTOT_1S): Source parameter 0022 is not being used     
    Message no. RSTRAN502
    Rule 24 (target field: 0SUBTOT_1S, group: 01 Standard Group): No source field assigned
    Message no. RSTRAN541
    Please help. Is there any rules or routine?
    Mukesh
    Edited by: mukeshvl88 on Sep 12, 2010 12:23 PM

    Hi,
    I think you are done migartion of that 2lis_13_vditm datasource dat flow, if it is correct  there is a problem in the starta  routine
    it is due to the difference between the target structer and communication structre , same thing you can check with the abap people.
    in 3.5 version only if you added any info object in cube and any feild to data source then , at update rules apply that key figures properties to all characterstics.
    if you are done any migartion please check that  as per our experts Notes.
    Thansk & Regards,
    sathish

  • Error in Integration of Defect Module of HP QC with SolMan Ehp 1

    Hi,
    We are using QC version 10 patch 12 and connected with SolMan Ehp 1 for testing.
    We are facing a problem in integrating the defect module of QC with Service desk of SolMan.
    The required settings are done in SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Third Party Integration -> SAP Quality Center by HP -> Integration Defect Management.
    SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Third Party Integration -> External Service Desk
    We have also implemented the SAP note 1289155.
    We are not using the Standard message type SLFN instead we have ZLFN.
    See the bellow error message in QC during field maping.
    The number of required defect fields in Quality center is different from the number of required support message fields in Application: u201Ceclsh112; WAS; 100u201D. Make sure the number of required fields is equal in both systems before you continue.
    Can any one suggest on this.
    Thanks in advance.
    Praveen

    Hi Praveen,
    Try this it should solve the issue.
    It seems that there is something wrong with your configuartion for the external service desk.
    If possible could you remove the external service desk from in
    Transaction ICTCONF and redefine it again?
    Once you have done that please do the following steps:
    - Go to the Solution Manager project
    - Open the dialog to connect to a QC project
    - Confirm the dialog.
    This will update the assignment with all technical details.
    You can check the results in the Site Admin. There navigate to the corresponding QC project and check the content of table BLUEPRINTS. There should be exactly 1 entry with the relevant information for the service desk integration (see attached "BLUEPRINTS(QC).doc").
    Hope this helps.
    Thanks,
    Raghavendra.

  • Multi Mapping - BPM -  Block 1 ( No Agent )  Error  --  Help Please  ?

    I am trying the the BPM scenario using Integration Process
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00 in
    the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    I am using a File Sender Adapter and Receiver Adapter .
    It is Successfully picked up the File but nothing is happening after that .
    I am using two receiver Determination one from Ob to IP and other from IP to FIleReceiver ( IB) .
    But, I am Getting error as Block1 (No agent) Error in the PE graphical diagram
    I have checked in SWWL my Integration Process Return code is "0"
    Can you please tell tell me how to solve this ?
    Can you please tell me this scenario is like Multiple Purchase Order Items to One Purchase Order
    Here they have given ID adn OverAllNumber . For ex. In one xml file I am sending
    ID as A100
    OverAllNumber as 120
    next 5 minutes putting the another file with contents
    ID as A100
    OverAllNumber as 130
    My Question is
    Will TWO files wiil come as Output in File Receiver or one file merged as like follows ?  
    ID as A100
    OverAllNumber as 120
      ID as A100
    OverAllNumber as 130
    I am not  Clear in this please give some suggestions .
    Best Regards.,
    V.Rangarajan

    Hi Raj,
              Thanks for ur reply.
    While defining the receiver determination, sender agreement, receiver agreeement , Interface determination which Interfaces areu using?
                       Yes
    + by the way which pattern u are following the basis component , is it BpmPatternCollectMessage?+
                  No  . I have taken example as 
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00
    in the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    The steps Which i have followed in BPM are
    1. Block with Deadlkine branch and Exception handler( as TimeOut Exception)
    Block Start and Block End as New Transaction
    2. Inside Block infinite Loop which contains Receive step ( Actives the Correlation ) and Multiline Container element which appends the Messages with CollectMessage
    3. Transformation Step
    It creates the New Transaction and Interface Maping from CollectMessage List to New Mesage
    4. Send Step
                   It sends the New Message . It creates the New Transaction .
    Best Regards .,
    V.Rangarajan

  • Mapping Error- In IDoc to File scenario

    Hi Experts,
    Got the Mapping error for one interface (IDoc to file). After comparing with successful message found that the field value (TDLINE) is not availbale in first segment (E1EDT10) in idoc for this failed one.
    Mapping is :
    TDLINE -- Exists --- Creatif --- Receiver field(in the file)
    But here due to the the empty value in first segment the message is failed in XI system, next segment values is not trasmitted to the recever end(maping is the same above). To overcome this issue please suggest the suitable mapping design in IR.
    Regards
    Mahesh

    Hi,
    After your CreateIf, use a "IfWithoutElse" by selecting the properties "Keep SUPPRESS Values". To do that, do a right click on IfWithoutElse, choose "Properties".
    With this option, you will keep the fact that you have nothing in the source, and so the target context will have a "SUPPRESS" line.  I have not THE solution, so do your own test.
    If it's not enough, see also about the "mapWithDefault" (but that depends of your real rule).
    Regards.
    Mickael

  • Error when activate transformation with mapping ROCANCEL to 0RECORDMODE

    In the techical rule group, I maped ROCANCEL with 0RECORDMODE but the transformation can not activate with the error
    Rule7 (target: 0RECORDMODE): Source parameter ROCANCEL is not being use
    Please advise what went wrong ?

    Hi,
    ROCANCEL field is indicates the status of record
    i.e Indicator: cancellation record
    This will be mapped to 0RECORDMODE infoobject. that field is necessary for DSO to identify the status of records(cancellation/deletions/changed/new record).
    Regards,
    Suman

  • Error in LSMW during MM Uploading

    Hi Guys,
    Material Master upload by using LSMW with Batch Input Recording.
    After completion of Last Step at the time of uploading system will not select any view but its showing error like  'Select least one view'
    But at the time of recording am selection following view Basic Data1 & 2, Purchasing, MRP 1,2,3 &4 , Work Scheduling, Forecasting, Accounting 1&2, Costing1& 2.
    The above said view am maintain X Mark in Field Maping rule as constant.
    Kindly give the Soln,
    Regards,
    S.Babusingh

    You might need to redo the recording all over again, BDC has plentty of scenario for screen selection to go wrong, so can't really tell what cause your problem based on your desc.  I have been stop using BDC to uplaod material since 5 years ago, I always use Direct input in LSMW and it works much better. I recomend you try the Direct input method instead of BDC if still getting problem.

  • Usage of Error Table in OWB mapping

    WE uses ERROR tables to take care of defective items in a maping. We want the rows in the error-table to remain and acumulate for each loading. That is, we do not want to truncate between running the mapping. We have:
    Truncate table error = NO
    Roll-up errors = NO
    But the table is truncated between each load anyway.
    Does anyone have any experience of how to make the table not to truncated?
    We are using OWB 11.2.0.1
    /John

    Hi John
    This looks to be fixed in the 11.2.0.2 OWB patch.
    The bug is 9661088, otherwise you'd have to move/process the errors before re-run.
    Cheers
    David

  • How  use XSLT maping in XI

    Hi All
            I an new to XI .I need information about the XSLT maping .pls help me on this task
      Thanking  u.
    regards,
    ramesh

    Hi Ramesh,
    <b>Welcome to XI</b>
    Please go through the following links:
    Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/b78d406b305537e10000000a1550b0/frameset.htm
    For Java Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm
    For XSLT Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm
    Error handling in XSLT Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/8a/7672f7d7e444439fd7024f806221a4/frameset.htm
    You can also refer some How to guides:
    XI New Mapping Features article,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi 3.0 new mapping features article.evn
    Generic XSLT Mapping and Sample Code,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi code samples/generic xslt mapping and sample code.pdf
    How to use ABAP-MApping in XI3.0,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how to use abap-mapping in xi 3.0.pdf
    I hope it helps,
    Thanks & Regards,
    Varun Joshi

Maybe you are looking for