This error means that an attempt to tag a call has failed and that any Life Cycle reports are unlikely to have call recording links for the call. The issue can occur for several reasons in an Oaisys call recording integration environment:
Error although in some scenarios can be ignored.
Call link might not appear in the Life Cycle report.
The log can't be made to go away as there's no way to predicate who will get the notification first. As a mitigating measure, there's a call tagging retry mechanism in the enterprise server. Usually the second tag attempt will succeed meaning the link will still appear in the lifecycle report. To enable tagging retries, add number of tag attempts and wait interval between each attempt (in milliseconds) to the appSettings section prairieFyre.Services.EnterpriseServer.exe.config.
To do this from the CCM server go to %installDir%/ProgramFiles/PrairieFyre/CCM/Services/EnterpriseServer/prairieFyre.Services.EnterpriseServer.exe.config
First create a backup of the config file and name it .bak. This will be used in the event the system rejects the config file changes made. Next right click on the .config file and open with notepad and insert the settings as seen below. Please be aware that these config files are very case and character sensitive.
<appSettings>
<add key='MainTimerInterval" value="250"/>
...
...
<add key="MitaiLinkerPortIgnoreList" value=""/>
<add key="CallRecordingTagAttempts" value="3"/>
<add key="CallRecordingTagWaitInterval" value="1000"/>
</appSettings>
CCM