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

Similar Messages

  • Call mode types: Synchronous and Asynchronous in ABAP process for a chain

    Hello,
    I have a doubt about the call mode type for a abap type process in a process chain. It has two options:
    1.Synchronous
    2.Asynchronous
    Would like to know the diferences between these two; advantages and disadvantages of using them.
    Thanks in advance for your help...
    Regards,
    Anuj

    hi anuj,
    pls refer the following link.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c5/eed63b54e56276e10000000a11402f/content.htm
    hope it will help u to understand well the synchronous and asynchronous process chains call mode.
    thanks

  • Email Alert for Process Chain for ABAP Process Type

    Hi BW Experts,
                             I created a process chain based on ABAP Process Type ( for Broadcasting rsrd_broadcast_starter). I want to add alert message for each ABAP process if it is failed. But I cant see any option showing Successfull or Error or Always when I select create message option on the process type. How ever I can see for other process chain which is loading data (Process Type is Info Package ) from SAP into BW.
                             Please some one tell me why it is not showing alert message for ABAP Process Type.
    Thanks
    Ganesh Reddy.
    Edited by: Ganesh Reddy on Jul 13, 2009 10:16 PM

    I dont have the exact answer for your question, But as a work around i can suggest you that.
    If these ABAP programs are included in a chain and this local chain is a part of meta chain then you can create a message on the local chain.By right clicking on the local chain >Create Message>Success
                                                                                    --->Failure
    >Always
    Hope this resolves the problem tempervorly.I will get back to you once i have
    Or the permanent solution is
    Its big and also easy method to perform, by this you will be able to get all the options for a ABAP Program also.If you have any questions please let me know.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/a-c/creating%20an%20abap%20process%20type%20for%20process%20chains%20in%20bi.pdf

  • How to reset an failed asynchron abap-process in a process-chain?

    Hi specialists,
    I've got a process-chain which triggers (as one of its steps) an abap-program.
    The program should run asychroniously, so the process-chain waits until the programm reports its ending.
    When the abap-program fails/crashes/dumps, then the endings is never reported and the process-chain gets stuck.
    If I try to re-run that process-chain, it fails again with the message "Variant XYZ still executing from previous run".
    What I already found so far is the following note:
    The process chain management will not know if your program terminates!
    Thus if you re-start the chain, this will also terminate, because the old run would not have finished yet. To avoid this, you need to manually set the process in the chain log view in the process monitor to terminate before you start again.
    My problem: I cannot find any possibility to set the process to "terminate" in the chain's log view.
    Could you please gimme a hint where I can find that option?
    Best regards,
      Marco

    Hi,
    You can remove the process chain from scheduling before staring the process chain again.
    Also can edit the entries in RSPROCESSLOG table before running the process chain.
    Alternatively you can create a custom ABAP process type which handles the success as well as fail cases.
    Refer : [How To- Trigger subsequent processes in a Process Chain based on the Success or Failure of ABAP program|/people/balaji.venugopal/blog/2009/04/07/how-to-trigger-subsequent-processes-in-a-process-chain-based-on-the-success-or-failure-of-abap-program]
    Hope this helps,
    Regards,
    anil

  • ABAP process job ( BI_PROCESS_ABAP ) in process chain running for long time

    Dear Experts,
    We have an ABAP process job  BI_PROCESS_ABAP  in a process chain. This job is running for a very long time than previous run time.
    Recently we had an ORACLE database upgrade from 9.2 to 10g.
    From the very next day , we are having this problem.
    And also previously this process-chain was under control of BASIS guys . they were using a tool called CRONACLE to schedule it. At the time of upgrade this tool was crashed and they asked us to schedule it in BW system instead.
    Underlying program is using two custom tables.
    one is having both primary & secondary indexes but the other table is having only primary index.
    I am not sure whether we have secondary indexes on other table prior to upgrade or not.
    Where must be the problem?...
    At the time of upgrade BASIS has re-organized the table space along with database upgrade.
    please help me...
    Regards,
    SRIKANTH

    Please ask yr basis consultant to check the system parms.
    Below i have listed down SAP recommneded system parms .
    abap/heap_area_total 4000000000
    abap/heap_area_dia 2000000000
    abap/heap_area_nondia 2000000000
    Also check in SM37 if any other jobs are running for long time, peventing the your job running.
    Check the SM12 for locks or SM58

  • Failed ABAP process in process chain does not trigger subsequent process

    Hello,
    I have a issue in my process chain with the abap process type.
    When this abap process gets failed due to some reason; it is not trigerring subsequent step in the chain.
    Any ideas on how it can be solved or any work-around?
    I searched the forum and got to know that we can create a copy of abap process type, and can change possible events to
    "success or fail".
    Please let me know your views on it or if someone has ever encountered similar issue.
    Thanks alot for your help,
    Anuj

    Hi Anuj,
       My guess is that you have your the link between the ABAP process type and the subsequent step to trigger on success. You can check this, Go to RSPC -> process chain and check the design. If the link has a green light on it, then it will trigger only on success of the abap process. You need to check with your design and confirm whether this need to be like this, (maybe the abap process is doing something which is required for the subsequent loads??)
    If no then you can change the link type to either success of failure and activate the chain. This would resolve your problem.
    If you cant change your chain, then i would suggest you correct the failure and then use the program RSPC_PROCESS_FINISH to push the chain further. Just search for this on the forums, there are plenty of blogs/threads on  this.
    Regards.

  • ABAP Process of process chain not ending

    Hello,
    I have created a  Process Chain(BW) which has a ABAP Process.This program calls a FM in R/3 and deletes table data. The R/3 FM Module in turns calls  the BW FM <b>RSPC_ABAP_FINISH</b> to  Mark the ABAP Process as Green.
    Here is the code snippets
    <b>BW FM</b>
    REPORT  ZCMC47_DELETE.
    parameter: p_rfc type rfcdes-rfcdest,
               p_srfc type rfcdes-rfcdest,
               PR_VAR type variant.
    CALL FUNCTION 'ZCFM_MC47_DELETE'
    destination p_rfc  " <b>R/3 Destination</b>
      EXPORTING
        P_SRFC   = p_srfc " <b>BW Destination</b>
        pr_var = pr_var.
    <b>R/3 FM</b>
    FUNCTION ZCFM_MC47_DELETE.
      delete from ztab_rqmt1.
      commit work.
      delete from ZTAB_5MNTH.
      commit work.
      delete from ZTAB_ODUE1.
      commit work.
      delete from ZTAB_QTRLY.
      commit work.
      delete from ZTAB_RQMT2.
      commit work.
      delete from ZTAB_RQMT3.
      commit work.
    CALL FUNCTION 'RSPC_ABAP_FINISH'
    DESTINATION p_srfc  "<b> BW Destination</b>
    EXPORTING
    I_VARIANT = pr_var   <b>"Process  Variant</b>EXCEPTIONS
    ALREADY_FINISHED = 1
    OTHERS = 2
    ENDFUNCTION.
    But some how background job BI_ABAP_PROCESS is stuck in the RFC Call is not returning back to BW from R/3.
    Is there any problem with my coding please guide ?
    Please help as I'm Stuck
    Thanks,
    Dutta

    Hello,
    I have created a  Process Chain(BW) which has a ABAP Process.This program calls a FM in R/3 and deletes table data. The R/3 FM Module in turns calls  the BW FM <b>RSPC_ABAP_FINISH</b> to  Mark the ABAP Process as Green.
    Here is the code snippets
    <b>BW FM</b>
    REPORT  ZCMC47_DELETE.
    parameter: p_rfc type rfcdes-rfcdest,
               p_srfc type rfcdes-rfcdest,
               PR_VAR type variant.
    CALL FUNCTION 'ZCFM_MC47_DELETE'
    destination p_rfc  " <b>R/3 Destination</b>
      EXPORTING
        P_SRFC   = p_srfc " <b>BW Destination</b>
        pr_var = pr_var.
    <b>R/3 FM</b>
    FUNCTION ZCFM_MC47_DELETE.
      delete from ztab_rqmt1.
      commit work.
      delete from ZTAB_5MNTH.
      commit work.
      delete from ZTAB_ODUE1.
      commit work.
      delete from ZTAB_QTRLY.
      commit work.
      delete from ZTAB_RQMT2.
      commit work.
      delete from ZTAB_RQMT3.
      commit work.
    CALL FUNCTION 'RSPC_ABAP_FINISH'
    DESTINATION p_srfc  "<b> BW Destination</b>
    EXPORTING
    I_VARIANT = pr_var   <b>"Process  Variant</b>EXCEPTIONS
    ALREADY_FINISHED = 1
    OTHERS = 2
    ENDFUNCTION.
    But some how background job BI_ABAP_PROCESS is stuck in the RFC Call is not returning back to BW from R/3.
    Is there any problem with my coding please guide ?
    Please help as I'm Stuck
    Thanks,
    Dutta

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

  • ABAP process hangs when calling a jCO Server J2EE-available RFC

    Hi there
    Here's the scenario:
    We have deployed a jCO server under the SAP WAS. This jCO server implements two functions. They are both called from ABAP process through RFC. We are using the same RFC destination for both
    First function is defined with import/export parameters and the second one only operates with a TABLE parameter.
    Incidentally, these functions are captured by the jCO server, which calls an IBM MQ server
    First function works fine. Second function hangs and there is not even a timeout so the ABAP process (run on foreground) can stay forever.
    The interesting part is that the same application works really fine when called from a Tomcat using a standalon instance of the jCO.
    Additional info:
    We have noticed that some time after the second function gets called, there are five dumps on the system (the same amount of servers we make available). These are CALL_FUNCTION_SIGNON_REJECTED.
    The fun part of the dumps is that the user making the RFC call is a different user that the one we use for the jCO connection, and the client number is '000', instead of the '728' we are using for the connection. Somehow they seem related but we do not know how yet:
    Short text
        You are not authorized to logon to the target system (error code 1).
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPMSSY1" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        RFC (Remote Function Call) sent with invalid
        user ID "%_LOG01% " or client 000.
        User "ARINSO " under client 001 from system "SMD " has tried to carry out an
         RFC
        call under the user ID "%_LOG01% " and client 000 (Note: For releases < 4.0,
         the
         information on caller and caller system do not exist.).
    Call Program........."SAPLSMSY_ACTUALIZE_DATA"
    Function Module..... "SCSM_SYSTEM_LIST"
    Call Destination.... "SM_ET7CLNT000_READ"
    Source Server....... "sapwasmd_SMD_10"
    Source IP Address... "172.17.82.80"
    Termination occurred in the ABAP program "SAPMSSY1" - in
         "REMOTE_FUNCTION_CALL".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 67
        of the (Include) program "SAPMSSY1".
    Any tip or suggestion on where to look at is more than welcome
    Thanks in advance,
    Miguel

    And this is the content of the defaultTrace.0.trc log from the WAS
    1.#005056AB04C500440000000200002B0000046B495CA1AF67#1243862737727#com.sap.caf.um.relgrou
    ps.imp.principals.RelGroupFactory##com.sap.caf.um.relgroups.imp.principals.RelGroupFactor
    y.RelGroupFactory()#######SAPEngine_System_Thread[impl:5]_13##0#0#Info#1#/System/Server#P
    lain###sap.com caf/um/relgroups/imp MAIN_NW701P03_C 2846629#
    #1.#005056AB04C500240000000100002B0000046B495CCDAAFB#1243862740608#com.sap.engine.library
    .monitor.mapping.ccms.Trace##com.sap.engine.library.monitor.mapping.ccms.Trace####n/a##b3
    89a8004eaf11dec9b7005056ab04c5#SAPEngine_System_Thread[impl:5]_39##0#0#Error##Plain###Reg
    isterNode</Kernel/System Threads Pool/WaitingTasksCount>: com.sap.engine.library.monitor.
    mapping.ccms.CcmsConnectorException: 2100850: Invalid configuration group for node'/Kerne
    l/System Threads Pool/WaitingTasksCount' (MANAGERS.SThreadPool.WaitingInRequestQueueCount
    , max. 40 characters)#
    #1.#005056AB04C500240000000200002B0000046B495CCDB4CC#1243862740612#com.sap.engine.library
    .monitor.mapping.ccms.Trace##com.sap.engine.library.monitor.mapping.ccms.Trace####n/a##b3
    89a8004eaf11dec9b7005056ab04c5#SAPEngine_System_Thread[impl:5]_39##0#0#Error##Plain###Reg
    isterNode</Kernel/System Threads Pool/WaitingTasksQueueOverflow>: com.sap.engine.library.
    monitor.mapping.ccms.CcmsConnectorException: 2100850: Invalid configuration group for nod
    e'/Kernel/System Threads Pool/WaitingTasksQueueOverflow' (MANAGERS.SThreadPool.Waiting4Fr
    eeReqQueueSlotCount, max. 40 characters)#
    #1.#005056AB04C500240000000300002B0000046B495CCDCDA1#1243862740618#com.sap.engine.library
    .monitor.mapping.ccms.Trace##com.sap.engine.library.monitor.mapping.ccms.Trace####n/a##b3
    89a8004eaf11dec9b7005056ab04c5#SAPEngine_System_Thread[impl:5]_39##0#0#Error##Plain###Reg
    isterNode</Kernel/Application Threads Pool/WaitingTasksCount>: com.sap.engine.library.mon
    itor.mapping.ccms.CcmsConnectorException: 2100850: Invalid configuration group for node'/
    Kernel/Application Threads Pool/WaitingTasksCount' (MANAGERS.AThreadPool.WaitingInRequest
    QueueCount, max. 40 characters)#
    #1.#005056AB04C500240000000400002B0000046B495CCDD69B#1243862740620#com.sap.engine.library
    .monitor.mapping.ccms.Trace##com.sap.engine.library.monitor.mapping.ccms.Trace####n/a##b3
    89a8004eaf11dec9b7005056ab04c5#SAPEngine_System_Thread[impl:5]_39##0#0#Error##Plain###Reg
    isterNode</Kernel/Application Threads Pool/WaitingTasksQueueOverflow>: com.sap.engine.lib
    rary.monitor.mapping.ccms.CcmsConnectorException: 2100850: Invalid configuration group fo
    r node'/Kernel/Application Threads Pool/WaitingTasksQueueOverflow' (MANAGERS.AThreadPool.
    Waiting4FreeReqQueueSlotCount, max. 40 characters)#
    #1.#005056AB04C500600000001600002B0000046B4960688301#1243862801089#com.sap.slm.exec.messa
    ge.SLMApplication#sap.com/tcslmslmapp#com.sap.slm.exec.message.SLMApplication#Guest#0##
    n/a##c59827604eaf11de9fb3005056ab04c5#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##
    Java###null##
    #1.#005056AB04C500730000000000002B0000046B4CF0593ABD#1243878100908#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain###com.sap.mw.jco.JCO$AbapException: (126) 1: Array index out of rang
    e: 48#
    #1.#005056AB04C500730000000100002B0000046B4CF0594028#1243878100909#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.efh.jco.valtran.sap.ValtranRequestHandler.serverExceptionO
    ccurred(ValtranRequestHandler.java:164)#
    #1.#005056AB04C500730000000200002B0000046B4CF059406B#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.sap.mw.jco.JCO.fireServerExceptionOccurred(JCO.java:880)#
    #1.#005056AB04C500730000000300002B0000046B4CF05940A3#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.sap.mw.jco.JCO$Server.listen(JCO.java:8187)#
    #1.#005056AB04C500730000000400002B0000046B4CF05940DB#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.sap.mw.jco.JCO$Server.work(JCO.java:8303)#
    #1.#005056AB04C500730000000500002B0000046B4CF0594111#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.sap.mw.jco.JCO$Server.loop(JCO.java:8250)#
    #1.#005056AB04C500730000000600002B0000046B4CF0594143#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at com.sap.mw.jco.JCO$Server.run(JCO.java:8166)#
    #1.#005056AB04C500730000000700002B0000046B4CF05941F0#1243878100910#System.err#arinso.com/
    valtran_validator#System.err#Guest#0##ET7#MIGUELGU                        #4A240FF606CD5E
    5AE10000000A38418C#Thread[JCO.ServerThread-11,5,SAPEngine_Application_Thread[impl:3]_Grou
    p]##0#0#Error##Plain### at java.lang.Thread.run(Thread.java:770)#

  • ABAP Process Type

    Hi All,
    I have a doubt with the ABAP Proces types used in PCs.
    In one of our PCs, we have a ABAP process for posting Sales files on the appln server based on the periods every month.
    As for the vaiarnt filed,we have a variant but our variant has no values. Its blank. Think its getting populated by the system variables.
    My doubt is that, can a variant old blank value?? as the ABAP process is runnning for long time and getting failed.
    Can you please explain it..?
    Thanks!
    Dharini!

    hi,
    hope you can remove the variant if not populating any values.
    chk the link for PC using ABAP process type
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30664504-40dd-2a10-3794-db7b4190bef3
    Ramesh

  • IRecruitment Vacancy Approval is not found in Approval Process Setup

    hi
    my ebs is 12.1.1
    After Setting up AME for iRecruitment, i get problems as follows:
    1: Approvals Management Business Analyst -->Business Analyst Dashboard
    i find 'iRecruitment Vacancy Approval' is not found in Approval Process Setup.
    2:when i click Approvals Management Administrator respsonbility. it get errors:
    java.lang.NullPointerException
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.setMetaDataProperties(OAAdvancedTableHelper.java:391)
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.createWebBean(OAAdvancedTableHelper.java:183)
    please help me.
    thanks.

    2:when i click Approvals Management Administrator respsonbility. it get errors:
    java.lang.NullPointerException
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.setMetaDataProperties(OAAdvancedTableHelper.java:391)
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.createWebBean(OAAdvancedTableHelper.java:183)Can you find any details about the error in Apache log files (error_log* and access_log*)?
    Please see if (Java.Lang.Indexoutofboundsexception: Index:0 Size:0 When Adding Another Skill [ID 1361546.1]) helps.
    Also, make sure you have the "Approvals Management %" role added to the account you use -- After AME.B Responsibilities Give > There Are No Functions Available For This Responsibility [ID 340969.1]
    Thanks,
    Hussein

  • CJS-30149  ABAP processes of instance ISP/DVEBMGS00 [ABAP: UNKNOWN] did not

    Hi All,
        I'm installing ECC6 sr3 on DB2.My OS is Win2003 Ent Edition.The installation is on a cluster.While installing SAP i'm facing a error at phase 47 which states CJS-30149  ABAP processes of instance ISP/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:00 Mins Giving up.I've provided the dev_rfc.trc file below
    >TS> Thu Jan 22 11:09:04 2009
    T:204 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ISP, GWHOST=SAPPROD, GWSERV=3300
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner 'SAPPROD:3300' not reached
    TIME        Thu Jan 22 11:09:04 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     777
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        ISP
    systemid   561 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        5052
    Wed Jan 21 22:00:25 2009
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 5052) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Wed Jan 21 22:00:30 2009
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >SAPPROD_ISP_00                          <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 00000000185B0050, size: 6348592)
    DpShMCreate: allocated sys_adm at 00000000185B0050
    DpShMCreate: allocated wp_adm at 00000000185B2150
    DpShMCreate: allocated tm_adm_list at 00000000185B83A0
    DpShMCreate: allocated tm_adm at 00000000185B8400
    DpShMCreate: allocated wp_ca_adm at 0000000018B1C2A0
    DpShMCreate: allocated appc_ca_adm at 0000000018B22060
    DpShMCreate: allocated comm_adm at 0000000018B23FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0000000018BAAC30
    DpShMCreate: allocated gw_adm at 0000000018BAACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0000000018BAACE0
    DpShMCreate: allocated wall_adm at 0000000018BAACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    ERROR => <EsNT> CreateFileMapping name=ES_SEG_00_007 error=1455 [esnti.c      1184]
    ERROR => <EsNT> paging file too small for 2044 MB mapfile [esnti.c      1186]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Processor-Count           : 4
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 2
    NT Pagefile Informations
    Config. minimum size      : 52426752 K
    Config. maximum size      : 55570432 K
    Avail.  maximum size      : 55570432 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    2095104 K
    4190208 K
    4190208 K
    2476072 K
    2
    h:\pagefile.sys
    50331648 K
    51380224 K
    51380224 K
    51380224 K
    NT Task Manager Informations
    Total Handles             :       66
    Total Threads             :        0
    Total Processes           : 123823424
    Commit Charge Total       :  6619245 K
    Commit Charge Limit       :     1548 K
    Commit Charge Peak        :        0 K
    Phys.Memory Total         :  3538996 K
    Phys.Memory Available     :        0 K
    File Cache                : 123823424 K
    Kernel Memory Total       :        0 K
    Kernel Memory Paged       :       48 K
    Kernel Memory Nonpaged    :        0 K
    Memory usage of current process
    Total virt.address space  : 0000007499415424 K
    Avail.virt.address space  : 0000007498310960 K
    Private Pages             :        0 K
    Total heap size           :    21337 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :    13208 K
    Allocated heap memory     :     6546 K
    Moveable heap memory      :      605 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4380
    msg_server.EXE
    [MS] ISP_01
    15832 K
    15832 K
    12344 K
    12344 K
    1
    4032
    enserver.EXE
    [**] ISP_01
    25592 K
    25592 K
    56632 K
    56640 K
    3
    5636
    sapstartsrv.exe
    28664 K
    28664 K
    18712 K
    18712 K
    4
    6036
    msg_server.EXE
    [MS] ISP_00
    16072 K
    16072 K
    12736 K
    12744 K
    2
    5052
    disp+work.EXE
    51568 K
    51664 K
    190464 K
    241904 K
    6
    276
    igswd.EXE
    [**] ISP_00
    7120 K
    7344 K
    2640 K
    3000 K
    0
    4272
    igsmux.exe
    20304 K
    20304 K
    17632 K
    17632 K
    2
    3272
    igspw.exe
    6328 K
    6328 K
    3448 K
    3448 K
    0
    988
    igspw.exe
    6328 K
    6328 K
    3448 K
    3448 K
    0
    Sum
    177808 K
    318056 K
    Error 11 while initializing OS dependent part.
    ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   9634]
    ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   9561]
    DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Jan 21 22:00:40 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Jan 21 16:30:40 2009
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    0 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    1 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    2 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    3 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    4 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    5 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    6 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    7 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    8 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    9 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    10 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    11 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    12 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    13 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    14 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    15 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    16 ?         -1 Free          no      0   0        0                                                                         
    Dispatcher Queue Statistics               Wed Jan 21 16:30:40 2009
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    2000
    0
    0
    --------++++--
    +
    DIA
    0
    0
    2000
    0
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          0
    wake_evt_udp_now     0
    wake events           total     0,  udp     0 (  0%),  shm     0 (  0%)
    since last update     total     0,  udp     0 (  0%),  shm     0 (  0%)
    Dump of tm_adm structure:               Wed Jan 21 16:30:40 2009
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Wed Jan 21 16:30:40 2009
    =============================
    Slots: 300, Used: 0, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Jan 21 22:00:45 2009
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >SAPPROD_ISP_00                          < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Terminate gui connections
    wait for end of work processes
    not attached to the message server
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5052) [dpxxdisp.c   10421]
    Good Bye .....
    One more issue is that when i try to move my cluster from active to passive node the shared folders /sapmnt,saploc and db2dumps disappears and even after restoring the cluster to the active node i'm unable to see the shared folders.
    Can anyone help me out in resolving this issue
    Regards,
    Raj
    Edited by: Rajagopal Desikan on Jan 26, 2009 8:58 PM

    > *** ERROR => <EsNT> CreateFileMapping name=ES_SEG_00_007 error=1455 [esnti.c      1184]
    > *** ERROR => <EsNT> paging file too small for 2044 MB mapfile [esnti.c      1186]
    You did not meet the requirements necessary for a SAP installation, you pagefile is too small. Check the installation guide for necessary pagefile requirements.
    Markus

  • Process setup

    Hi users,
    I'm designing a test system using the batch process model. My design utilises several COM servers that must be created before the testing process begins. The obvious place to create these servers (using the ActiveX adapter), is in the Process Setup callback.
    Some of my servers reside in the process model's sequence file (their handles are in the process model sequence file globals). They are always kept private to this sequence, and are consistantly used with this process model.
    The rest of my servers reside inside the client's sequence file (their handles are in the client sequence file globals), as these servers change with different products begin tested.
    I wish to keep the handles from both groups of servers private from each other (i.e. I don't want someone using my process model to be able to reference the process model's servers directly from the client sequence file.
    Now to my problem.....
    If I override the process setup callback to allow the client's sequence file to use this step, the process model's process setup callback is obviously disabled. 
    Is there a clean way I can enable both process setups at once (i.e. the process model has a process setup AND the client sequence also has a process setup)?
    I've currently placed a dummy subroute call in my process model just before the process setup callback is called (this happens in the Test_UUTs setup tab). I've added my process model setup steps into this dummy subroute. However this is not very intuitive. I would prefer that both process setup calls were actioned one after the other.
    Any ideas?  

    Hey bilby42,
    There isn't a way to have both the code
    inside your Process Setup callback within the Process Model and the code inside
    your Process Setup callback from your client sequence both run.  The
    behavior is to override the callback which means it completely replaces that
    sequence.  What I would recommend to do is create new sequence within the
    Process Model called ProcessModelProcessSetup or something similar.  This
    new sequence would contain the code that you always want to run in the Process
    Model.  You could then move the Process Setup callback to the end of this
    sequence so all of your setup would be contained in a single sequence. 
    You could also leave it as two separate sequence call steps.  Either of
    these solutions would be just as good.
    From your description, it sounds like you may have already
    implemented something like this.  Unfortunately this is really the only
    way to implement what I think you want to do.  If the code that is already
    in the process model should always be there, then it probably makes sense to
    put it in a regular sequence call anyway rather than a callback.  This
    will make sure that someone doesn't modify it unless they go into the process
    model and delete the steps or change them.  Hope this helps!
    Pat P.
    Software Engineer
    National Instruments

  • Bex Broadcasting via ABAP / Process Chain

    Hi,
    is it possible to start a Broadcasting Setting (Excel-Workbook on an InfoSet) via an process chain or ABAP programm through an process chain. The data change in InfoProvider process only applies to DSOs, Cube etc. but not InfoSets.
    thx in advance!
    cu
    Dominik

    Hi,
    I have not tried this, but i think it would work.
    1. Create a new event in SM64.
    2. In the Chain at the step where you want to trigger brodcast include an ABAP Program which would trigger the event which you created in SM64.
    3. In SM36 create a Job with name "TP_BROADCASTING_*" where * will be the name which you can define for your job.
    4. In Step add the ABAP Program "RSRD_BROADCAST_FOR_TIMEPOINT" and schedule the Job to start by event created by you in SM36.
    5. In the Broadcaster set the Dispatch to start with this option.
    Or the other way you can do is If your Infoset is containg an ODS and an Infoobject. you can place the step " data change in InfoProvider" after the ODS and also after the Infoobject but include ODS in the variant.
    Regards,
    Neelesh Jain.

  • Error import ABAP in setup sap system

    Dear experts!
    Now, I'm getting some issue about setup the sap system.
    when I setup the sap system, to step of import abap, I get description the issue according the following:
    An error occurred while processing option SAP Business Suite 2005 > SAP ERP 6.0 Support Release 3 > SAP Application Server ABAP > Oracle > Central System > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/CENTRAL/.
    Help me to process the issue.
    Best regards, Huy

    Dear you!
    when i open log file the system display content according the following:
    ERROR: 2014-06-04 14:22:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is interrupted with R3load error.
    Process 'C:\usr\sap\PIE\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL1.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2014-06-04 14:22:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is interrupted with R3load error.
    Process 'C:\usr\sap\PIE\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL2.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2014-06-04 14:22:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0' import package is interrupted with R3load error.
    Process 'C:\usr\sap\PIE\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL0.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2014-06-04 14:22:56
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2014-06-04 14:22:56
    3 error(s) during processing of packages.
    INFO: 2014-06-04 14:22:56
    Import Monitor is stopped.
    Help me to process the issue!
    Best regard, Huy

Maybe you are looking for