Consultor Eletrônico



Kbase P117605: Adapter for SonicMQ: How to Configure the log files for the ClientConnect and ServerConnect "-SMQCon
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/05/2010
Status: Unverified

GOAL:

How to Configure the log files for the ClientConnect and ServerConnect "-SMQConnect" Adapter for SonicMQ Connection Models

GOAL:

How to configure the -SMQConnect log files

GOAL:

How to configure the cc*.log files for the Adapter for SonicMQ

FACT(s) (Environment):

SonicMQ
OpenEdge 10.1x
All Supported Operating Systems
OpenEdge 10.2A

FIX:

The brokerLogFile and SrvrLogFile are configurable from the JavaTools.properties located in:
%DLC%\properties
By default, these are set to the working directory.
Example for contents of Adapter.CC.cc1 section of JavaTools.properties file which sets the logging level to 3, the server log file to E:\wrk\progress\V102A/cc.server.log and the broker log file to E:\wrk\progress\V102A/cc.broker.log on Windows

[Adapter.CC.cc1]
brkrLogAppend=0
brkrLogEntries=1
brkrLogEntryTypes=
brkrLoggingLevel=3
brkrLogThreshold=0
brkrNumLogFiles=3
brokerLogFile=E:\wrk\progress\V102A/cc.broker.log
description=SMQ-ClientConnect Adapter
infoVersion=9010
initialAdptrThreads=5
maxAdptrThreads=20
maxClientInstance=10
minAdptrThreads=2
srvrLogAppend=0
srvrLogEntryTypes=
srvrLogFile=E:\wrk\progress\V102A/cc.server.log
srvrLoggingLevel=3
srvrLogThreshold=0
srvrNumLogFiles=3
srvrStartupParam=
workDir=E:\wrk\progress\V102A

Please make a backup of the JavaTools.properties file you can restore for the case of a typo before making any change.