Error on execute page process

Hi all.
I have an apex 4.0.2 page with two regions:
HTML Region with a group of itens and manual tabular form region(using apex_item).
On the page i have three PLSQL processes :
-The first inserts values in a table, using item values from the HTML region.
-The second process updates values from the table with apex_item.text data, using for R in 1..APEX_APPLICATION.G_F01.count to verify what values it need to update.
-The third deletes rows from the table assinalated using apex_item.checkbox.
On all the three processes, when i'm triyng to execute, occours this error:
"wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
VARIABLES IN FORM NOT IN PROCEDURE: F
NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM".
How can i solve this?

Hi Anil,
it seem that you have deleted some of the GP Portal Content.
1. Go to Content Administration tab, browse Portal Content > Content   
provided by SAP > Platform Add-Ons, then delete the whole Guided       
Procedures Folder.                                                     
2a. If you run NW 7.0, redeploy the latest SAP_EU.sca for your SP through SDM, using the update all
deploy option.           
2b. If you run NW CE 7.10, redeploy GP-PP through NWDI, using the update all
deploy option.                                                  
3. Go back, re-assign GP roles to your user and test again.            
Best regards,
George.

Similar Messages

  • Error in executing a process for compilation for jsp

    We have an iView which has jsp pages in it. We deployed the par & try toaccess the iview & we get an exception. The issue is that the iview has a jsp page. At the run time, this jsp is converted into a .java file
    without problem. But EP engine is having issues compiling this java fileinto .class file.
    On the other hand this same iview works just fine on our windows installation. Only Solaris EP install is having problems. The version onwindows as well as on Solaris is EP6 SP9.
    Here is the exact version on the solaris EP:
    sap.com/SAP-JEECOR 6.40 SP9 (1000.6.40.9.0.20041119045253) 20041122132733
    sap.com/SAP-JEE 6.40 SP9 (1000.6.40.9.0.20041119045409) 20041122132741
    When I copy the .class file from windows to unix machine, the iView works fine. Here is the exception I am getting:
    >>> JSPCompiler >>> error
    [email protected]a188b
    [EXCEPTION]
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException:
    Error in executing a process for compilation
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.launchCompilerProcess(J2eeCompiler_6_30.java:574)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compileExternal(J2eeCompiler_6_30.java:370)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compile(J2eeCompiler_6_30.java:672)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2143)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:76)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:122)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:279)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:129)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at
    com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at
    com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at
    com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at
    com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at
    com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    I am having the same issue with another iview which has jsp page in it.
    The web dynpro iview works fine.

    Hi, seems like there's some typo in your jsp. Check the .java file listed with a java editor (like eclipse or devstudio.). Maybe you'll find the typo this way faster.
    Most often, a multiline page import hampers jsp compilation,
    e.g.
    <%@page import="java.util.List,
                    java.util.Map"%>
    needs to be
    <%@page import="java.util.List,java.util.Map"%>
    Regards,
    Armin

  • [b]Error during JSP page processing[/b]

    hi , i'm mech.
    i have some probs with jsp. i am trying to connect jsp page with database and printing the data on the browser page. i have created DSN mm using microsoft odbc for oracle and oracle9i's driver oracle in orahome90 but it is giving yet . i have this coding and error.
    ------------------------jsp code--------------------------
    package pagecompile.jsp;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import java.io.PrintWriter;
    import java.io.IOException;
    import java.io.FileInputStream;
    import java.io.ObjectInputStream;
    import java.util.Vector;
    import com.sun.server.http.pagecompile.jsp.runtime.*;
    import java.beans.*;
    import com.sun.server.http.pagecompile.jsp.JspException;
    import java.sql.*;
    public class _Connect extends HttpJspBase {
    static char[][] jspxhtml_data = null;
    public _Connect( ) {
    private static boolean jspxinited = false;
    public final void jspxinit() throws JspException {
    ObjectInputStream oin = null;
    int numStrings = 0;
    try {
    FileInputStream fin = new FileInputStream("E:\\JavaWebServer2.0\\tmpdir\\default\\pagecompile\\jsp\\pagecompile.jspConnect.dat");
    oin = new ObjectInputStream(fin);
    jspxhtml_data = (char[][]) oin.readObject();
    } catch (Exception ex) {
    throw new JspException("Unable to open data file");
    } finally {
    if (oin != null)
    try { oin.close(); } catch (IOException ignore) { }
    public void _jspService(HttpServletRequest request, HttpServletResponse  response)
    throws IOException, ServletException {
    boolean jspxcleared_due_to_forward = false;
    JspFactory _jspxFactory = null;
    PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    String _value = null;
    try {
    if (_jspx_inited == false) {
    jspxinit();
    jspxinited = true;
    _jspxFactory = JspFactory.getDefaultFactory();
    response.setContentType("text/html");
    pageContext = _jspxFactory.getPageContext(this, request, response,
                   "", true, 8192, true);
    application = pageContext.getServletContext();
    config = pageContext.getServletConfig();
    session = pageContext.getSession();
    out = pageContext.getOut();
    out.print(_jspx_html_data[0]);
    out.print(_jspx_html_data[1]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(14,2);to=(28,2)]
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection myconn=DriverManager.getConnection("Jdbc:Odbc:mm","madhulika","madhulika");
    Statement stmt = myconn.createStatement();
    ResultSet myResultSet = stmt.executeQuery("Select * from peopletable");
    if(myResultSet != null)
         while(myResultSet.next())
              int eid=myResultSet.getInt("id");
              String fname=myResultSet.getString("firstname");
              String lname=myResultSet.getString("lastname");
              String mail=myResultSet.getString("email");
    // end
    out.print(_jspx_html_data[2]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(30,10);to=(30,13)]
    out.print(eid);
    // end
    out.print(_jspx_html_data[3]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(31,10);to=(31,15)]
    out.print(fname);
    // end
    out.print(_jspx_html_data[4]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(32,10);to=(32,15)]
    out.print(lname);
    // end
    out.print(_jspx_html_data[5]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(33,10);to=(33,14)]
    out.print(mail);
    // end
    out.print(_jspx_html_data[6]);
    // begin [file="E:\\JavaWebServer2.0\\public_html\\Connect.jsp";from=(37,5);to=(43,0)]
    stmt.close();
    myconn.close();
    // end
    out.print(_jspx_html_data[7]);
    } catch (Throwable t) {
    if (out.getBufferSize() != 0)
    out.clear();
    throw new JspException("Unknown exception: ", t);
    } finally {
    if (!_jspx_cleared_due_to_forward)
    out.flush();
    _jspxFactory.releasePageContext(pageContext);
    -------------------error in browser----------------------
    Error during JSP page processing
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
         at java.lang.Throwable.(Compiled Code)
         at java.lang.Exception.(Compiled Code)
         at java.sql.SQLException.(SQLException.java:43)
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(Compiled Code)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:3814)
         at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(JdbcOdbc.java:1029)
         at sun.jdbc.odbc.JdbcOdbcConnection.initialize(JdbcOdbcConnection.java:145)
         at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:165)
         at java.sql.DriverManager.getConnection(Compiled Code)
         at java.sql.DriverManager.getConnection(DriverManager.java:126)
         at pagecompile.jsp._Connect._jspService(Compiled Code)
         at com.sun.server.http.pagecompile.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at com.sun.server.http.pagecompile.jsp.runtime.JspServlet.runServlet(JspServlet.java:469)
         at com.sun.server.http.pagecompile.jsp.runtime.JspServlet.processJspPage(JspServlet.java:259)
         at com.sun.server.http.pagecompile.jsp.runtime.JspServlet.service(JspServlet.java:97)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at com.sun.server.ServletState.callService(ServletState.java:226)
         at com.sun.server.ServletManager.callServletService(ServletManager.java:936)
         at com.sun.server.ProcessingState.invokeTargetServlet(ProcessingState.java:423)
         at com.sun.server.http.HttpProcessingState.execute(HttpProcessingState.java:79)
         at com.sun.server.http.stages.Runner.process(Runner.java:79)
         at com.sun.server.ProcessingSupport.process(Compiled Code)
         at com.sun.server.Service.process(Service.java:204)
         at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:374)
         at com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code)
         at com.sun.server.HandlerThread.run(Compiled

    Backing up a moment, is there a particular reason that you're using the JDBC-ODBC bridge rather than using the Oracle JDBC driver?
    Have you taken a look at the JSP sample code available on OTN? I would start by making sure you can run that.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Error in executing a process for compilation

    Hi:
    Our portal version is 6.0.2.28.0 (SAPJ2EE PL29)
    we have the following problem:
    1.- the developer upload a component in portal, but when he tries to run it, the following error appears:
    Mar 28, 2005 4:22:06 PM # Client_Thread_8      Fatal           >>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :4782283
    JSP File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUEBA
    _PCCLibragestMostrarPlantillas/pagelet/MostrarPlantillas.jsp
    Class Name: sapportalsjspMostrarPlantillas
    Java File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUEB
    A_PCCLibragestMostrarPlantillas/work/pagelet/_sapportalsjsp_MostrarPlantillas.java
    Package Name : pagelet
    Class File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUE
    BA_PCCLibragestMostrarPlantillas/work/pagelet/_sapportalsjsp_MostrarPlantillas.class
    Is out dated : false
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in executing a process for compilation
    2.- If I stop/start SAPJ2EE the component, which was uploaded before,can be run without problem, but if you upload it again,when you try to run it again, the compilation error appears
    Any suggestion???
    Thanks

    Hi:
    the problem was not resolved deleting/uploading the components, the problem was resolved increasing the memory in the host and tuning the JVM memory parameters.
    In our host the memory was reduced and this was the origin of the problem
    Thanks

  • Error in executing a process for Flex compilation ....exceeds 32K...

    Hi,
    deployin my model i get the following error-message.
    "Error in executing a process for Flex compilation, Error: Branch between 64935 and 97770 around line 0 exceeds 32K span. If possible, please refactor this component.
    Error: Branch between 64935 and 97770 around line 0 exceeds 32K span."
    Do i delete a sort-element from my model it is deployed very well. So what does this message exactly mean and how can I locate where the error occurs and how can i fix that problem because i need this sort-element to be in my model.
    Thanks for your help!
    Tobias

    Hi Tobias,
    You are receiving this error due to a current limitation in the Flex server. How you can fix this is to split the iView you are currently working on into two iViews, and embed one within the other. This will decrease the size of the current iView you are receiving the error for and eliminate this problem.
    Hope this helps
    Cheers,
    Scott

  • Error while executing SDM process phase with action DEPLOY_SLOT

    Hi,
    I am upgrading CRM 2007 to CRM 7.0 and got an error in Java side.
    Following is DEPLOY_SLOT_1_DON_01.LOG
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG]/>
    <!PATTERN[DEPLOY_SLOT_1__DON_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    May 20, 2009 4:15:48 AM  Info:
    May 20, 2009 4:15:48 AM  Info: ============================================
    May 20, 2009 4:15:48 AM  Info: =   Starting to execute command 'deploy'   =
    May 20, 2009 4:15:48 AM  Info: ============================================
    May 20, 2009 4:15:48 AM  Info: Starting SDM - Software Deployment Manager...
    May 20, 2009 4:15:49 AM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0103.20081105085605.0000
    May 20, 2009 4:15:51 AM  Info: SDM operation mode successfully set to: Standalone
    May 20, 2009 4:15:52 AM  Info: Initializing Network Manager (50017)
    May 20, 2009 4:15:52 AM  Info: Checking if another SDM is running on port 50018
    May 20, 2009 4:15:53 AM  Info: -
    Starting deployment -
    May 20, 2009 4:15:53 AM  Info: Error handling strategy: OnErrorSkipDepending
    May 20, 2009 4:15:53 AM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    May 20, 2009 4:15:53 AM  Info: Update strategy: UpdateLowerVersions
    May 20, 2009 4:15:53 AM  Info: Starting deployment prerequisites:
    May 20, 2009 4:15:55 AM  Info: Loading selected archives...
    May 20, 2009 4:15:55 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\ADSSAP03_0.SCA'
    May 20, 2009 4:16:43 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIBASES16_0-10003477.SCA'
    May 20, 2009 4:16:48 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIIBC16_0-10003495.SCA'
    May 20, 2009 4:16:50 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIREPPLAN16_0-10002878.SCA'
    May 20, 2009 4:17:00 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWDALV16_0-10003475.SCA'
    May 20, 2009 4:17:02 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWEBAPP16_0-10003476.SCA'
    May 20, 2009 4:17:13 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BIMMR03_0.SCA'
    May 20, 2009 4:17:24 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BIUDI03_0.SCA'
    May 20, 2009 4:17:31 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BPCRMAPP02_0.SCA'
    May 20, 2009 4:17:35 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BPCRMFND02_0.SCA'
    May 20, 2009 4:17:37 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAF03_0.SCA'
    May 20, 2009 4:18:02 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAFKM03_0.SCA'
    May 20, 2009 4:18:04 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAFUM03_0.SCA'
    May 20, 2009 4:18:08 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CRMAPP02_0.SCA'
    May 20, 2009 4:18:09 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CRMFND02_1.SCA'
    May 20, 2009 4:18:10 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICBS16_0-10003500.SCA'
    May 20, 2009 4:18:13 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICMS16_0-10003499.SCA'
    May 20, 2009 4:18:20 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DIDTR16_0-10003501.SCA'
    May 20, 2009 4:18:26 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPPSERV03_0.SCA'
    May 20, 2009 4:18:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPWDC03_0.SCA'
    May 20, 2009 4:18:45 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPBC203_0.SCA'
    May 20, 2009 4:18:50 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMKWJIKS03_0.SCA'
    May 20, 2009 4:18:51 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCBC03_0.SCA'
    May 20, 2009 4:18:56 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCCM03_0.SCA'
    May 20, 2009 4:19:03 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCCOLL03_0.SCA'
    May 20, 2009 4:19:10 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMPORTAL03_0.SCA'
    May 20, 2009 4:19:12 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA'
    May 20, 2009 4:19:43 AM  Error: There is already a component of the same type with identical name 'tc/cts/appl' and vendor 'sap.com' selected.
    May 20, 2009 4:19:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA'
    May 20, 2009 4:19:45 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\RTC03_0.SCA'
    May 20, 2009 4:19:48 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\RTCSTREAM03_0.SCA'
    May 20, 2009 4:19:49 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPCRMAPP02_1.SCA'
    May 20, 2009 4:20:55 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPCRMDIC02_0.SCA'
    May 20, 2009 4:21:00 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPEU03_0.SCA'
    May 20, 2009 4:21:39 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPSHRAPP02_0.SCA'
    May 20, 2009 4:23:18 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SWLIFECYCL03_0.SCA'
    May 20, 2009 4:23:24 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\UMEADMIN03_0.SCA'
    May 20, 2009 4:23:27 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\UWLJWF03_0.SCA'
    May 20, 2009 4:23:33 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCBASE03_0.SCA'
    May 20, 2009 4:23:37 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCFLEX03_0.SCA'
    May 20, 2009 4:23:54 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCFRAMEWORK03_0.SCA'
    May 20, 2009 4:23:58 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\VCKITBI16_0-10003603.SCA'
    May 20, 2009 4:23:59 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCKITGP03_0.SCA'
    May 20, 2009 4:24:00 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCKITXX03_0.SCA'
    May 20, 2009 4:24:02 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\WDEXTENSIONS03_0.SCA'
    May 20, 2009 4:24:05 AM  Error: Error while loading selected archives.
    May 20, 2009 4:24:05 AM  Error: Prerequisites were aborted.
    May 20, 2009 4:24:13 AM  Error: Error while loading selected archives.
    May 20, 2009 4:24:13 AM  Info: Summarizing the deployment results:
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\ADSSAP03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIBASES16_0-10003477.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIIBC16_0-10003495.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIREPPLAN16_0-10002878.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWDALV16_0-10003475.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWEBAPP16_0-10003476.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BIMMR03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BIUDI03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BPCRMAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BPCRMFND02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAF03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAFKM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAFUM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CRMAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CRMFND02_1.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICBS16_0-10003500.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICMS16_0-10003499.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DIDTR16_0-10003501.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPPSERV03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPWDC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPBC203_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMKWJIKS03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCBC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCCM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCCOLL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\LMPORTAL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Precondition violated: C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\RTC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\RTCSTREAM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPCRMAPP02_1.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPCRMDIC02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPEU03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPSHRAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SWLIFECYCL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\UMEADMIN03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\UWLJWF03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCBASE03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCFLEX03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCFRAMEWORK03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\VCKITBI16_0-10003603.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCKITGP03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCKITXX03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\WDEXTENSIONS03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Processing error. Return code: 4
    It appears to me that somehow there is a component conflict:
    May 20, 2009 4:19:12 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA'
    May 20, 2009 4:19:43 AM  Error: There is already a component of the same type with identical name 'tc/cts/appl' and vendor 'sap.com' selected.
    May 20, 2009 4:19:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA'
    Is it advisable at all to manually delete the above LMTOOLS03_01.SCA from the location and try again or this will lead to more errors?
    Please help ASAP, thanks a lot,
    Shival

    Following is the trouble ticket information:
    Trouble Ticket Report
    Upgrade to Enhancement Package 1 SR1 for SAP NetWeaver/ SAP Business Suite 7 SR1
    SID................: CD1
    Hostname...........: nbg-dev-cd1
    Install directory..: c:/usr/sap/CD1
    Upgrade directory..: C:\usr\sap\jupgrade
    Database...........: SAP DB
    Operating System...: NT
    JDK version........: 1.4.2_15 Sun Microsystems Inc.
    SAPJup version.....: 1.5.6
    Source release.....: 700
    Target release.....: 700
    Current usages.....: AS;EP;EPC;BP-CRM;JCRM;AAS
    ABAP stack present.: true
    The execution of UPGRADE/UPGRADE/DEPLOY_ONLINE ended in error.
    Error while executing SDM process phase with action DEPLOY_SLOT. See C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG for details.
    Cannot execute Java process for deployList with parameters C:/usr/sap/jupgrade/tmp/SLOT.DEPLOY.LST.
    Return code condition success evaluated to false for process java.exe for action ACTION_DEPLOY_LIST.
    More information can be found in the log file C:\usr\sap\jupgrade\log\DEPLOY_ONLINE_DON_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.j2ee.phases.PhaseTypeSDMProcess
    com.sap.sdt.ucp.phases.PhaseException
    Error while executing SDM process phase with action DEPLOY_SLOT. See C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG for details.
    DEPLOY_ONLINE
    UPGRADE
    NetWeaver Upgrade
    SAPJup
    Java Upgrade

  • Error in Executing the process HCM process & Forms

    Hello,
    When we try to execute the process we encountered an error message "&1 Process only makes sense if employee number specified".
    &1 :- Name of the process
    Message Class : HRASR00_UI
    Message No: 004
    Initially we are able to execute the process with other user id in portal.
    But now we have created a new portal user with different employee number.
    In Backend with t.code HRASR_TEST_PROCESS, we can execute the process by specifying the employee number.
    But when we try to execute the process in portal with same employee number, above mentioned error message is flashed.
    Please note that Portal user has sufficient authorization to execute the process.
    Kindly give suggesion to solve the issue and let me know if you need more information.
    Regards,
    Vishal Solanki

    Hi Tobias,
    You are receiving this error due to a current limitation in the Flex server. How you can fix this is to split the iView you are currently working on into two iViews, and embed one within the other. This will decrease the size of the current iView you are receiving the error for and eliminate this problem.
    Hope this helps
    Cheers,
    Scott

  • Error while executing a process - it hangs!

    Hi there, please help me with this problem:
    I'm executing a CMD file with the next code and it hangs
    File file = new file("E:\\NDM_TEST\\UPLOAD_ENC\\CA210105.001.zip")
    Vector response = null;
    Log.debugLog("File to transport as a response " + getFileAbsolutePath());
    if (NDM.executeCMD(file.getFileAbsolutePath(), file.getFileName()) == 0) {
    public static int executeCMD(String fileAbsolutePath, String fileName) {
      int exitValue = 1;
      String chainn = "";
      try {
        Log.debugLog("starting CMD execution");
        String arguments[] = new String[1];
        arguments[0] = "\"" + getNDM_BATCH() + "\" " + fileAbsolutePath + " " + fileName;
        exitValue = WindowsExec.execute(arguments);
      } catch (Exception e) {
        Log.log("[ERROR] NDM.ejecutaBatch ==> " + e);
      } finally {
        return exitValue;
    public class WindowsExec {
      public static int execute(String args[]) {
        int exitVal = 1;
        if(args.length < 1) {
          Log.log("USAGE; java WindowsExec <cmd>");
          System.exit(1);
        try {
          String osName = System.getProperty("os.name");
          String[] cmd = new String[3];
          Runtime rt = Runtime.getRuntime();
          String toExecute = cmd[0] + " " + cmd[1] + " " + cmd[2];
          Log.debugLog(toExecute);
          Process proc = rt.exec(toExecute);
          Streammer errorStreammer = new Streammer(proc.getErrorStream(), "ERROR");
          Streammer outPutStreammer = new Streammer(proc.getInputStream(), "OUTPUT");
          errorStreammer.start();
          outPutStreammer.start();
          exitVal = proc.waitFor();
        } catch(Throwable t) {
          t.printStackTrace();
        } finally {
          return exitVal;
    public class Streammer extends Thread {
      InputStream is;
      String type;
      Streammer(InputStream is, String type) {
        this.is = is;
        this.type = type;
      public void run() {
        try {
          InputStreamReader isr = new InputStreamReader(is);
          BufferedReader br = new BufferedReader(isr);
          String line = null;
          while ((line = br.readLine()) != null) {
            Log.log(type + " > " + line);
        } catch (Exception ioe) {
          ioe.printStackTrace();
    }The output of the line Log.debugLog(toExecute); is:
    cmd.exe /C "E:\NDM_TEST\PROCESS\TX_TEST.CMD" E:\NDM_TEST\UPLOAD_ENC\CA210105.001.zip CA210105.001.zip
    If i run this output from a command prompt it runs ok, but when invoked from my java program it hangs and never ends

    You are right, at the moment I paste my code, I delete three important lines, here is the right code:
    File file = new file("E:\\NDM_TEST\\UPLOAD_ENC\\CA210105.001.zip")
    Vector response = null;
    Log.debugLog("File to transport as a response " + getFileAbsolutePath());
    if (NDM.executeCMD(file.getFileAbsolutePath(), file.getFileName()) == 0) {
    public static int executeCMD(String fileAbsolutePath, String fileName) {
      int exitValue = 1;
      String chainn = "";
      try {
        Log.debugLog("starting CMD execution");
        String arguments[] = new String[1];
        arguments[0] = "\"" + getNDM_BATCH() + "\" " + fileAbsolutePath + " " + fileName;
        exitValue = WindowsExec.execute(arguments);
      } catch (Exception e) {
        Log.log("[ERROR] NDM.ejecutaBatch ==> " + e);
      } finally {
        return exitValue;
    public class WindowsExec {
      public static int execute(String args[]) {
        int exitVal = 1;
        if(args.length < 1) {
          Log.log("USAGE; java WindowsExec <cmd>");
          System.exit(1);
        try {
          Runtime rt = Runtime.getRuntime();
          String[] cmd = new String[3];
          cmd[0] = "cmd.exe";
          cmd[1] = "/C";
          cmd[2] = args[0];
          String toExecute = cmd[0] + " " + cmd[1] + " " + cmd[2];
          Log.debugLog(toExecute);
          Process proc = rt.exec(toExecute);
          Streammer errorStreammer = new Streammer(proc.getErrorStream(), "ERROR");
          Streammer outPutStreammer = new Streammer(proc.getInputStream(), "OUTPUT");
          errorStreammer.start();
          outPutStreammer.start();
          exitVal = proc.waitFor();
        } catch(Throwable t) {
          t.printStackTrace();
        } finally {
          return exitVal;
    public class Streammer extends Thread {
      InputStream is;
      String type;
      Streammer(InputStream is, String type) {
        this.is = is;
        this.type = type;
      public void run() {
        try {
          InputStreamReader isr = new InputStreamReader(is);
          BufferedReader br = new BufferedReader(isr);
          String line = null;
          while ((line = br.readLine()) != null) {
            Log.log(type + " > " + line);
        } catch (Exception ioe) {
          ioe.printStackTrace();
    }I hope you can help me know... thanks!.

  • Getting an error after executing batch process LTRPRT

    hi we are testing to check how the flat files are created for different customer contacts,for that we had ran the batch process LTRPRT batch process
    it got executed and ended abnormally with an error
    these are the parameters which were submitted during batch submission
    FILE-PATH=d:\spl
    FIELD-DELIM-SW=Y
    CNTL-REC-SW=N
    This is the following error
    ERROR (com.splwg.base.support.batch.GenericCobolBatchProgram) A non-zero code was returned from call to COBOL batch program CIPCLTPB: 2
    com.splwg.shared.common.LoggedException: A non-zero code was returned from call to COBOL batch program CIPCLTPB: 2
    *     at com.splwg.shared.common.LoggedException.raised(LoggedException.java:65)*
    *     at com.splwg.base.support.batch.GenericCobolBatchProgram.callCobolInCobolThread(GenericCobolBatchProgram.java:78)*
    *     at com.splwg.base.support.batch.GenericCobolBatchProgram.execute(GenericCobolBatchProgram.java:38)*
    *     at com.splwg.base.support.batch.CobolBatchWork$DoExecuteWorkInSession.doBatchWorkInSession(CobolBatchWork.java:81)*
    *     at com.splwg.base.support.batch.BatchWorkInSessionExecutable.run(BatchWorkInSessionExecutable.java:56)*
    *     at com.splwg.base.support.batch.CobolBatchWork.doExecuteWork(CobolBatchWork.java:54)*
    *     at com.splwg.base.support.grid.AbstractGridWork.executeWork(AbstractGridWork.java:69)*
    *     at com.splwg.base.support.grid.node.SingleThreadedGrid.addToWorkables(SingleThreadedGrid.java:49)*
    *     at com.splwg.base.support.grid.node.AbstractSingleThreadedGrid.processNewWork(AbstractSingleThreadedGrid.java:49)*
    *     at com.splwg.base.api.batch.StandaloneExecuter$ProcessNewWorkExecutable.execute(StandaloneExecuter.java:590)*
    *     at com.splwg.base.support.context.SessionExecutable.doInNewSession(SessionExecutable.java:38)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.submitProcess(StandaloneExecuter.java:188)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.runOnGrid(StandaloneExecuter.java:153)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.run(StandaloneExecuter.java:137)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.main(StandaloneExecuter.java:357)*
    *18:24:14,652 [main] ERROR (com.splwg.base.support.grid.node.SingleThreadedGrid) Exception trapped in the highest level of a distributed excecution context.*
    what could be the reason?

    you need to specify appropriate folder on the server.
    for e.g. choose +/spl/sploutput/letterextract/+

  • Syntax error when executing a process chain.

    Hi gurus,
    This is a weird problem that we have been facing since yesterday. In the transaction RSPC, we had created a process chain in Feb 09. It ran smoothly till yesterday. However when I try to schedule the process chain now, it gives me a dump stating  Syntax error in program "CL_RSDMD_IOBJ_U_TPL===========CP ".
    This same dump is generated whenever I try to display variant of one of the nodes of Process Chain.
    I tried checking the corresponding programs but in vain. I have no Idea why am I receiving the error.
    If anyone has faced this problem please post the same.
    The following is brief overview of the dump.
    Information on where terminated Termination occurred in the ABAP program
    "CL_RSBK_DTP_DATABASE==========CP" - in "COPY_FROM_DB". The main program was
    "RSPC_MAINTAIN ". 
    In the source code you have the termination point in line 166
    of the (Include) program "CL_RSBK_DTP_DATABASE==========CM003".
    Any help would be appreciated.
    Regards,
    Sree.

    Hi Rayapa,
    There is no Long text as such, however, there is a short text which I have mentioned in my question itself.
    And there is a What Happened
    which is as follows
    Error in the ABAP Application Program
    The current ABAP program "CL_RSBK_DTP_DATABASE==========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_RSDMD_IOBJ_U_TPL===========CP " in include
    "CL_RSDMD_IOBJ_U_TPL===========CM00E " in
    line 4:
    "Field "P_BOOKMODE" is unknown. It is neither in one of the specified t"
    "ables nor defined by a "DATA" statement. "DATA" statement."
    The include has been created and last changed by:
    Created by: "SAP"
    Last changed by: "<My SAP user>"
    Error in the ABAP Application Program
    The current ABAP program "CL_RSBK_DTP_DATABASE==========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    thnkz n regards,
    Sree.
    Edited by: Sree Nair on Apr 3, 2009 12:10 PM

  • Error while executing the Process through GP Runtime

    Hi All,
           I have created a
    Process
           Sequential Block
                   Action 1
                   Action 2
    When i am running the process in the GP Runtime , the Action is executed and the View is displayed. When we click on the Submit button which on the form it wil execute the Complete() method in the CO linked to the Action 1,
    after that it needs to execute the Action 2 and display the View 2. Instead it is giving the following error
    "Cannot complete action: Cannot assign a java.lang.String object of length 48 to host variable 3 which has JDBC type VARCHAR(32)."
    Can somebody please help me with this???
    Thanks,
    sujata

    Hello Sujata,
    In your process, after clicking the submit button in Action 1, this should then jump to Action 2. It is not doing this, because you are using the Complete method incorrectly. This method is used to complete the whole process, therefore this method should be only used in Action 2. You need to redesign your process.
    Thanks and best regards,
    Carl Connolly
    Senior Support Consultant - Netweaver Web Application Server
    AGS Primary Support, Global Support Centre Ireland
    Guided Procedures trouble shooting guide:
    https://
    www.sdn.sap.com/irj/scn/wiki?path=/display/jstsg/%2528gp%2529home

  • Error while executing the Process chain

    Hi Friends,
    The process chain that I scheduled is getting failed at the Infopackage loading stage.
    On checking the diplay message, I found the following log:
    Cannot stage requested data for datasource
    Error in source system
    I activated the datasource in source system, then replicated the same and tried to load data.
    But the issue remains the same.
    I checked in RSA7. The status corresponding to this datasource is in yellow status.
    Can I delete this entry and try again?
    Please suggest.
    Thanks in advance.
    Surjit P

    Hi,
    /people/mona.kapur/blog/2008/01/14/process-chain-errors
    Deadlock
    http://help.sap.com/saphelp_nw04s/helpdata/en/2e/44934257a5c86ae10000000a155106/frameset.htm
    Dead Locks
    2. Error in unit conversion
    Units of measure
    3.Error 1 in update
    When Src file is already open or not accessible.
    4.Processing no data
    theres no data selected after extraction
    5.Caller 70 missing
    "• This error normally occurs whenever BW encounters error and is not able to classify them. There could be multiple reasons for the same
    1) Whenever we are loading the Master Data for the first time, it creates SID’s. If system is unable to create SIDs for the records in the Data packet, we can get this error message.
    2) If the Indexes of the cube are not deleted, then it may happen that the system may give the caller 70 error.
    3)Whenever we are trying to load the Transactional data which has master data as one of the Characteristics and the value does not exist in Master Data table we get this error. System can have difficultly in creating SIDs for the Master Data and also load the transactional data.
    4) If ODS activation is taking place and at the same time there is another ODS activation running parallel then in that case it may happen that the system may classify the error as caller 70. As there were no processes free for that ODS Activation.
    5) It also occurs whenever there is a Read/Write occurring in the Active Data Table of ODS. For example if activation is happening for an ODS and at the same time the data loading is also taking place to the same ODS, then system may classify the error as caller 70.
    6) It is a system error which can be seen under
    the “Status” tab in the Job Over View.
    solution:
    "• If the Master Data is getting loaded for the first time then in that case we can reduce the Data Package size and load the Info Package. Processing sometimes is based on the size of Data Package. Hence we can reduce the data package size and then reload the data again. We can also try to split the data load into different data loads
    • If the error occurs in the cube load then we can try to delete the indexes of the cube and then reload the data again.
    • If we are trying to load the Transactional and Master Data together and this error occurs then we can reduce the size of the Data Package and try reloading, as system may be finding it difficult to create SID’s and load data at the same time. Or we can load the Master Data first and then load Tranactional Data
    • If the error is happening while ODS activation cause of no processes free, or available for processing the ODS activation, then we can define processes in the T Code RSCUSTA2.
    • If error is occurring due to Read/Write in ODS then we need to make changes in the schedule time of the data loading.
    • Once we are sure that the data has not been extracted completely, we can then go ahead and delete the red request from the manage tab in the InfoProvider. Re-trigger the InfoPackage again.
    • Monitor the load for successful completion, and complete the further loads if any in the Process Chain.
    6.Idoc not processed completely.
    Here the request remains yellow (in process) and with the same details (as seen in the details tab of the monitor) for an abnormally long time. Many-a-times, the port for communication is not open and re-starting the load helps. For long running jobs, it may not be advisable to restart the extraction
    Contact the BASIS administrator to push the IDOC.
    look into these links:
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    For common data load errors check this link:
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Majority of the issues will be based on these things only..
    Hope the following links will give u a clear idea about process chains and clear ur doubts.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/using%20process%20chains%20in%20sap%20business%20information%20warehouse
    Business Intelligence Old Forum (Read Only Archive)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Siggi's weblogs for data load error and how to restart process chain
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Hope this helps.
    pls award me some points
    thanks.
    Thanks

  • Error when execute the "Process Bid invitation" - URGENT

    When we are creating a bid invitation the system show us the following message:
    <b>Enter exactly one partner of type Responsible Employee</b>
    Could somebody help us with this issue?
    Thank you very much
    Best regards
    Fabiana compagno

    Hi,
       How have you assigned the User (The user ID you are creating the Bid Invitation) in the Org Structure?Did you use USERS_GEN?What is the SRM version?
      There is no Employee account assigned to that User..Also check whether the EMPLOYEE/PURCHASER Role  is also assigned to that User.If not,please assign the same.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Error in HTMLB page

    hi,
    please try to give me a solution to the following error araised in the HTMLB.
    i have designed a jsp page using htmlb with several controls, that is online application form so we have more controls there, till now it worked, but now when trying to create any control after the last control it is giving the error as....
    <b>
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Error in executing a process for compilation, C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/htmlbcon/work/pagelet/_sapportalsjsp_gridlay.java:35: code too large for try statement try { ^ C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/htmlbcon/work/pagelet/_sapportalsjsp_gridlay.java:5506: code too large for try statement } catch(IOException jspioex) {} ^ C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servletjsp/irj/root/WEB-INF/portal/portalapps/HTMLBcon/work/pagelet/_sapportalsjsp_Gridlay.java:22: code too large public void doContent(IPortalComponentRequest componentRequest, IPortalComponentResponse aResponse) ^ 3 errors .
    Exception id: 10:06_24/06/05_0029_1761750
    See the details for the exception ID in the log file</b>
    this error is not coming only with one control, any code we written after the last control that is checkbox group.
    i don't think it is a controls error or any syntax error.
    is there any code length limit in the jsp pages? if not what might be the problem?
    kindly consider the error.
    Thanks & Regards,
    sireesha.

    Hi Sireesha,
    see code too large for try statement and the link / hints provided there.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers or give some feedback what's your additional question - e.g. in various ways to communicate to the database Thanks in advance!

  • Error on Compile/Deploy process in VC at CE 7.1 SP05

    Hi,
    I´ve been upgraded my CE 7.1 to SP05 level. I did all the post installation process to have my Visual Composer working, I defined the “Destinations” for the esworkplace and get the Enterprise Service “ PurchaseOrderByIDQueryResponse_In“ to my Visual Composer story board, and generated the model.
    So , When I try to compile or deploy the model for test, I received the follow error at the storyboard:
    An exception occurred at the server while running the build process, reason: Extension with id com.sap.vc.runtimeproviders.WD4VCRuntimeProvider not found. For more details please refer to the log file.
    The messages in the log are: 
    #1.5##005056A92B21004900003EEB00000254061F9ACE73A9A4D6#1205325796717#com.sap.visualcomposer.services.VCBuilder#sap.com/VisualComposerServerEar05#com.sap.visualcomposer.services.VCBuilder#Administrator#22386####bcdb88c0f03111dc8ba6005056a92b21#HTTP Worker ##0#0#Error#1#/System/Server#Plain###Error in execute build process.#
    #1.5##005056A92B21004900003EEC00000254061F9ACE73A9A4D6#1205325796717#System.err#sap.com/VisualComposerServerEar05#System.err#Administrator#22386####bcdb88c0f03111dc8ba6005056a92b21#HTTP Worker ##0#0#Error##Plain###com.sap.visualcomposer.generationfwk.api.exception.TransformationException: Extension with id com.sap.vc.runtimeproviders.WD4VCRuntimeProvider not found
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.doGenerateInternal(GenericGenFwkWrapper.java:331)
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.buildModel(GenericGenFwkWrapper.java:423)
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.buildModel(GenericGenFwkWrapper.java:658)
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.buildModel(GenericGenFwkWrapper.java:680)
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.buildModel(GenericGenFwkWrapper.java:685)
         at com.sap.visualcomposer.services.VCBuilder.deployUnit(VCBuilder.java:187)
         at com.sap.visualcomposer.services.VCBuilder.access$100(VCBuilder.java:30)
         at com.sap.visualcomposer.services.VCBuilder$deployerFunctor.execute(VCBuilder.java:285)
         at com.sap.visualcomposer.services.VCBuilder.executeProcess(VCBuilder.java:136)
         at com.sap.visualcomposer.services.VCBuilder.deploy(VCBuilder.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.ds.core.processor.impl.ServiceInstanceProcessor.processClientRequest(ServiceInstanceProcessor.java:232)
         at com.sap.ds.core.processor.impl.ServiceInstanceProcessor.doProcessing(ServiceInstanceProcessor.java:103)
         at com.sap.visualcomposer.servlet.ServiceChannel.doIt(ServiceChannel.java:35)
         at com.sap.visualcomposer.servlet.FrontServlet.doAction(FrontServlet.java:44)
         at com.sap.visualcomposer.servlet.FrontServlet.doPost(FrontServlet.java:24)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:145)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.visualcomposer.generationfwk.api.exception.TransformationException: Extension with id com.sap.vc.runtimeproviders.WD4VCRuntimeProvider not found
         at com.sap.visualcomposer.generationfwk.core.GenericGenerationCore.transformModel(GenericGenerationCore.java:146)
         at com.sap.visualcomposer.genfwk.wrapper.GenericGenFwkWrapper.doGenerateInternal(GenericGenFwkWrapper.java:246)
         ... 52 more
    #1.5##005056A92B21004900003EEE00000254061F9ACE73A9A4D6#1205325796717#com.sap.visualcomposer.services.VCBuilder#sap.com/VisualComposerServerEar05#com.sap.visualcomposer.services.VCBuilder#Administrator#22386####bcdb88c0f03111dc8ba6005056a92b21#HTTP Worker ##0#0#Error#1#/System/Server#Plain###ResultFactory::getParser can't find parser for object of type: com.sap.visualcomposer.utils.ExceptionResult#  
    please, anybody can help me with this problem?
    Thanks
    Márcio

    Hi Marcio,
    You can find them in [Software download center at SAP Serviceplace|https://websmp208.sap-ag.de/swdc]
    [SP Stacks| https://websmp103.sap-ag.de/sp-stacks]
    [info|SAP NetWeaver Composition Environment 7.1 [original link is broken]]
    You need to have SMP login.
    Good luck,
    Dharmi
    The one which is striked is the one....
    Edited by: Dharmi Tanna on Mar 12, 2008 3:16 PM

Maybe you are looking for

  • Project professional 2013 can't connect to Project online

    It's federated account where the AD is synched with Project Online. When i use project professional 2013 it asks me to type in the username and password. If i use Office 365 account it works fine and if i use federated account it doesn't work and pro

  • SAP Note 1614681 - ESI monthly report for filing details of ESIable employe

    Any one implemented this SAP Note While doing the manual steps mentioned in SAP Note 1614681 - ESI monthly report for filing details of ESIable employees . we found some difficulties. Please let me know the steps that you followed while implementing

  • Color Matching - I'm Lost...

    I do a lot of digital imaging for painting contractors. I know there must be an easier way to do what I do, though. I'm hoping if I share my workflow with the pro's here I might get some helpful feedback. In Photoshop CS3 the first thing I do is matc

  • Clipping paths from magic wand selection

    I've been looking through dozens of tutorials but even the one's that mention this they all assume you know how to do it. All I would like to do is turn a selection made using either the magic wand tool or the other selection tools/methods and turn t

  • Computer started giving error weeks ago: adobe flash player 15.0 r0 stopped working ...

    after it kepgt giving the error,  i clicked the check online error and it found nothing. then i closed the program   I tried yesterday to uprade firefox  whicc worked fine, but now my computer is basically unusable as every time i try to go to anothe