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

Similar Messages

  • Using Alert Framework to send email notifications when Process Chain fails

    Hi Everyone,
    I've configured ALRTCATDEF in Solution Manager, selected the alerting option for Process Chains in - RSPC > Attributes > Alerting, but it looks like whenever any process chain fails, an email notification will be sent to the same recipients.
    Is there anyway to have an ALRCATDEF - alert category for different process chains, so that different recipients receive notifications for different Process Chains.
    Thanks,
    Ken

    Interesting....I was actually hoping for different recipients for different process chains.
    E.g. for our
    CRM process chain - Support Team 1
    FI process chain - Support Team 2
    and so on and so on.
    I think the only way may be creating a custom process type and implementing a class for this process type that calls function SALRT_CREATE_API. Then adding this process type to the process chain, with a different variant for each.
    However if anyone knows a way to do this in a SAP standard way using the Alert Framework, that would be great.
    Cheers,
    Ken

  • Sending mail to GROUP ID when a process chain fails.

    Hi All,
    Can one suggest me, how to send a failure/success mail to a Group mial id when a process chain fails.
    I am awere about sending mails to individual mail id's when a any process fails or succed. I want to know the group ID creation part & how to tag the same SOCT.
    Thanks in advance.
    BR,
    Kiron.

    hi,
    The Distribution List/Group_id is created in SO23 transaction.
    hope it is helpful to u
    thanks

  • How to Trigger process chains??

    hi all
    How to Trigger process chains??
    Can anybody step by steps??
    thanks
    Senthil

    The background control options are available to directly schedule the start process. You can start the start process immediately , that is when activating the process chain, for a specified time, or after a particular event. When you activate the process chain, the start process is scheduled in the background as defined in your selections.
    You can also trigger the start of a process chain via a meta chain. A meta chain is when a process chain, to which you set this start condition, is fixed to another process chain. The process chain is started directly by this meta chain.
    When you start the start process via a meta chain, it is not scheduled after you activated the related process chain. The process is only started when the meta chain, to which it is linked, is running.
    The remaining chain processes, that is the application processes and the collection processes, are scheduled to wait for an event.
    The start process has the following special features:
    Only the start process can be scheduled without a predecessor process.
    The start process can not be a successor to another process.
    Only one start process is allowed for each process chain.
    One start process can only be used in an individual process chain

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

  • Trigger process chains from UNIX

    Hi,
    I just wanted to know how can we trigger Process chains from UNIX Server.
    Any pointers will be appreciated.
    Thanks

    I suggest to use the sapevt.exe.
    With it you can trigger an event in the SAP system with the execution of a simple command file (.bat for ex.)
    So the event will start the chain as you require.
    You can find more info for sapevt in:
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm
    Regards,
    Sregio
    Did you try that?
    Message was edited by: Sergio Locatelli

  • If Process Chain Fail in Production?

    Hi to all,
    Please can anyone tell me, if there is process chain running in production and any process type fail or process chain fail ?.
    Does we need to repair it, or repeat it or, restart it.
    How to identify what should be done and how to do it.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Hi
      Based on the error occur in process chain step, we have to monitor the error.
    If the error or red color occur when you schdule and check the log view,  then right click the error process step and select display messages, check the error clearly by using process monitor.
      based on the error you have to react.
    this links will helpful to you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502b2998-1017-2d10-1c8a-a57a35d52bc8?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00a1f389-ec7c-2c10-04bc-9d81b3084171?QuickLink=index&overridelayout=true
    Edited by: Srikanth.T on Jan 23, 2012 11:29 AM

  • What will u do if process chain fails?

    Hi gurus
    What will u do if process chain fails?
    Thank in advance?
    Raju

    Hi rajaiah
    Firstly if a process chain fails, identify the process that has failed and on the context menu of the failed process you will get an option called display message where you can find the exact reason for the failure. A process chain can fail in many cases. So first try to find the error occured . For example if a process chain has failed due to invalid records then we have to edit the psa and reload the data from psa to data target (reconstruction). Based on the error message you need to take the necessary actions...
    Hope this may help you.. please assign points if found helpful.
    Regards,
    Harish.

  • Send sms when bi process chain failed

    Hi SAP Gurus,
    Is some one inform me how is it possible to send an SMS when a process chain failed ?
    Is there a possibility to paramter something on the SAP BI system to execute this action ?
    Thanks

    Hi,
    I dont think there is an SMS option . But an email can be send when a Process chain gets failed.  The detail step for this is
    1. go to ALRTCATDEF
    2. select classification "Process Chains"
    3. click on display/change
    4. double-click on "error in a process of a process chain"
    5. click on "fixed recipients"
    6. write in your username (you have to maintain your e-mail address in SU01 for that to work)
    7. save
    8. In RSPC, take the required process chain
    9. go into edit mode
    10. from the menu, select Process chain -> attributes -> alerting
    11. check "send alerts if errors occur"
    Regards
    Lekshmi

  • Process chain failed at COLLAPSE PROCESS TYPE ?

    HI all ,
    we have one process chain , in that  we have used oe process type collapse  for the cube .
    it got failed , but in the manage screen , under request status , it is showing tick mark i.e collapse successfully .
    give me some solution..
    regards ,
    Srinivas .

    Hi Venkatesh,
    thank you,  i have resolved this issue.
    i have checked in SM12 and there is no lock on the particular info cube then i repeated the process.
    the process chain failed at the stage of rolling up infocubes and the next triggred process was successfull even though i repeated the process chain.
    my concern is how the next process triggrred and it was successful when rollup process failed.
    can you please explain me
    thanks

  • Process chain failed at  AND process type ?

    hi all .
    Process chain failed at  AND process type ?
    and it is giving  message      Job cancelled after system exception ERROR_MESSAGE     .
    what is the reason & solution .
    regards ,
    srinivas ,

    Hi,
    That depends on the system behaviour... There is no issue in that... You can repeate the process.. If there is no repeat option available then you can on the detail view.. there is a chance that you will get a repeat option there.. If not then copy the chain.. remove the loaded process and add one starter chain an continue the chain in immediate mode...
    Regards
    Sajid khan

  • Process chain failed on creating Indexes

    Hello All,
    Since a few days our process chains have failed because of an impossibility to create Indexes.
    Job BI_PROCESS_INDEX can run for 3 days without any result. Usually it runs during 4 seconds.
    When we stop this job, the next day the process chain fails to delete indexes.
    If we run RSRV for our infocube we get the following error :
    ORACLE: The status of index /BI0/E0PA_C01~040 is INVALID
    Our DBA says it's a BW issue.
    Any idea to solve this issue ?
    Thanks &
    Regards
    Catherine

    If we run RSRV for our infocube we get the following error :
    ORACLE: The status of index /BI0/E0PA_C01~040 is INVALID
    I hope u followed the below to check cube.
    RSRV -> Tests in Transaction RSRV -> All Elementary Tests -> Database -> Database Statistics for an InfoCube and its Aggregates
    In that case, did u execute "Correct Error" (button in toolbar) to fix that error ?
    If that does not fix the issue,
    cannot u delete (button in toolbar) and reschedule Process chain (delete index -> DTP load to Cube -> create index) to create index ??

  • Process chain Failed!!! please help

    Hi All
    Process chain failed at activation of ODS process and the error message is
    Cannot activate request 0000006602(REQU_3YG2WB3F2C48PDD4X4BOW5FYS) of DataStore object
    Activation of M records from DataStore object RC2CTD01 terminated
    Please Help!!!
    Thanks

    I've checked in the monitor screen it's giving me the below error under status tab
    Request still running
    Diagnosis
    No errors found. The current process has probably not finished yet.
    System Response
    The ALE inbox of BI is identical to the ALE outbox of the source system
    or
    the maximum wait time for this request has not yet been exceeded
    or
    the background job has not yet finished in the source system.
    Current status
    All of the packets from the source system arrived
    I've repeated the process and it is asking for seconds...so how much should i give in the second field....
    Please help!!!

  • Process chain failed during DTP

    operation generate could not be carried out for the request no ...
    My process chain failed while DTP . Then i right clicked on it and clicked on display messages then the error is
    operation generate could not be carried out for the request while DTP in process chain
    Please give me the solution

    hi,
    chk if the DTP performs load with info spoke.
    if so chk the source and destination defintion of the infospoke definition.
    Ramesh

  • Process Chain failed at Delete PSA event level

    HI Every one,
    I am monitoring process chains, which are running on daily basis.
    I have one <b>Delete PSA</b> process chain, this chain contains only two events
    1. Start Event 2. Delete from PSA.
    Process chain failed at<i> Deleted from PSA</i> event level.
    Below is the error message I got from the process chain screen.
    "Data inconsistency in /bic/b0000231000 table,partition was not deleted"
    "Delete request REQU_4353ACARKJNY70Z5F11 from PSA 8ZMMOM...."
    Please help me by giving possible reasons for this error message and solution for this problem.
    Thanks  in advance.
    Regards,
    Narayana K.

    hi,
    Are you deleting the PSA requests using abap program?
    Regards,
    Vijay

