Stoping Start Process in Process Chain ...

Hi Guys,
We are working in BI 7.0 Planing and Forecasting System.
Here we are using one Meta chain which has a program that triggers 6 sub process chains.
Out of those subprocess chains 1 chain is running with green colour at Start Process stage only for the last 3 days.
We have checked the function module RSPC_PROCESS_FINISH, but we all have no authorization to execute that.
Please let me know is there any other approach to rectify this issue.
Points are awarded to ASAP replys.......
Thanks in advance
Peter

hi,
is the color of the start process is green? if so it might have triggerred the next process.
right click the start process then chk the chain option end time, is the satsus shows any time of completion? if so this process is completed. chk what is the next process .
chk the table RSPCPROCESSLOG by giving the instance of the start process and variant of the start process.
there you can find the status - chk if it is G, then the process is completed successfully. else if the status is F then it is just finished and will not trigger the next process and you have to trigger the next process manually if you dont have access to run the RSPC_PROCESS_FINISH.
chk this works or not - goto se38/se37 you have an option of information click on it and there you can specify the FM RSPC_PROCESS_FINIsh and search in FM, then surely it will take u to the FM and have the option to run it. give the instance,variant and logid of start process then give the status as G and execute it.
Ramesh

Similar Messages

  • 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

  • Event triggering fails to start the next process chain

    Hi
    I have two process chains A & B
    At the end of process chain A i am triggerring the an event which is the start condition for process chain B.( periodic )
    Now when i debug my process chain A , i see the event is triggered successfully but inspite of that the next process chain does not start.
    Does anyone faced similar problem? Its little urgent. Any clue would be useful.
    Regards
    Purva

    HI,
    In addition to the above comment also see if you have given the event name correctly and try to see if you can run the PC by triggering the event manually (Tcode: SM64)
    Assign points if helpful.
    Rgds,
    Kalyan

  • Parallel process in process chains

    Hi All,
    I have created a process chain with two parallel jobs (for forecast run) in APO DP. whenever i'm checking it, it is showing me that <b>"Too many parallel processes for chosen server"</b>
    In the diagnosis, the message is "On the server  you have chosen, there are only 1 batch processes available. The process chain has been designed in such as way that 2 processes must be processed parallel".
    Do I need to maintain any settings.Please let me know.
    Thank you.
    Regards,
    Raj

    Hi Raj,
    What it is complaining about is that the number of batch processes(background processes) available on the system are only 1 and you have given it 2 background processes..now if the system only has 1 bckgnd process,, how will it run 2 processes ) ??
    You can check the number of background processes in SM50 and then modify the number of background processes in RZ10(start up profile)......Ask your basis guy to increase/check that???
    Thanks
    Abhi

  • How to identify which process in process chain executes in Batch and Dialog

    Hi, We want to identify which processes in process chain is running in Batch mode or Dialog mode. Is there any where we can identify this from any table or transaction. (Eg Loading, DTP loading, Attribute change run, deletion of index, deletion of overlapping request, AND process, ABAP program , Master Data loading, Full Load, Delta load, Hierarchy Save, Start Process).
    Regards
    Vishwanath

    Hi Vishwanth,
                      In Process Chain proces runs in background only.
    refer here......
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7b/d4313b38bea774e10000000a114084/content.htm
    Thanks,
    Vijay.

  • Add at least one process to the chain before saving !!!

    Hello SDN s,
    How ya all ?
    I am building a Process Chain which loads around 35 Transactional Data InfoPackages. For this the requirement is to Delete Indexes collectively before the 35 data loads and after the data loads the Indexes has to be Generated.
    Here i D&D the Data Target Administration -> Delete Index with that Create Index (Generated from DROPINDEX) came automatically. I removed the link between these 2, and tried to keep the 1 st InfoPackage with Execute InfoPackage, it gave me the message
    Display More Chains:
    Process Z_DELODS (type DROPCUBE) has already been used in other chains
    Do you want these chains to be displayed in the maintenance screen too
    Yes / No / Cancel
    Then i tried to save or activate the PC it throws this message "Add at least one process to the chain before saving"
    What could be the problem here ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

    Hi,
    Please select <b>No</b> when it displays the message
    Display More Chains:
    Process Z_DELODS (type DROPCUBE) has already been used in other chains
    Do you want these chains to be displayed in the maintenance screen too
    Yes / No / Cancel
    Include atleast one process after the start process before saving..
    Hope this helps you...

  • Set delay for process in process chain (BI7)

    Hi gurus.
    Can anybody advice me on how to set delay for a process in process chain in BI7
    Thanks in advance

    Hi,
    If you right-click on a process in the Process Chain, there should be an option called Debug Loop. Here you can enter the number of seconds to delay a process.
    The only difference between 3.5 and 7.0 is that Option Waiting Time in context menu of "any" process is replaced by Debug Loop.Here you can enter the # of seconds for which you want your process to be delayed.
    See below:
    Re: Start a Process Chain after every 15 mins
    Hope this helps.
    Regards
    CSM Reddy

  • Abap process setup in chains

    Hello,
    I see that to use an abap process in a chain, I can either:
    1. call  a program with / without a variant
    2. call a event triggered abap program.
    What I need to clarify is setup method 2.
    Is it true that whatever event I set here will trigger whatever program I entered here?
    Is this the equivalent of sm37 job that is setup to run only if event is triggered?
    Can a program be set to trigger by an event from se38?
    I am just unclear about setting up a abap as a process in a chain.
    Hope you could advise.
    Pascal Gabin

    Pascal
    Check this link if you have not seen already. You could include your program in a Variant and when ever you ttigger that event Process chain will start.
    Thnaks
    Sat
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7

  • Bw extraction process starting after a process/job in source system

    Hello gurus,
    I want to start a extraction process (a chain process) in BW system after a background program (job background process) has finished in the source system (which is an R/3 system).
    My solution sound like this: I make a RFC function in BW that start the event XX, and planning the process chain to start at event XX (all this in BW side).
    In source system I call the RFC function when the desired background process has finish.
    I look for another solution (more simple maybe) for my task, or for any another suggestion.
    thanks

    Hi,
    Refer the note :135637
    (1) Create an event in the BW system
    Define a system event (for example SAP_BW_TRIGGER) with Transaction SM62.
    (2) Create a function module in the BW system
    Create a function module (for example Z_BW_EVENT_RAISE) with the help of Transaction SE37. For the source code refer to the attachment of this note.
    (3) Use the below code in code of the triggered job  in the R/3 System.Here BIMCLNT000 is the logical system name of the BI system. you need to cange it to yours.
    parameters: rfcdest like rfcdisplay-rfcdest default 'BIMCLNT000'.
    call function 'Z_BW_EVENT_RAISE'
      destination rfcdest
      exporting
          eventid = 'SAP_BW_TRIGGER'.
    Regards,
    Anil Kumar Sharma .P

  • Need to skip one process in process chains

    Hi Experts,
    I have made some changes in the Endroutines at the third level target and moved the changes to BWP. Now, I need not extract the data from ECC. So I need to skip those process in the process chains for this.
    How to achieve this?
    Thanks in advance,
    Abdul

    Hi,
    Right click on that process and display messages -> backg tab -> batch monitor > Stop the job.
    it will be failed now with red status.
    Now in the display messages , from the Chain tab
    Take the Variant and Instance Name
    Then goto SE11 - > RSPCPROCESSLOG
    Give the Variant and Instance Name here and get other details like LOGID , TYPE..
    Now goto SE38 -> RSPC_PROCESS_FINISH
    Give all the details collected from above steps and fill the STATE value as 'G'
    Execute.. This will Skip that process and start the next process in the process chain
    If it is temporary then you can just copy that chain and remove that process step and run the chain.
    Thanks
    Nethaji Guru

  • Collection Processes in Process Chains

    Hi ALL,
               I want to know what  is the real importance of using AND, OR and EXOR Processes in Process Chains.I have gone through all the material available on SDN.But i could not clearly understand these Processes as of what's the real purpose it serves  when used in Process chains.
    We have Process Chains in our system which contains Planned data as well as Actual data which are parallelly loaded using our Process Chains.Where in  we have Different infopackages.With every infopackage,If it is successful ,it is connected to AND Process And in case,if it is a failure,It is connected to an OR Process.
    So ,if it is Successful ,then it goes to And Process or else it  connected to OR Process which triggers an ERROR event for that particular process chain.
    So,Please Do Provide an good answer as I have to implement certain changes to my process chains.I  have added 3 more infopackages  to my process chain and now ,I want  to know whether I should connect them to OR process,if a Failure occurs and what will be the consequences ,if I connect/Do not  these new packages to OR process when a failure occurs.
    I  hope you understand this Problem and <b>reply as it is very urgent.</b>
    Points will be assigned.
    Regards,
    samir

    Hi
    Definition
    A collection process collects several chain strings to form one string in the process chain maintenance.
    Use
    Process chain management handles collection processes in a particular way. The system makes the variant names consistent and guarantees that all processes of the same name that have been scheduled more than once, trigger the same event. This enables the several chain strings to be collected to form one and also makes multiple-scheduling of the actual application processes unnecessary.
    The following collection processes are available in the process chain maintenance:
    And Process (Last)
    This process does not start before all events of the predecessor processes, that is including the last event, that it has waited for, have been successfully triggered.
    Use this collection process when you want to combine processes and when further processing is dependent on all these predecessors.
    Or Process (Every)
    The application process starts every time a predecessor process event has been successfully triggered.
    Use this collection process when you want to avoid multi-scheduling the actual application process.
    XOR Process (First)
    The application process starts when the first event in one of the predecessor processes has been successfully triggered .
    Use this collection process when you want to process processes in parallel and schedule further independent processes after these ones.
    Owing to the time components, the collection processes do not display logical gates in the normal sense, because the system cannot distinguish between whether a 0 entry (no event received), means that the event was never received or whether it has not been received yet. The reason for this is that the checks do not run continuously but only take place when the event is received.

  • Error in starting WebLogic Server Process

    Hi,
    I'm suffering a serious sproblem that results in failure in starting WebLogic
    Server Processes. What i'm trying is to use "PostBindUID" nad "PostBindGID" services
    that changes the processes owner from "root" to "somebody". However, once i set
    it in Console (Configure a new Unix Machine), the server cannot start afterwards
    with the following errors in the screen (when i execute startWebLogic.sh) ...
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x917116B8
    Function=Java_weblogic_platform_Unix_getEGroup0+0x28
    Library=/opt/weblogic/bea/weblogic81/server/lib/solaris/libweblogicunix1.so
    Current Java thread:
    at weblogic.platform.Unix.getEGroup0(Native Method)
    at weblogic.platform.Unix.getEffectiveGroup(Unix.java:95)
    at weblogic.t3.srvr.T3Srvr.switchEffectiveGroup(T3Srvr.java:2080)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:1001)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
    at weblogic.Server.main(Server.java:32)
    Dynamic libraries:
    0x10000 /opt/weblogic/bea/jdk141_05/bin/java
    0xff360000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff350000 /usr/platform/FJSV,GPUZC-M/lib/libc_psr.so.1
    0xfe000000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/server/libjvm.so
    0xff210000 /usr/lib/libCrun.so.1
    0xff1f0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0b0000 /usr/lib/libm.so.1
    0xff240000 /usr/lib/libw.so.1
    0xff090000 /usr/lib/libmp.so.2
    0xff060000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/native_threads/libhpi.so
    0xff030000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libverify.so
    0xfe7c0000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libjava.so
    0xfe7a0000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libzip.so
    0xfe670000 /usr/lib/nss_files.so.1
    0x91850000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libnet.so
    0x91710000 /opt/weblogic/bea/weblogic81/server/lib/solaris/libweblogicunix1.so
    0x914d0000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libnio.so
    0x914b0000 /usr/lib/librt.so.1
    0x91260000 /usr/lib/libaio.so.1
    0x91240000 /opt/weblogic/bea/jdk141_05/jre/lib/sparc/libioser12.so
    0x90d60000 /usr/lib/nss_dns.so.1
    0x90b30000 /usr/lib/libresolv.so.2
    Local Time = Mon Jun 14 18:16:04 2004
    Elapsed Time = 143
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_05-b01 mixed mode)
    Abort
    If anyone have any thoughts, please kindly let me know.
    Many thanks,
    Ralph

    Hi,
    Few comments here...
    1) Seems your environment is not setup correctly but that is not the big cause here.....
    2) This one is important, it seems that you installed weblogic using a different account and are trying to run it from a different account.
    So the account with which you are trying to run weblogic does not have proper permission on
    MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso
    Right click on the file and go in properties ..
    Enable full control,modify,Read and execute,read and write permissions for the user you are trying to start weblogic and apply it.
    if this simple steps doesnt work, please enable more logging by adding "-Djava.security.debug=jpspolicy" to startup option and grab more details.
    Good Luck let me know if this works.

  • Failed to start ns-slapd process on Windows

    I install Sun Directory Server 6.0 on Windows:
    1. Installation
    dsee_deploy install -c DS -i D:\DirectoryServer
    2. Create Instance
    D:\DirectoryServer\ds6\bin\dsadm create D:\DirectoryServer\ds
    3. Start instance
    D:\DirectoryServer\ds6\bin\dsadm start D:\DirectoryServer\ds
    And get folloving error:
    Server not running ! Failed to start ns-slapd process
    Server's log is empty.
    What I can do to solve this problem ?
    I see topic with this problem on UNiX platform, and
    how about Windows 2003? I make installation as Administrator.
    Michael Vasilyev

    Thank you, Ludovic !
    I have new error when create Instance with command (changes default port number):
    dsadm create -p 1525 D:\DirectoryServer\ds
    Then I start DirectoryServer:
    dsadm start D:\DirectoryServer\ds
    And get in command line:
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Waiting for server to start...
    Server not running!! Failed to start ns-slapd process
    In Dialog Window appear message:
    Directory Server ds is terminating. Failed to set the EventLog source.
    ---------------------------------------------------------------------------------------------

  • Getting error while Startting a BPM process programmatically

    Hi Experts,
    I am getting an error while trying to start the BPM process programmatically. What i have done till now is
    1. Created a WS in process composer
    2. Binded this ws with start of the process
    3. Created input parameters
    4. Testing it in WS Navigator
    I am following this doc /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    and I am getting error while testing in WS Navigator. I am getting error at the last step i.e. in result step and the error is
    Web Service returned an error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Client" Fault String: "No operation found using soap keys [], [cn_comments]. InterfaceMapping Object class: com.sap.engine.services.webservices.espbase.mappings.InterfaceMapping mappings: (BindingType=Soap, SEIName=NewWSDLFile, BindingQName=(http://www.example.org/NewWSDLFile/)NewWSDLFileSOAP, PortTypeQName=(http://www.example.org/NewWSDLFile/)NewWSDLFile, SoapVersion=SOAP11, Galaxy_SDO=true, InterfaceMappingID=45ffb27c:1237f972cd8:-7d7e)."
    If possible can any one help me out.
    Thanks and regards
    Pranav

    Hi Arafat,
    Thanks for replying. Yes i have completed the output mapping. Input parameters i need for this service are :
    1. cn_comments
    ca_comments
    2. cn_planningGroup
    ca_account
    ca_serialnumber
    and few more attributes
    Now, what i did was i have created a complex type and added elements in it. But to my surprise i was not able to get these nodes and elements in output mapping. So, i changed the type of "parameter" from "new operation" to my complex type. By doing this i was able to get my nodes and elements in output mapping. Now i tested the entire thing in WS Navigator and i got that error.
    Please suggest how o proceed.
    Regards
    Pranav

  • How do I start my setup process all over again?

    How do i start my setup process all over again?  I didn't complete it and I don't think its registered. My PC's iTunes does not see it.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    Try another cable
    Try on another computer
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              

  • I have a Panasonic camcorder PV-GS65 and I used to be able to connect to my iMac and my machine would automatically recognize the camera, rewind the tape, and start the import process as soon as I turned the device on and it was connected.  not anymore

    I have a Panasonic camcorder PV-GS65 and I used to be able to connect to my iMac and my machine would automatically recognize the camera, rewind the tape, and start the import process as soon as I turned the device on and it was connected.  Now my iMac does not even see my device
    Any suggestions?

    You cannot install the apps on the car.
    The cars head unit is merely acting as an interface to the apps on the device.
    If you want to use those apps in the car, plug the device in and leave it plugged in.

Maybe you are looking for