The Symantec Information Centric Analytics (ICA) Administrator Guide directs users to access additional online help for the REST API via the link <your_symantecICA>/restapi (where <your_symantec> is the hostname of the user's ICA application). Accessing this page returns the following error:
Server Error in '/restapi' Application
Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
The JSON binding redirect in the web.config file for the restapi page was not updated with the 6.5.4 upgrade.
To update the web.config file for the restapi page, follow this procedure:
%systemdrive%\Program Files\Bay Dynamics\Risk Fabric Server Web\restapi\
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
IISReset /STOP
IISReset /START