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

Similar Messages

  • Long Running dialog work process in production ststem

    Dear Friends,
                              IIn our production system one dialog work process is running more then 5 days. i can not terminate or cancel the process.'
    I tried all the ways to cancel the work process. i restart the system (offline backup) but still that work process are showing running status....
    Kindly advice....
    Thanks & Regards,
    Sundar.C

    IIn our production system one dialog work process is running more then 5 days. i can not terminate or cancel the process.'
    I tried all the ways to cancel the work process. i restart the system (offline backup) but still that work process are showing running status....
    Maximum runtime of dialog work process is controlled by parameter rdisp/max_wprun_time  I am not sure how it is possible to have dialog work process running for so many days. Secondly, when you restart the system means new PIDs will be allocated and it will be not the same dialog work process. Check SM50, trace information for more details and clues.

  • How to limit the max dialog no that one user can use at the same time?

    Hi,
    I meet one performance problem that one user can open 6 sessions in the GUI and he/she can run 6 reports at the same time witch could occupy 6 dialogs in the sap R/3 instance. It makes poor performance for other users.
    Would you pls tell me how to limit the no. of sessions one user can create at the same time or how to limit the no. of dialogs one user can occupy at the same time?
    Thanks a lot!
    I used this parameters in the default profile as blew:
    rdisp/rfc_check 1
    rdisp/rfc_use_quotas 1
    rdisp/rfc_max_own_used_wp 20 (means: 20%)
    It still didn't work.
    Sean

    Hello,
    We can reserve DIA W.P by giving value to the parameter :- rdisp/rfc_min_wait_dia_wp=1(default)
    that have to necessarily remain free for other users.
    This parameter is used to reserve a number of dialog work processes for Dailog mode.
    For eg. If 10 dialog w.p. are configured for the instance(rdsip/wp_no_dia=10) and the parameter rdisp/rfc_min_wait_dia_wp=3 is set,parallel RFC's can occupy a maximum of 7 DIA W.P.3 DAI W.P. always remain free for dialog mode.
    But now the question is how we assign/restrict this free dialog w.p. to the specific user.
    Reply...
    Regards,
    JUNAID

  • Maximum number of dialog work process

    Hello gurus,
    Could you please let me know what is the maximum number of dialog work process that you can configure in an Netweaver system with ABAP 7.0 before considering to install a new application server to distribute the load?
    Thaks for your help,
    Best regards

    > Just one question, according to the following statement, can I think that I should estimate a usage of 1/4 CPU core by every dialog WP?
    No, this was just an example to make clear what I mean.
    > Do you know any SAP note that could help me to estimate the number of WP according to the load of the system?
    There is no such note and there can't be.
    You could have a system with e. g. 100 users where 10 of them do really produce load, the other 90 may just run a few transactions or do just nothing - so 50 WPs is too much. You could also have a system with 20 users where ALL are entering data all data and doing reporting and stuff so 20 WPs is too less. There may also be processes like ATP that use one background worprocess and spawn a number of dialog WPs you configure in the application. If you configure too few of them, the ATP run will run very log, if you configure too much, the system will be overloaded and slowing down. I can imagine dozens of other examples what may cause load or not.
    Because of that it's not possible to give a formular how many WPs to be configured for how many users.
    This is a tuning thing and needs to be estimated in the first weeks after a GoLive; watch the system, reconfigure, watch. Check ST03N and SM50/SM66 or book an early watch after some time, they have rough estimates and give usually good advises. Out of theory it's almost impossible to predict something.
    Markus

  • Increasing Dialog Work Process

    Hi All
    In one of our Applicaion Systems we initially had allocated only 2 Dialog Work Processes, now we want to increase this, without reducing any of the other Work Processes.
    How is it possible ?
    Regards
    Biju Kumar

    You can increase the number of work processes by either:
    increasing the parameter rdisp/wp_no_dia in RZ10 (restart required to take effect)
    Or by creating an operation mode in RZ04.
    By creating an operation mode you can switch between Operation modes at certain times of the day (SM63).

  • Dialog work process

    Hi Experts,
    I am working as a BASIS Consultant,I have one doubt.
    In our company about 50 users are there.If all 50 users are logged into the SAP PRD System,In SM50 tcode dialog work process are 9 free out of 10.
    how many users can use one  dialog work process. Please let me know.If any doubt please ask me.

    Hi Patan,
    Please understand the concept of work process understand it's not a 1-to-1 relationship between DIA workprocess and user.One Dialog process can handle multiple users and is solely based on the activity performed by the user.Logged users wont occupy 100% of workprocess unless it goes to "private"/PRIV mode.If you found any user any priv mode check whether he is performing any backgroud/batch processing updates.If found idle kill the process in SM51 as it will consume more memory leads to high cpu utilization.The Dispatcher handles all the request of all users and put them in the Dispatcher-queue, and this will be forwarded to a DIA workprocess as soon as it became idle, even in milliseconds, so that's why it can handle hundreds of requests in this queue.
    Please read the documentations on dispatcher to understand the process better.
    https://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm
    notes on work process - ABAP Development - SCN Wiki
    Dispatcher & Work Process
    Hope it will address all your doubts.Please close the thread once you are fine with answers as these are the frequently asked questions.
    Regards,
    Kannan

  • How to config the proxy of Bpel process manager(with password)

    HI, i met the quetion as below
    The The Oracle BPEL Process Designer & Manager server is installed on my computer in domin of my company, so if One of the BPEL processes deployed on the BPEL server needs to access a synchronous Web service hosted outside the firewall .i need to config the proxy, but the proxy of my company needs my ID and password to access outside . after I congfig the proxy
    option of designer and build the Process, there will be pop-up a dialog box and ask for my ID & password .But how i config the proxy of Bpel process manager?? I read the tecnote about HTTP Proxy Configuration and config the proxy in the obsetenv.bat ,but it seems has no information about my ID&password in obsetenv.bat.
    The question is How can i let the Bpel process manager know my proxy and ID&password ?? pls help me ,thx!

    I have set these value in obsetenv.bat as follows, and I restart the Bpel manager server and designer.
    but the same issue still occur:
    set OB_JAVA_PROPERTIES="-Djavax.wsdl.factory.WSDLFactory=oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl" "-Dhttp.proxySet=true" "-Dhttp.proxyHost=pxysha" "-Dhttp.proxyPort=8080" "-Dhttp.proxyUser=oocldm\hanfi" "-Dhttp.proxyPassword=123456" "-Dhttp.nonProxyHosts=localhost".
    At the same time, I have set proxy server in bpel designer of eclipse, after I build the process,it can works well(which display BUILD SUCCESSFUL), but the bpel server display error message as below :
    Exception Name:
    Failed to read wsdl
    Exception Description:
    Error happened when reading wsdl at "C:\orabpel\domains\default\tmp\.bpel_TerraFlow_1.0.jar\TerraServiceRef.wsdl", because "WSDLException: faultCode=PARSER_ERROR: Error reading file: Server returned HTTP response code: 407 for URL: http://terraserver.microsoft.com/TerraService.asmx?WSDL".
    what happen ?

  • Dialog work process in stop gui status

    Hi,
    there are lots of dialog work process are stuck status due to stop gui error.
    stop gui work process are not getting released automatic from the system due to this many users are facing problem and they are getting sap slow problem.
    to resolve the issue we have to kill the work process manually from the system by using tcode sm66.
    kindly help to resolve the issue.
    Regards,
    Koushal Solanki

    Hi,
    kindly find the log below
    M  *** WARNING => ThAdXDelUser: delete T149
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    C
    C Wed May 19 09:01:40 2010
    C  build_stmt: reallocating stmt buffer: 2304 -> 3312 characters
    C  build_stmt: reallocating stmt buffer: 3312 -> 4328 characters
    C  build_stmt: reallocating stmt buffer: 256 -> 2000 characters
    C  build_stmt: reallocating stmt buffer: 2816 -> 3822 characters
    C  build_stmt: reallocating stmt buffer: 3822 -> 4823 characters
    C  build_stmt: reallocating stmt buffer: 512 -> 2000 characters
    C  build_stmt: reallocating stmt buffer: 2048 -> 3050 characters
    C  build_stmt: reallocating stmt buffer: 3050 -> 4052 characters
    M
    M Wed May 19 09:01:42 2010
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    M
    M Wed May 19 09:01:57 2010
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    M
    M Wed May 19 09:04:46 2010
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    B  ***LOG BY4=> sql error 60     performing SEL on table NRIV       [dbtran#4 @ 7588] [dbtran  7588 ]
    B  ***LOG BY0=> ORA-00060: deadlock detected while waiting for resource [dbtran#4 @ 7588] [dbtran  7588 ]
    B  dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B   RSLT: {dbsl=99, tran=1}
    B   FHDR: {tab='NRIV', fcode=33, mode=2, bpb=0, dbcnt=0, crsr=1,
    B          hold=0, keep=1, xfer=0, pkg=0, upto=0, init:b=0,
    B          init:p=(nil), init:#=172, wa:p=0xc0000004440b6120, wa:#=172}
    B  dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    M Wed May 19 08:57:25 2010
    M  *** ERROR => ThCheckEmState: no em context for T2/M0 [thxxmem.c    381]
    C
    C Wed May 19 08:58:57 2010
    C     OCIStmtExecute() failed with -1=OCI_ERROR
    C     SQL error 60:
    C  *** ERROR => Error 60 in stmt_fetch() from oci_execute_stmt(), orpc=0
    [dbsloci.c    12990]
    C  *** ERROR => ORA-60 occurred when executing SQL stmt (parse error offset=0)
    [dbsloci.c    13011]
    dispatcher log
    Wed May 19 15:13:43 2010
    ERROR => DpWPCheck: max_hold_time W2 exceeded (T140=msb85       ) [dpxxdisp.c   15928]
    ERROR => DpTmRetErr: DpTmSend [dpxxdisp.c   13138]

  • Dialog Work process being blocked

    Hi All ,
    I deleted one of the sessions using ctrl + alt + del in one of my application server. Now when i checked using work process overview through sm51 in that application server (logged in through other application server). The dialog work process is in the running status and it is still held by me for a long time.
    can anyone suggest me that I go for cancelling the process by choosing
    Process -> cancel without core. I have already tried terminating the session through sm04. I would like to add one more thing that in action column of the work process overview is shown as roll out.
    Regards
    Gaurav

    Hi gaurav,
    You can cancel the Process using CANCEL WITHOUT CORE , incase if you do not require a log details for that particular Work Process.
    You can cancel the Process using CACEL WITH CORE , incase if you want a Log details for the same !
    The same activity can be performed at Operating system level using the "dpmon" utility.
    Regards,
    Prem

  • How to change the maximum number of process per user in BW ?

    Hi,
    Do you know how to change the maximum number of process allowed per user ?
    With RSRT we can customize the number of process per query but I don't know where we can customize the maximum number of process per user.
    In fact, my production environment reach always the max number of process available in SM50...
    Thanks a lot

    Hi,
    A user is not have the No. of processor but a work process can handle N No. of users. If a user hit any transaction v acn say from  a list of N worl proceesor which has been taken the work.
    Correct if I am wrong.
    Regards
    Syed.

  • How to make the mobile application work with firewall and anti-virus ON

    Hi,
    I keep on receiving internal processing error when i try to login sap mobile solution 1.3.0 on my ipad and i was provided a solution, that is to turn off my firewall and antivirus. I works by turn off both of it but i cant possible turn of the firewall and antivirus on the server.
    Can anyone guide me how to make the mobile application work with firewall and anti-virus ON
    Thank you

    Dear Rajesh,
    Create a policy in your fire wall to allow the port to send and receive data.
    I believe the port for the mobile should be port 8080 and 8443.
    And your license server port 30000 and 30001
    nd.Q

  • Help regarding dialog work process

    hello experts,
                          In S.A.P abap or abap+java,why we need atleast 2 dialog work process.Is that 2 dialog work process are used for any extra functions?

    Hi,
    it is mandatory to have two dialog work processes within an ABAP-Instance.
    There is no way around.
    It is the same for enqueue process, you have to have exactly one for your ABAP system.
    (Remember: an ABAP system can persist of many instances, but only one central instance).
    Hope, this is helpful.
    Kind regards,
    Achim
    P.S. Never the less, this is the wrong Forum for your question.

  • Dialog work process and single-sign on

    Hi,
    I have read that we should have atleast 2 dialog work processes configured.
    can anyone tell me the reason why?
    what is the concept behind single sign-on?
    much appreciate ur help.
    regards,
    swaroop.

    Hi Swaroop,
    I have never heard of something like that before...
    You can read more about single sign on here,
    https://www.sdn.sap.com/irj/sdn/itpractices?rid=/webcontent/uuid/01c62876-0a01-0010-f5a5-d39e7651b9fd [original link is broken]
    and here,
    http://help.sap.com/saphelp_nw04/helpdata/en/94/695b3ebd564644e10000000a114084/frameset.htm
    Regards
    Juan
    Please reward with points if helpful

  • How to disable the reminding dialog when close the webi report viewer

    Dear all
    How to disable the reminding dialog when close the webi report viewer
    Background
    When user close the webi report viewer in inforview by click the button in the right-top of the webi report viewer frame. It always prompt a dialog to remind user that the modification will be lost without saving.
    But customer need to disable this dialog, and can clost the report viewer directly.
    So is there any ways to modify this?
    I think it shoule modify some .js file under tomcat, but can not find the solution.
    Thanks a lot, any information woulde be appreciated.
    David Zhang

    I've had the same issue bugging me since installing Snow, er, lion, er, cat, er, cougar, er, Mountain Lion. Incredibly ANNOYING.
    It's stupid stuff like this and reverse scrolling that really turn long-timer users off. I'm personally glad Forstall got fired for blunders such as these.
    I'm serious peeved that turning off iCloud Documents & Data actually deletes documents and data locally. That's just incredibly stupid.
    MANY thanks mende1 for the answer on how to fix it.

  • HT204088 How to know the rest of money in a credit card and the total of purchase amount?

    How to know the rest of money in a credit card and the total of purchase amount?

    What do you mean 'the rest of money in a credit card' ? All you can see on your purchase history is what you've bought, you can't see how things were billed nor the total amount that you've spent in the store - you will need to sum your purchases yourself to see the total.

Maybe you are looking for

  • Turned on Mac mini and cannot get rid of the word definition page and get to home page. What's wrong?

    Turned on Mac mini and cannot get rid of the word definition page and get to my home page. What is the problem?

  • EWA for NON-ABAP

    Hi, I configured SMD in solman, installed SMD & IA agents in Java systems(portals). But not able to generate report. EWA setup was already done, i installed the agents  recently. Even downloaded the service xml from solman SMD and tried to generate r

  • PPC apps crashing in Snow Leopard

    I had to do a re-install from the Snow Leopard install disk, and now some PPC apps that worked fine before are crashing immediately on startup of the app. I get the familiar old message, "[app] Quit Unexpectedly. Click to Reopen..." When I did the re

  • Convert 1080 30p HDV to SD DVD - Help!!

    This may have been solved already on here but I couldn't find it so here I go. I have footage shot with the new Sony HVR-S270u HDV camera in 1080 30P mode. I'm trying to figure out what would be the best workflow. I need to be able to give the client

  • Finder doesn't show recent pictures anymore

    My finder does not show pictures anymore that are imported in iTunes in the last months. What to do? This problem started some weeks ago. iMac 17"   Mac OS X (10.4.8)