J'avais le message d'erreur suivant:
The operation could not be completed because the item is not checked out.
Après quelques vérifications, il se trouve que organizational hierarchies devrait être checked-out en tout temps. Alors, j'ai identifié l'ID du compte admin en exécutant cette commande:
SELECT UserID, UserName, RoleType, WindowsSecurityIdentifier FROM Reporting.SecurityUser
Ensuite, j'ai manuellement checked-out les object en utilisant cette commande:
UPDATE Reporting.ControlTreeMaster SET CheckedOutTo = '00000000-0000-0000-0000-000000000002'
Après que l'intégration soit terminée, je suis allé dans Report Designer --> Tools --> Checked Out items --> Show items from all users et j'ai Undo Checkout pour tous les objects.