-
Any idea what this validation failure is about and/or how to solve it? Validation Failed: iTwinId was not properly set up in the checkpoint |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This error occurs when the iTwinId stored in the version of the iModel that you downloaded is different from the iTwinId that you passed to the downloadBriefcase call. How old is this iModel? Have you downloaded a briefcase for this iModel successfully recently? The preferred way to fix this would be to try and clone the iModel to a new one. Since the 'iTwinId' property has had more than one name over the years its possible that this iModel does not even have the iTwinId property stored in it. |
Beta Was this translation helpful? Give feedback.
This error occurs when the iTwinId stored in the version of the iModel that you downloaded is different from the iTwinId that you passed to the downloadBriefcase call. How old is this iModel? Have you downloaded a briefcase for this iModel successfully recently?
The preferred way to fix this would be to try and clone the iModel to a new one. Since the 'iTwinId' property has had more than one name over the years its possible that this iModel does not even have the iTwinId property stored in it.