zoukankan      html  css  js  c++  java
  • [新特性]PeopleTools8.54+:PeopleSoft Application Engine新特性

    PeopleTools 8.54 的Application Engine 已经被更新,特别是在AE跟踪设置中有了更多的选项,本文将帮助您了解8.54的新AE特性以及如何使用这些特性。

    AE trace文件分割

    你可以设置AE trace文件的大小。当文件大小超过定义的文件大小值时,文件将关闭,日志将转移到一个新的文件。默认大小为20MB,最大可以是1500MB。以下参数都在psprcs.cfg中

    参数----AETFileSize

    ;-------------------------------------------------------------------------
    ; AE Trace file size
    ; This parameter is used to specify max size (in MBs) of the AE trace file
    ; Min value - 20 (Default)
    ; Max value - 1500
    ; if value is less than 20, default max file size is set to 20 MB
    ; if value is greater than 1500, default max file size is set to 1500 MB
    AETFileSize=20

    AE trace 文件的命名约定

    AE trace文件的命名将包含日期和时间戳。

    AE 程序的 section trace

    在以前的版本中,trace文件包含了AE程序的所有输出,在使用PeopleTools8.54+之后,你可以选择trace 文件输出不同的section.

    参数----TraceAEEnableSection

    ;-------------------------------------------------------------------------
    ; If set to Y, section level trace will be enabled.
    ; If set to N, section level trace will be disabled and AE traces will be controlled by TraceAE setting only.
    TraceAEEnableSection=N

    AE trace 文件将包含peoplecode 和 SQL的输出

    你可以将PeopleCode和SQL的跟踪文件输出合并到AEtrace文件中。如果以下参数设置为Y将会被合并到AET文件中。否则将会出现PeopleCode和SQL的跟中文件,trc文件和AET文件在同一目录下。

    参数----TraceAECombineOuutput

    ;-------------------------------------------------------------------------
    ; If set to Y, PeopleCode and SQL trace output will be merged into AET file.
    ; If set to N, PeopleCode and SQL trace output will be in .trc file in the same directory as AET file.
    TraceAECombineOutput=N

    想要了解更多可以关注公众号“萧闹闹”

    如果感到对您有帮助没准儿你就会赞赏,iOS 专用赞赏通道:

  • 相关阅读:
    201871010115 马北 《面向对象程序设计(java)》 第67周学习总结
    201871010115马北《面向对象程序设计(java)》第一周学习总结
    《面向对象程序设计(Java)》第四周学习总结
    201871010115——马北《面向对象程序设计JAVA》第二周学习总结
    第十一周作业
    《面向对象程序设计(java)》第十周学习总结
    201871010115 马北 第八周作业
    FPGA开发全攻略——FPGA发展以及赛灵思系列产品
    嵌入式系统词汇表
    FPGA开发全攻略——FPGA内部结构
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7402442.html
Copyright © 2011-2022 走看看