ContributionsMost RecentMost LikesSolutionsRe: Looking for information on SoapUI Open Source and Oracle Java Licensing. Yes, that is how I understand it. Re: Viewing the subscription(s) of others I can't see any way to get a report or even see what subscriptions a user has defined. Suggest the feature request in the Feature Request forum: Collaborator Feature Requests | SmartBear Community Since you know which user is being added, as Administrator you could view that user's preferences and forcibly change their subscriptions through the WebUI. Re: Looking for information on SoapUI Open Source and Oracle Java Licensing. If the bundled JRE is installed it will be found in the "jre" subdirectory of the SoapUI installation. Run "jre\bin\java -XshowSettings:properties -version" and look for the java.vendor string. SoapUI-5.7.0 had a java.vendor of "Oracle Corporation" SoapUI-5.7.1 had a java.vendor of "BellSoft" Re: Collaborator instability XSRF relates to Cross-Site Request Forgery. (The code is just going to get a new token and retry the request.) This is not going to be the cause of your problem. Look in the collab.log for any errors or warnings. Create a case at https://support.smartbear.com/collaborator/message/ , provide a zip file with the logs and configuration files, and we can take a look: *.log *.vmoptions tomcat/logs/* tomcat/conf/* Re: How to delete my account from smartbear community? Send an email to team@smartbear-community.com Re: How to migrate Code Collaborator database from MySQL 5.6 on RedHat to MySQL 8.0 on Ubuntu? When doing a migration consider that you are installing the Collaborator application moving the database moving content cache The easiest way to do this is to export a migration dump file on your source machine, install Collaborator on your destination machine, create a new empty database, and then import the migration dump file into the new empty database. To do that you must use the same version of Collaborator on both source and destination machines. When exporting the migration dump file, you will specify to perform a complete system dump. This copies the database into the zip file. You will also specify to include file contents. This copies the content cache into the zip file. (For those who haven't read it) see this article: https://support.smartbear.com/collaborator/docs/server/admin-tasks/backup.html#migrate There shouldn't be any problems going from MySQL v5 to MySQL v8 but see the article about setting up for MySQL: https://support.smartbear.com/collaborator/docs/server/install/db/mysql.html The dump file is DB-agnostic. It merely represents the tables in an XML format. Re: Dismiss Review / Commit Files - message The Dismiss link is a reminder to the Author, once the review has been completed, to go commit the files in the source code control system. See this article: https://support.smartbear.com/collaborator/docs/web-client/action-items.html This doesn't show up if Collaborator is connected to a repository. Re: Chromium embedded Content Detected issueRe: SSO configuration Azure AD Check the contents of the SAML Metadata endpoint in the Collaborator server: https://support.smartbear.com/collaborator/docs/server/admin-tasks/single-sign-on/saml.html The EntityID is the URL of the Collaborator server. I believe the Reply URL is the ACS endpoint in Collaborator. The Azure AD (Microsoft Entra) docs https://learn.microsoft.com/en-us/entra/identity-platform/reply-url indicate that the authentication response coming from Entra should be directed to the Reply URL. The Collaborator ACS endpoint handles the authentication responses from the IdP. (This is only my understanding based on limited experience.) Re: Review Subscriptions & Role Changes Bit of background: A user can subscribe to a particular author's reviews and be added to the reviews in a chosen role. Every time there is a change made to the participant list in a review, Collaborator has to go check to see if there are any subscriptions from any users which now apply. You've subscribed to be an Observer but as soon as your role is changed it is immediately changed back to Observer because your subscription is in effect. "Review Subscriptions" are part of a user's preferences: https://support.smartbear.com/collaborator/docs/web-client/manage-acc/user-prefs.html#review-subscriptions You can change your role in the review only as long as the subscription doesn't apply. So, for example, if you change the Author of the review then you can change your role. But as soon as you change the Author back, your subscription will force your role back to Observer.