StreamStudio Collector configurations > Linking the Collector archive > Limiting the search results to the current application domain

Limiting the search results to the current application domain
If one Collector archive is shared by several application domains, a Collector user can by default access all documents (created via all application domains) in this Collector archive.
You can limit the search results to the documents created via the application domain that a Collector user is currently logged in to, preventing the user from accessing documents created via the other application domains.
To limit the search results to the current application domain
1
<StreamServe installation>\StreamServe\Applications\Service Gateway\<Version>\webservices\wsconfigurationservice.xml
2
Change the domainLock attribute to true in the following section:
<webservices>
<webservice type="http://schemas.streamserve.com/uid/
service/repositoryarchivewebservice/1.0">
<parameters>
<parameter name=
"domainlock" value="true"/>
<!-- Limit search to local domain -->
</parameters>
</webservice>
</webservices>
3
Note:
OpenText StreamServe 5.6 Updated: 2013-03-01