About the Content Tracker Logging Service

Managing Content Tracker 8-81

8.6.2 About the Content Tracker Logging Service

The Content Tracker logging service is a single service call SCT_LOG_EVENT that allows an application to log a single event to the SctAccessLog table. The service may be called directly via a URL or as an action in a service script. It may also be called from IdocScript using the executeService function. The calling application is responsible for setting any and all fields in the service DataBinder that are to be recorded, including the descriptive fields listed in the Content Tracker SctServiceFilter.hda configuration file. The SCT_LOG_EVENT service copies information out of the service DataBinder. This data is inserted into the SctAccessLog table in real time using the Content Tracker specific services sequence numbers and a type designation of S for service. Manual andor scheduled reductions are only required to process the static URL access information gathered by the web server filter. See Web Server Filter on page 8-11. PNE_GET_SEARCH_RESULTS Core Server Search SearchFieldMap ResultSet SearchFieldMap 3 dataFieldName 6 255 dataLocation 6 255 accessLogColumnName 6 255 MiniSearchText LocalData extField_1 TranslatedQueryText LocalData extField_2 IsSavedQuery LocalData extField_7 end GET_FILE Core Server Content Access GetFileFieldMap ResultSet GetFileFieldMap 3 dataFieldName 6 255 dataLocation 6 255 accessLogColumnName 6 255 RevisionSelectionMethod LocalData extField_1 Rendition LocalData extField_2 end Note: There should be no duplication or conflicts between services logged via the service handler filter and those logged via the Content Tracker logging service. If a service is named in the Content Tracker service handler filter file then such services are automatically logged so there is no need for the Content Tracker logging service to do it. However, Content Tracker will make no attempt to prevent such duplication. Service Entries Field Map ResultSets 8-82 Application Administrators Guide for Content Server

8.6.3 Managing Service Call Information