External Debugging parameter Settings

For this  below settings external debugging  parameterwill be activated , can anyone please check
Param. Name
abap/ext_debugging_possible
Short description(Engl)   To restrict the usage of extern/HTTP debugging
Appl. area                ABAP
ParameterTyp              Integer value
Changes allowed           Change permitted
Valid for oper. system    All operating systems
Minimum                   0
Maximum                   2
DynamicallySwitchable
Same on all servers
Dflt value                0
ProfileVal                0
Current value             0

Kappy,
Thx for the fast reply!
Your advice worked on one of my external drives but not the other. It worked on the drive I took out from my MBP when I installed an SSD. Installed it in a $20 USB encloser from OWC. The drive it didn't work on is a Western Digital MyBook firewire external drive. Strange.
thx again!
lenn

Similar Messages

  • ** External Debugging is not working in Proxy inbound scenario

    Hi Friends,
    In our File to Proxy scenario, the user which is mentioned in reciver XI adapter of type as 'C Communication Data'.
    The message is processed successfully (SXI_MONITOR). But the records in the Z table are not updated.To debug this, I am not able to set external debugging (Utilities --> Settings --> Debugging)  for this user. (the user which is mentioned in the CC). i.e it gives the message 'Logon with a dialog user'.
    So, How do I bug my inbound proxy, when the message is processed ?
    We use ECC 6.0 as application server.
    Kind regards,
    Jegathees P.

    Jegathees,
    If you want to debug inbound proxy you need to set hard-coded break point "break-point" in your abap code.
    Then stop the queue manually and re-run your interface. You will find your message in an inbound queue. Goto sxmb_moni and process this message. This time it will stop to a point where you have set the hard coded breakpoint.
    Hope this will help.
    Thanks,
    Nilesh

  • External debugging doubt

    Hi,
    We  are in  SRM 4.0,
    I am trying do external debugging while creating a shopping cart(BBPSC01),
    The breakpoint is getting stopped but in the same web portal only, not in a new gui screen.
    When I press F5 the portal screen is getting refresh and F6,F8 doesnt work.
    Only I can check the value where the breakpoint stopped.
    Checked:-
    1.Utilities -> Settings -> ABAP Editor -> Debugging -> External Debugging and made the check box as active.
    2.The parameter ~GENERATEDYNPRO = 1 in sicf service
    Please let me know how can external debugging opens in a new session.
    Regards,
    Neelima

    Hi,
    Thanks for ur respone,
    Hi  kedar
    I tried keeping ABAP DEBUGGER as "New debugger",   still it is opening in the same portal page. And it is giving error
    " No additional external mode for new ABAP debugger available".
    Hi Ricardo Cavedini ,
    I checked that note it cannot be implemented in our system(checked in SNOTE)
    Regards,
    Neelima

  • External Debugging not working

    Hi,
    in my solution manager system i have activated the external debugging, still im not able to debug from webdynpro. i checked the below setttings .
    in abap editor -> utilities -> settings -> debugging -> activate ( Checked )
    in SICF -> edit -> debugging -> activate debugging .
    but still im not able to debug from webdynpro . what could be the problem ?/?
    thanks

    Hi,
    Also make sure that the Application server on which your Wedbynpro application is running and the Application server which your R/3 session is using are the same.
    You can shift between the application server for R/3 in the SAP Logon.
    Regards,
    Sesh

  • Issue in external debugging in comm_bupar application

    Hi All,
    I am currently working in SAPCRM 5.0 and on enabling a pop-up to be displayed when one of the partner belonging to a particular relationship category in the partner relationship tab in the PCUI is modified.
    I am facing the below issue:
    1) When I login using my SAP login credentials into SAPGUI and the comm_bupar pcui application url in my laptop and with the external debugging activated, it does not take me into the debug mode.
    2) When I login using my SAP login credentials into SAPGUI and the comm_bupar pcui application url in my colleagues' laptop and with the external debugging activated, it does take me into the debug mode.
    3) When I login using my colleagues SAP login credentials into SAPGUI and the comm_bupar pcui application url in my laptop and with the external debugging activated, it does not take me into the debug mode.
    4) When I login using my colleagues SAP login credentials into SAPGUI and the comm_bupar pcui application url in his laptop and with the external debugging activated, it does take me into the debug mode.
    I had got in touch with the sap basis and sap security teams in our project and they could not help me with this issue. They have given me all the requisite access.
    Well, if anyone of you had come across this kind of an issue earlier, please let me know as to what needs to be done to rectifiy this issue.
    Are there any settings that need to be done to work with the external debugging? I have also tried searching for this on the forums but was not able to find the solution.
    It looks like an issue with the settings or components in my laptop as of now.
    Thanks,
    Ravi Kiran
    Edited by: Ravi Kiran Madabhushi on Apr 7, 2008 12:51 AM

    Dear GLM/Bala,
    I am trying to debug BAPI in R3 externally ie through my portal as we normally do to check if the backend rfc is executing well for portal application .
    For your information i am able to do normal debugging at the backend but unable to do external debugging , might be issue at the portal side or J2EE server.
    Please reply back if you require any other clarification.

  • External Debugging in CRMD_ORDER_BP

    Hi Expert,
    I've set external breakpoint in
    class cl_crm_cckpt_view
    method get_report
    but it does not hit in crmd_order_bp.
    I tried to set external breakpoint in
    class CL_CRM_CCKPT_CSCFS
    method REFRESH
    the breakpoint can be hit, which means the external debugging is successfully activated.
    I analyzed on another system, which can have the breakpoint hit, the calling stack is
    CL_CRM_CCKPT_VIEW=============CP
    METHOD  GET_REPORT
    CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP
    METHOD  IF_HTTP_EXTENSION~HANDLE_REQUEST
    CL_HTTP_SERVER================CP
    METHOD  EXECUTE_REQUEST_FROM_MEMORY  <<<<  system debugging
    SAPLHTTP_RUNTIME
    FUNCTION  HTTP_DISPATCH_REQUEST      <<<<  system debugging
    SAPMHTTP
    MODULE (PBO)  %_HTTP_START           <<<<  system debugging
    then I tried on
    CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP
    METHOD  IF_HTTP_EXTENSION~HANDLE_REQUEST
    breakpoint not hit
    And tried to put breakpoint in the previous system debugging coding, all not hit.
    It seems that those codings are not executed, but the factsheet data can be displayed.
    Any idea about the possible reason?
    thanks a lot
    Ruth

    Further to this, there is a transaction code that calls this function module: SRDEBUG (see OSS Note 1004248). It's a little quirky but it does work.
    1) Set your external breakpoint.
    2) run transaction SRDEBUG. This will display a pop-up asking if you want to stop debugging. This pop-up must remain active until you want to stop debugging, so just leave it hanging there while you debug.

  • ABAP server proxy-External Debugging

    I have a server ABAP proxy implementation in a R/3 where i m sending message from XI,
    I want to debug the the ABAP Proxy using External debugging (http breakpoint),
    Pls tell me if it is mandatory to:
    1. login in R/3 (for debugging) using the same user, which is used by XI proxy adapter,
    2. the user should be a dialogue user.
    Is it OK to use this debugging in a production environment ?

    Hi,
    1. login in R/3 (for debugging) using the same user, which is used by XI proxy adapter,
    A. Its not like that you will have login details like user name and password for R/3 and also for XI
    2. the user should be a dialogue user.
    A. No i dont think so.
    Is it OK to use this debugging in a production environment ?
    A.Never do this. If something goes wrong in production system entire business will stop.But i dont thing you have production system details like username and password.
    Please reward points if it helps
    Thanks
    Vikranth

  • External DEBUG RFC.

    Hi all,
    When I call a RFC from portal It seems to work fine, but when I put an external debug It doesn't call the RFC and create an exception.
    In R3 I can see this dump RFC_DEBUGGING_NO_DIALOG_USER. But the user is a dialog user.
    Plz any help?.
    At PRD it doesn´t have the external break but doesn´t call the RFC.
    The call of this RFC was working fine, please can you tell me what configuration should I check?
    Thanks

    HI,
    When you are trying put external Debugger then you have change login credential in the respective JCos (Model and Meta data)
    please make sure that your have loging with same user Ids in R/3 system and Portal and JCO connection login details also should same. then only your external debugger start working .
    Thanks
    Suresh

  • External debugging of ABAP from NWDS in web dynpro java

    Hello Experts,
    Like a while a ago, I remember on SDN there was a video for external debugging tutorial. Can any one point me to that or any other documentation for doing external debug from NWDS.
    Thanks,
    Sharath

    HI James!!!
    You can find a video presentation for external debugging of WD JAVA application at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/elearning/user-interface-technology/web%20dynpro/wd%20java/web%20dynpro%20java%20with%20an%20adaptive%20rfc%20model/web%20dynpro%20java%20with%20an%20adaptive%20rfc%20model%3a%20debugging/resources/eventplayer.htm
    I hope this would help you. If you seek something else, you can revert back. I'll be happy to help you
    Cheers!!!
    Umang

  • JDBC Adapter debugging parameter

    Dear gurus,
    We wanna activate the debugging parameter for the JDBC adapter to generate logs in XI 3.0.
    Please comment !!!!
    Regards,

    I cannot find how to set the parameter for activating the trace for JDBC adapter.
    The exact path is given in the question here in this thread
    JDBC adapter trace logs
    help me in activating the parameter logSQLStatement
    As already been suggested refer note:801367
    I think this parameter is available in XI3.0 also.Just go to the advanced mode of the JDBC channel and select it.

  • External debugging authorization

    Hello All,
    Can you please name the role which needs to be assigned to a user so that he will have the external debugging authorizations?.
    Thanks and Regards
    Shanto Aloor

    For debugging the user must have debug authorizations. Please ensure this via setting
    appropriate roles or profiles via transaction SU01. Normally the profile "S_ENTW_SHOW"
    should be adequate (for detailed information see note[ 668252|http://service.sap.com/sap/support/notes/668252]
    Edited by: Mark Foley on Jun 14, 2011 3:37 PM

  • Proxy plugin - Debug parameter values

    Up until a few months ago the proxy plugin documentation for WLS 8.1 included multiple values that the Debug parameter could be set to (e.g ALL to see just about everything, ones to see just headers etc). Now it only seems to have True|False. http://e-docs.bea.com/wls/docs81/plugins/plugin_params.html#1154491
    Is there a reason this was changed? The old way was much more flexibile.
    Has this been changed for the latest SP?
    I am holding out some hope that maybe the documentation is incorrect.... Debug=ALL still works for 8.1 sp4

    all the options seem to be there and working.
    we are using DEBUG=ERR, since ALL crashes linux when the log grows to 2GB!

  • IDES IS GETTING UP AFTER PARAMETER SETTINGS-----DAMN URGENT

    hi frnds,
    i made parameter settings in the spfile in the IDES SERVER as,
    ALTER SYSTEM SET parallel_threads_per_cpu=2 SCOPE=SPFILE;
    commit;
    ALTER SYSTEM SET parallel_max_servers=10 SCOPE=SPFILE;
    commit;
    ALTER SYSTEM SET replication_dependency_tracking=TRUE SCOPE=SPFILE;
    commit;
    from the next second onwards my ides system's dispatcher is stopped and the ides system is not getting up.
    now i want to delete these parameters so that i can make the ides system up.
    i want to delete these parameters completly from the database..
    WHICH COMMAND IS USED TO DELETE THEM COMPLETELY FROM THE DATABASE.

    Hello. Read Note 601157 - Oracle9i: Server Parameter File -->
    in this note SPFILE - Restoring an Inconsistent SPFILE
    Regards.

  • MaxDB Version 7.6 parameter settings

    Hi
    We implemented SAP Content Server 6.40 on Solaris and MaxDB 7.6.3 with Build 05.
    Can you please suggest on whether we can implement u201CNote 814704 - MaxDB Version 7.6 parameter settings for OLTP/BWu201D on SAP Content Server 6.40 (MaxDB 6.6.3 Build 05).
    Or
    We need to implement any other note on Production Server.
    Kindly suggest on this,
    Regards,
    Panu.

    > We implemented SAP Content Server 6.40 on Solaris and MaxDB 7.6.3 with Build 05.
    Then go and install the current patch.
    Stop using software that's years old when newer better versions are available!
    > Can you please suggest on whether we can implement u201CNote 814704 - MaxDB Version 7.6 parameter settings for OLTP/BWu201D on SAP Content Server 6.40 (MaxDB 6.6.3 Build 05).
    Yes, please implement the OLTP parameter recommendations!
    regards,
    Lars

  • Parameter settings for windows  - Note

    Hi,
    Can anyone help me to know the SAP note number for default Parameter settings for windows .
    I want to verify all the parameter values.I tried to find out the number, but no luck
    We have severe performance issue in our D01 and Q01
    Thanks is advance.
    Regards,
    Prakash

    Hi,
    Most of the performance parameters are OS independent. You need to check ST02 and check most of the SWAP comings in which area and there you can click on detail analysis menu which will give you parameters for the buffer settings. You need to adjust these parameters in instance profile in RZ10.
    Also, if your database is oracle10g then make sure that SAP note 830576 should be implemented.
    Thanks
    Sunny

Maybe you are looking for

  • More than one trusted resource for OIM 9.1.0.2

    Hi all, I just heard that in OIM 9.1.0.2 it is possible to have more than one trusted source, as it is not necessary to configure it to Xellerate User Resource Object. Is that correct? To configure OID Connector as Trusted Source on OIM 9.1.0.2 do I

  • Copy alt text to title [Branched from: WildCard Find & Replace Question]

    Fabulous, so now I am able to add the code (alt=" ") to any image that does not already have one. Now is there a way to do a similar task AND have the replace function fill in the text based on existing info.? My situation is I have images with alt t

  • Problem setting up OJSPSAMPLES (JSP SAMPLES)

    Hi all, I was trying to get the OJSPSamples to work but came into some problems. I followed the instructions as documented in the installation page. When I type http://localhost:8888/ojspsamples, it does not work. In order for it to work I have to pl

  • Where can i get mac os x snow leopard??

    Im still running on 10.5.8..... i have a mac book pro 5.5... help

  • System landscape configuration

    please i have i have to servers DEV and QAS and i installed solution manager on QAS i have configured rfc from qas to solman and to dev and also added solman to the domain,my domain is qas my problem is that how do i now monitor my dev and qas from s