zoukankan      html  css  js  c++  java
  • Log Viewer: Overview issue

    Symptom

    NWA -> Troubleshooting -> Logs and trances -> log views

    Log Viewer: Overview

    Connection refused

    Log files are not loaded yet. Press Refresh after short time.

    Resolution

    AS Java Monitoring and Logging parametrization best practice
    2577844 - AS Java Monitoring and Logging parametrization best practice

    The parameters below should be used with an up to date SAP Kernel.

    • Go to your system profile at /usr/sap/<SID>/SYS/profile/ and add the lines below in the files mentioned along side the paramaters. In case the parameters exist already in the profile with different values, comment/delete the existing parameters and add the ones below.
    • In DEFAULT Profile file 

      service/protectedwebmethods = SDEFAULT -GetVersionInfo -ListLogFiles -ReadLogFile -ParameterValue -J2EEGetProcessList -PerfRead -MtGetTidByName -UtilSnglmsgReadRawdata -getTidsByName
      • In Instance Profile File -

        jstartup/service_acl = service:*; library:*; interface:*; sap.com*; com.sap*
    • Restart the SAP service with one of the ways below:

                   

      • SAP Management Console -> right click on the [SID] -> All Tasks -> Restart Service
         
      • Terminal command sapcontrol -nr <Instance Number> -function RestartService

    Result

     

  • 相关阅读:
    shared_ptr weak_ptr boost 内存管理
    _vimrc win7 gvim
    qt 拖放
    数学小魔术 斐波那契数列
    qt4 程序 移植到 qt5
    (转)字符串匹配算法总结
    c++11
    BM 字符串匹配
    编译qt5 demo
    c++ 类库 学习资源
  • 原文地址:https://www.cnblogs.com/weikui/p/13724156.html
Copyright © 2011-2022 走看看