book
Article ID: KB0078811
calendar_today
Updated On:
Description
This article describes how to configure a custom user account to run scheduled updates instead of the default system account scheduledupdates@SPOTFIRESYSTEM
Resolution
This can be done by editing the Web Player service configuration (see the
Manually Editing the Configuration files reference). In the 'Spotfire.Dxp.Worker.Web.config' file, locate 'customAccount' and specify the username along with the domain, in order to use that account instead of scheduledupdates@SPOTFIRESYSTEM to run scheduled updates.
<scheduledUpdates concurrentUpdates="2" updateIntervalSeconds="60" useKerberos="false" customAccount="username@domain">
For example, for a database user: customAccount = "user@SPOTFIRE"
These are the requirements for that custom account:
- The account specified in the customAccount must have the following library permissions:
- Browse & Access permissions to the analysis.
- Permissions to access the folders that hold the information object.
- Permission to access the data source object.
- The account specified should be part of 'Scheduled Updates Users' group
Issue/Introduction
This article describes how to configure a custom user account to run scheduled updates instead of scheduledupdates@SPOTFIRESYSTEM