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.

Similar Messages

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

  • 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

  • CATS Issue VERY Urgent..

    HI ALL,
    BiW  PROD is placing CATS data for 2007 in to week 52 2006.  Can advise why?
    Please advise what would be the error.
    Cheers,
    Sri

    Hi All,
    We have a problem for 0CALWEEK in CATS.
    FOR  0CALQUARTER
    20061 means 1st quarter
    20062 means 2ND quarter
    20063 means 3RD quarter
    20064 means 4TH quarter
    FOR 0calweeK:
    20061 means 1st WEEK
    20062 means 2ND WEEK
    20063 means 3RD WEEK
    20064 means 4TH WEEK
    0CALWEEK is giving problem  IN CUBE.
    It  shows wrongly.
    0CALQUARTER      0CAL WEEk
    2007 1             2006 52 ( 52 week)
    2007 1                          2006 52
    <b>0CAL WEEk          should show 2007 1     instead of 2006 52.</b>
    It should show :
    0CALQUARTER      0CAL WEEk
    2007 1             2007 1 (ist week in 2007)
    2007 1                         2007 1
    we have a routine on 0CAL_week
    =====
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    data:   employee_md like /bi0/memployee,
            employee_wa like /bi0/memployee,
            person_md   like /bi0/mperson,
            PERSON_WA   LIKE /BI0/MPERSON.
    DATA:   G_RECORD_NO LIKE SY-TABIX.
    INCLUDE RS_BCT_HR_UPDATE_RULES_GENERAL.
    INCLUDE RS_BCT_HR_PAPA_UPDATE_RULES.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_characteristics
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CS0CATS_IS_1
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/VZCATST-CALWEEK
               RETURNCODE LIKE SY-SUBRC
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    data: w_date type d.
    data: w_date_check type d.
    data: w_numberofdays type p decimals 2.
    data: w_numberofweeks type i.
    data: w_dayofweek type p.
    data: w_first_day_of_sap_calendar type d value '19790101'.
    data: check type i.
    data: w_year(4) type c.
    data: w_weekno(2) type c.
    w_date_check = COMM_STRUCTURE-CALDAY.
    w_date = w_date_check.
    w_date+04(04) = '0101'. " beginning of the year
    do.
    w_dayofweek = ( ( w_date - w_first_day_of_sap_calendar ) mod 7 ) + 1.
    if w_dayofweek = 7. " First sunday(7) of the Current year
    exit.
    endif.
    add 01 to w_date+07(01).
    enddo.
    w_numberofdays = ( w_date_check - w_date ) + 1.
    w_numberofweeks = ceil( w_numberofdays / 7 ).
    w_year = w_date_check+0(4).
      if w_numberofweeks = 53.
        w_numberofweeks = 1.
        w_year = w_date_check+0(4) + 1.
      endif.
      if w_numberofweeks = 0.
        w_numberofweeks = 52.
        w_year = w_date_check+0(4) - 1.
      endif.
    w_weekno = w_numberofweeks.
    call function 'CONVERSION_EXIT_ALPHA_INPUT'
         exporting
              input   = w_weekno
        importing
             output  = w_weekno.
    concatenate w_year w_weekno into RESULT.
    result value of the routine
    RESULT = .
    if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.
    ========
    This is giving problem from 2007 year only.
    We need to check with FI or HR teams , Is there any configuration settings in R/3 side for 0Calweek?
    This is production ISSUE. Help me on very Urgent BASIS!!
    Thanks & Regards,
    Sri.

  • 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

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

  • Query Issue(Very Urgent)

    Hi,
         I have issue with select statement to pull the records from two tables. Here I have two tables one is with Billing Document Items and Service Order Operations.
    I have service order as unique field in both tables, When I execute select statement with one service order I got 10 records like
    S Ord Oper                           Billing Document Items
    Oper    Repair Code                 Item    Oper    Repair Code
    10        AD01                           1         10        AD01
    20        AD01                           2         20        AD01  
    30        OT01                           3         10        AD01
    40        RE01                           4         20        AD01
    50        RP01                           5         20        AD01
                                                   6        20         AD01
                                                    7        30         OT01
                                                    8        40         RE01  
                                                    9        50         RP01
                                                   10      50         RP01
                 This are the records with same Service order number, and my select statement giving data like
    O/P
    Service Order =  60001212
    OPER    ITEM    REPAIR TYPE
    10         1           AD01
    20         1           AD01
    10         2           AD01
    20         2           AD01
    10         3           AD01
    20         3           AD01
    10         4           AD01
    20         4           AD01
    10         5           AD01
    20         5           AD01
    10         6           AD01
    20         6           AD01
    30         7           OT01
    40         8           RE01
    50         9           RP01
    50         10         RP01
    But I need output like this
    Item  Oper                   Rep Code
    1      10                      AD01
    2      20                      AD01
    3      10                      AD01
    4      20                      AD01
    5      20                      AD01
    6      20                      AD01
    7      30                      AD01
    8      40                      RE01
    9      50                      RP01
    10    50                      RP01
             Please give me the select statement which gives the above output. I need very urgent please....
    Thanks
    Robbie

    hi robert,
    The ouput u want is just a little away from the one u r actually getting. it is the two fields OPER and ITEM interchangeably..
    U just have to use GROUP BY ITEM..........if u want the desired output with ITEM as first field.
    <group-by-clause> &#8594; GROUP BY [<column-ref>,*]<column-ref>
    if it helps please reward points.
    thanks

  • Attachment issue --very urgent help  required

    Hello friends,
    1)i have create page and deatal page . requirement is that we have to load required attachments in table region, if not loading required attachments exception will raise. this validation is working fine in create page.
    2)same in detail page i loaded required attachments also excepiton is raising.
    waht would be cause. i am very new to ADF technology.
    very urgent to fix this issue. any one help me out.
    Thanks,
    vamshi.
    Edited by: Krishna Vamshi on Jul 1, 2010 6:14 PM

    Kirshna,
    Unfortunately your question is very unclear.
    Let me say that if you are asking about OA Framework, you should ask on the OA Framework forum, not here.
    also excepiton is raising.It will help if you say what the exception is.
    John

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

  • 2 Company Codes - Same Report --- Issue Very Urgent

    Hello Guys,
    I have following questions w.r.to BI implementation.
    We have 40 SAP BI reports developed for our company.
    Now we have moved to other New implementation for the same company but in other country. ( Germany - Company Code - DE / France - Company Code - FR ).
    Both Implementation : EN Language.
    We have 2 different Dev clients(ECC) for diff country implementations.But when we move to QAS they (ECC) will be integrating the data into one client,
    we are using only one BI client for both implementations.
    I Just have few questions ...
    I need to Load all the master data for 2nd implementation all over again.
    Firstly we have all the process chains and DTP and Transformations in place from !st implementation.
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    thanks,
    Shekar.

    Hi Shekar,
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    --> If source system and client is same you can use same process chains, or neet to create new one to include new infopackage for new source and client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    --> If same data(material and customer) maintained differently in different systems(ex: same technical name but description is different)... then its better to make master data objects compounding with source system to differentiate data.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6399e07211d2acb80000e829fbfe/frameset.htm
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    --> Create authorization variable on company and use..
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    --> Create authorization variable on company and use..

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

  • 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

  • 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

Maybe you are looking for

  • IMac, Multiple Monitors & Spaces

    I have 2 monitors connected to my new iMac.  I arrange various setups using Spaces on all 3 monitors.  When the iMac comes out of sleep mode, all of the panels are always pulled into the iMac monitor (e.g. the other monitors are empty) in each Space.

  • Audio briefly drops out for a few seconds

    I about half way through a recorded Keynote presentation, the narration audio drops out (goes blank) for a few seconds. It doesn't affect timing. I've checked the narration file and it's just fine. Narration was done in Garageband. I've re-recorded t

  • DAQmx Logging New Features - Split files

    Hi All, With respect to this link - http://forums.ni.com/t5/Multifunction-DAQ/DAQmx-Logging-New-Features-Split-files-non-buffered-loggin...  My requirement is - Log each one minute data in single TDMS file (irrespect of the sampling rate). For this,

  • Position of column in query view

    Hi, When i create a new column  in a work book via the  function 'add a formula', is it possible to place it in first position? I did try without success Thanks for your help Claude

  • Can someone tell me how to make the letters that look like fabric?

    Can someone tell me how to make the letters that look like fabric?