To retrieve licensing-related diagnostic data for further analysis by Bentley Support, please perform the following steps:
Bentley Log Collector can be opened in several ways:
Open the Windows Start menu, type Log Collector, and choose Bentley Log Collector from the search results.
Open CONNECTION Client (either open Windows Start menu, type CONNECTION Client, and choose CONNECTION Client from the search results, or right-click the CONNECTION Client icon in the Windows task bar and select Open).
Click the drop-down arrow next to your initials icon in the upper right corner and select Log Collector from the drop-down list.
Run LogCollector.exe (You may also see just LogCollector if your Windows Explorer is configured to hide file extensions) directly from its default installation location, which is:
C:\Program Files\Common Files\Bentley Shared\CONNECTION Client
Click the Collect button in the window that appears.
Select location, enter a file name (please make the date part of the filename) for the logs to be collected and click Save.
After a few moments a confirmation window appears - click OK.
If the resulting logs file does not exceed 10MB, you can attach it to an email as a reply in your existing service request thread, alternatively attach them to your service request in Service Request Manager - see below.
For any files up to 20MB, sign in to Service Request Manager and attach them to your corresponding service request by following the steps described in this article.
If the resulting zip archive does not include a BeLicSvc.log file or the file contains outdated diagnostic data, please perform the following supplemental steps:
foreach ($LogFile in Get-ChildItem "$env:LocalAppData\Bentley\Licensing\Logs\BeLicSvc_*.log"){Get-Content -Path $LogFile | Out-File "$env:Temp\BeLicSvc.log" -Append};Compress-Archive -Path "$env:Temp\BeLicSvc.log" -DestinationPath "$env:UserProfile\Downloads\BeLicSvc.zip";Remove-Item "$env:Temp\BeLicSvc.log"
Note: CONNECTION Client 11.00.01.109 and later collects the BeLicSvc logs correctly, making the supplemental steps above unnecessary.
Important: The Log Collector utility is included with CONNECTION Client 10.00.13.17 and later. To manually gather diagnostic logs for earlier versions, please perform the following steps instead:
%LocalAppData%\Bentley
How to update existing Service Request