Products | Versions |
---|---|
Spotfire Web Player | 7.0 and lower |
Spotfire.Dxp.Web.SiteManager - Failed to initialize the Scheduled Updates System.ComponentModel.Win32Exception (0x80004005): Logon failure: the user has not been granted the requested logon type at this computer
Apply the following hotfixes (or later) and enable the old behavior by adding in the 'explicitLoginOfWindowsIdentity' and setting it to 'true'.
Minimum required hotfixes:
Update the web.config by adding the following attribute to the scheduledUpdates node:
<spotfire.dxp.web>
...
<setup>
...
<scheduledUpdates ... explicitLoginOfWindowsIdentity="true">
Note for TIBCO Spotfire 6.5 and 7.0:
In TIBCO Spotfire 6.5, the Scheduled Updates user is only logged in if delegated Kerberos is enabled, i.e., when Windows authentication is enabled in IIS for the application and when the Spotfire impersonation is turned off. For 6.5 and the future this setting should no longer be used, instead it is recommended to allow the account to login (even though the configuration setting will still be maintained).