Symptom:
After configuring CA Adapter using the wizard, the adaptershim.ini configuration file contains the wrong parameter name and value in the section for time-based rollover of the log file, as shown in the following example:
# "LOG_FILE_ROLLOVER_INTERVAL" property specifies how often you want the log file to # rollover to the backup file. The values recognized are HOURLY, DAILY, # WEEKLY, and MONTHLY. DAILY results in the file rolling over when the first # log message is received after midnight. The time check is # based on the logged time. By default, the local time zone is used for # logging. Param2=MAX_LOG_FILE_SIZE=10000000
The value of Param2 must be LOG_FILE_ROLLOVER_INTERVAL and not MAX_LOG_FILE_SIZE.
Solution:
In the LOG_FILE_ROLLOVER_INTERVAL property section in the adaptershim.ini file, change the following line:
Param2=MAX_LOG_FILE_SIZE= 10000000
to
Param2=LOG_FILE_ROLLOVER_INTERVAL=DAILY
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|