After performing several Windows 2008 security updates last
night, one of the sites began throwing errors related to accessing
the client storage datasource, which is the default as defined by
the CF admin:
coldfusion.runtime.ClientScopeDBException: Operation failed on the DATASOURCE NAME data source.
Reason of failure java.security.AccessControlException: access denied.
Most of our sites are using this datasource for client storage, and none of them are having the issue.
Modifying the Application.cfm file to use clientstorage="cookie" got the site back up.
I then added a NEW datasource to the Client Storage list, and set the Application.cfm file to use it instead.
That works. As sson as I remove the clientstorage attribute from the Application.cfm file, the site breaks.
Short of restarting the server (which did happen last night after updates) I've restarted all IIS related services.
Any ideas??
coldfusion.runtime.ClientScopeDBException: Operation failed on the DATASOURCE NAME data source.
Reason of failure java.security.AccessControlException: access denied.
Most of our sites are using this datasource for client storage, and none of them are having the issue.
Modifying the Application.cfm file to use clientstorage="cookie" got the site back up.
I then added a NEW datasource to the Client Storage list, and set the Application.cfm file to use it instead.
That works. As sson as I remove the clientstorage attribute from the Application.cfm file, the site breaks.
Short of restarting the server (which did happen last night after updates) I've restarted all IIS related services.
Any ideas??