Salesforce

What is MSASSignals log entry type?

« Go Back

Information

 
TitleWhat is MSASSignals log entry type?
URL NameWhat-is-MSASSignals-log-entry-type
Article Number000156862
EnvironmentProduct: OpenEdge
Version: 11.7 and later
OS: All supported platforms
Other: PASOE (Pacific Application Server for OpenEdge)
Question/Problem Description
What is MSASSignals log entry type?
How to add MSASSignals log entry type?
Is MSASSignals only available for PASOE?
How to capture signal activities for PAOSE instance?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
MSASSignals will log any signal activity as long as the logging level is set to 2 or higher.
The property has to be added to agentLogEntryTypes. 
There is no need to set the level high to get messages about signals.
After the property is set it should not generate significant amount of logs as there’s not much that goes on in the way of signals.
The log file should not grow extensively.

Go to the PASOE instance directory \conf\openedge.properties:

[AppServer.SessMgr.oepas1]
    agentLogEntryTypes=ASPlumbing,DB.Connects, MSASSignals
    agentLogFile=${catalina.base}/logs/oepas1.agent.log

Restart the PASOE instance, so the signal activity will start to be reported to the agent log file.
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 6:54 AM

Powered by