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

Similar Messages

  • Select statement issue- urgent pls help

    Hi
    The following select statement is always  failed, even LIKP table has data. pls help me
      LOOP AT LT_VBRP.
        IF LV_KEEP_VGBEL <> LT_VBRP-VGBEL.
          LV_KEEP_VGBEL = LT_VBRP-VGBEL.
          CLEAR LIKP.
          SELECT single  VBELN TRAID TRATY VERUR BOLNR LFDAT
          FROM LIKP INTO
          (LIKP-VBELN,LIKP-TRAID,LIKP-TRATY,LIKP-VERUR,LIKP-BOLNR,LIKP-LFDAT)
            WHERE BOLNR = LT_VBRP-VGBEL.
          IF SY-SUBRC = 0.
            LV_ASN_FOUND = 'X'.
          ELSE.
            CLEAR LV_ASN_FOUND.
          ENDIF.
        ENDIF.
        MOVE-CORRESPONDING LT_VBRP TO LT_LIPOV.
        IF LV_ASN_FOUND = 'X'.
          LT_LIPOV-VBELN    = LIKP-VBELN.             "ASN #
          LT_LIPOV-LFDAT    = LIKP-LFDAT.
         lt_lipov-verur    = likp-verur.
          LT_LIPOV-BOLNR    = LIKP-BOLNR.             "DDL#
          LT_LIPOV-KOMAU    = LIKP-VBELN.
    get the ASN line number details.
          SELECT VBELN POSNR MATNR ERDAT LFIMG ERNAM WERKS VGBEL VGPOS FROM LIPS INTO
          TABLE LT_LIPOV
           WHERE VBELN = LIKP-VBELN.
        ELSE.
          CLEAR LT_REP-VBELN.
          CLEAR LT_REP-LFDAT.
          CLEAR LT_REP-VERUR.
          CLEAR LT_REP-BOLNR.
          LT_REP-KOMAU = LT_VBRP-VBELN.             "Inv no
          LV_MESSAGE = TEXT-504.
          PERFORM CREATE_REPORT_RECORD_LIN01.
          LT_REP-LINE_COLOUR = 'C610'.  " red Intensified
        ENDIF.
        APPEND LT_REP.
        APPEND LT_LIPOV.
        CLEAR LT_LIPOV.
        CLEAR LT_REP.
      ENDLOOP.

    Hi Kumar....
    if statement should not be like ..
    if lv_keep_vgbel lt_vbrp-vgbel.
    Should be like this  if lv_keep_vgbel = lt_vbrp-vgbel.
    and try to use work area and table to select and loop the data...
    Have YOu checked whether da data in it_vbrp...
    there few error in way You are writing...
    And one more thing in the table LIKP the field BOLNR is 35 Char and VGBEL of VBRP is 10 char ...and your are equalling that to extract the data which will not happen even..
    So before select statement change VBRP-VGBEL as 35 char varible by using like this
    data : v_vgbel type likp-bolnr.
    loop at lt_vbrp.
    if lv_keep_vgbel lt_vbrp-vgbel. " Why did you right the statement like this
        if lv_keep_vgbel = lt_vbrp-vgbel.
            clear likp.
                call function 'CONVERSION_EXIT_ALPHA_INPUT'
                  exporting
                    input  = lt_vbrp-vgbel
                  importing
                    output = v_vgbel.
                  select single vbeln traid traty verur bolnr lfdat
                                                      from likp into
                                                     (likp-vbeln,likp-traid,likp-traty,likp-verur,likp-bolnr,likp-lfdat)
                                                      where bolnr = v-vgbel.
    regards,
    sg
    Edited by: Suneel Kumar Gopisetty on May 26, 2008 4:41 AM

  • Very Urgent-Pls help*Process chain triggered automatically when transported

    Hi All,
    We have got some issue.
    We have a Process chain, started set to immediate becuase its used in meta chain.
    When ever we transport the Chain, its getting triggerred in the Target Client automatically.
    We can prevent this, by keeping the process chain starter as "Event Based". But, as its a local process chain, it must be set to Immediate.
    Please help.
    Cheers,
    Nisha

    Hi Siggi,
    Thanks for this reply.
    Scheduling the Local chain to run in future and then changing it after import, i think, is a work around.
    Iam sure, there must be some thing to stop this trigger.
    And, We have tried Changing the Chains to run Via Meta chain, but, the problem is after the Transport, the local chain can't be triggered on its own using "immediatly". If we try to change it, it'll prompt for a Transport.
    Please help.
    Cheers,
    Nisha

  • 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 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  Issue Help needed!!!!!!!!!

    Hi all,
    Please help me in creating process chains, Requirement is
    Process Chain1
    Infosource --> ODS1 (Delta Load) From ODS1 --> Cube 1 (Delta Load)
    Process Chain 2
    from same above ODS1 --> ODS2(Full Load) and ODS2 --> Cube2(full Load)
    What is the sequential flow?
    I created the chain 1 as
    Delete Index(Cube) > Infopacakge from Infosource to ODS1> Activate ODS1 > Update ODS1-> Generate Index(Cube).
    For Chain 2
    Delete Index(Cube) > Infopacakge from Infosource to ODS1> Activate ODS1 > Update ODS1->Activate ODS2 > Update ODS2> Generate Index(Cube).
    My question is for Chain1 from ODS1 it should be Delta and for chain2 from ODS1 it should be full load,
    i have chacked the ODS1(8ODS1) infopackages the full load infopackage data target is ODS2 and Delta Load data Target is Cube1.
    Thanks in Advance,
    Sudha.

    Below..i believe is a better design for the process chains..
    Chain 1
    Start variant> Infopacakge from Infosource to ODS1> Activate ODS1 --> Delete Index(Cube) >Update ODS1-> Generate Index(Cube).
    (drop cube indexes just before cube gets loaded)
    Chain 2
    Start variant> <b>Infopacakge from Infosource to ODS1> Activate ODS1</b> > Update ODS1->Activate ODS2--> Delete Index(Cube) > Update ODS2> Generate Index(Cube).
    (i think we can remove 2 steps(in bold)..right?ODS1 already got loaded in first chain..just we need to keep dependency that 2nd chain runs after the 1st chain has run)..
    U can have a 3rd chain..a meta chain like..
    start variantchain 1chain 2..
    (for both chain 1 and chain 2..i mean the local chains...set start variant parameter as 'start using meta chain or API)..
    doing so..chain 2 will kick off only after chain 1 is successfully run..
    (also check if the process type 'further update from ODS to data targets..allows you to choose data targets..and choose full/delta..i doubt it..
    if it doesnt allow..then place the infopackage steps instead of this 'further update' process..i have done this earlier..)
    Vishvesh
    Message was edited by:
            Vishvesh Bahirat

  • 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 error - urgent

    Hi
    we have a process chain based on Funda management.
    we have the chain like start > load data(0PU_IS_PS_44 delta 0PU_IS_PS_42 delta>active data store data active data store data>AND>further processing further processing
    Here on 10th 0PU_IS_PS_42 delta is displaying yellow.
    and on 11th and 12th it is clear(i.e. every thing is greeen)
    we are loading data from dso to cube.
    when we check the data in cube on 10th it is not displaying data though the data mart symbol in dso mangae is displaying.
    my doubt is how to make the request from yellow to green,and how to get the data of 10th date in to the cube.
    I made the request red and repeat the process
    but it is not done
    please help me in this regard
    Boss can any one who can help me pls
    thanks in advance
    sridath
    Edited by: sridath on May 12, 2008 10:09 AM

    Hi,
    If you want to load the 10th data then you can do a selective load for that date. You have to go to your Infopackage/DTP in the Calday or any Date characteristic put a filter for 10th as date and load the data
    Hope this solve Ur issue.
    Rgs,
    I.R.K

  • Very  Urgent Pls  help :  Change of  payload type to  user-defined types

    Hello Experts
    I was using sys.xml_type as payload type in my queue table creation.
    consider xml message
    <order>
    <id>1</id>
    <load rerer="mq" erere='gg" > </load>
    </order>
    This i inserted into queue table using enqueue process.
    this is done.
    BUT NOW My manager wants to change the payload type.
    he created a type
    create or replace type systype as object (msg varchar2(4000));
    Now payload type of queue table is changed to
    PayloadType==>aq.systype.
    Pls help me how can i insert xml messages into this queue table.
    This is very urgent. Pls help me
    S

    I've just read this thread three times and I have absolutely no idea what you are doing, in what version, and what you are asking for help with.
    Do you want to change the message type? If you do you MUST drop the queue and start over again from the beginning.
    Do you want to enqueue messages?
    Post your DDL and other relevant information or you are on your own. We can not guess at your issue.

  • 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.

  • OIDDAS page not found - URGENT PLS HELP

    Hi,
    Let me start with explaning my environment.
    I have two server Server A and Server B
    Server A is sitting on DMZ zone and i have installed 10g AS , only J2EE and Webcache
    Server B is in intranet behind the firewall and i have installed 10g AS , infrastructure and middle tier, bascially single box install.
    As a stand alone i all the functionality on my Server B was working and accesible.
    I wanted to access Portal from internet so i started to configure Server A as a reverse proxy and went through lots of metalink note and configuration ( no success till now :-( !!!)
    Anyhow, during this process of configuration, i am not sure but i managed to screw up the access to OIDDAS on my server B, i.e when i go to http://<SERVER B>:7777/oiddas i get the main page, but as soon as
    i click on Login link ,
    on the address bar i can see it forwards the request to http://<SERVER A>/pls/orasso/orasso.wwsso_app_admin.ls_login?Site2pstoreToken=v1.2~8C6C3D71~140CA7EAA74F6CEFA17CCF16BF6E2C993BF1D8A545C2578E3FB35A5A5198A29DCC2F3B32B69F4728DBB196CCFCB5D6DA41CF00DE01362FB0BCF7CE188E63E5D61D102D7F83E9DF1D0B522411AD1A900D96B5B3758F793E84B0F3DEAF
    I am not sure how to resolve this issue.
    Pls can someone help me, its really urgent and any help would be highly appreciated.
    Regards,
    DS

    This probably occurred during a run of ossoreg.jar, which sets up the data you see in the SSO admin page. If you re-run that with the right login server address, with pls/orasso as the "partner application URL," you should be OK. (Sorry, don't remember syntax off the top of my head--it's a complicated little utility.)
    --Kelly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

  • 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.

  • 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

  • How can i detect if my PC is not on Network..... Urgent Pls Help Soon !!!!!

    Hello Everyone,
    We all know whenever we try to connect to a PC which is not on network, we get UnKnownHostException etc..... by which we can detect that the corresponding PC is not an network(intranet/internet)
    But when i send a msg from my PC to my PC, it works fine even if the network is down. I hv provided my PC's IP address instead of using localhost or 127.0.0.1 which reduces the possibility that the msg will not be traversed thru the network.
    Any IDEA how this works.
    Is There any possible way by which i can detect that my PC is not on network or the PC to which i'm trying to connect is not on network .......
    Pls help me out, its really urgent as to be implemented in my Project
    Thanks In Advance
    Sahil Shaikh

    Hello Surtee
    I have developed a Messeging Service for the eCRM Apllication my company is developing and we r in the final stage of debugging.
    Now whenever a user sends a msg to a PC which is not on network, the messaging service automatically sends an Offline mssg to that PC. But know i want ot distinguish wheather the PC to which i'm sending the msg is not on network or am I not on network based on this i need to perform diff. actions, hence i wanted to know that how can i detect .......
    Pls see if u canhelp me out ......
    Thanks
    Sahil Shaikh

Maybe you are looking for

  • PDF Rendering in EP6

    Hello, I am integrating XMLMILL (www.xmlmill.com) into EP6 to provide PDF rendering on the fly from xml+xsl data. I finally got it working and I am now able to render impressive PDF files but seems xmlmill is not fully compatible with EP6 from differ

  • SE37 use of wildcard

    Hi Abapers, I start to build function module on SE37. I have 3 imput parameters all of then optional. I need to use a wildcard on two of then. How can i do that? I thought that we must use % but i tryed on SE37 and i get not any result. Thank you and

  • Inserting stop commands between clips

    I have 4 video clips that I plan to use for a presentation. I need the DVD to stop at the end of each clip, so I can talk about each one. What's the best (easiest) way to do this? TIA! MacBook Pro, Power Mac G5, Dual 2 ghz   Mac OS X (10.4.7)  

  • Displaying  X axis values in iChart -  Bar

    Hi, i want to display values in x axis in iChart- Bar type. ie if my Database have 2 fields say time and no, i want to display no value in y axis and corresponding time in x axis. how can i do? anyone please help me where do i get manual for display

  • PGA Limits for 11.1.0.7 on AIX 6.1

    With an 11gR1 Database running under AIX I have the Impression, that requests for pga memory get an ORA-04030 too early. In the following statements there is a skript, that consumes more an more pga memory. It always stops when ~ 113MB of pga are con