Hello there,
I have DPM 2012 and log file size 150 GB and I tried to shrink log file to updatedbo.prc_PRM_SharePointRecoverableObject_Update. And run below command
USE [DPMDB]GO
UPDATE tbl_PRM_DatasourceConfigInfo
SET ROCatalogCheckPoint = NULL
WHERE DatasourceId IN
(SELECT DISTINCT ReferentialDatasourceId FROM tbl_IM_ProtectedObject
WHERE ReferentialDatasourceId <> NULL)
GO
But nothing help Please help me