Process Chain Issues

Hi Guys,
When i Excute Process Chain I am getting error in AND process, The AND process is not wating for event. So previously we used 30 sec now i changes 200 also i am getting same issues, always job cancelled at AND process. Any solution or suggestions Guys,
Thank you
DST

DST
It seems some of the jobs before the END Process are not completing successfully. Please check them
Thnaks
Sat

Similar Messages

  • Supplier Process chain issue

    Hello,
    We loaded supplier(LSUPPLIER) from ECC to SPM. The data got loaded to PSA and info objects. But when I release the supplier load, the process chain is running for last 7 hours.
    We had same issue in QA where it ran for almot 2 days and even after 2 days it did not finish - in fact there was no progress as well. When I checked in SM50, there was a process with sequential read on /BI0/PXALOCSUPP for almost 2 days.
    Has anyone faced similar issue and any pointers for this issue?
    Regards,
    Prasanna

    WE have seen this happen if too many of local supplier point to the same cleansed supplier(generally a dummy cleansed supplier). Is that the case for you.
    If not then try recuding the package size of the PSA. That might improve performance for you.

  • Process Chain Issue

    Hi Gurus
    When i am executing the Process chain which contains two loads(two local chain)- Master data and transaction load.
    After trigger the master variant, it goes to the  Master data local chain, but Its showing the yellow status for long time.
    But, if we dig in to log and see the message.. its showing "Communication buffer deleted from previous run".
    It did not trigger any load inside the master data. But, if i schedule the each processes manually, its successful.
    Thanks in advance.
    Variant settings:
    First variant set to Immediate start
    Master data load variant set to Start using meta chain or API
    Transaction data load variant set to Start using meta chain or API
    Note: Even i changed Master data load variant and Transaction data load variant to  Immediate start. Still did not work.
    I activated the chain many times too.
    Error Message:
    21.04.2010     07:59:21     Job started
    21.04.2010     07:59:21     Step 001 started (program RSPROCESS, variant &0000000311437, user ID ALEREMOTE)
    21.04.2010     07:59:22     Communication buffer deleted from previous run 4HKDQS42CV787C9IUWFGA5073 (status X)
    21.04.2010     07:59:22     Version 'M' of chain MASTERDATA_DAILY was saved without checking
    21.04.2010     07:59:22     Version 'A' of chain MASTERDATA_DAILY was saved without checking
    Thanks & Rgds,
    RR

    Hi ,
    Please check the below thread:
    [Re: Procss chain issue;
    Also try Re-activating both the local chains.

  • Process chains issue:very urgent

    Hi All,
    This issue is related to process chains.Last weekend our Basis team changed the BW PRD from BWBPRD to BWBPRD1.The process chains were schedlued previously on BWBPRD, so after the server change none of the process chains were triggered.
    We have rescheduled our process chains in the new server yesterday, but no success.
    We could not find any log in the SM37 also.
    Kindly suggest how to overcome this issue
    Thanks,
    Manjula

    Hi,
    Check do you have connection with this new system( BWBPRD1) to your source system (R/3), and check the changed server is reflecting in SM66 or SM50. try to execute the job immediate and check chain is running or not. at the time of execution you can assign the new server to run this particular chain.
    as for as your problem concerned i think your application is not active.

  • Process Chain issues in BW

    Hi,
    I am a BASIS Con, What are the common issues we will face in Process Chain for BASIS part and How can we solve those. Can you please help me regaring this.
    Thanks,
    Kishore

    We will have connectivity with source system issue.
    Data base unavailability issue.
    Jobs that need to schedule on perticular time which is not doing the same.
    if any perticular user want to load on-deman in that situation if that perticular user does not have proper permission to do the same.
    Like this we will have somany.
    Please let me know if you need any more information.
    Thanks,
    Areef.Sd

  • PI Interface Posting Files - Trigger Process Chain Issue

    Dear Reader,
    Situation -
    We get multiple flat files from source system via PI interface. To process this in BW 7.0 side we have created the web service interface. In the function module we have written a code to trigger process chain, once a data is posted.
    Issue -
    As there are multiple files being posted, the PC runs on completion of the every single post, which is not desired. We need to run the process chain only once at the end of all the files being posted.
    Notes -
    1. Number of files keep varying.
    2. Clubbing all the files in a single file and then posting it would cause performance issues.
    Request your help in find a way like -
    1. A file being posted of name, say 'START PC', which can be trapped in the funciton module and controll the PC call.
    2. <any Other idea>
    regards,
    vinay gupta

    Hi Dhanya,
    This is the code i have in the ABAP program in the process chain. I just included the API_SEMBPS_POST part, but still it doesn't work. Please give me your email address so that i can send some screenshots.
    REPORT  ZHTEST.
    DATA: l_subrc TYPE sy-subrc.
    DATA: ls_return TYPE bapiret2.
    CALL FUNCTION 'API_SEMBPS_POST'
    IMPORTING
       E_SUBRC         = l_subrc
       ES_RETURN       = ls_return.
    CALL FUNCTION 'RSAPO_CLOSE_TRANS_REQUEST'
      EXPORTING
        I_INFOCUBE               = 'ZMAP_TAB'
    EXCEPTIONS
      ILLEGAL_INPUT            = 1
      REQUEST_NOT_CLOSED       = 2
      INHERITED_ERROR          = 3
      OTHERS                   = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • Frequest process chain issue - Database selection was interrupted

    hi experts,
    we are running master data meta chains daily, and we have PP,SD,MM,LO,FI,PS masterdata meta chains running daily, and everyday 2-3 process chains are failing, it is extracting only 50000 records and the requests becomes RED.
    if i check the long text of the error message, it is giving the below error message.
    Database selection was interrupted (see long text)
    Message no. RSBK072
    Diagnosis
    You are extracting data from a DataSource or an InfoProvider. The selection is made with an open database cursor. This cursor has been invalidated by one of the following ABAP statements:
    COMMIT WORK
    ROLLBACK WORK
    CALL TRANSACTION
    SUBMIT
    The ABAP statement responsible for termination probably ran in a transformation routine programmed by you.
    System Response
    Request processing has ended with errors.
    Procedure
    Change the code for the transformation in which one of the specified ABAP statements is executed. If you are using statement COMMIT WORK, replace it with:
    CALL FUNCTION 'DB_COMMIT'.
    again if i delete the request from the target and repeat it is working fine but taking lot of time. but there are no routines in the transformations.
    please provide us the solution to rectify the issues as it is causing lot of reporting issues.
    regards
    venuscm

    hi experts,
    here is the source 0MAT_PLANT_TEXT and the target is 0MAT_PLANT.
    info  package load is very fast, but DTP it is taking lot of time if i execute the DTP Manually.
    The data packets are processed very fast, but after that at the bottom
    Set technical status to green and
    set overall status to green in yellow very long time, due to this DTP Load for above master data is taking long time.
    how to resolve this?
    any solutionz pl.
    Regards
    venuscm
    Edited by: venu WAD on Oct 24, 2011 6:37 AM

  • 203 Invoice Process chain Issue

    Greetings All!
    We have been facing an issue where the standard 203 Invoice PC has become cleint dependent .The client which it is pointing is not even existing in BI system configs.Due to this we are not able to open this process chain for editing as well..We tried to delete this process chain and re-instaal from the Business content,but when we are trying that still teh issue of client dependency is coming.The ssyetem gives an error stating
    "Chain 0ASA_P041 can only be edited in client 300"
    The extended message also shows the follwoing
    Object 0ASA_P041 (Process Chain) could not be collected for object ()
    Message no. RSO296
    Diagnosis
    You have collected objects in the BI Metadata Repository. Associated objects for object  of type  have also been collected. Object 0ASA_P041 of type Process Chain was among these objects.
    However, this object 0ASA_P041 of type Process Chain is not available in the metadata repository.
    System Response
    Object 0ASA_P041 of type Process Chain is ignored in further collections. The links for object  of type  are incomplete. This may result in you not being able to activate this object.
    Procedure
    If this error occurs while you are installing BI Content, an error may have occurred during the delivery. Inform SAP. In all other cases, check that the object has not been deleted by another user during collection, for example.
    Please assist,this issue is existing in both Dev as well as Quality enviroment.
    Kind Regards,
    Surbhi

    Hi Surbhi,
    Not sure what might have caused this. Please also try posting the query in BI forums since they might have a better idea on this.
    As a quick workaround you can try to create a copy of the process chain 0ASA_P041 and in the table OPMDM_TYPES for the entries INVOICE and C_INVOICE use this new process chain instead of 0ASA_P041. Then the data management UI will automatically pick the new process chain.
    Thanks,
    Divyesh

  • I WANT TO KNOW SOME PROCESS CHAIN ISSUES

    HI ALL,
    WHAT IS PROCESSCHAIN?IN THIS WHAT THE PROBLEMS OCCURED? WHEN WE R EXECUTING PROCESSCHAIN WHAT THE ISSUES WILL COME?

    Hi
    Go through these links...
    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 1 (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
    Restarting Processchains
    Siggi's weblogs for data load error and how to restart process chain
    Data load errors - basic checks
    Restarting Processchains
    Restarting Processchains
    GTR

  • Need help with BW Process chain issue

    Hi Gurus,
    I had made a copy of the existing process chain so that I can work on the changes. Its a metachain and I tried to copy a sub chain.
    But at a later point of time, I have realized that the process chain had got into a  nested loop in the meta chain, for the sub chain, I had copied. How do I rectify it?
    Kindly suggest

    hi,
    use the bottom up approach.
    Looking at the attached file it has many PCs.
    Just note down all list of all PC and then do the copy of individual PCs, later you can copy the complete meta chain.
    If you want give one more chance and try to copy meta chain again.
    Thank-You.
    Regards,
    VB

  • Process Chain issue-Needs urgent Help

    R/3 Master Data Main Chain
    Problem Description:
    When we trigger the process chain from SM64, the process chain fails at the step as shown below.
    There are no logs for the local chain i.e. the local chain fails without linking.
    If we manually schedule the local chain it runs successfully.
    The error message changed as and when we tried fixing the defects. Each of them with the solutions tried for them is explained below.
    ERROR 1:
    The error message which we got was as ‘Cannot Activate Job BI_PROCESS_LOADING (return code 8).
    Solution tried:
    1.     Replicating Data Sources and activating the transfer and communication structures by running the programs RS_COMSTRU_ACTIVATE_ALL and RS_TRANSTRU_ACTIVATE_ALL.
    ERROR 2:
    Later we found that the released job was missing for failed local chain.
    Solution tried:
    1.     We created a new job by copying a previous job.
    ERROR 3:
    When we re-scheduled the process chain, we got the error message as shown below.
    Solution tried:
    1.     Deleted all the logs which were in running status.
    ERROR 4:
    After re scheduling the process chain we are getting the error message as shown below. This is the error message we are getting now.
    Solutions Tried:
    1.    Saving the variant and reactivating the process chains.
    2.     Replicating Data Sources and activating the transfer and communication structures by running the programs RS_COMSTRU_ACTIVATE_ALL and RS_TRANSTRU_ACTIVATE_ALL.
    3.     Changing the scheduling options of the failed local chain to ‘Start using Meta Chain or API’ from ‘Direct Scheduling’.
    4.     We searched for locked entries in SM12. There are no locked entries.
    5.     We ran attribute change run with variant for info object ‘Profit Center’ from the following path
        RSA1-> Tools-> Apply Hierarchy/ Attribute Change Run. We created a new variant for the info object.
    We still could not find a solution. do let us know if you have any inputs.
    Thanks,
    Mayuri

    Hi All,
    Please reply ASAP. Its critical.
    We created a new process chain and when we do a check on it,we are getting a warning message.
    We just upgraded our Dev box from 3.5 to 7.0. Our master data process chains, which reflect samples delivered by SAP, are giving warnings saying "too many parallel processes" for chosen server. It refers us to note 621400.
    I am curious to know if others have run into this, and if they have changed their MD process chains to run in a serial fashion.
    Prior to the upgrade, we had no deadlocks with process chains.
    Thanks.

  • Process chain issue in production server

    hAI
    I created the process chain to load the transaction data . Then i transported to Quality and Production server.
    1) When i try to open the my process chain in RSPC in Production System. Then im not getting the process chain . But im getting black just.                                                                               
    But when i press 'change' button in Production Server then it says that "changes are carried out in original system" and then im getting my process chain .
    2) When i try to schedule my process chain in production server then it asking for new transport request . Why it is like that . Once i transport the process chain from development server to production server. Then it shouldn't ask for new request.
    Pls help in these secarios. I need urgent help .
    kumar

    Hi Kumar,
    I don't know what the problem is but you can copy in PRODUCTION environment the process chain to a new one.
    Please follow the steps:
    1. Open the problematic process chain (display or change mode).
    2. In the command line write the word "copy" .
    3. A popup will appear, insert a new name for the new process chain and confirm.
    4. The new process chain is now opened but it is not active yet.
    5. Delete the "old" START event and insert a new one.
    6. Activate and schedule the chain.
    While activating the new chain, no transport request should appear in PRODUCTION.
    Hope it helps, Amir.

  • About process chain issue

    Dear BW Expert,
    We have argument about  PC load data by manual
    For the first time, I have change data selection in infopackage, then save and run the Process chain.
    When my PC not running finish, the one colleague  have change data selection of infopacakge, he also run that PC,  at the moment, the BW System prompt:
    Remove Pocess Chain from scheduling:
    Last  process chain run is still active
    If you continue, this run will be terminated
    The button are u201Ccontinueu201D & u201CCancelu201D
    We have argument  as following:
    I think that  if I click  u201CConinueu201D,  My PC will be terminated, my extract data will failure. Run PC like Run SM36 job.  when PC run finish, my log status is RED, him log status is GREEN. Because is refresh workbook, we canu2019t directly see the data change.
    he think that if Click u201CContinueu201D, My PC will be not terminated. my extract data will not faiure. 
    My process chain will be included him PC. He said, as long as him pc run successful, my also success. PC have change log technology,  I canu2019t understand.
    If so, But why my log status is RED, she log status is GREEN?  Whom view is right?
    Many Thanks,
    Best Regards
    Steve

    If you will activate the process chain when it is running then the process chain execution will terminate and the status of the chain will be red.
    So it is never advised to change a process chain object while it is running.
    You can check the data in objects, whether it has been loaded properly.

  • Hi - Process Chain Issue -  Urgent - pls help

    Hi All,
    When iam executing the Process chain, its coming out of the loop without finishing the processes.
    Its showing the overall status as green.
    But, if we dig in to log and see the message.. its showing "Communication buffer deleted from previous run".
    But, if i schedule the each processes manually, its successful.
    Nisha

    the log it shows :                                                  
    Diagnosis                                                Entries still exist in the communication buffer from the previous run of 
         the current metachain. Since the chain, meanwhile, has the 'G ' status,  
         the communication buffer was deleted.                                                                               
    System response                                                                                The buffer was deleted and is used for the current run.                                                                               
    Procedure                                                                               
    Procedure for System Administration

  • Event based Process chain issue

    Hi,
    I have a PC which is event triggered through a program. when i'm trying to run it i'm getting following msg
    "Process chain is not responding to the event trigger."
    Can someone help me in fixing it and triggering thr PC ?

    Hi,
    Refer the nice article from SDN and verify if you have followed the process to write the event based PC.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0a41bc6-a7f6-2b10-b3bf-804e1c45ae6c
    Regards
    Dinesh
    Edited by: Jason Lax on May 16, 2011 8:27 PM - Added preferred URL

Maybe you are looking for