Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use the forceSync command to force the resynchronization to DMC DB using the files that are currently active in the workspace. The command will help to resynchronize the changelog with the DMC backend and to correct the issues with status that may arise when an old or non-standard version of the changelog has been used to determine the status.

...

Prerequisites for using Force Sync

  • The forceSync command must be in the context of a project that is already registered with the Deployment Monitoring Console. Configuring a Project to Use the DMCDB

  • If the project is configured to use Runtime Credentials, ensure that the appropriate environment variables are set with credentials for the DMCDB

    • DMC environment variables

...

Code Block
# Change to the project directory
cd /path/datical/myProject

# Execute the Command
hammer forceSync

OR or use the --project CLI parameter to indicate the project for which you want to run the command without changing directory

...