How to skip a worker process

hi,
may i know how to skip a worker process
thanks
srikanth

hi,
what is 11i data model? and how application modules
are dependent on data model?
thanks
srikanthSrikanth,
Please post same query only once:
11i data model
11i data model

Similar Messages

  • How to skip running worker using adctrl

    Hi,
    I am applying 3480000 patch but package PSBVWP1S.pls on worker 1 for product psb username PSB is running from 3 days
    i need skip this job to continue with patch session
    can any one help me
    as of i now we can skip using 8 option in adctrl when worker status is failed
    so help how to skip when worker is running
    Thanks,
    Bhanu Chander

    Hi,
    I cannot comment unless you post the error from the failed worker log file.There is no error in log file am posting you last 25 lines at that time
    Line 19: Changed as follows:
    CREATE OR REPLACE PACKAGE PSB_WS_POS1
    AS
    CREATE OR REPLACE PACKAGE PSB_WS_POS1 AUTHID CURRENT_USER
    AS
    Unexpected end of PL/SQL package definition
    in
    /u01/applmgr/cesappl/psb/11.5.0/patch/115/sql/PSBVWP1S.pls
    Unable to process file in PACKAGE mode.
    Converting file for Invoker's Rights.
    Source file: /u01/applmgr/cesappl/psb/11.5.0/patch/115/sql/PSBVWP1S.pls
    Dest file: /u01/applmgr/cesappl/admin/CES/out/p001invok.sql
    Line 19: Changed as follows:
    CREATE OR REPLACE PACKAGE PSB_WS_POS1
    AS
    CREATE OR REPLACE PACKAGE PSB_WS_POS1 AUTHID CURRENT_USER
    AS
    sqlplus -s APPS/***** @/u01/applmgr/cesappl/admin/CES/out/p001invok.sql
    Input truncated to 24 characters
    If you mean to uninstall the module then you cannot. Once the module is installed you cannot uninstall it.comment from SR
    If you do not want PSB Public Sector Budgeting to be installed, then skip this w
    orker,
    and afterwards, de-install PSB Public Sector Budgeting application_id = 8401 in table fnd_product_installations
    Thanks

  • How to stop update work process

    hi
    this is mahesh
    in my dev server 3 update workprocess are running very long time .how to stop that 3 update workprocess .i am already deleted the error update record in sm13
    pls tell me how to change this work process running mode to waiting mode.pls give me solution.

    Hi mahesh,
    I guess you want to terminate the workprocesses.
    Go to SM50 select the update process you want to terminate then in menu bar goto <b>Process </b> and then select <b>Cancel without core</b>.it might take some time but the workprocess will get terminated.
    In case it takes too much of a time kill it at OS level.
    Please award points accordingly.
    Regards.
    Ruchit.
    Message was edited by:
            Ruchit Khushu

  • How to monitor the work processes in a Java instance?

    Dear Experts,
    In an abap system, we can use sm50 to check the processes of the user, and also the memory consumption of each user, but how do we do that in an JAVA only instance?
    I was told by one of my colleagues that i could enter a command to generate thread dumps and from there i could analyze which class is giving the trouble, but he cannot recall what command is that, anyone have any idea for that?
    Replies are very much appreciated.

    The equivalent of SM50 (dpmon) is jcmon, you can also monitor your engine from NWA.
    Read
    http://help.sap.com/saphelp_nw04s/helpdata/EN/d3/4d074147c1f06fe10000000a1550b0/frameset.htm
    Regards
    Juan

  • How to view Work process status from Operating System level???

    Hi,
    How can I check work process status from Operating System in Unix. For example : In Windows, I can see the work process status from SAP MMC in WP Table.
    How can I view from Unix?
    Appreciate your feedback. Thanks.

    Hi,
    You can terminate. Please look into the menu given by DPMON carefully. You can kill the process using the k option.
    Otherwise you can also kill the process kill -9 <PID of the process>.
    Please do not terminate update and ENQ work process. This may lead to data loss. If the condition can not be control by killing some processes and again all the WPs are occupied. I recommend SAP system restart.
    Restart will ensure that all necessary roll backs happen and no data loss.
    With Regards,
    Saurabh

  • Urgent : Work process in WP table of MMC are getting status as ended

    Hi,
      By mistake we have ended work process from Task Manager and the MMC status we are getting is yellow only..
    The entries in WP Table are changing from RUN to Ended but not reaching WAIT.. Please help me how can I recreate work process or how can I wake up those.
    help will be appreciated..
    Thanks..
    Satya..

    this answer was not very helpful!
    he told us, that he stopped a work process in taskmanager (for Unix people: kill -9) and after that the instance gets yellow in MMC.
    what has this todo with listener, Env variables or database character set? nothing? so why change something?
    I assume that he stopped the dispatcher or multiple work processes. In this case the instance gets yellow status because only the gateway is remaining.
    We are not able to start a single process in a startup group after it failed.
    As I already told him, stop the instance and start it again. The easiest way is perhabs rebooting.
    interesting sources for analysing the root of the problem:
    1. Windows Eventviewer (application eventlog)
    2. SAP Tracefiles \usr\sap\<sid>\dvebmgs<no>\work dev_disp, dev_w*
    regards
    Peter

  • I just bought a iTunes card and its not accepting it.  It already sent it to the support team and they said they were going to get back to my within 24 hours and i am trying to buy a program in the app store for work.  How can I expedite this process?

    I just bought a iTunes card and its not accepting it.  It already sent it to the support team and they said they were going to get back to my within 24 hours and i am trying to buy a program in the app store for work.  How can I expedite this process?

    Has it been 24 hours?
    I take it this was a gift card.  iTunes Store:  Invalid, Inactive, or Illegible codes http://support.apple.com/kb/TS1292 - gift cards
    I don't know if this provides an alternative means: https://expresslane.apple.com ; select 'iTunes' in the first column; 'iTunes Store' in the second column
    If you are really desperate you could buy the app yourself, then request reimbursement.

  • How to find out number of background work processe available in the system?

    Hi All,
    I have a FM that triggers a background job using JOB_OPEN, ABAP_SUBMIT and JOB_CLOSE. But the problem is if there are no background work processes available at that moment, it does not return error. Not sure whether the job is even scheduled!
    Is there a way to find out if there are any background work processes available in the system? I know a FM SPBT_INITIALIZE which gives info about dialog work processes. Is there any other FM similar to this which gives info about background wp??
    Regards,
    Shailesh

    your Job will remain in a queue by message handler. once workprocess is free, your job gets scheduled
    by the way, you can use the functionality used in FM TH_DISPLAY_WORKPROCESS_LIST to read the workprocesses
    the command which gets you the workprocess is:
    CALL 'ThWpInfo' ID 'OPCODE' FIELD OPCODE_WP_LIST
                      ID 'TAB' FIELD LIST_STATE_WPLST-TABL
                      ID 'CPU' FIELD LIST_STATE_WPLST-CPU.
    check how its written in include LSDEBF01, form SET_LIST_WPLST
    Edited by: Soumyaprakash Mishra on Dec 12, 2011 12:17 PM

  • My iPhone 5 charger stopped working. It's under warranty and I want to send it back. How do I initiate that process? The website keeps sending me in circles.  I'm getting an error message when I put in my serial number.  Why is this so difficult?

    My iPhone 5 charger stopped working. It's under warranty and I want to send it back. How do I initiate that process? The website keeps sending me in circles.  I'm getting an error message when I put in my serial number.  Why is this so difficult?

    If posible you will find visiting a store by far the simplest way of getting a solution
    Which Country
    are you in ?
    Have you checked the lightning socket on iPhone doesn't have lint or fluff in it
    solves majority of such issues

  • How to delegate the work flow process.

    hi
    i was wondering if someone has taken a leave and he is replaced by an employee x,the work flow approval should be directly move to the employee x.
    but its not the case.as when someone is one leave,the workflow does not go to his replacement to approve
    Is there a way how to delegate the workflow process?"
    Thank you

    Hi,
    By identify the replacement in leave process, workflow process doesn't route to that person. I guess that replacement field is just for data capturing only. The approver should use delegate functionality available on notification responsibility to identify which process route to which person in a given time period.
    Thanks

  • How to moniter the max quantity of used dialog work process in SAP system

    Dear Gurus,
    The quantity of Dia Work Process(DWP) of APP1 is: 16 (rdisp/wp_no_dia=16)
    The quantity of Dia Work Process(DWP) of APP2 is: 16 (rdisp/wp_no_dia=16)
    The quantity of Dia Work Process(DWP) of APP3 is: 20 (rdisp/wp_no_dia=20)
    The quantity of Dia Work Process(DWP) of APP4 is: 20 (rdisp/wp_no_dia=20)
    So the quantity of DWP in our SAP system is: 72 (=161620+20).
    We have 75 dialog users and many RFC callings via JCO method from J2EE system.
    I'm afriad the 72 DWPs will be run out of use someday.
    So I want to moniter the max quantity of used DWP every per hour to prevent the situation I mentioned above.
    Could you give me some suggestions?
    Thank you very much..
    Jason

    Hi Olivier,
      I really appreciate your help. You told me a very useful clew!
      As the method you told me, I have some questions:
      (a3) Do you restart your 'CI + 6 DIA' separately every week? Why did you do that?
      (a4) How to calculate 'CPU intensive time'?  For example, App server 'APS' was restarted on 8-10-2011 and stopped on 8-20-2011.
    There was a DWP(PID 557550) was created and activated on APS during this period(10 days). So If I add up each 'cpu time' of the task
    which 557550 executed, I can get the 'CPU intensive time' of 557550 (dispalyed in SM50). Right?
        In other words:
           DWP(PID 557550) finished task1: cpu time = 5ms  8-10-2011
           DWP(PID 557550) finished task2: cpu time = 4ms 
           DWP(PID 557550) finished task3: cpu time = 6ms  8-20-2011
         So the 'CPU intensive time'(Between 8-10-2011 and 8-20-2011) of DWP(PID 557550) is: 15ms (5ms4ms6ms). Right?
      (a5)Can we moniter the 'CPU intensive time' of DWPs in CCMS automatically? (I want to prevent the situation: The DWPs in our entire ECC are occupied.)
    Thank you!
                                                                                    Jason

  • How to determine work process utilization ?

    Hello,
    SAP Release : Netweaver 04  (BW 3.5)
    Every night we have many jobs that running, extracting data from different source systems.
    In the near future, we are planning to add much more extractions.
    As we only have one central instance (no other application server), I would like to know
    if our system would be able to take in charge more jobs.
    Is there a way to know how often are used our processes (batch and dialog) ?
    How to know if we still have workprocess that are unused every night ?
    Best Regards.
    Raoul.

    THere is some very valuable information in ST03N  if you can sift thru  the vast amount of information.
    Using SM50 to review the work process times is good as well.
    Keep in mind that with BW you need a comparable amount of dialogs process to background jobs  3xBackground = 1xDialog   approximately.
    Using Solution Manager to get an Early watch report is very practical and complete report.

  • How to statistic the rest dialog work process?

    Dear Gurus,
       Is there some method we can statistic the rest dialog work process in every ten minutes in our sap ECC prd system(ECC 6.0)?(I want to use the number to evaluate our SAP system's performance. Esp, at the business peak period.)
    Thank you!
    Jason

    Hi Jason,
    If I understand correct, you want to find out number of required work processes.
    You can find it, by using "ST02 -> Go to -> Current Local Data -> SAP cursor cache -> ID cache" path. On this table, you can analyze how many work processes are really running and how many work processes are waiting at the idle state.
    There is no time based values, about these statistics. These values indicate current stats.
    Best regards,
    Orkun Gedik

  • How to monitor SM50 spool work process wait time from RZ20

    Hello All,
    I want to monitor the SM50 spool work process wait time from RZ20 (like dialog response time from rz20). Please help me to how to do this.
    Regards
    Subbu

    Hi Subbu,
    You may refer SAP help on CCMS to get the list of MTEs to be configured for spool monitoring.
    MTE
    Description
    SpoolNumbers
    Spool numbers that every output request is assigned
    UsedNumbers
    Percentage usage of the spool numbers; you must delete old output requests before this number reaches 100 percent
    Status
    Is only displayed if the spool service belongs to an SAP application server
    WaitTime
    Wait time in the spool service in seconds
    Monitoring the Spool System (SAP Library - SAP Printing Guide (BC-CCM-PRN))
    Hope this helps.
    Regards,
    Deepak Kori

  • How many work processes are recommended by SAP for 16 GB RAM

    How many work processes are recommended by SAP for 16 GB RAM ?

    This is the calculation for determining the number of work process according to the available memory  for the system.
    - Number of dialog work processes = RAM/256 (min 2, max 18)
    - Number of update work processes = RAM/768 (min 1, max 6)
    - Number of update2 work processes = RAM/1024 (min 1, max 3)
    - Number of batch work processes = RAM/1024 (min 2, max 3)
    - Number of enqueue work processes = 1
    - Number of spool work processes = 1
    You can also refer the following link regarding memory management in SAP .
    http://help.sap.com/saphelp_nw70/helpdata/EN/02/962817538111d1891b0000e8322f96/frameset.htm
    It explains the calculation based on number of processors for the server.
    Regards,
    Jazz

Maybe you are looking for

  • LE7:Score Layout:Global Format:Maximum Bars per Line - Line Break Bug!

    Hello This problem occurs in Logic Express version 7. (I am using MacOS version 10.4.2 on an eMac) I am currently compiling and editing a large score for a big band composition consisting of 22 parts: Flute 1 Flute 2 Clarinet 1 Clarinet 2 Alto Sax 1

  • 1 extra attachment that should not be included

    Hi Gurus, I am using the SO_NEW_DOCUMENT_ATT_SEND_API1. I can now retrieve the email sent. But the problem is, I am receiving 2 attachments namely: MESSAGE.DAT FILENAME.DAT. The expected attachment is the FILENAME.DAT. Why is it that it is sending 2

  • Selection tool problem in Photoshop Elements 8

    I am using Photoshop Elements 8 and I am having an awful lot of trouble with the selection tool. I make a selection and then when I go to colour it in, it goes outside the lines by a few pixels, giving the selection a really fuzzy edge, almost like a

  • " +untrusted@ " in the scheduler in BO XI R2

    Hello Guys When user puts his name in the "FROM" of the scheduler in BO XI R2 , all the people in "TO"  get the report in their inbox but the users email ID has  "+untrusted" attached to it like below "xxx.yyy+untrusted@gmaildotcom ". I deally we use

  • Creating rules using XML

    I don't know whether the question I'm posting is relevant in this forum My question is 1.has anybody dealt with RUles Engine, I looked up at on goole few XML rules engine didn't get a good enough idea . 2. If yes, what does it mean ? what are the app