- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone,
I have a problem with checking out and checking in a file from and to Autodesk Vault.
For the check-out I am using "FileManager.AcquireFiles(...)" and for the check-in, I am using "FileManager.CheckinFile()". The problem is that I can do the following workflow with the Vault Api only once for a new file: Checkout -> File modification -> Checkin. For some reason, my program leaves its thread the second time I am trying to check out the same file. I realized that although the first check-in worked and the file was properly displayed as checked-in via the Vault Client the property "Checked out" still shows a time stamp. I am not quite sure why it seems so hard to do a "simple" check-out and check-in with this API.
I hope some of you understand my issue because I am not sure how to explain it in a more comprehensible way.
Maybe you have a well-documented sample where this process is shown.
Thanks in advance and best regards.
Solved! Go to Solution.
