Intermittent Exception from IItemManager.fetchCompleteItem
![]()
IItemManager.fetchCompleteItem is throwing an intermittent exception. . The code is attempting to lookup a baseline. Given a valid snapshot UUID, the second line sometimes fails. The first line is able to find the handle, but the fetchCompleteItem sometimes fails reporting that the item does not exist. Trying again later with the same UUID later typically works. Is the code below not using the API as it was intended?
Here is the exception:
Are there situations that could cause an item to appear not to exist? |
Comments