Can you tell me whether enabling
'Secure Logging' in the Studio application (in the elements that collect
caller input, there's a Setting named 'Enable Secure Logging') kept the
data from going to the reporting server? I know it keeps it out of the
Activity Log.
Hi Janine,
The parameters or variables captured or created by elements are written on vxmlelementdetail table on CVP Reporting DB Server. Enabling secure logging also works on reporting data. Normally, some of the element details for a capture element are 'value', 'nbestUtterance1', 'nbestInterpration1' When the same capture element has 'Secure logging' enabled, those details' names change to 'value_secureLogging', 'nbestUtterance1_secureLogging', 'nbestInterpration1_secureLogging' respectively where all their shown varvalue are read as '*****'
Please also note that, this information is based on a lab configuration with CVP 7.02 components. Other CVP versions may or may not have the same behavior.
Benek