|
How do I set up PortalServer to use ART viewer when rating with Phoenix Webservices?
|
|
PortalServer does not have a configuration for ART as it utilizes whatever is set up for Phoenix webservices. To configure PHX webservices to allow for ART viewer make the following changes in the C: \Program Files \AMS Services \PhoenixLinkWebService \bin \ArtExecute.exe.config file. <applicationsettings> <artexecute.properties.settings> <setting name="ArtViewerOutput" serializeas="String"> <value>True</value> </setting> <setting name="ArtViewerPath" serializeas="String"> <value>C: \Program Files \Allenbrook \ART \</value> </setting> </artexecute.properties.settings> </applicationsettings> Modify the value of ArtViewerOutput to True from False and set the ArtViewerPath to the path that ART is using. Ensure that the security settings will allow for access.
|