BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Issue: Intermittent "The external credentials in the SSO database are more recent" errors #307

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Deployments randomly fail at SSO deployment with "The external credentials in the SSO database are more recent".

Try rolling back CreateFieldInfo flag from SSO_FLAG_NONE to SSO_FLAG_FIELD_INFO_SYNC. Refactor internal SSO settings management code and make SSO COM objects static.

This work item was migrated from CodePlex

CodePlex work item ID: '10520' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@2/12/2014] Resolved with changeset 74548: Roll back SSO field flag change to try to fix random credential error (#10520)

tfabraham commented 6 years ago

[tfabraham@2/14/2014] ** Closed by tfabraham 2/12/2014 11:26 AM

tfabraham commented 6 years ago

[UnknownUser@2/14/2014]

tfabraham commented 6 years ago

[UnknownUser@2/14/2014]

tfabraham commented 6 years ago

[UnknownUser@2/14/2014] Associated with changeset 74567: Refactor SSO code and make COM object refs static to fix random credential error (#10520)

tfabraham commented 6 years ago

[UnknownUser@2/17/2014] Associated with changeset 74574.

tfabraham commented 6 years ago

[UnknownUser@2/17/2014] Associated with changeset 74575.

tfabraham commented 6 years ago

[UnknownUser@2/18/2014] Resolved with changeset 74581: Add retry logic for SSO writes and unit tests (#10520)