Log settings drop down disabled in SAP Maangement Cockpit

Hi All,
I have deployed my Service Manager 4.2 application in the SAP Management Cockpit.
While working we saw some fields are not coming from SAP to Syclo, hence we thought to enable the logs for the same .
In SAP Management cockpit I found the drop down to select teh log traces are disabled.
Please guide me how can I enable the traces so that I can generate the log files .
Thanks and Regads
Neha Mahanty

Hi Neha,
I am also wondering answer for this but If you want to enable the log for Agentry application, It also can be done forcefully by doing changes in AgentryLogging.ini file.
Please follow the below steps to enable Agentry log in SMP-3.0.
     1. Stop the SMP server.
     2.Go the the below specified folder.
          {SMP installation folder}\Server\configuration\com.sap.mobile.platform.server.agentry
     3. Open AgentryLogging.ini file in edit mode.
     4. Please add the following settings.(logging level.separate file required or not)
               [Log Settings]
                   server=5.Y
                    angel front end=5.Y
                    user.*=5.Y
                    server.backend.httpxml-2=5.Y
                    server.backend.java-1=5.Y
                    angel front end.connection.*=5.Y
                    server.thirdpartypushservice.apns=5.Y
     5. After saving, restart the SMP server.
Now when you work with Agentry application you could see logs in the Agentry log folder.
Thanks,
Sudhir.

