Sap document link on process chain is not working

Hi all,
This link is not working
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045.
Please give me the correct like for the sap document on process chain.
Thanks,
Madhu

Hi Madhu,
Go through the below wiki where you will get most information related to Process chains.
https://wiki.sdn.sap.com/wiki/display/BI/Processchainscreationandmonitoring
Process chain creation step by step
/people/juergen.noe/blog/2008/01/11/process-chain-creation--step-by-step
Process chain Scheduling
/people/debjani.das/blog/2009/04/05/scheduling-process-chain
New features in BI process chains
/people/mallikarjuna.reddy7/blog/2007/02/08/new-features-in-bi-2004s-process-chains
However, if you are looking for the process chain from a SAP BI perspective, then please check the below link:
http://help.sap.com/saphelp_nw04/helpdata/EN/8f/c08b3baaa59649e10000000a11402f/content.htm
Hope this links helps
Regards
KP

Similar Messages

  • Data Manager Packeage and Process chain si not working

    Hi All,
    I executed a data manager package which contain a process chain to revaluate the one of my Account dimension meneber Say  "Revenue". I am working on BPC NW 7.0
    steps I followed:
    1. I created a script logic file and created a custom process chain.
        process chain steps:
      a) Start variant
      b) Modify dynamically
      c) Run Logic
      d) Or and Clear BPC tables
    2. This process chain was included in data manager package.
    3. Data manager package was modyfied to include parameters and scipt logic file name.
    4. executed data package
    The issue is " when I execute Data manager Package" I dont get any error but when I View status I dont see any pachage running or completed. If I see Process chain, It is failing at first step of Modify dynamically..no clue?
    Could you please let me know what could be a issue?
    Cheers,
    SAC

    I encounter this problem, Do this Steps:
    I. First,check if your process chain is existing in the Library.
    II.If yes,follow the steps below:
    1. Edata - organize Package - Modify your Package.
    2.Check if you had the correct process chain.
    3.IF yes, Click View package at its right side.
    4.Expand the Task Folder and take note of the Task Name (e.g. ZBPC_PROT_RUN_LOGIC)
    5.click Advance,Compare the task name that you noted in the syntax TASKS
    (e.g. TASK(ZBPC_PROT_CF_RUN_LOGIC,SUSER,%USER%)
    6. It should be the same.
    Running package but not appearing any status happens when the system cannot find your process chain.
    hope this helps,

  • Infopackage insert in process chain does not work

    Hi,
    We upgrade a system in support package 13 (we are in veresion 7) and since this upgrade i can not add an infopackage in process chains.
    When i try to insert an "execute infopackage" process, i click on the list of infopackage available and the systems says  :
    No data selected
    Of course i have info^package available.
    If you have any idea ?
    Thanks
    Cyril

    We had the same problem ( BI 7.0 - SP 13 ) but was resolved after having applied OSS note 1062704.
    Just apply that note - it should solve it.

  • Infopackage in process chain is not scheduling

    Hi All
    One of infopackage in process chain is not scheduling and showing error message like "<b>Attributes are not yet maintained
    Entire chain now has status 'R'</b>     
    what do we mean about this
    can anyone will let me know in detail and how to correct this?
    Regards
    balaji

    Hi balaji,
    how big is your process chain ? I got a similar problem when I build a metachain with a lot of processes in the chain (more than 60). In this case, the error message is deceiving. If your process chain has similar numbers of processes, check OSS 942804 (Jobcount handling).
    Kind regards,
    Jürgen

  • Process Chain : 0PM_INIT_P01 - Not Shown in RSPC

    Dear Friends
    I have installed 0PM_INIT_P01 (Initialisation:MTTR / MTBR) Process chain.
    It installed successfully.
    But i could not able to see in RSPC.
    Can anybody tell me why it is...?
    Some where i found authorization object  S_RS_PC is needed for my user id. Is it so...?
    Than how i can map to my user id...?
    Points will be awarded for right answers
    Regards
    Raju Saravanan

    Friends
    Problem is, the installed process chain is not getting displayed in RSPC for further operations.
    Before that, I have installed the Process Chain through business content (0PM_INIT_P01), and it got successfully installed. I had seen in SM37.
    For testing purpose i have given the same name (0PM_INIT_P01) for another chain creation.
    But system telling the name is already available.
    My confusion, why it is not getting displayed in anywhere in RSPC.
    Regards
    Raju Saravanan

  • Process chain is not getting scheduled

    Hi all ,
    Process chain is not getting shceduled , i have saved , checked and wanted to activate but its going to a loop and its not getting activated . please suggest some solution
    Regards
    Akhilesh

    Hi Akhilesh,
    Can you check that your user has the necessary authorizations to schedule a job? Can you also check if there
    is an error message generated in sm21 or dump in st22? You say as well that the scheduling is looping, in sm50 what
    table/statement is the process looping over?  Can you also let us know your BW release and support package level.
    Best Regards,
    Des

  • Process chain is not triggering through event after BW Upgrade

    Many of our process chains are event based.
    After BW upgrade 7.0  to BW 7.31 we tried to trigger the event through  SM64 Tcode. But the process chains are not getting triggered.
    Could anyone please guide me what might be the issue.

    Hi Bharan,
    Can you please check once the start variant of process chain which are based on event.I think it should trigger after event is triggred.
    Regards,
    Ganesh Bothe

  • JSF : Dynamic link generated by commandLink does not work

    In the following code, without <f:verbatim>, it is giving "Duplicate ID in the view" Exception. But with <f:verbatim>, the links generated by commandLink does not work. Please help me to solve this problem.
    Thank you in advance.
    Regards
    Abdul
    <%-- jsf:pagecode language="java" location="/src/pagecode/eservice/DisplayMoreEServices.java" --%><%-- /jsf:pagecode --%>
    <%@ include file="/includes/g_common_include.jsp" %>
    <%@page import="java.util.Map"%>
    <%@page import="bh.com.cio.egov.EGOVConstants"%>
    <%@page import="javax.portlet.PortletSession"%>
    <%@page language="java"%>
    <%
         PortletSession ses = renderRequest.getPortletSession();
         Map eServiceCatMap = (Map) ses.getAttribute(EGOVConstants.REQ_ESERVICE_LIST_BY_CAT);
         renderRequest.setAttribute(EGOVConstants.REQ_ESERVICE_LIST_BY_CAT,eServiceCatMap);
    %>
    <%@page import="bh.com.cio.egov.vo.EServiceVO"%>
    <f:view>
         <script type="text/javascript">          
              function blinkThis(id, color, timeout)
                   var idElem = document.getElementById(id);
                   if(idElem)
                        idElem.getElementsByTagName('span')[0].style.color = color;
                        setTimeout('switchColor(\'' + id + '\', \'#8A7C5B\', ' + timeout + ')', timeout);
              function switchColor(id, color, timeout)
                   var idElem = document.getElementById(id);
                   if(idElem)
                        idElem.getElementsByTagName('span')[0].style.color = color;
                        setTimeout('blinkThis(\'' + id + '\', \'#FF3030\', ' + timeout + ')', timeout);
         </script>
    <f:loadBundle basename="nls.egovresource" var="nls"/>
    <hx:scriptCollector id="scriptCollector1">
         <h:form id="form2">     
    <f:verbatim>
              <div class="header-top">
                   <h:outputText value='#{nls["eservice_label_title"]}'></h:outputText>
              </div>
              <c:forEach items="${requestScope.REQ_ESERVICE_LIST_BY_CAT}" var="categoryVOs" varStatus="catIndex">
                   <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                             <td> </td>
                             <td class="gray1" height="30px">
                                       <c:out value="${categoryVOs.value.category.categoryName}" escapeXml="false"></c:out>
                             </td>                
                        </tr>
                        <tr>
                             <td width="2">
                                  <div align="right">           
                                       <img src='<%= imageRootDir + "dot.png"%>' width="4" height="1" />
                                  </div>
                             </td>
                             <td width="100%" >
                                  <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                                       <c:forEach items="${categoryVOs.value.eservice}" var="service" varStatus="serviceIndex">
                                       <%
                                            EServiceVO serviceObj = (EServiceVO) pageContext.getAttribute("service");
                                            String action = null;
                                            int serviceId= -1;
                                            if(serviceObj!=null)
                                                 action = serviceObj.getServiceAction();
                                                 serviceId = serviceObj.getServiceId();
                                            if(action!=null && action.startsWith("$"))
                                       %>
                                       <c:set var="jstl_to_jsf_serviceName" value="${service.serviceName}" scope="request"/>
                                       <c:set var="jstl_to_jsf_url_en" value="${service.serviceAction}" scope="request"/>
                                       <c:set var="jstl_to_jsf_url_ar" value="${service.serviceActionAr}" scope="request"/>
                                       <tr>
                                            <td height="17">                         
                                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">                              
                                                      <tr>
                                                           <td width="95%" id="extMoreCell_${catIndex.index}_${serviceIndex.index}">                                                                      
                                                                <img src='<%= imageRootDir +"arrow1.png"%>' width="15" height="16" border="0"/>
                                                                <h:commandLink styleClass="links menu-txt" action="#{pc_EServiceView.doExternalLinkAction}">
                                            <h:outputText value="#{jstl_to_jsf_serviceName}" styleClass="menu-txt"/>
                                                 <f:param name="PARAM_ESERVICE_URL_EN" value="#{jstl_to_jsf_url_en}"></f:param>
                                                 <f:param name="PARAM_ESERVICE_URL_AR" value="#{jstl_to_jsf_url_ar}"></f:param>
                                                 <f:param name="JSP_ACTION" value="ACT_EXTERNAL_ESERVICE"></f:param>
                                            </h:commandLink>
                                                           </td>
                                                      </tr>                                             
                                                 </table>
                                                 <script type="text/javascript">
                                                      <c:if test="${service.serviceId eq '53'}">
                                                           blinkThis('extMoreCell_7_3', '#FF3030', 1000);
                                                      </c:if>                                        
                                                      <c:if test="${service.serviceId eq '54'}">
                                                           blinkThis('extMoreCell_7_4', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '55'}">
                                                           blinkThis('extMoreCell_7_5', '#FF3030', 1000);
                                                      </c:if>          
                                                      <c:if test="${service.serviceId eq '56'}">
                                                           blinkThis('extMoreCell_0_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '57'}">
                                                           blinkThis('extMoreCell_8_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '59'}">
                                                           blinkThis('extMoreCell_1_8', '#FF3030', 1000);
                                                      </c:if>     
                                                      <c:if test="${service.serviceId eq '58'}">
                                                           blinkThis('extMoreCell_5_6', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '28'}">
                                                           blinkThis('extMoreCell_1_4', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '20'}">
                                                           blinkThis('extMoreCell_5_3', '#FF3030', 1000);
                                                      </c:if>     
                                                           <c:if test="${service.serviceId eq '60'}">
                                                           blinkThis('extMoreCell_7_6', '#FF3030', 1000);
                                                      </c:if>     
                                                 </script>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td bgcolor="#FAF9FA" background='<%= imageRootDir + "line-bg-eservices.png"%>'><img src='<%= imageRootDir +"line-bg-eservices.png"%>' width="2" height="1" border="0"/></td>
                                       </tr>     
                                       <%}
                                       else if(action!=null)
                                       %>                                                                                               
                                       <c:set var="jstl_to_jsf_serviceName" value="${service.serviceName}" scope="request"/>
                                       <wps:urlGeneration contentNode="${service.serviceAction}" allowRelativeURL="false" keepNavigationalState="true">
                                       <%
                                       //String urlC = "http://"+renderRequest.getServerName()+":"+renderRequest.getServerPort()+wpsURL;
                                       String urlC = "" + wpsURL;
                                       %>
                                       <c:set var="url" value="<%=urlC%>" scope="request"/>
                                  </wps:urlGeneration>
                                       <tr>
                                            <td height="17">                         
                                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                      <tr>
                                                           <td id="intMoreCell_${catIndex.index}_${serviceIndex.index}">
                                                           <img src='<%= imageRootDir +"arrow1.png"%>' width="15" height="16" border="0"/>     
                                                           <hx:outputLinkEx styleClass="links menu-txt" value="#{url}">
                                                                <h:outputText value="#{jstl_to_jsf_serviceName}" styleClass="menu-txt"></h:outputText>
                                                           </hx:outputLinkEx>
                                                           </td>
                                                      </tr>                                                                                                                             
                                                 </table>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td bgcolor="#FAF9FA" background='<%= imageRootDir + "line-bg-eservices.png"%>' ><img src='<%= imageRootDir +"line-bg-eservices.png"%>' width="2" height="1" border="0"/></td>
                                       </tr>     
                                       <%
                                            %>               
                                       </c:forEach>                                             
                                  </table>
                             </td>
                        </tr>
                   </table>                                                                                                                                                                     
              </c:forEach>
              </br>
              <h:messages styleClass="messages" id="messages1"></h:messages>
              </f:verbatim>     
              </h:form>
         </hx:scriptCollector>
    </f:view>

    1) Throw your code away and use h:dataTable instead of c:forEach to render a table of dynamic size.
    or:
    2) Hand-assign every UIInput and UICommand element inside the loop an unique ID. E.g. "commandLinkId" + loopIndex

  • Command Link in ADF table is not working/ PPR event not getting fired

    Hi All,
    I am having ADF Table, in that one column is with command link if click on command link, it is not navigating to corresponding page or method of a bean. If i give same command link out of the table it working fine, this issue i am facing is in IE9.
    if i use IE in compatibility mode the links works fine, even in IE8 version also.
    Browser: IE 9
    Jdev version: 11.1.1.5.0
    I tried all possible things, but nothing workout for me.
    showPopupBehavior not working in IE9 for af:table buttons (jdev11.1.1.5.0)
    Partial page rendering not working in ie9
    Command Link in ADF table is not working
    Thnks

    Hi,
    please file a bug if you have a customer support contract and provide a testcase
    Frank

  • Link for territory mgmt is not working

    Hi All,
    We have territory management configured for three custom attributes.
    Link for territory management is not working for territory assignment block on account overview screen.
    Any hint how we can solve this issue?
    Thanks and Regards,
    Gauri.

    How are you resetting the password?
    Resetting User Password in Lion, Mountain Lion & Mavericks
    Boot into your Recovery Partition by hold down the Command and R keys whilst booting.
    When the Recovery screen appears, go to the Utilities menu and open Terminal.
    In Terminal, type:
    resetpassword
    ...a small app will open and allow you to choose the user for whom you want to change the password. If you are the admin, be certain that you choose your admin user. Type in your new password twice and give yourself a good hint. Click OK (or Done or whatever) and reboot, enjoying the use of your new, hopefully memorable, password.
    Good luck,
    Clinton

  • Documents needed for Process chains

    Hi all,
            Can any one provide the documents for PC.I know creating PC.
    But what type of errors that will come while running the pc?
    how to solve that errors/
    Thanks
    Sinha

    hi
    you can find all details abt process chain in these links
    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

  • Process Chain status not becomeing green even if all loads are successful

    Hi,
    The porcess chain status is not becoming green even if all loads are successful.  How can I make it GREEN.
    One more doubt I have.
    Suppose I have 6 processes in my process chain and the 3rd process failed. If I run the function module RSPC_PROCESS_FINISH will start loading from the beginging or from the failed process.
    I wish to load from the failed process onwards..what should I do ??
    Kindly give the details.
    Bill

    Using that FM.. u will be providing the Instance and Variant of the failed process.. and hence the reload will start from the failed process but not the entire chain...
    In general the process status shud finish then or based on the link combination  the change from one process to other will happen...
    try to maintain a wait time between the process atleast 2 to 4 secs..
    thanks
    hope this helps..

  • Process Chain alerts not visible in UWL

    I have carried out the weblog test that Ginger published at
    /people/ginger.gatling/blog/2005/06/16/integrating-alerts-into-uwl--its-no-problem
    and everthing worked fine.
    We are, however, trying to use Process Chain alerts from CCMS.  These alerts are visible if we run transaction RZ20 in the back end system but the UWL does not see them.
    Is there a guide or something showing how to configure this?
    Thank you

    Hi Bernard,
    I've checked out a couple of systems - you can create alert categories for process chain alerts, and once you have the category you can of course assign recipients.
    In fact you should see some existing categories in your system for process chains in transaction ALRTCATDEF.
    The UWL essentially reflects what is in the BSP ALRTINBOX as it is using the same/similar routines to derive the alert inbox worklist.   So if you don't have anything in ALRTINBOX then it is correct that nothing is showing in UWL inbox as well. 
    You need to set up the categories and recipients against your process chain alerts.
    I'm not all that familiar with BI Process Chains but a couple of minutes looking at the IMG in transaction SPRO showed that in transaction RSPC when you select a process chain you can use menu option Settings > Maintain Alert Categories to make the link between the process chain and the alert categories.  You'll probably know what to enter here better than I do.
    Regards,
    Jocelyn

  • Failed ABAP process in process chain does not trigger subsequent process

    Hello,
    I have a issue in my process chain with the abap process type.
    When this abap process gets failed due to some reason; it is not trigerring subsequent step in the chain.
    Any ideas on how it can be solved or any work-around?
    I searched the forum and got to know that we can create a copy of abap process type, and can change possible events to
    "success or fail".
    Please let me know your views on it or if someone has ever encountered similar issue.
    Thanks alot for your help,
    Anuj

    Hi Anuj,
       My guess is that you have your the link between the ABAP process type and the subsequent step to trigger on success. You can check this, Go to RSPC -> process chain and check the design. If the link has a green light on it, then it will trigger only on success of the abap process. You need to check with your design and confirm whether this need to be like this, (maybe the abap process is doing something which is required for the subsequent loads??)
    If no then you can change the link type to either success of failure and activate the chain. This would resolve your problem.
    If you cant change your chain, then i would suggest you correct the failure and then use the program RSPC_PROCESS_FINISH to push the chain further. Just search for this on the forums, there are plenty of blogs/threads on  this.
    Regards.

  • Error in process chain DTP not executed

    Hello,
    Sorry tried to find the most appropriate forum, not sure it is the one. Am a newbee
    In a process chain we have a event passing information from one cube to another that stops and do not go until the end of the job. But it doesn't happen all the time, which is rather strange.
    Here is the log when everything goes well:
    2007-11-16                                                    Dynamic List Display                                                           1                              
         Job log     Job log     Message text uncoded     Msg.typ     Message ID     Msg.no.
         16/11/2007     10:46:44     Job started     S     0     516
         16/11/2007     10:46:44     Step 001 started (program RSPROCESS, variant &0000000006327, user ID ALEREMOTE)     S     0     550
         16/11/2007     10:46:52     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:46:52     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:46:53     Status 'Executable' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:46:53     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16322_1 with ID 10465300     S     RSM     703
         16/11/2007     10:46:58     Status 'Active' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:46:59     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16322_1 with ID 10465800     S     RSM     703
         16/11/2007     10:46:59     Job finished     S     0     517
    And here is the one when it stops:
    2007-11-16                                                    Dynamic List Display                                                           1                              
         Job log     Job log     Message text uncoded     Msg.typ     Message ID     Msg.no.
         16/11/2007     10:48:27     Job started     S     0     516
         16/11/2007     10:48:27     Step 001 started (program RSPROCESS, variant &0000000006327, user ID ALEREMOTE)     S     0     550
         16/11/2007     10:48:35     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:48:36     Performing check and potential update for status control table     S     RSM1     490
         16/11/2007     10:48:36     Status 'Executable' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:48:36     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_16328_1 with ID 10483600     S     RSM     703
         16/11/2007     10:48:41     Status 'Active' (user ALEREMOTE)     S     RSBK     223
         16/11/2007     10:48:42     EXTRACTION OF DATAPACKAGE 000001     S     RSAR     51
         16/11/2007     10:48:42     Processing of data package 000001 started     S     RSBK     244
         16/11/2007     10:48:43     All records forwarded     S     RSM2     730
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ALTER TABLE "/BIC/FZHREMPL" ADD PARTITION     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 VALUES LESS THAN     I     DBMAN     99
         16/11/2007     10:48:44     (0000000430 ) TABLESPACE "PSAPCAR"     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ALTER TABLE "/BIC/FZHREMPL" MODIFY PARTITION     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 REBUILD UNUSABLE LOCAL     I     DBMAN     99
         16/11/2007     10:48:44     INDEXES     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:44     SQL: 16.11.2007 10:48:44 ALEREMOTE     I     DBMAN     99
         16/11/2007     10:48:44     ANALYZE TABLE "/BIC/FZHREMPL" PARTITION (     I     DBMAN     99
         16/11/2007     10:48:44     /BIC/FZHREMPL0000000430 ) ESTIMATE STATISTICS     I     DBMAN     99
         16/11/2007     10:48:44     SAMPLE 10 PERCENT     I     DBMAN     99
         16/11/2007     10:48:44     SQL-END: 16.11.2007 10:48:44 00:00:00     I     DBMAN     99
         16/11/2007     10:48:45     Job BIDTPR_16328_1 no longer exists     S     BT     127
         16/11/2007     10:49:45     Technical status 'Green' (user ALEREMOTE)     S     RSBK     224
         16/11/2007     10:50:45     Status transition 8 / 8 to 8 / 8 completed successfully     S     RSBK     222
         16/11/2007     10:50:46     Overall status 'Green' (user ALEREMOTE)     S     RSBK     225
    Can anyone help and tell me where i could search to improve performance...I don't want a plain vanilla answer but some leads to an answer would already be very helpfull
    Thanks a lot in advance

    Dear friends
    I am also facing the same issue :
    Below is the job log when the DTP is completed successfully,
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391261, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_335754_1 with ID 06532200
    Job finished
    But when its yellow forever or failed, I get the below Job log
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391306, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    EXTRACTION OF DATAPACKAGE 000001
    EXTRACTION OF DATAPACKAGE 000002
    Job finished
    Can anyone help, is this happening because there is no resouce available to schedule "RSBATCH_EXECUTE_PROZESS".
    Any help is appreciated!
    Regards
    MultiABAP

Maybe you are looking for

  • SSRS Subscription Problem

    Hi, I have scheduled some report in SSRS ( SQL Server 2008 R2) , reports are generated at midnight and saved in a shared folder. It works fine generally, but  On some days it fails,  Job history shows success, but, files are not saved in shared folde

  • Message Type problem - ALE

    Hello All, I have a ALE requirement to transfer material. This I am doing in development client i.e. same server in different clients. After this is successful I have to do it with different servers. In SALE all the settings are complete. Remote logi

  • I want to define the Source Table from the Oralce Database. 11.1.1.3

    Dear all, How can i Define the Source table to take data from Oracle Database, and the target to be Essbase ? Another Qusetion Have i use the ERPi in FDQM ? If i have Why u should use ERPi ? ?

  • EA4500 2 questions-- linksyssmartwifi not working fine and kick off users

    I have my new EA4500 router and following 2 questions confused me. 1. I have registered my router with linksyssmartwifi.com and after router reboot or reconnect to internet, I can access to my router using my IOS devices or android devices. But after

  • Picking up background sound in room

    HI there, I am trying to capture screen and sound, but the  background sound in the room I am in is coming back on the recording, just wondering how I can shut off the mic for the external sound, and only record what is coming through on the screen.