Debug Mode "OFF" for J2E instance server0  - Caused by "Productive Use"

Dears,
    As titled, Debug fails for server0.
    I have checked the forum threads, and my problem is:
<b>Property "Productive Use" of server0 has a value "YES".</b>
    As debugging can only be available on non-productive-use server mode, I couldn't start debugging.
    Any one knows how to change "Productive Use" as "NO"?
    Thanks in advance.
    btw: The "Productive Use" value of 'SDM' is "NO", while for 'dispatcher' it is "YES".

Hi,
You can use the config tool to run the server in debug mode (running the server in debug mode will automatically set the "productive use" attribute to "off"!)
To launch the config tool, run the configtool.bat file located in \usr\sap\<SID>\<INSTANCE>\j2ee\configtool directory. In the lefthand side tree locate your server process and select it. Then on the righthand side go to Debug tab and activate debug mode for this element.
After you save the changes, you need to restart the cluster.
http://help.sap.com/saphelp_nw04/helpdata/en/cc/9cb34d9d11f74c98644df2b96b90f1/frameset.htm
Regards
Ayyapparaj

Similar Messages

  • My apple tv mirroring is slow.  So slow it shuts off.  Any thoughts on cause?  I use this device in my office for presentations without a problem.  In my home with a stronger wifi router, I'm having issues.

    My apple tv mirroring is slow.  So slow it shuts off.  Any thoughts on cause?  I use this device in my office for presentations without a problem.  In my home with a stronger wifi router, I'm having issues.

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • Long delay for add-in saving emails with Cached Exchange Mode off for one user's Exchange account

    Hello,
    Before I start, I have asked questions in the Outlook Developer forum and was referred here as it appears to be an Exchange Server problem that I am experiencing, not related to Outlook or the add-in that I am developing.
    I am an Outlook developer with an Outlook add-in that adds MAPI properties to emails and then calls MailItem.Save to save the changes.
    The add-in uses the Internet Message ID MAPI property for some functionality, so I have to turn turn Cached Exchange Mode off to ensure that my functionality works correctly for the Sent Items folder (otherwise no Message ID property exists).
    This process works fine for 99% of users.
    I have one particular user that has a huge delay (~1 minute) when MailItem.Save is called for items in his account. He is using an Exchange account. If I switch Cached Exchange Mode on there is no longer a delay (as no communication with Exchange Server). The
    user does not have an excessively large Mailbox.
    The problem is not caused by the network or communication path to the server as the problem exists on any computer where other users are ok.
    I'm sure the problem is not caused by my add-in, but likely a problem with the user's Exchange account. Does anyone have any suggestions on how I may be able to resolve the delay and what might be causing it?
    Thanks
    Glen Thomas

    Hello,
    Before I start, I have asked questions in the Outlook Developer forum and was referred here as it appears to be an Exchange Server problem that I am experiencing, not related to Outlook or the add-in that I am developing.
    I am an Outlook developer with an Outlook add-in that adds MAPI properties to emails and then calls MailItem.Save to save the changes.
    The add-in uses the Internet Message ID MAPI property for some functionality, so I have to turn turn Cached Exchange Mode off to ensure that my functionality works correctly for the Sent Items folder (otherwise no Message ID property exists).
    This process works fine for 99% of users.
    I have one particular user that has a huge delay (~1 minute) when MailItem.Save is called for items in his account. He is using an Exchange account. If I switch Cached Exchange Mode on there is no longer a delay (as no communication with Exchange Server). The
    user does not have an excessively large Mailbox.
    The problem is not caused by the network or communication path to the server as the problem exists on any computer where other users are ok.
    I'm sure the problem is not caused by my add-in, but likely a problem with the user's Exchange account. Does anyone have any suggestions on how I may be able to resolve the delay and what might be causing it?
    Thanks
    Glen Thomas

  • Debug mode and for (n in object) loop

    Hi,
    I have a for next loop to read all my xml nodes into an
    array. Funny
    (not) thing is that it looses one node when I run my loop in
    debugging
    mode. I know there are some problems with the debugger but
    this one is
    new to me.
    Does the debugger have any influrence in stepping through all
    elements
    of an object with a for..in routine?
    My code:
    xmlData = this.childNodes[1];
    for (n in xmlData.childNodes){
    obj = xmlData.childNodes[n];
    obj.attributes.value != undefined){
    // !!breakpoint in the next line ...
    if (obj.attributes.value != undefined){
    _global.strary[obj.nodeName] = obj.attributes.value;
    trace("node " + obj.nodeName + " " + obj.attributes.value);
    }else{
    trace("!node " + obj.nodeName + " " + obj.attributes.value);
    Thanks for any info ..

    There were one line too much the code looks like this. But
    the problem
    is still there:
    xmlData = this.childNodes[1];
    for (n in xmlData.childNodes){
    obj = xmlData.childNodes[n];
    // !!breakpoint in the next line ...
    if (obj.attributes.value != undefined){
    _global.strary[obj.nodeName] = obj.attributes.value;
    trace("node " + obj.nodeName + " " + obj.attributes.value);
    }else{
    trace("!node " + obj.nodeName + " " + obj.attributes.value);
    I tried to simulate the same with an array but the problem
    didn't occur.

  • [fluxbox]turning decorations off for certain instances of a program

    Hi, I would like to have some instances of aterm placed on my desktop without any decorations. I would probably fire those up through ~/.xinitrc. But after that I want every new aterm instance to have the decor of fluxbox. And to make things even more difficult: I have set aterm to be grouped together by fluxbox but I want the aterm-instances with decor not to be grouped together with those instances without the decor.
    Anyone still with me? :>
    I am thinking the easiest way would be to run a little script in ~/.xinitrc that turn the decors off, fires up some aterm instances using the "-name" option (so that those aterms won't be grouped together with the aterms started later on) and to have the script turn the decor back on then.
    First of all: does anyone have a better, more elegant idea?
    And then I guess I could use some help with the script, cuz I don't really know how to have a bash-script check a text file for a certain pattern (across three lines), to change the existing pattern or write it if it doesn't exist and then to either change the pattern again or deleting these three lines out of a textfile (not touching the other lines in the same textfile).
    Hope someone can help me. :>
    A huge thx in advance

    Lol, I am a retard. :>
    Alright, I knew about the apps file and the deco option I guess my actual question was to ask for help for that script (I wanted that script to edit ~/.fluxbox/apps for me sothat aterm would be generally decorless, then fire up some aterms and then change the apps-file back to what it was before).
    But what was I thinking, I totally don't need such a script. Here's how I do that now: I start those aterm instances I want to be displayed without decor with aterm's "-name superdupername"-option and put "superdupername" (well actually I call it 'aterm-root' ) into the apps file to have that generally without decor.
    It's as easy as that. I dunno why I wanted to make it so complicated with a script in the beginning.
    Anyhow, thanks for everyone who read it and iphitus for the nice response!

  • Apparently Sync Manager is turned off for syncing my contacts and calendar to using Blackberry Desktop Software - how can I switch it ON?

    I upgraded to Mac OS 10.9 a few months ago.
    Up till then I was happily able to sync mac Contacts and Calendar to my Blackberry Curve 9320 via Blackberry's Desktop Manager (for Mac).
    Since upgrading the software tells me to that Mac Sync Manager is turned off.  I know it isn't because everything else is syncing.
    When I hunt through your support I find that there are solutions for this problem for other Mac OS versions but not for Maverick, so please tell me how I can once again use my business phone happily as I did before upgrading!
    Many thanks
    Janet

    From
    http://btsc.webapps.blackberry.com/btsc/viewdocument.do;jsessionid=B786F9DEB73FE BE22A4D2F911A97BC3C?externalId=KB35311&sliceId=2&cmd=displayKC&docType=kc&noCoun t=true&ViewedDocsListHelper=com.kanisa.apps.common.BaseViewedDocsListHelperImpl
    BlackBerry Desktop Software utilizes Apple's SyncServices technology in order to synchronize Contact, Calendar, Notes, and Tasks information to and from the Mac computer.
    BlackBerry Desktop Software synchronizes information with the SyncServices database, which is synchronized with the desktop applications on the Mac computer (for example: Apple Address Book, iCal, Apple Mail, Microsoft Outlook for Mac). BlackBerry Desktop Software does not synchronize directly to or from the desktop applications on the Mac computer.
    Mac OS X Mavericks v10.9 and later does not use SyncServices, therefore, it is not possible to synchronize Contact or Calendar information using the BlackBerry Desktop Software on these versions of OS X.
    For more information on SyncServices and OS X Mavericks, see the following Apple Support article:
    http://support.apple.com/kb/HT5847
    Note: BlackBerry Desktop software 2.4 is still supported for use with Mac OS X v10.6, 10.7, and 10.8.
    Pete

  • SDM Debug mode

    Hello ,
    I have started Debug mode ON for SDM and after that SDM is not starting ...
    Does anyone know how to make Debug mode OFF for SDM ??
    Thanks!
    Amit

    Thanks Sunil for your response but I forgot to state that I tried JCMON as well.  Though, this time I tried to stop a debug session and I receive the following error:
    ERROR [disable debug session] (rc=-1)
    Internal program error
    Any ideas?

  • Switch off debug mode

    Hello,
    I was in transcation SE16 and switched the debug mode on for deleting a table entry. Now I have finished and want to deactivate the debug mode that no fuirhter editing of table entries is possible. What I have to do?
    Regards
    Philipp

    Hi Philip,
    As you are telling it is SE16, only way would be System --> Status --> Double click on Program Name. (SAPLSETB).
    Once the program is displayed, you can goto Utilities --> BreakPoints --> Display all.
    Also, once the display of break points appear, click on the option that would show All the Break-Points of the program.
    As you have told that you have even tried logging off and log back in, and as you had set the break-point using /H, i dont think you would be able to debug the transaction again without /H, philip, Kindly check is you are able to debug (I mean does the transaction SE16, goes in to DEBUG mode, when you excute it?).
    Best Regards,
    Ram.
    Edited by: ram Kumar on Dec 19, 2008 12:08 PM

  • Switch to debugging mode

    I need to debug my application, I've already set the debug mode ON as well as the restricted load balancing, but when I try to debug the application, it says that the j2ee engine server node should be in "Debugging", how can I change that??

    Hi Fran
    Where did you set the debug mode ON?
    How many instances of the J2EE you are running on the server?
    Clearly the error says that you have not started your J2EE engine for debug mode.
    If you have multiple instances see that you set the debug mode on on the instance where you have deployed
    Regards
    NagaKishore V

  • Server Error Running in Debug Mode

    Has anyone been able to run EA in debugging mode with the J2EE 1.4 application server?
    When I try, here's what happens:
    1. The server is stopped in preparation to run in debug mode
    2. The server restarts
    3. Before deployment the server dies with this error message:
    java.io.IOException. Unable to connect to admin-server ...
    This is for port localhost:4848

    There are a couple problems with debugging in EA:
    1) The debug port may be in use. Sounds like what you may be seeing. Assuming you're running on Windows, run "netstat -ano" to find out if port 1044 is in use. That's the debug port.. Kill the process that is using the port. This may require a reboot if the owner is System.
    2) The second problem is that on Windows, you may only be able to debug once without restarting the server. Non-Windows doesn't have this problem. The plan is to fix this in a future release.

  • St03 identify a transaction performed in debug mode

    Dear All,  on a SAP ECC 6.0 would it be possible to identify in the statistical data using transaction st03 if any transaction was performed in debug mode? for example using the  "/ h" mode.
    thanks for all
    Edited by: massimo perrella on Jan 21, 2010 2:54 PM
    Edited by: massimo perrella on Jan 21, 2010 2:59 PM

    Hi,
    Whenever you execute any activity in the process tree, you will find that activity log (protocol log) will be generated in front of the activity.
    Click on the logs , on the subsequent screen you will find the name of the program (in the header) related to that particular activity.
    Thanks
    Isha

  • How to start weblogic in debug mode from BEA WebLogic Eclipse plugin

    I have a problem making weblogic work with eclipse3.1. I am using a BEA WebLogic plugin to handle weblogic (start/stop) from eclipse. However I want to debug my application and I am unable to figure out a way to start my weblogic in debug mode like we do in WSAD. I tried using some other plugins also but no luck. Please suggest me a plugin to handle this or any other way of debugging my application from eclipse. I am using weblogic 8.1.

    Hi,
    Dev Environment
    weblogic eclipse plugin 2.0 beta
    weblogic server 8.1
    eclipse 3.1.1
    Created a server that i would like to deploy my EJB so that i can put break points on my EJB in eclipse.
    How do i do it?
    I managed to deploy an ear (containing the ejb) directly to the weblogic installed folder and it deployed the ejb. But the breakpoint set in eclipse is not triggered. Of course in this case as weblogic server is running the .ear file deployed manually in the file system.
    Any help is appreciated.
    Mel

  • Invalid Timestamp for scheduling instance in CMC and InfoView (BOXIR2)

    Dear all,
    I have one issues which was regarding the scheduling timestamp for webi instance. My environment was using LINUX OS and BOXIR2 SP2. In InfoView & CMC, i was setted my preference time zone to Hong Kong time. However, instance timestamp for webi report instance in InfoView was showing the correct timestamp which following the LINUX server local date and time. However, when preview it in CMC it will shows -8 hours different.
    I was trying to change the preference time zone in both CMC and InfoView to "Local to the web server". however both of the report schedule instance was showing -8 hours different with LINUX server time.
    When i preview the webi report's objects properties in CMC, it have a "UTC" which located under the object created date time. For eg:
    Locale: English (United States)
    Created: Wed Dec 03 11:33:29 UTC 2008
    Created by: Administrator
    Last Modified: Tue Dec 15 02:05:22 UTC 2009
    This issues does not exist in Crystal Report scheduler instance.
    Appreciated if anyone faced this issues before can provide some solution.
    Thank You.
    Regards,
    CK

    Hi,
    Just wondering, did i need to check on the tomcat server timezone setting as well? If yes, how i can check on the tomcat timezone setting?
    My BOXIR2 was installed on the LINUX OS.
    Thanks.
    CK

  • Enable the Debug mode for Dispatcher and Server0.

    Hello All,
            In our EP server 7.0(stand alone java) apart from SDM we need to enable the Debug mode for Dispatcher and Server0.I tried to do it from mmc but cannot do so.When I try to right click & enable from mmc the "Enable Process" is not highlited,it is disabled.How Can I enable the the Debug mode for Dispatcher and Server0?

    Hi
    Goto Configtool Select Instance_IDxxxxx on the right side you can see "Servers Debug" tab, select that and choose, enable debug and debuggable options.
    Save the settings.
    Then expand the above mentioned node and select Server_IDxxxxxxx , you will see a tab Debug select it and choose, enable debug and debuggable options.
    Save the settings.
    After it is done, take a restart of the instance. This should help you.
    Regards
    Rahul

  • Enabling debug mode for j2ee engine

    hi,
    I would like to enable the debug mode for my j2ee engine (installed on a remote host)
    I followed already the below mentioned steps, but I was not successfull
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/40e1407e858031e10000000a1550b0/content.htm
    In the NWDS I see always that the Productive Use is enabled (YES). How can I switch this field to NO?
    kind regards
    Michael

    Here the steps...
    1.     login to config tool
    2.     access serverX node
    3.     select debug manu
    4.     select all 3 option(checkbox)
                      "DebugMode" -> "yes"
                      "DebugPort" -> "50021"
                      "Debuggable" -> "yes"
    5.              restart engine.

Maybe you are looking for

  • Calling report from forms while running the application from thin clients

    I am using thin client technology with 64MB RAM for running developer 6i application. The server has windows 2000 advanced server with 256 MB RAM. When I run the apllication from a single client, it works fine even for multiple windows. But the momen

  • Obtaining client certificate in servlet using apache + tomcat

    Hi, I'm porting a webapplication from Javawebserver to Apache/1.3.6 (Win32) mod_jk mod_ssl/2.2.6 OpenSSL/0.9.2b The application needs to get the client certificate hash code. Using Javawebserver I used request.getAttribute ("javax.net.ssl.cipher_suit

  • Adobe Interactive Forms via Mail and PI.

    Hi All, We are currently implementing an adobe interactive forms scenario (offline) at our customer. The initial scenario was the folllowing 1. PDF is generated on the CRM system and downloaded towards the clients PC 2. PDF is adjusted by enduser 3.

  • Best keyer for FCP?

    Is there any great FCP plugins for keying? I now use Shake wich has a very good keyer, but it is VERY timeconsuming when I have to export, render etc plus that Shake isn´t realtime. Can i pull great keys with other plugins than Shake?

  • Animating through Actions Panel

    General Question: How can I access Symbols on Stage so I can  Manualy code JavaScript functions to Animate them? My goal is to code everything in the main Action panel like how ActionScript codes run the functions to animate Symbols on Stage on addEv