Checkin ID Not Found Error

Checkin ID Not Found Error

Comments

  • Hello,

    After refactoring some of the projects within my repository, I’m receiving a prompt with the following message when attempting to commit changes. Is there any way to resolve this or insight into why the commit failed?

    [b]Error[/b]: The Commit Failed With Errors.

    [b]Message[/b] : Checkin with ID R-000609 not found

  • Hello,

    This error message is commonly associated with a Decisions object existing in two completely separate projects, one existing in a project stored on the repository server and the other in the project being pushed from your app server. This causes a conflict in where the Repository attempts to update the items repository project, referencing the revision ID of the objects app server project.

    This can occur as a result of modifying Decisions objects to be a part of another project on the app server or repository server without ensuring that the object has been deleted or removed from its previous project on the server to receive the change.

    More information regarding the specific Decisions Objects at issue can be found in the [b]primary.log[/b] file stored at the folder path [b]C:Program FilesDecisionsDecisions Services ManagerLogs[/b] on your app server. Following the below directions will allow to more easily locate this information in the logs

    1. Reattempt the commit to the repository
    2. Navigate to [b]C:Program FilesDecisionsDecisions Services ManagerLogs [/b]on your app server and open the [b]primary.log[/b] file in notepad or notepad ++
    3. Scroll all the way to the bottom of the file to review the most recent log message.
    4. If the most recent log message doesnt reference the failed commit, we can locate the correct log message using the CTRL+F keyboard shortcut to search for log messages containing the failed revision ID as shown below.
      [color=rgb(127, 140, 141)][font=Roboto][img]att1[/img][/font][/color]
Sign In or Register to comment.