How do I set up PortalServer to use ART viewer when rating with Phoenix Webservices?

asked Sep 27 '11 at 16:38

Margaret's gravatar image

Margaret
12


One Answer:

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.

answered Sep 27 '11 at 16:45

Margaret's gravatar image

Margaret
12

updated Sep 27 '11 at 16:49

Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×2

Asked: Sep 27 '11 at 16:38

Seen: 194 times

Last updated: Sep 27 '11 at 16:49

powered by OSQA