Exception "1405" when finding Item Revisions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am using Vault 2020 and have created a PowerShell script to collect information about a specific Item.
The call I am using is ItemService.FindItemRevisionsBySearchConditions and it is successful for most Items, but I have found 2 instances where I am getting the following:
Exception calling "FindItemRevisionsBySearchConditions" with "5" argument(s): "1405"
At C:\Temp\FindItemMaster.ps1:25 char:1
+ $searchResults = $serviceManager.ItemService.FindItemRevisionsBySearc ...
Interestingly when I try to browse to these Items in Vault Item Master I get the same error message:
Error 1405 Item version identified incorrectly. Please refresh and try again.
Because I can't browse to these Items, I can't see the details to diagnose or even delete them to re-enter.
Any suggestions on how to rectify this issue?
Thanks.