In SCI, no logs were seen in the Centralized log/Alarm folder. But logs seen in the Centralized log\Standard or Interaction or Trace folders.
I did not see any errors in the Message server logs and the connection looks ok. Also, I looked in the database for the messages that gets populated in the Alarm folder (messages with priority = 5) and I found that no messages seen in the database.
SELECT * from dbo.G_LOG_MESSAGES where PRIORITY = ‘5’ order by TIMEWRITTEN desc
Message server log:
15:21:35.975 Trc 23010 Msg(id=2929801,from=344): t=1101, pr=2, o=275, key={f=3,i=275,l=10612,s=(null)}
SCS Log:
15:21:35.960 ### LOCAL MESSAGE#=10612, 'Active Alarm ‘Gim Etl Job Completed Unsuccessfully’ created for Application ‘sac_gim_etl_81’ ’
15:21:35.960 Alarm sac_gim_etl_81 GCTI-00-04115 Gim Etl Job Completed Unsuccessfully, alarm condition(144)
15:21:35.960 ### LOCAL MESSAGE#=4115, ‘Gim Etl Job Completed Unsuccessfully, alarm condition(144)’
Sent Email for the alarm condition.
Any other suggestions on how to troubleshoot further?
Thank you.