I am having issues with CA Harvest SCM Workbench and CA SCM Administrator with one of the Active Projects. Users can check out for browse, reserve, etc., but *cannot* un-reserve or check-in Harvest items.
E03020054: The package named ********* is being used by Checkin . Client: /pt_HClient://****************/****** Server: /pt_HServer://****************/*****
E03060003: Could not update 892 object in SCM Repository:
Any suggestions?
Release : 13.0.3
Component : CA HARVEST SCM CORE FUNCTIONALITY/PROCESS AUTOMATION
Looks like you’ve got a locked package. Can you try unlocking to see if that clears the error? Here’s where you can read about the hpkgunlk command: https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/harvest-scm/13-0/command-reference/get-started-with-ca-harvest-scm-commands/hpkgunlk-command-unlock-package.html
Don’t forget to check the “hpkgunlk.log” file after running the command to confirm that it worked ok. The easiest way to do this:
On Windows:
hpkgunlk "my package name" -b brokername -en projectname -prompt & type hpkgunlk.log
On Linux/Unix:
hpkgunlk "my package name" -b brokername -en projectname -prompt ; cat hpkgunlk.log