Client Automation - Restore Software Delivery when it has "Lock by Move" state.
search cancel

Client Automation - Restore Software Delivery when it has "Lock by Move" state.

book

Article ID: 43573

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

How do I solve this issue  if a PC has a Locked by MOVE issue under  All Computers in DSM Explorer

Environment

Client Automation - All Versions

Resolution

In this case you can just select all machines locked by MOVE in All Computers in DSM Explorer,

Right-click on them and select 'Abort Pending Move Operation'.

 

There is also a SQL script that will unlock all machines that are stuck in Locked by Move:

USE mdb

UPDATE usd_v_target

SET locks = 0

Additional Information