Installing OnePlace Solutions on Citrix / Terminal Services
By default, when installing OnePlace Solutions in a Terminal Services or Citrix environment, OnePlace Solutions will load for all users, connected to the Citrix server.
The following procedure details how to configure OnePlace Solutions to only load for a subset of users (either by naming specific users for inclusion or exclusion).
- When a user starts the OnePlace Solutions application the UserAvailabilityList.xml file will be detected and user inclusion/exclusion will be evaluated.
- Decide which approach works best in your situation, either to exclude named users (applications will not load for), or to include named users (applications will load for).
Please note, it is only possible to use individual user credentials. Not an AD group.
Release 6.6 and older :
The file name in R6.6 and older is : OnePlaceMailUserAvailabilityList.xml.
Location: C:\ProgramFiles\Scinaptic
When upgrading, this file needs to be changed to UserAvailabilityList.xml and stored in the new directory. C:\Program Files\OnePlace Solutions
Instructions on how to create the List for Release 7.x
1. Create an xml file called UserAvailabilityList.xml. Save this to the program installation directory on the server. This will typically be C:\Program Files\OnePlace Solutions.
2. Copy and paste from the appropriate example xml file content below and modify to list your users to include/exclude.
It is possible to edit the userList within the xml file to select which program the add in appears in, or does not appear in.
This is achieved by specifying the application attribute with one of the following valid application values:
Outlook | Word | Excel | Explorer | RightClickSendTo | AdobeReader | AdobeAcrobat | LiveClient
<configuration>
<userList listType="inclusion">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="LiveClient">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="RightClickSaveTo">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="Explorer">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="Outlook">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="Excel">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="PowerPoint">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="Word">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="AdobeReader">
<user name="scinaptic\tech11" />
</userList>
<userList listType="exclusion" application="AdobeAcrobat">
<user name="scinaptic\tech11" />
</userList>
</configuration>
OnePlaceMail R6.1 - R6.6
For versions from R6.1 through to R6.6, OnePlaceMail will by default, be installed for all users, unless a file named OnePlaceMailUserAvailability.xml is created.
Similarly, the list can be created based on whether to include or exclude named members (OnePlaceMail will not load for) or to include named members (OnePlaceMail will load).
1. Create an xml file named OnePlaceMailUserAvailabilityList.xml. This should be stored in C:\Program Files\Scinaptic\Scinaptic OnePlaceMail.
Copy and paste from the appropriate example xml file content below and modify to list your users to include/exclude.
When a user starts Outlook the OnePlaceMailUserAvailabilityList.xml will be detected and user inclusion/exclusion will be evaluated.
<?xml version="1.0"?>
<userList listType="inclusion">
<user name="scinaptic\testuser1" />
<user name="scinaptic\testuser2" />
<user name="scinaptic\testuser3" />
</userList>
<?xml version="1.0"?>
<userList listType="exclusion">
<user name="scinaptic\testuser1" />
<user name="scinaptic\testuser2" />
<user name="scinaptic\testuser3" />
</userList>