#
Bentley Cloud
#
Introduction
Open iT supports Bentley Cloud usage reporting. The following sections will guide you on the required configuration for
Apply the configurations shown in the Open iT client.
#
Configuring License Manager Utility Polling
Open iT polls the license servers at regular intervals to get the current status of its license use and availability. This data collection utilizes the license server's built-in license administration utility, which collects and processes license statuses for reporting. This will produce the following aggregated data types used for historical reporting:
- (49) Host User License Use
- (93) OLAP Raw Hourly
- (94) OLAP User Concurrency
- (95) Usergroup License Use v3.0
- (102) OLAP Total Use
#
Requirements
- An Open iT Client connected to an Open iT Server or a coexistent Open iT setup
- Activated LicenseAnalyzer collection and license poller
- Non-SSO Bentley cloud account with Administrator access to the Bentley Portal
#
Initializing Bentley Cloud Data Collection
Before configuring data collection, it is necessary to follow the steps below:
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxopenit_bentleycloud -c <bentley_admin_email> <bentley_admin_password> -s
where:
Parameters for Initializing Bentley Cloud Data Collection
Exampleopenit_bentleycloud -c jsmith@email.com bentleyAdm!n123 -s
This example initializes Bentley Cloud data collection using the administrator account jsmith@email.com with passsword bentleyAdm!n123.
Open iT saves the hashed Bentley Cloud credential file in
C:\ProgramData\OpeniT\Data\var\Bentley
.Optional Parameters Optional Parameters
#
Configuring Data Collection
These are the required steps to activate and configure collection of Bentley Cloud usage data.
Go to the Components directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\Components
, and back up thelicpoll.xml
configuration file.Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Once in the directory, activate the collection of Bentley Cloud data, run the command:
Command Syntaxopenit_confinit -c "licpoll.license-types.genericlicense-bentleycloud-sample.active=true"
Set any preferred argument for the openit_bentleycloud binary, run the command:
Command Syntaxopenit_confinit -c "licpoll.license-types.genericlicense-bentleycloud-sample.status-command.arguments=<argument>"
Optional Parameters Optional ParametersExampleopenit_confinit -c "licpoll.license-types.genericlicense-bentleycloud-sample.status-command.arguments=-t C:\ProgramData\OpeniT\Data\temp\Bentley"
Run the following command to update the configuration files:
Command Syntaxopenit_confbuilder --client
Make sure that there are no errors encountered.
Refer to the Bentley Cloud Data Collection Configuration table to learn more about Bentley Cloud configuration in licpoll.xml
.
#
Verifying Data Collection
After configuration, you can verify that the data is collected by following these steps:
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxopenit_licpoll -# 1
Verify that the temp directory, which is by default in
C:\ProgramData\OpeniT\Data\temp
, contains aLicPoll
directory containing.data
andstatus-*.log
files.
Continue reading if you need to configure log file parsing. If not, here are some
#
Configuring Log File Parsing
Open iT collects log files and converts them to Open iT format. This will produce the following aggregated data types used for historical reporting:
- (89) Total License Use Licenseevents
- (90) Individual License Use Licenseevents
- (91) Usergroup License Use Licenseevents
- (108) Host License Use Licenseevents
- (109) Hostgroup License Use Licenseevents
- (137) License Token Individual Usage
- (138) License Token Total Usage
#
Requirements
- An Open iT Client connected to an Open iT Server or a coexistent Open iT setup
- Non-SSO Bentley cloud account with Administrator access to the Bentley Portal
#
Setting up Bentley Cloud Data Collection
These are the required steps to set up data collection from the Bentley portal.
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxopenit_bentleycloudstat init --username <bentley_username> --password <bentley_password>
where:
Parameters for Setting Up Bentley Cloud Data Collection
Exampleopenit_bentleycloudstat init --username jsmith@email.com --password bentleyAdm!n123
This example sets up Bentley Cloud data collection using the administrator account jsmith@email.com with password bentleyAdm!n123.
Open iT saves the hashed Bentley Cloud credential file,
bentleycloudhistorical.ini
, in the OpeniT directory, which is by default inC:\ProgramData\OpeniT
.Optional Parameters export - use this to export Bentley Cloud data from the portal.
Exampleopenit_bentleycloudstat export <param 1> <param 2> ... <param n>
Parameters for Exporting Bentley Cloud Data
query - use this to query Bentley Cloud data from the portal.
Exampleopenit_bentleycloudstat query <param 1> ... <param n>
Parameters for Querying Bentley Cloud Data
parse - use this to parse the exported Bentley Cloud data from the portal.
Exampleopenit_bentleycloudstat parse <param 1> <param 2> ... <param n>
Parameters for Parsing Extracted Bentley Cloud Data
collect - use this to collect Bentley Cloud data from the portal.
Exampleopenit_bentleycloudstat collect <param 1> <param 2> ... <param n>
Parameters for Collecting Bentley Cloud Data
recollect - use this to recollect Bentley Cloud data from the portal.
Exampleopenit_bentleycloudstat recollect <param 1> <param 2> ... <param n>
Parameters for Recollecting Bentley Cloud Data
remove - use this to remove Bentley Cloud data from archive.
Exampleopenit_bentleycloudstat remove <param 1> <param 2> ... <param n>
Parameters for Removing Bentley Cloud Data
cleanup - use this to clean up the exported csv.
Exampleopenit_bentleycloudstat cleanup
#
Initially Collecting and Sending Bentley Cloud Data to the Server
The collect_bentleycloud.bat
script automates the initial stage of data handling by collecting data from the specified sources and sending it to the Open iT server.
This is optional. Run this if you want to collect data for an extended period (e.g., from the start of the year).
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxcollect_bentleycloud.bat --from <YYYY-MM-DD> --to <YYYY-MM-DD>
Examplecollect_bentleycloud.bat --from 2024-01-01 --to 2024-06-01
Optional Parameters Optional Parameters for Collecting and Sending Bentley Cloud Data to the Server
Verify that there are
archiver*.in
files created in the server in the archiver directory, which is by default inC:\ProgramData\OpeniT\Data\incoming\archiver
.
#
Activating Bentley Cloud Data Collection
These are the required steps to activate collection of Bentley Cloud data.
Go to the scheduler directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\scheduler
, and opencollect_license_bentleycloud.oconf
.Locate and set
root.scheduler.jobs.collect_bentleycloud.general.active
to true to activate the collection of Bentley Cloud data.collect_license_bentleycloud.oconf13| } 14| general 15| { 16| active 17| { 18| type=bool 19| value=true
Save the changes.
The collection runs daily. The primary data is then transferred to the server every night according to the client timezone for processing. To configure the intervals, locate the instances
attribute under collect_bentleycloud
, collect_bentleycloud_licenselogscsv
, parse_bentleycloud_licenselogscsv
, transfer_bentleycloud_licenseevents
, transfer_bentleycloud_token
, or cleanup_bentleycloud
in the same file and configure the attributes.
Refer to the Bentley Cloud Data Collection Job Scheduler Instances Configuration table to learn the attributes used to configure Bentley Cloud data collection and transfer.
#
Activating Bentley Cloud Data Recollection
Recollecting the Bentley Cloud data is required to ensure that the token-based data is in sync with the recalculated license information from the portal. These are the required steps to activate recollection of Bentley Cloud data.
Go to the scheduler directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\scheduler
, and openrecollect_license_bentleycloud.oconf
.Locate and set
root.scheduler.jobs.recollect_bentleycloud.general.active
to true to activate the collection of Bentley Cloud data.recollect_license_bentleycloud.oconf13| } 14| general 15| { 16| active 17| { 18| type=bool 19| value=true
Save the changes.
The recollection runs every Saturday. The primary data is then transferred to the server according to the client timezone for processing. To configure the intervals, locate the instances
attribute under recollect_bentleycloud
, transfer_bentleycloud_token_recollect
, or cleanup_bentleycloud_recollect
in the same file and configure the attributes.
Refer to the Bentley Cloud Data Recollection Job Scheduler Instances Configuration table to learn the attributes used to configure Bentley Cloud data recollection and transfer.
#
Verifying Bentley Cloud Data Collection
After configuration, you can verify that the data is collected and sent to the server by following these steps:
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxopenit_executor -r collect_license_bentleycloud
Verify that there are
archiver*.in
files created in the server in the archiver directory, which is by default inC:\ProgramData\OpeniT\Data\incoming\archiver
.
#
Sample Reports
#
Troubleshooting
This section lists possible ERRORS that may occur when running bentleycloudstat
and the suggested solutions.
#
Cannot Log In to the Bentley Cloud Portal
#
Problem
This issue may be encountered when the credentials used in setting up the Bentley Cloud data collection is incorrect, showing the error, An error occurred: Login failed. Please check your username and password
.
#
Resolution
Verify that the credentials are correct, then repeat the set up following the instructions in the
#
Cannot Collect Data from the Bentley Cloud Portal
#
Problem
This may be encountered when there is an error during log-in, showing the error, An error occurred: Waiting for selector "#HFProfileAnchor" failed: timeout 30000ms exceeds
. This may be because of a network issue or incorrect credentials used in setting up the Bentley Cloud data collection.
#
Resolution
Verify that there are no network issues and the credentials are correct, then repeat the set up following the instructions in the
#
Cannot Parse Collected Data from the Bentley Cloud Portal
#
Problem
This may be encountered when the date format from the Bentley Cloud data does not match any of the following formats:
%Y-%m-%d %H:%M:%S.%f
%Y-%m-%dT%H:%M:%S
%m/%d/%Y %I:%M:%S %p
%Y-%m-%d %H:%M:%S
%Y-%m-%d
%d/%m/%Y %H:%M:%S
%d/%m/%Y
%Y%m%d
showing an error similar to An error occurred: time data '7/15/2024 12:00:00 AM' does not match format '%Y-%m-%d %H:%M:%S.%f'
.
#
Resolution
Go to the scheduler directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\scheduler
, and opencollect_license_bentleycloud.oconf
.Locate
root.scheduler.jobs.collect_bentleycloud.operation.arguments
and set its value tocollect --add-date-format <date_format>
.
Where<date_format>
is the date format from the Bentley Cloud data.collect_license_bentleycloud.oconf48| } 49| arguments 50| { 51| type=string 52| value=collect --add-date-format "%m.%d.%Y %H:%M:%S" 53| }
Save the changes.
#
Next Steps?
Renaming Vendor License Renaming Features Create and Add Report License Monitor