Page 1 of 1

OM.APPL Application Li Errors in Fatal Log

Posted: Wed Sep 20, 2006 9:20 am
by alfista
Has anyone seen these errors in their fatal log? I've done a couple of searches of the forums but there doesn't seem to be much discussion on the subject.

ERROR Application Li(Application Li) Tue Sep 19 22:59:00 2006
[OM.APPL 1004] Error occurred in UAL_INIT command error=653
Pid of logging process: 2198

SERIOUS ERROR Application Li(Application Li) Tue Sep 19 22:59:00 2006
[OM.APPL 1006] Assured delivery user UniversalListener has not been configured correctly
Pid of logging process: 2198

Thanks,

Jason

Posted: Wed Sep 20, 2006 10:03 am
by Valerion
This means that there's an error in the setup for the Application Link Server. This service has been deprecated quite some time back. You can safely ignore this.

To get rid of the messages, do

Code: Select all

omoff -d0 -w applink
omsetsvc -i applink

Posted: Wed Sep 20, 2006 10:15 am
by alfista
Thanks Valerion! I'll implement this fix right away. Appreciate the quick answer.