Overview Starting Process Chain

Hello Experts,
is there a transaction or other possibility where i can get an overview at a glance of the starting times of all running process chains i have in a system.
Thanks for help!
B. Kalusa

Hi,
Yes, by using the program /SSA/BWT you can find allinformation you required regarding process chains, info providers, reques base analysys etc.. at one place. Very useful one.
Regards,
Vishnu

Similar Messages

  • Help in Event that  start process chain

    Hi,
    i use the Fm Below to start process chain but its not working What can be the problem?
    Regards
    CALL FUNCTION 'BP_EVENT_RAISE'
      EXPORTING
        EVENTID                     = 'ZIST_SSO'
       EVENTPARM                    = '1'
      TARGET_INSTANCE              = ' '
    EXCEPTIONS
       BAD_EVENTID                  = 1
       EVENTID_DOES_NOT_EXIST       = 2
       EVENTID_MISSING              = 3
       RAISE_FAILED                 = 4
       OTHERS                       = 5

    Hi,
    may be you should check your authority. May be you are not allowed to run/schedule a program/chain in background.
    regards
    Siggi
    PS: do a new activation and scheduling of the chain. goto sm37 afterwards and check the processes BI_PROCESS_TRIGGER. There must be at least one waiting for your event.

  • Error occured when starting process chain

    When we want to start a process chain via SAP_BW_ProcessChainRun we get the following error log:
    Failed to start process chain /NSN/C_DSP_TR_GLOBAL_II. No logid was returned by the BW-SCH API.
    com.redwood.scheduler.connector.sap.rfc.connection.exception.SapBapiException: BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error
    BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:789)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.handleRscpApiErrors(ClientConnectionImpl.java:808)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:505)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:296)
         at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:120)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:461)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:289)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.SapFunctionModuleWrapper.execute(SapFunctionModuleWrapper.java:200)
         at com.redwood.scheduler.connector.sap.rfc.jco.AbstractSapFunctionModule.execute(AbstractSapFunctionModule.java:109)
         at com.redwood.scheduler.connector.sap.rfc.command.impl.BwProcessChainCommand.execute(BwProcessChainCommand.java:98)
         at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpCommand.doExecute(AbstractXbpCommand.java:86)
         at com.redwood.scheduler.connector.sap.rfc.command.AbstractCommand.execute(AbstractCommand.java:56)
         at com.redwood.scheduler.connector.sap.rfc.service.operation.RunJobOperation.doWork(RunJobOperation.java:103)
         at com.redwood.scheduler.connector.sap.rfc.service.SapJobWork.doWork(SapJobWork.java:38)
         at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:74)
         at java.lang.Thread.run(Thread.java:579)
    What could be the reason?
    Thanks
    Br
    Günter

    O.K. I can answer the question by myself: Is an authorisation issue. The rfc user who starts the PCs didn't have enough rights.
    Br
    Günter

  • Starting process chains using RSPC_API_CHAIN_START(parallel execution of processes)

    Hi,
    We've got sap bw 3.5 installed.
    We are using API RSPC_API_CHAIN_START to start executing process chains.
    IF we are using param I_SYNCHRONOUS = 'X'  then if we have parallel processes in chains they are executing one by one.
    IF we are setting param I_SYNCHRONOUS = ''   then proccesses are executed in parallel. But I recieved all the prompts. For example for chosing background server.
    and others.
    Is there an opportunity to combine these 2 cases: not to have prompts and execute processes in parallel?
    Thanks for you help
    Andrey

    Hi,
    I tried without I_SYNCHRONOUS param, it works the same as I_SYNCHRONOUS = ''. I recieve all the promts.
    Thanks for you help.

  • How to start process chain without sapall rigths...

    Hi everybody,
    I got the following problem:
    A (normal) user without sapall rights should be able to start a process chain by clicking a button in a bsp application. This works so far.
    The process chain is started by invoking the function module RSPC_API_CHAIN_START. The authority check in the fm throws an error because the user does not have the proper rights/roles to plan a batch job for the ALEREMOTE user.
    Does anybody has a solution for this? It's really urgent!!!
    Thanks in advance,
    Joerg

    Hi Joerg,
    You might opt to change the scheduling of the start step of your process chain so that it is triggered by an event. Here are the steps:
    1) Define an event in SM62
    2) Change your process chain so that it is triggered by the event you created in step 1.
    3) Change your ABAP code (that responds to the button in your BSP application...the planning function i think). You can then use the function module BP_EVENT_RAISE to trigger the event you created in #1.
    Advantage:
    The users don't need the extra authorizations.
    Disadvantage:
    In contrast to using the RSPC_API_CHAIN_START function module, you won't immediately know whether the process chain was started successfully (you might have to call another FM to check the status).
    If you can't change the trigger for the process chain, then the longer solution would be to construct an ABAP program that will execute the RSPC_API_CHAIN_START, schedule the program in a background job (to run under a powerful user id),  set the background to be triggered by an event, trigger the event when the user clicks the button.

  • Error while starting process chain

    Hi BW Gurus,
    I am facing a different error while trying to start a process chain in BW.
    Error message below:
    Job started                                                                               
    Step 001 started (program RSPROCESS, variant &0000000000306, user ID BWBATCHJOB)                      
    NO_MORE_SPACE: Can not create MTE: no more space: no more MESSAGE_CONTAINER slots available           
    Process CHAIN, variant ZSD_ORDER is not scheduled waiting for event RSPROCESS 3W6KED9SDRAN457HSX3XR22W2
    Job cancelled                                                                               
    Please help.
    Thanks and Regards
    Chakri

    Hi Girish mandli,
    The process chain are scheduled from Basis side, i have checked with him, he told that, it scheduled with date and time.
    It is daily load, should trigger at 2:00 am in morning, but from last 2 days it not scheduling.
    Cause: there was unexpected DB shutdown, due to which all the jobs where canceled.
    next day all the jobs got scheduled once DB was Up, due to which some jobs failed and manually scheduled failed jobs from BW side.
    All the chains are triggering fine,  but got only problem with this chain.
    Please help to rectified this error.
    Thanks and Regards
    Chakri
    Edited by: gopathi chakradhar on Jun 3, 2011 11:30 AM

  • How start process chain

    Hi all,
    I have a process chain which was set to Directly Scheduling. But I can only see Immediately in the scheduling setting no periodicly setting and others parameters regarding when and how it starts. But from display I know it run every dat but the start time is not fixed. So my question is how I can know what is the start time setting of this chain ?
    thanks in advance

    Hello,
    You are lookin in a wrong way. Follow the below steps:
    1) open the table rspcchain in se16
    2) Now put the technical name of the PC in picture in the Process Variants (VARIANTE) field. It should be 4th from the top usually. Also In Version put A.
    3) Execute it, you would get certain rows, if you get one with type as chain then the PC under Proces Chain tab is your meta chain.
    If you dont get a row with type as chain, then it would not be triggered by any meta chain.
    So it will be triggered using a Program .
    regards,
    Shashank

  • How to start Process chain ?

    Experts,
    In one of my process chan, Attrib. Change Run got failed. rest of the Process chan ran properly.
    So, if i open that PC, i could see Red line at the Attr. Change run Tab.
    How would i just execute my change Run Process only from the Process chain ?
    thanks

    Perhaps you are not able to see the red for today's chain since there isn't any error occurring for today's run.
    If you click on logs button, you can choose a selection criteria for dates. Then go back to the date when the error occurred.
    As mentioned, depending on the reason of failure, you may not need to repeat the attribute change run step at all as today's run or subsequent days run of the attribute change run would have executed this step and repeating will not have any effect.
    You can see if there is change run that needs to be executed using t-code: CHANGERUNMONI

  • Process chain start by dialog process

    Hy Expert, i have a serious problem.When i schedule a process chain , it start by dialog process. What i do for start process chain by background process?
    Thank's a lot.
    Andrea

    HI
    You could do the following:
    1) Create an event variant (i think it was SM63 or something like that)
    2) write a short abab program that raises an event (see example)
    *& Report  start chain
    REPORT  start chain.
    CALL FUNCTION 'RSSM_EVENT_RAISE'
      EXPORTING
        i_eventid                    = 'your created event'
        i_eventparm                  = 'your variant'
    * EXCEPTIONS
    *   BAD_EVENTID                  = 1
    *   EVENTID_DOES_NOT_EXIST       = 2
    *   EVENTID_MISSING              = 3
    *   RAISE_FAILED                 = 4
    *   OTHERS                       = 5
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    3)  Scedule your chain by event and activate it (you need to make it periodical to run severeal times).
    4)   Scedule the program.
    Hope this helps.
    Regards,
    Minima

  • Process chain start variant repaired in production

    Hi
    I took up tasks from our previous Bi team
    I am told we have followed the regular process of DEV --  QA and PROD for all  process  chains
    I see a strange observation in Production for a particular process chain in its start variant
    It is shown to run as immediate in the start variant, in the detail view , but
    it runs scheduled at a certain time every day, I can see the scheduled jobs released
    I see that in production it is attached to a request in repaired status
    process chain works fine and triggers regularly
    I am unable to understand why it shows as immediate in the start variant and however runs on a regular schedule

    Hi
    1) why does the start variant of this META chain show up as immediate, when it is actually running scheduled ?
    are you able to see the chain in green color(scheduled state).
    when you right click on start process chain step and you have option to select display scheduled job?..if yes check the start condition by double click on job.
    2)Does the change directly in production, could have brought in this behavior?
    We can change the start condition of process chain, when right click on start variant and select display variant..here you can see last changed name
    3) If , I re transport the whole META chain from DEV-QA --PRD , will the start variant change or will it cause trouble considering the fact that the start variant was repaired in PROD directly.
    No need to transport again, if you know the start condition of process chain, edit the same in prod and save it.
    Regards,
    Venkatesh

  • Process Chain and CPS

    Hello all,
    We are currently having a problem with submitting process chains. When the chain runs it does not display any of steps in the process chain and where they are running from the job we submit (RSI_START_BW_CHAIN) So what we see is that the PC has been submited and completes in say 17seconds...however everything is still running on the system...for example our CIF PC runs for 3hrs but alls we are able to see is that the job executed from CPS with no problem. I've been digging around trying to find clear documenation about PC and CPS with little luck. Am I approaching the job submission incorrectly? We are on 7.0.3.

    Hello,
    You should be using the RSI_RUN_BW_CHAIN job to start process chains. Maybe you can try that first. For the rest things should be straight forward. Depending on the BW backend systems you might encounter some issues, with BW 7 the synchronization has changed and you would be better of using one of the latest 7.0.4 versions (SP6 has just been released).
    Regards Gerben

  • Error in executing Process chain

    Hello friends
    I am getting an error in production while starting the process chain
    ERROR 572 *** CAN'T GET MSG FROM CATALOG: Cannot start Process Chain
    Please let me know if u know the cause of this error.It would be a gr8 help.
    Regards
    Rohit

    Hi,
    Are there any enhancements to the data source done lately? Did any transports happen in BW or R3 side related to this chain?
    With Regards

  • How to process process chain in ABAP program

    Hi,buddy:
        If I want to start Process Chain in ABAP program,then which code or function can be used?
        Best Regards.
    Martin Xie

    Hi Martin,
    How-to trigger a process chain using ABAP?
    Hope it suffice,
    Cheers
    SRS

  • Trigger Process Chain Fails

    Hi All,
    We have a BI 3.5 System.We use the Maestro Background Job utility to fire background jobs in the SAP system including the process chain.
    Of late, we have been experiencing problems wherein the process chain is not triggered automatically from the maestro application as scheduled.
    It fails with the following error log in maestro :
    JOB       : NWPAGENT#NWPDLYMASTERCHN.NWPSTARTCHANGE
    = USER      : master           
    = JCLFILE   : /  -job DAILY_MASTER_CHAIN -i pchain_ -c C
    = Job Number: 32179
    = Thu 09/14/2006 04:00:17 AM PDT
    ===============================================================
    +++ IBM Tivoli Workload Scheduler for Applications, method R3BATCH 8.2 (patchrev FP5 - 12:37:13 Mar  9 2005)
    +++ is called with following parameters:
    +++ -t LJ -c NWPAGENT,AIMPRD,AIMPRD -n null -p 31111 -r 495,495 -s NWPDLYMASTERCHN -d 20060914,1158192000 -l master -o /unison/master/maestro/stdlist/2006.09.14/O32179.0400 -j NWPSTARTCHANGE,32179 -- /  -job DAILY_MASTER_CHAIN -i pchain_ -c C
    +++ EEWO1031I TWS home dir was found: /unison/master/maestro
    +++ EEWO1027I RFC connection established (1)
    [XALOG] - INFO: semaphore key=0xbd60228 (198574632)
    Thu Sep 14 04:00:17 2006
    ERROR 552 ***  EEWO0552E The R/3 job scheduling system has found an
          error for user name RSPC_API_CHAIN_START and job name !2. Please
          check R/3 syslog.
    ERROR 572 ***  EEWO0572E Cannot start Process Chain.
    ===============================================================
    = Exit Status           : 60
    = System Time (Seconds) : 0     Elapsed Time (Minutes) : 0
    = User Time (Seconds)   : 0
    = Thu 09/14/2006 04:00:20 AM PDT
    ===============================================================
    It dosen't throw any dump.In fact the BI_PROCESS_TRIGGER background job shows completed successfully in SM37.
    Any help.
    Thanks & Regards,
    <b>Navin</b>

    Navin,
    this can have several issues. Please verify the r3user profile in your BI system, the r3user which is defined in the r3batch options file. The SAP user must have the profile S_BI-WHM_RFC assigned, additionally to the access right definition explained in the Tivoli Workload Scheduler for Applications users guide.
    If this does not solve your problem, please contact IBM support and open a problem management report.
    Kind regards
    Ralf
    IBM Tivoli Workload Scheduler for Applications Development

  • Process Chain that uses a DTP and locks up with CX_RSBK_REQUEST_LOCKED

    Hello Experts,
    I am making a program to start a PC inside a loop. This Loop has several dates and ODS ID's. The problem is that inside the loop I make a call to FM RSPC_API_CHAIN_START, after this I have a WAIT UNTIL 30 SECONDS command so that the process has enough time to finish loading data. Each time the loop starts I change the name of the .txt flat file that te PC is going to load and store it inside a Z table with a rutine inside the DTP calling it every loop cycle. And so every time the Process Chain starts it should load a different file into a specifyc ODS. The problem comes at the second loop in which through the RSA1 transaction I find out that the chain is locked with an exception CX_RSBK_REQUEST_LOCKED and the subsequent calls to the Process Chain simply don't start at all. One solution I found was to delete the last Petition Request ID in the table RSSTATMANPART.
    I use RSSM_DELETE_REQUEST to delete that request using that ID and the cube name.
    Now this doesn't work either.
    PROGRAM SUMMARY:
    LOOP WITH ODS THAT NEED LOADING INTO BW ODS
        DELETE PETITION REQUESTS FROM RSSTATMANPART WITH YELLOW OR RED STATUS.(So that PC can start)
        CHANGE FILE THAT DTP ROUTINE WILL LOAD
        START PROCESS CHAIN
        WAIT A CERTAIN AMOUNT OF TIME FOR PC TO FINISH
    ENDLOOP.
    Edited by: Antonio Alejandro Ortega Vergani on Apr 12, 2011 12:05 AM

    Hi saveen,
    I've checked the transaction sm50 to check the available processes and I have 8 BTC(batch), 5 DIA(dialog), 2 UPD(update), 1 ENQ(enqueue) and 1 SPO(spool). Are these the ones you are asking about? I assume you refer to BTC which I believe 8 is enough....correct me if Im wrong here as Im starting out with this please.
    Thing is that Im trying to automate this whole process (for loading various file types(headers.txt, details.txt, payments.txt, etc), for various centers and several months...this is why I want to automate the whole process, so I dont have to go manually through all this data loading. So what I did was try to start the chain inside a loop for every new combination of dates that DIDN'T EXIST in the ODS tables. The process chain is supposed to call a DTP that uses a routine to see which file is going to upload to BW but only does it the first time.
    The problem comes with the second cicle of the loop in which the petition request for the DTP is already green, nevertheless the next start of the chain doesn't come as there seems to be no creation of another request and the exception CX_RSBK_REQUEST_LOCKED in the transaction RSPC.
    Appart from this whenever I try to delete the last request so that this way it does create another request(rnr) in RSSTATMANPART through the use of RSPC_API_CHAIN_START the data in my ODS does not stay and is deleted.

Maybe you are looking for