It appears when external users from other organizations are working in our hosted projectwise environment, they are consuming product licenses from our tenant even though they have their own licenses through their own tenant. Is there a way to prevent them from consuming these licenses from our tenant?
Thanks for your help,
Stephen
Hi Stephen,
Thanks for contacting Bentley Systems! If ProjectWise Explorer for the external users are activated with their own SELECT Server Site Activation key, it is required to just change the User's profile settings on that datasource from ProjectWise Administrator to select the option to "Activate and record usage through client's configured SELECT Server". Please find below documentation explaining the steps -
https://docs.bentley.com/LiveContent/web/ProjectWise%20Administrator%20Help-v9/en/GUID-6BDBACFD-B490-882C-49E6-07C6C2A6E473.html
Thank you.
Gokul,
As of version 10.00.03.434, that option is gone.
Older version dialog:
Current version (10.00.03.434) dialog:
Hi Sean,
Please be informed that there has been a new SES licensing system introduced to ProjectWise replacing the legacy SELECT Server Licensing. Please refer below documentation for more information about the same- https://communities.bentley.com/products/projectwise/content_management/b/weblog/posts/introduction-to-ses-for-projectwise-design-integrationThank you
Yeah, basically for SES licensing you handle this differently so they pulled the checkboxes from the admin interface. If you have an older Projectwise I wouldn't use 434 Admin to administer it.
you can also set this setting with powershell as a workaround if you really need the 434 Admin.
Kevin van Haaren said:you can also set this setting with powershell as a workaround if you really need the 434 Admin.
Hi kevin,
can you confirm how to configure it? I found a cmdlet but I don't know if it's the one you're talking about.
Get-PWUsersByMatch -UserName 'dave*','bryan*' | Set-PWUserLicenseSource -UseClient
Sorry for the other replies, not sure what happened but those were for a completely different conversation i was having in a completely different product.
Anyway, yes your code is correct that will set all the users matched in Get-PWUsersByMatch to use client licensing.
Will it work with logical type account or only for IMS account?