Similar Messages

  • Drop Down Menu in SAP Transaction

    Hello Experts,
    In SAP transaction FPCJ-->To Cash Desk --> there is a parameter check payment  I need to change this to a drop down can anyone guide me through this, Do I need to use exits? what is the best FM to create this drop down in this case?  please post message for a dummy abaper since I don't have much experience, I'll appreciate all the help, thanks.

    Hi,
    Go though the link to understand how to implement drop down list.
    http://sap.niraj.tripod.com/id38.html
    Regards,
    Jey

  • Network settings drop down box won't go away without force quit.

    When I click on network settings for any reason a drop down box appears that says "Your network settings have been changed by another application". The only option given is to click "OK". When I click "OK" the box goes up and immediately comes back down, over and over again. It will not go away until I force-quit system preferences. Any Ideas what's going on?

    Hi Clyde,
    To stop the pop-up, Go to System Preferences: Security. Check the box next to "Require password to unlock each secure system preference." Then lock Security.
    Try this cure for Security update...
    http://discussions.apple.com/thread.jspa?threadID=1730909&tstart=0
    The locations are actually...
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    /Library/Preferences/SystemConfiguration/com.apple.nat.plist

  • Drop down box in SAP QUERY

    Hello Friends,
    I have developed a SAP QUERY using SQ01, SQ02, SQ03. It displays an ALV output.
    Now for some particular fields, I want a drop down box in the output ALV. Since in SAP QUERY output alv and final table runs at runtime I am not able to put any of two options I have i.e. VRM_SET_VALUES or DROP_DOWN_HANDLE.
    Can you suggest me the way with which I can display a drop down in the output ALV.
    Please revert if the questions seems confusing.
    Thanks,
    Harjeet

    Dear Sai,
    The Data provider should be the same which is being used by the table and more over you have an option of Read mode over there to display the values in the report based on the Dimension Table values or Posted values or Master data table values.
    Moreover in the specific properties panel of the Drop down, you need to mention on which characteristic you want the drop down box.
    Post back if your issue doest resolve.
    Cheers
    Gattu

  • Admincm.cmd cant open on PCM and schedule tab drop down disabled

    I installed PCM 13 successfully and did not received any error, MSServer 2008 was installed including all database. Im running also the PCM without any problem in internet explorer, admin and user logon. PCM is working fine except on connection from PCM-P6. I did configured the P6 and its fine. but on PCM, when i right click on the project title for project settings, the schedule tab is disbaled on schedule where supposed to have a drop down list. I check all the forums and it says that it can be configured using the adminmc.cmd that can be seen at the contract management installation folder. but even the admincm.cmd cant open. it just open a dos window but close for about 1 second. I tried to capture the image for you to see it
    http://i149.photobucket.com/albums/s59/blade052003/PMCPROB.png
    can anyone help me?
    thanks in advance

    can anyone help me on this?did i missed something???

  • Drop down menu in sap personas ?

    Hi,
    Can we able to create drop down menu in Personas. Can you guide me on this topic.
    Regards,
    Sivaganesh

    Hello Sushant,
    Ya iam aware on that but I was expecting Drop down menus like the below one,
    Iike HTML dynamic menus, is there any feature or a way to do those in personas. That's my question.
    Regards,
    Sivaganesh

  • Drop down values from SAP

    Hi,
    Is it possible to get F4 help in webdynpro input fields.
    Thanks & Rgds,
    Atul Sable

    Yes, there is.
    If you press Alt-KeyboardDown or Alt-KeyBoardUp, you will be able to see the dropdown expand. You need to navigate to it using the tab key.
    All the keyboard mappings can be found in the Sap_urMapi<Browser>.js (mine is Sap_UrMapi_1e6) file that you can access by saving the webdynpro page with your web browser. You can probably google for the keycode values that you are interested in ( 35 is CtrlEndKey, 38 is arrowUp, etc ).
    Hope that helps.
    ( relevant fragment is below )
    function sapUrMapi_ComboBox_keydown(sId,e) {
         var o=sapUrMapi_ComboBox_getObject(sId);
         if (o.isdsbl) return;
         if (e.keyCode==9) {
              if(o.open) sapUrMapi_ItemListBox_selectHoveredItem(o.lid, oPopup.frame.window.document,e);
              if (o.hbtn) sapUrMapi_ComboBox_toggleButton(sId,false);
              if (o.isdd) sapUrMapi_ComboBox_addClass(sId,"urCoB1Hv",false);
              if (oPopup!=null && o.open) sapUrMapi_ComboBox_hideList(sId);
              return;
         if(e.altKey && (e.keyCode==40||e.keyCode==38) ){
              if(o.open) sapUrMapi_ComboBox_hideList(sId);
              else sapUrMapi_ComboBox_showList(sId,e);
              return;
         if(e.keyCode==40 || e.keyCode==38 || e.keyCode==33 || e.keyCode==34 || e.keyCode==35 || e.keyCode==36){
              if(o.open) sapUrMapi_ItemListBox_keydown(o.lid, oPopup.frame.window.document, e );
              else{
                   sapUrMapi_ItemListBox_setParentId(o.lid, sId);
                   sapUrMapi_ItemListBox_setSelectedKey(o.lid,o.key,document,false);
                   sapUrMapi_ItemListBox_keydown(o.lid, document, e );
              e.returnValue=false;
              return;
      if (e.keyCode==27 && o.open) {
              o.txt.value=o.main.getAttribute("va");
           sapUrMapi_ComboBox_hideList(sId);
           sapUrMapi_ComboBox_focusDdlb(sId,e);
           return sapUrMapi_cancelEvent(e);
      if (e.keyCode==13 && o.open) {
              sapUrMapi_ItemListBox_selectHoveredItem(o.lid, oPopup.frame.window.document,e);
           sapUrMapi_ComboBox_hideList(sId);
           sapUrMapi_ComboBox_focusDdlb(sId,e);
           return sapUrMapi_cancelEvent(e);

  • Drop Down Lists, and other Problems after upgrade

    Noticed the problem on http://www.autotrader.com/cars-for-sale/?expandAllOptions=true&Log=0
    Drop down lists do not respond they way they did last week - before 36.0.1 upgrade.
    Choose a brand, and then you are supposed to be able to select from a list of models. Not happening.
    I have several of the privacy add-ons (see below) but they have not changed with the upgrade (unless they too were upgraded automatically.)
    FF is becoming less and less of a joy to use as the years go by.

    Note that your System Details list shows that you have a user.js file in the profile folder to initialize prefs each time Firefox starts.
    The user.js file is only present if you or other software has created this file and normally it wouldn't be there.
    You can check its content with a plain text editor (right-click: "Open with"; do not double-click).
    The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
    You can delete the user.js file if you didn't create this file yourself.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Windows hides some file extensions by default.
    Among them are .html and .ini and .js and .txt, so you may only see file name without file extension.
    You can see the real file type (file extension) in the properties of the file via the right-click context menu in Windows Explorer.
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved

  • KM navigation iview - how to disable folder drop down menu?

    Hi all!
    Portal version: EP7 SP9; I am trying out KM navigation iview opportunities.
    My goal is to create an iview where user can only download folder items (files); and in the same time I would like to disable all the drop-down menus there.
    For example, folder itself has a drop-down menu; also there is one for each of the files. So, is it possible disable/remove these associated drop-down menus for each accordant item within KM navigation iview?
    All ideas/comments will be appreciated!
    Thanks,
    --- Kaspars

    Hi,
    Probably yo mean the hover menu next to the displayname of a resource.
    KM navigation iview has a layoutSet associated (see PCD property layoutset). Find the layoutset in System Admin -> System config -> KM -> Content management -> User Interface -> Settings -> LayoutSet (click <i>show advanced options</i> if you did not so). Here you have some collectionRenderers and resourceRenderers set.
    The hovermenu represents the commands for the resources itself, so you click the resourceRenderer. Here yo can see a property called <i>Command display</i>. Set it to <b>off</b>. Now the menu should be not visible for the resources in KM navigation.
    To setup which commands should be visible you have to set <b>Command Groups</b>. For more info see:<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/233f989a5ba64fa44ed6e0823286ee/frameset.htm">SAPHELP: Commands and Command Groups</a>
    Hope this helps,
    Romano

  • How do I remove an entry from the "Store Files" drop down list in the "Import Settings" section of Aperture 3.3.2

    The dropdown list "Store Files" in the "Import Settings" section of Aperture 3.3.2 displays the history of the entries previously added to the list. Some of the entries are no longer valid and I'm trying to delete them but I can't find a way to do this. This is a screenshot. Does anyone know how to do this?

    Once again - the Jive system ate my bullet points and messed up the formatting
    Is the MacOS X version in your signature correct? Then you cannot be using Aperture 3.3.2?
    You should not be seeing duplicate entries in the "Store Files" pop-up menu. This looks like your Aperture Preferences file is corrupted and needs fixing.
    Quit Aperture (and log off and on again, if you are running MacOS X 10.7 or later)
    Then reveal your User Library (from the Finder's main menu bar, the "Go" menu. Hold down the options-key until the library apears in the drop-down menu)
    In the Library folder select the "Preferences folder and locate the file "~/Library/Preferences/com.apple.Aperture.plist"
    Now you can either
    remove the com.apple.Aperture.plist file to the Desktop, to force Aperture to create a new one, but you will have to set again your Preferences from the "Preferences" panel,
    or make a backup copy of the file and edit it, if you are an experienced programmer and have Xcode installed. To fix the drop-down list you need to edit the item "RecentReferenceFolders" and delete the redundant folder names. Enter "recent" into the search field to find it quickly. If you click an item in the list, plus/minus buttons should appear. But only try this, if you know how to edit property lists, otherwise it will be much safer to delete the faulty list and to set your preferences again from the "Preferences" panel.
    Regards
    Léonie

  • No logical sytem found in the drop down under SAP authentication in CMC

    Hi Swapna,
    This is quite simple. Click on New and enter the following information:
    System e.g TS6
    Client e.g. 800
    Application Server e.g. yourservername
    System number e.g. 00
    Username e.g. Crystal
    Password e.g Password
    and Language e.g. EN
    Press Update and and go to the Role Import tab. Import your role and don't forget the set the checkbox Enable SAP Authentication under the Options tab when using sap authentication.

    Hello,
    We are trying to integrate existing BO environment in our company with existing BW installation.
    BO Environment - 3.1
    BW/ECC Environment - (BW - BI 7.0 SP20, ECC 6.0)
    So got the pre-requisites completed and the transports imported into both BW and ECC environments. Upon these steps we went ahead and installed the integration kit for 3.1 system.
    There were no error messages, after we completed the installation went into infoview and in the authentication drop down checked to see if I can get "SAP" in there....which it did. So, I am assuming there were no issues till this point which we might have missed out.
    Upon this, when I went into SAP authentication in CMC and double clicked on SAP and in the next screen clicked on "NEW" and added in the application server, system number, id and password and updated it...this automatically updated the logical system.
    But when I go into the role import, it gives me the following error message....
    Exception in JSP: /jsp/auth/sapsec_import_role.jsp:22:19:20: <%21:string context.........lot of other message
    The only thing is we have not assigned the CRYSTAL_ENTITLEMENT role to it as we are at this point only trying to see if we can log into webi...
    Can you please help me out on this.
    Thanks
    Dharma.

  • Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certif

    Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certificate ______ cancel ______ continue....  This thing is so annoying when trying to go somewhere i just want the error message to go away.

    In your Keychain under 'login' delete the VeriSign certificates and then quit and restart all browsers/itunes/app store.
    http://apple.stackexchange.com/questions/180570/invalid-certificate-after-securi ty-update-2015-004-in-mavericks

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • How to add drop down list for query manager report in sap business one

    Hi Every one,
    I need drop down list for parameter selection in sap business one Query Manager.I have two Parameters 'Sales Order','Invoice'.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    you need to use this :
    /*select from [dbo].[OINV] T2*/
    DECLARE @Invoice varchar(100)
    /*where*/
    set @Invoice =/* T2.DocNum  */N'[%2]'
    you can change the tables and the parameter number but you have to write it exactly that way.
    when you run the query within the SBO you will get list of objects ( in this case list of invoices)
    hope it was helpful
    Shachar

  • In the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    in the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    cc2014,
    Have you selected an image?
    Unless a good explanation appears, you may start onthe list below.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

Maybe you are looking for