"Maximum Number of Briefcases Per User Reached" Error When Syncing File to iModel Hub #60
-
Hello, I am encountering an issue while trying to sync a file to iModel Hub. The process fails with the following error message:
From my understanding, it seems that the limit for the number of briefcases associated with my user account has been exceeded. However, I haven't found a way to resolve this or manage existing briefcases effectively. Questions: What is the maximum number of briefcases allowed per user, and is there a way to increase this limit? Thank you! Enclosed is the log file |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello, thanks for reaching out!
You are right, you have reached a limit of the briefcases per user. Current limit is 100 briefcases per user.
You need to release the briefcases which you are not using. Please leverage Release iModel Briefcase API to release unused briefcases.
Yes, the guidance is to reuse the acquired briefcase. That is, you pull the changes from the iModels Service (iModelHub) and push your changes to iModels Service. The next time you run the sync, you reuse the same briefcase acquired earlier to pull and push the changes. From the error message and the logs I see that you are using a deprecated API and SAML authorization. Please prioritize upgrading your application to use the new API - iModels API. Let me know if you need any other information on this issue. |
Beta Was this translation helpful? Give feedback.
-
Hello Robert, Thank you for your prompt and detailed response! After clearing all briefcases, our syncs are now functioning normally again, which is great news. Your guidance on managing and reusing briefcases has been very helpful. Regarding the deprecated API and SAML authorization, we’re a bit unsure about this. We're using the iTwin Synchronizer to sync our files and are confident that we’ve already updated it to the latest version for our connectors. Could you clarify if there might be any additional steps or configurations we need to check to ensure full compliance with the latest iModels API? |
Beta Was this translation helpful? Give feedback.
-
Which version of iTwin Synchronizer are you leveraging? iTwin Synchronizer version 1.1.506 and above uses new iModels API. |
Beta Was this translation helpful? Give feedback.
Hello,
thanks for reaching out!
You are right, you have reached a limit of the briefcases per user. Current limit is 100 briefcases per user.
BriefcaseId's are a limited resource thus they need limits per user to not grow uncontrollably.
You need to release the briefcases which you are not using. Please leverage Release iModel Briefcase API to release unused briefcases.
Yes, the guidance is to reuse …