Dialog process

Hi ,
1) If dialog process show in priv mode status in sm50 ,how to trouble shoot and what action u need take?
2) If control files is crashed what will u do for that?
can anybody explan the issue asap
Regards
Sheeba

Hi
1) If MANY dialog process show in PRIV mode, that means the memory you configured is not sufficient.  You need to review the memory configuration based your what kind of programs are running in the system.  This is just a start point of troubleshooting memory.  http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTMM/BCCSTMM.pdf is a start point for this.
2) I hope you are aware where to see that a control file is corrupted (Alert log).  You can see where the control files located from init<SID>.ora and copy the corrupted with the one that is not corrupted.  You may need to stop database to do that.  I haven't encounted any such until now.
All the best,

Similar Messages

  • How to execute report in Background from Dialog process?

    How, or what is the best way, to lauch an executable program (report) into the background from a dialog program (dynpro)?
    <b>Example:</b>  The SUBMIT...AND RETURN still executes the called program before it returns control to the calling program.  I just want the report to be kicked off and the dialog to continue as normal.  I do not want the report execution time to affect the dialog process.
    Thanks in advance for your time.

    Hi Nablan, I'm also trying to do parallel processing and created a function module that kicks of another report program.
    However, the process doesn't seem to work. The Main program runs from start to finish but the called program in the function module doesn't seem to run. When I used the option STARTING NEW TASK task name the code ran but in the foreground. I don't want to use this option as it runs in the foreground and SAP limits one to six sessions. Is there something I'm missing in the attributes of the function module I created. Currently the attributes are: Processing type Remote enable module and it's set to start immediately. I had used Normal function module initially but this did not work with the STARTING NEW TASK task name option.
    Below are the codes segements I used.
    In my main program I have the following code segement
    CALL FUNCTION 'Z_CA_PROG_CALL'
      IN BACKGROUND TASK
      EXPORTING
        zprogram            = 'ZCA_TEST1'
      EXCEPTIONS
        program_call_failed = 1
        invalid             = 2
        OTHERS              = 3.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    COMMIT WORK.
    In the function module I have the following code.
    FUNCTION z_ca_prog_call.
    ""Local interface:
    *"  IMPORTING
    *"     VALUE(ZPROGRAM) LIKE  ZCA_INTERFPROG-ZPROGRAM
    *"  EXCEPTIONS
    *"      PROGRAM_CALL_FAILED
    *"      INVALID
      SUBMIT (zprogram).
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN 1.
            RAISE program_call_failed.
          WHEN OTHERS.
            RAISE invalid.
        ENDCASE.
      ENDIF.
    ENDFUNCTION.

  • Broadcaster times-out due to dialog process

    Hi !
    I'm trying to set up a broadcasting for a report with a large amount of records, and since when I execute it in dialog it times out, broadcasting it in the background seemed a great idea.
    The thing is that, despite I schedule it to run in a background process, it still creates a dialog process to fetch data wich times out and therefore the background process (the document creation and email sendig) ends correctly sending a 'No Data Available' report or with an error: com.sap.ip.bi.base.exception.BIBase.RuntimeException.
    The parameters for the report are being set in the General Precalculation tab, while there is a Filter Navigation tab which allows you to filer specific characteristics. Which is the difference here ?
    Regards,
    Santiago

    Sonal, thanks for the quick answer.
    Let me see if I get this right.
    The Precalculation tab allows to filter before precalculation, in order to fetch de query from precalc. cache instead of direct db access. The data excluded from filters in precalc. tab will not be available in the query.
    On the other hand, Filter tab sets filter values for characteristics contained in the query. Is this like the right column of the filter tab of Query Designer ?
    Let me know if this is right.
    Regards,
    Santiago

  • Function in update task goes to dialog process(seen by sm50)

    Hi Forum,
       I wrote a simple test to invoke a function module in update task, and the execution of the module takes several minutes (updating database using opensql) . The test looks simply like described in the following link:
    http://www.****************/Tutorials/ABAP/Debug/Index.htm
       During the run, I used transaction sm50 to view the working processes and expect to find a running "UPD" process. However it is not found, instead  my dialog process is always seen running. Any hints on why?
    Thanks,
    Yang

    got the answer. The reason is that sm50 can not display UPD process so promptly. For a more thorough tracing, transaction "stad" can be used. (where I see the DB access executed in UPD process)

  • How do I prevent all dialog processes in SM50 from being occupied?

    Hi experts,
      I have set rdisp/rfc_min_wait_dia_wp = 4 and I still saw all dialog processes got occupied.
    (PS: This screenshot is captured after a few minutes). Anyway, how do I prevent all dialog processes in SM50 from being occupied?
    Should I increase rdisp/rfc_min_wait_dia_wp ( = 4 now ) and rdisp/wp_no_dia ( = 18 now ) to a higher value?

    Hi Gaurav & Nick,
       If I understand correctly, there are 4 dialog processes running and 14 RFC running at the same time.
    If I want to resolve this problem, I need to reduce paralellism of RFCs and increase dialog work processes, right? Here is my new configuration. Any thoughts?
    new parameters:
    rdisp/wp_no_dia = 20
    rdisp/rfc_min_wait_dia_wp = 10
    rdisp/rfc_check = 3
    old parameters in profile:
    rdisp/wp_no_dia = 18
    rdisp/wp_no_btc = 13
    rdisp/wp_no_enq = 0
    rdisp/wp_no_spo = 2
    rdisp/wp_no_vb = 5
    rdisp/wp_no_vb2 = 2
    rdisp/rfc_min_wait_dia_wp = 4
    rdisp/rfc_check = DEFAULT  (DEFAULT is 2, ASYNC and SYNC RFC)

  • SAP Dialog Process Number

    Dears:
    I just finish installation of my ECC 6.0 server. Now i want to change the number of the SAP dialog process. And do you know if there is any calculate formula to use so that i can know how many dialog process i should set for the server?

    Hello,
    That depends on the no of users that are going to logon.
    For windows based operating system, it depends on the no of processors you have in the server.
    http://help.sap.com/saphelp_nw70/helpdata/EN/02/962817538111d1891b0000e8322f96/frameset.htm
    While increasing the no of work process, you need to note that per work process, you have to assign 50 MB to 60 MB of memory, depending on the SAP release and operating system.
    Regards,
    Debasis.

  • Is there any way to run abap program in dialog process with process chain?

    Hi.
    I just want to run custom abap program in every 30min.
    so I made process chain and connect abap program.
    but it returns NOTHING when background running.
    the program has ABSOLUETLY no problem when it's running DIALOG process.
    custom program is modified from sap standard program for my use.
    so complicated and hard to read that I cann't figure out what's problem in backgound job and even hard to debug in background process.
    is there any way to run abap program in dialog process in every 30 min.?
    or call BSP page or call function.
    any solution will be helpful that excuting PROGRAM or FUNCTION or BSP PAGE in schedule job and should running dialog process.
    thanks.
    Lee.

    Hi,
    did you try using sm36 transaction?
    1Give these values in Gereral data
    Create one sample job "SAMPLE JOB"
    Priority "A"
    Execu target - Your application server
    2Click start conditon
    schedule according to ur requirements.
    3.Click Step button
    Give your ABAP program name.
    fill variants if it has any variants.
    if it is useful assign points
    Regard,
    Senthil Kumar.P

  • SAP job not using all dialog processes that are available for parallel processing

    He Experts,
    The customer is running a job which is not using all the dialog processes that are available for parallel processing. It appears to use up the parallel processes (60) for the first 4-5 minutes of the job and then maxes out about 3-5 processes for the remainder of the job.
    How do I analyze the job to find out the issue from a Basis perspective?
    Thanks,
    Zahra

    Hi Daniel,
    Thanks for replying!
    I don't believe its a standard job.
    I was thinking of starting a trace using ST05 before the job. What do you think?
    Thanks,
    Zahra

  • Dialog process hang and can not be cancelled

    Hi Gurus,
    In SM50, a dialog process was running with error. It was obviously hang, but I can't cancel it.
    Everytime I use "cancel with core" or "cancel without core", the only thing changed was the PID. It changed a PID and kept running.
    Even I logged into application server and kill the process in task manager, it would run again with a new process id?
    Any idea how I can cancel it, Thanks.

    You can try to logoff the user, but i am not sure if this will help.
    I am a bit confused, could you please either share a screenshot, or just copy paste the text from SM50.
    Something like this would be very helpful:
    |  No.|Ty.|PID  |Status |Reasn|Start|Err|Sem|CPU|  Time|Report                     |Cl.|User    |Action|Table|
    |   5 |DIA|21149|Waiting|     |Yes  |   |   |   |      |                           |   |        |      |     |
    |   6 |DIA|5708 |Running|     |Yes  |   |   |   |     1|GP4JPFULQXLNZRBMX8BN0FHIERD|603|User2   |      |     |
    |   7 |DIA|964  |On Hold|Debug|Yes  |   |   |   |   193|Z_BI_EXTRAKT_SCHMETRIX     |603|User1   |      |     |
    |   8 |DIA|10115|Waiting|     |Yes  |   |   |   |      |                           |   |        |      |     |
    After each restart the Err count will increase, this is usual behavior.
    Cheers Michael

  • Process Chain remote execution locks up (All Dialog Processes used up)

    Hi,
    We have the following task at hand. We kick in BW process chain execution via RFC from our R/3 system using the function described below. What happens is that the process chain does get kicked in the remote BW system, but it quickly locks up. System monitor  says that all dialog process have been utilized. So, basically it gets stuck in the beginning of the process chain. Is there anything I can do to prevent this from happening?
    Here is the function call:
    This function triggers execution of process chain
    (on the remote BW system)
      CALL FUNCTION 'RSPC_API_CHAIN_START' DESTINATION p_rdest
        EXPORTING
          i_chain             = p_pchain
      I_T_VARIABLES       =
          i_synchronous       = 'X'
      I_SIMULATE          =
      I_NOPLAN            =
        IMPORTING
          E_LOGID             = gv_pchain_logid
        EXCEPTIONS
         failed              = 1
         OTHERS              = 2
    Thank you,
    AG
    Message was edited by:
            AG

    How many work process did you configured in SOLMAN, what is the action that CSMUSER is busy with?
    I think CSMREG is a communicatino user to satellite agents and check the RZ21--> AGENT status.
    Regards
    SM

  • IDOC performance: increase amount dialog processes on XI site?

    Hi everybody,
    we got performance problems while sending (many) IDocs to XI.
    Is it recommended to incease the amount of dialog processes?
    If yes: Which transaction is to be used?
    Thanks you!
    Regards Jochen
    null

    Hi,
    there are notes which discuss Idoc perfromance and how to improve the same.
    Refer into them .
    Note : 760993 , 709400 , 761332
    Regards
    Bhavesh

  • Maximum Dialog Processes for BEx Analyzer

    Dear all,
    Does anybody happen to know if it possible to restrict the number of dialog processes for one BEx Session and if so where it can be maintained. We currently have the problem that one user executing a workbook almost uses all dialog processes in productive system.
    I appreciate your help, point will be forwared.
    Best regards,
    Thomas

    Hi Thomas,
    have a look at TCODE RZ10
    and
    [http://help.sap.com/saphelp_nw70/helpdata/en/83/b7f2c1a90e2f4dbcc162388f0227dc/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/83/b7f2c1a90e2f4dbcc162388f0227dc/content.htm]
    maybe helpful
    regards Sven

  • FM to get the RFC Dialog Process Status

    Hi All,
    1.I am using Parallel processing concept in ABAP to process the data in chunks by creating tasks.
    2.I want to track the information about the tasks that has been generated by the main program.
    3.Is there any FM which gives information about the PID, status of the dialog process under which the task is running ?
    Any help on this would be highly appreciated.
    Thanks,
    Babu Kilari

    You can get the PID using the  FM TH_GET_OWN_WP_NO . this will give the WP of the process in which this FM is called.
    Try this one also TH_WP_DETAIL_INFO . It gives more details
    Edited by: Abhishek Jolly on Jun 4, 2009 5:54 PM

  • RFC Dialog process

    Hi Experts.
    I know that RFC always runs in a dialog process.
    I am slightly confused on one thing - Lets say we call an asynchronous RFC via system A and it is calling System B.
    The RFC will occupy dialog process in System A or in System B or in both the systems?
    Thanks in adv.

    As per help.sap.com
    Using Asynchronous Remote Function Calls
    Asynchronous remote function calls (aRFCs) are similar to transactional RFCs, in that the user does not have to wait for their completion before continuing the calling dialog. There are three characteristics, however, that distinguish asynchronous RFCs from transactional RFCs:
    ·        When the caller starts an asynchronous RFC, the called server must be available to accept the request.
    The parameters of asynchronous RFCs are not logged to the database, but sent directly to the server.
    ·        Asynchronous RFCs allow the user to carry on an interactive dialog with the remote system.
    ·        The calling program can receive results from the asynchronous RFC.
    You can use asynchronous remote function calls whenever you need to establish communication with a remote system, but do not want to wait for the functionu2019s result before continuing processing. Asynchronous RFCs can also be sent to the same system. In this case, the system opens a new session (or window). You can then switch back and for between the calling dialog and the called session
    I think until calling server establishes connection with called server it will be using dialog server and then it may use the same dialog process for some other task as it doesn't need to wait for results.once again after receiving the results it uses the dialog process(correct me if i am wrong)
    Thanks
    Bala Duvvuri

  • Limit on ALEREMOTE Dialog process in BI for Extraction

    Hi
    We are on BI 7 and ECC 6 and doing the extraction .It creates 10 Dialog process with user ALEREMOTE .Bi system is small and it has only 13 Dialog process. So system becomes very slow with 1 extraction job .
    In RZ12 , the parallel_generators settings of "Minimum Number of Free WPs" = 5 but still ALEREMOTE takes 10 process.
    Please tell me where do we limit the number of parallel process for extraction in the BI system.
    Kind regards,
    Yogesh

    Chk the note 916706 - Number of dialog processes for data transfer
    Regards,
    B

  • Dialog process time out !!!

    Hi experts,
    I am trying to execute a function Module(with RFC) that triggers a dialog process. Now the system time out limit for a dialog process is 10 mins and my process is taking longer than that, hence its giving a "Time Out" dump.  Is there a way to that can avoid this system time limit for a dialog process?
    Please suggest!!!
    Thanks.
    Note : I tried running in background but didn't work.

    >
    ankit harjai wrote:
    > Note : I tried running in background but didn't work.
    Hello Ankit,
    Can you elaborate what do you mean by "running in background"?  Did you use IN BACKGROUND TASK / IN BACKGROUND UNIT
    addition while calling the RFC?
    BR,
    Suhas

Maybe you are looking for

  • JS CS3 Change geometricBounds

    Hi When I run: app.selection[0].geometricBounds = [0,0,10,10]; everything works as expected. I only want to change the width so I tried: app.selection[0].geometricBounds[3] += 10; or app.selection[0].geometricBounds[3] = app.selection[0].geometricBou

  • JBoss, JSF exception: #{..} is not allowed in template text

    I've created a simple JSF login application using MyEclipse IDE. I deployed the application on JBoss 4.2.1. At first it failed to deploy. After some searching, I followed the instructions at: http://forum.java.sun.com/thread.jspa?threadID=5176676&mes

  • Payment Terms Day Limit

    Greetings to all FI experts, I would appreciate your feedback on this. Currently, we are planning to change the day limit for one of our payment terms ( Tcode - OBB8 ) from 30 to 0. My concerns are what are the forseeable impact of this changes in da

  • Trying to export to Mpeg2;keep getting prompted to render but...

    ...I've rendered it all already. As soon as I click save to export my sequence as an Mpeg2, Final Cut Pro displays more files that need rendering and prompts me to render them before I export. Then when I go back to the main screen, they don't need r

  • InDesign Crashes on opening specific documents

    So when I open specific documents with InDesign it freezes, when I use task manager to close it I get the following error message: Description:   A problem caused this program to stop interacting with Windows. Problem signature:   Problem Event Name: