Endevor B4G: Update Element failed: the element is signed out to user ######## in Endevor
search cancel

Endevor B4G: Update Element failed: the element is signed out to user ######## in Endevor

book

Article ID: 262250

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Tried to update element via Endevor Bridge for Git and found the following error:

  • The element is signed out to user ######## in Endevor

 

Environment

Release : 18.1

Endevor Bridge for Git: 2.12.5

Cause

Endevor Bridge for Git application.yml has the following setting:

 endevor:
    retries: 5
    connect-timeout-msec: 300000
    read-timeout-msec: 500000
    status-check-msec: 120000
    trim-trailing-spaces: NO_TRIM
    trimmed-types:
    ignore-empty-file-extensions: false
    retrieve:
      override-signout: true
      no-signout: true
      signin-after: KEEP_PREVIOUS
      default:
        ccid: RETRIEVE
        comment: "Bridge for Git RETRIEVE"
        to-location: Bridge for Git ${app.git-bridge.identifier}
    update:
      override-signout: false
      signin-after: ALWAYS
 

Resolution

Update application.yml and set:

 endevor:
     update:
      override-signout: true
 

This will allow user to update the element with override-signout option turned on. 

Additional Information

Check out more information in Endevor Bridge for Git Endevor Client Options