I check all my snapshoots on volumes.everything is OK
i try get-smbackup and get-smbackup -secondary
there are last jobs which we dont have it anymore
Then i used the command
Remove-SmBackup -BackupIds string -DeleteSecondaryMetadata
so i cleanup my get-smbackup -secondary.
and then i try to Get-SmBackupReport -policy "BP_COP_Simple"
Remove-SmBackup -BackupNames "RG_COP_SimpleDB_fbcopsrv01_09-21-2018_15.15.57.9560"
and check in snapcenter under monitor in job which backup blocked the snapshoots.
2018-11-12T12:36:19.9981841+01:00 INFO SnapManagerWeb_15316 PID=[3488] TID=[122] Skip delete, ComponentId 12806 from backup 1236 is archived.
i make a command
Remove-SmBackup -BackupIds 1236 -DeleteSecondaryMetadata
and then again
Get-SmBackupReport -policy "BP_COP_Simple"
policy is now without snapshoots so he can be deleted.