Maybe you are looking for

  • Small Differences Rounding Off in case of Payments in Foreign Currency

    Hi all I have a scenario wherein I want to round off the Foreign Exchange amount to the nearest Rupee. I.e when I am making a payment in Foreign currency, the amount in local currency appears upto 2 decimal places. However, I  want the same to be rou

  • Problem with a template

    found this template in internet:  http://www.iworkcommunity.com/content/weekly-newspaper#comment-687 however I have been unable to change the 'text' part in the first page. It does not seem to be blocked or anything, but I cannot change it. To make i

  • Error in  Bex execution with MS office 2007

    Hi, We are on BI 7.0 with SP 17 and using MS office 2007 with SAP GUI 7.10 patch 8. when we are executing  transaction RRMX, ms excel is started but encountering error as below Microsoft excel is not installed: install microsoft excel viewer *** plea

  • How do I resolve: You are not permitted to open this document.  It may be assigned to another user."

    I am the only user on a computer, and have ordered two codes on line, and used them for a long time. Recently redid hard drive, and now I cannot open those two files only. I get the message:  "You are nbot permitted to open this document.  It may be

  • Keychain Wont Reset

    Hi everyone, I had an upgrade from Mavricks and upon completetion, the keychain began gaving me problems. The password was incorrect regardless of what I put in (even though I didnt have problems before the update) Ive tried to "reset" the keychain b