To prevent DocuShare from sending notification emails when performing a permission change (or any other change) modify the skipTypes= entry in the subscription.properties file.
To Modify the skipTypes= entry in the subscription.properties file:
1. Stop DocuShare
2. Open Windows Explorer and browse to the \config directory
Where is your installation directory. For example C:\Xerox\Docushare
3. Make a copy of the subscription.properties file and name it subscription.propertiesorig
4. Open the subscription.properties file in a text editor such as Notepad.
5. Search for the skipTypes= entry (the default value is blank)
6. Edit the entry to one of the valid types listed below
Note: The skipTypes= entry default is blank. This property is used to specify event type(s) that will be skipped for subscription processing. Specify a string of comma separated events in a single line
Valid types are:
· OBJECT_CREATED,
· OBJECT_PROP_CHANGED,
· OBJECT_PUBLISHED,
· OBJECT_DELETED,
· OBJECT_EXPUNGED,
· LINK_CHANGED,
· OBJECT_ACL_CHANGED,
· OBJECT_OWNER_CHANGED,
· OBJECT_CLASS_CHANGED,
· OBJECT_RESTORED,
· DOCUMENT_LOCKED,
· DOCUMENT_UNLOCKED,
· LOGIN_SUCCEEDED,
· LOGIN_FAILED,
· SUBSCRIBE_DAILY,
· SUBSCRIBE_WEEKLY,
· CLASSES_CHANGED,
· CLASS_LABEL_CHANGED,CONFIG_CHANGED
Example: skipTypes=OBJECT_PROP_CHANGED
7. Save the changes you have made to the subscription.properties file.
8. Start DocuShare.
Solution Published: April 28th, 2015
Solution ID: 624
Keywords:
skipTypes
disable
stop notifications