Skip to main content
Version: 10.3

SOLIDWORKS Cloud

Introduction

Open iT supports 3DEXPERIENCE SOLIDWORKS usage reporting. The following sections will guide you on the required configuration for license manager utility polling and poll parsing.

Requirements

note

For a comprehensive Entitled User Sign-in Signals portlet report, make sure that the Microsoft Entra HR Roster collection is configured properly, as it plays a crucial role in providing essential sign-in data.

Getting the Platform ID in 3DEXPERIENCE

The Platform ID is a unique identifier for your 3DEXPERIENCE platform (tenant). It is required when configuring connections, authenticating, or integrating with the platform.

  1. Open your 3DEXPERIENCE platform in a web browser.

  2. Log in using your administrator credentials.

  3. Check the URL in the address bar.

    The Platform ID is typically part of the URL.

    Example
    https://mycompany-platform.3dexperience.3ds.com

    In this example:

    Platform ID = mycompany-platform

    note

    The Platform ID is typically part of the platform URL but may exclude regional or infrastructure suffixes (such as -eu1 or -us2). It is unique to each organization and may follow different naming conventions or patterns. If you are unsure of the Platform ID, verify it with your administrator or IT team.

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.

For this collection, the data source is through an API. The data collector/preprocessor initiates the license status utility every hour using a 5-minute sample interval, triggering the data collection process. The license status utility requests the current license usage data from the license manager portal. After the license manager portal provides the requested data, the license status utility passes this information to the data collector/preprocessor. The data collector/preprocessor processes the data, preparing it for transmission. Finally, the preprocessed data is sent to the Core Server every night, according to the client's timezone, for further storage, completing the license usage data collection and processing.


License Manager Utility Polling Workflow through API

License Manager Utility Polling Workflow through API

This will produce the following aggregated data types used for historical reporting:

warning

Apply the configurations shown in the Open iT Core Client.

Setting up SOLIDWORKS Cloud Data Collection

These are the required steps to set up data collection from the 3DEXPERIENCE portal.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Set the username, password, and platform ID, run the command:

    Command Syntax
    genlicutil2 solidworks --config
    note

    If you need to collect data from more than one Solidworks account, use the --account parameter when running this command. This allows you to create separate credentials for each account.

    Command Syntax
    genlicutil2 solidworks --config --account <account_name>

    where <account_name> is the name of the account you want to use for data collection.

    Example
    genlicutil2 solidworks --config --account acct1
  4. Type in the username (or email) for accessing the 3DEXPERIENCE platform when prompted.

    Example: Entering Username
    Enter username to use: john_doe@example.com

    then press Enter.

  5. Type in the password for the user account to be used for accessing the 3DEXPERIENCE platform when prompted.

    Example: Entering Password
    Enter password: **********

    then press Enter.

  6. Type in the platfrom ID of the 3DEXPERIENCE when prompted.

    Example: Entering Password
    Enter Platform ID: n0000000000000

    then press Enter.

    note

    Open iT saves the hashed Solidworks credential file, Solidworks, in the OpeniT directory, which is by default in C:\ProgramData\OpeniT. When you use the --account parameter, Open iT appends the account name to the credential file (for example, solidworks_acct1). This allows each Solidworks account to maintain its own credentials within the same directory.

Optional Parameters
ParameterDescription
--account <account_name>Use this to specify the account you want to use for data collection.
--debugUse this to turn on debug logging.
-h, --helpUse this to display help text.
Optional Parameters

Configuring Data Collection

These are the required steps to activate collection of usage data.

  1. Go to the Components directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\Components, and back up the licpoll.xml configuration file.

  2. Open a command prompt with Administrator level privileges.

  3. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  4. Once in the directory, copy the object node genericlicense-sample and rename it to your desired name. In this example, we will use solidworks. Run the command:

    Command Syntax
    openit_confinit -c "licpoll.license-types.genericlicense-sample=>licpoll.license-types.solidworks"
    warning

    Element names cannot contain parentheses ( or ) because they are not valid for XML element names.

  5. Activate the collection of SOLIDWORKS Cloud data, run the command:

    Command Syntax
    openit_confinit -c "licpoll.license-types.solidworks.active=true"
  6. Set the arguments to the status command, run the command:

    Command Syntax
    openit_confinit -c "licpoll.license-types.solidworks.status-command.arguments=solidworks"
    note

    If you have multiple Solidworks accounts, repeat the configuration steps to create additional object nodes for each account. Use a unique name for every node (for example, genericlicense-solidworks1, genericlicense-solidworks2, and so on) and specify the corresponding account in the status-command arguments.

    Example for acct1
    openit_confinit -c "licpoll.license-types.genericlicense-solidworks1.status-command.arguments=Solidworks --account acct1"

    This ensures that Open iT collects data separately for each configured Solidworks account.

  7. Run the following command to update the configuration files:

    Command Syntax
    openit_confbuilder --client

    Make sure no errors are encountered.

Advanced Configuration

Refer to the SOLIDWORKS Cloud Data Collection Configuration table to learn more about SOLIDWORKS Cloud configuration in licpoll.xml.

Object NameAccepted ValueDescription
activeBoolean (true or false)Setting this to true activates SOLIDWORKS Cloud usage data collection.
typeString (i.e., GenericLicense)The license manager type.
intervalTimespan (e.g., P30S, P5M, P1H)The span of time between each polling round (it is recommended to set a value no less than P1M).
offsetTimespan (e.g., P30S, P5M, P1H)The span of time the aligned poll time decided by interval is shifted.
product-nameString (e.g., server;daemon)This object is defined if a vendor license name other than the default GenericLicense=%hosttype% will be used.
license-serverString (e.g., WIN-HOST01)The SOLIDWORKS Cloud license server name.
status-commandFileName (i.e., ${OpeniT.directories.bin}/genlicutil2)The binary used to obtain status from the license manager.
status-command.argumentsString (i.e., solidworks)The arguments used for the status command.
SOLIDWORKS Cloud Data Collection Configuration

Verifying Data Collection

After configuration you can verify that the data is collected by following these steps:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
    openit_licpoll -# 1
  4. Verify that the temp directory, which is by default in C:\ProgramData\OpeniT\Data\temp, contains a LicPoll directory containing .data and status-*log files.

  5. Verify that the .cookie file exists in the OpeniT directory, which is by default in C:\ProgramData\OpeniT.

Configuring Poll Parsing

Open iT supports 3DEXPERIENCE SOLIDWORKS product assignment reporting by poll parsing.

For this collection, the data source is through an API. The license status utility/data preprocessor requests the product assignment and inventory information from the license manager portal every midnight, triggering the data collection process. After the license manager portal provides the requested information, the license status utility/data preprocessor processes the data, preparing it for transmission. Finally, the product assignment data is sent to the Core Server for further storage, completing the product assignment data collection and processing.


Product Assignment and Inventory Data Collection Workflow

Product Assignment and Inventory Data Collection Workflow

This will produce the following aggregated data types used for historical reporting:

warning

Apply the configurations shown in the Open iT Core Client.

Setting up SOLIDWORKS Cloud Data Collection

These are the required steps to set up data collection from the SOLIDWORKS Cloud portal.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
    openit_solidworkscloud.exe --init
  4. Type in the username (or email) for accessing the 3DEXPERIENCE platform when prompted.

    Example: Entering Username
    --- SolidWorks Cloud Credentials Setup ---
    Enter username to use: john_doe@example.com

    then press Enter.

  5. Type in the password for the user account to be used for accessing the 3DEXPERIENCE platform when prompted.

    Enter password: **********

    then press Enter.

  6. Type in the platfrom ID of the 3DEXPERIENCE platform when prompted.

    Enter platfrom ID: **********

    then press Enter.

    note

    Open iT saves the hashed SOLIDWORKS Cloud credential file, credential.json in C:\ProgramData\OpeniT\Data\var\Solidworks\.

Optional Parameters
ParameterDescription
--platformid <platform_id>Use this to specify the unique identifier of the 3DEXPERIENCE platform to connect to.
-t <temp_dir>, --tempdir <temp_dir>Use this to specify the path to directory where the program will store temporary files. The default value is C:\ProgramData\OpeniT\Data\temp\SolidWorks.Cloud.
-o <outdir>, --outdir <outdir>Use this to specify the path to directory where the program will save its output. The default value is C:\ProgramData\OpeniT\Data\temp\SolidWorks.Cloud\out.
---headless {true,false}Use this to activate headless browser mode, where:
<options> - true or false; the default mode is true.
--datatype {subscription,user}Use this to specify the datatype to collect and parse.
--login-timeout <seconds>Use this to specify the maximum time to wait for login (in seconds). The default value is 30. The minimum value is 30, and the maximum is 180.
-b <browser>, --browser <browser>Use this to specify which common playwright-supported browser to use (e.g., -b firefox, --browser firefox). The system will automatically install the specified browser if it is not present in the local setup; the default browser is Chromium. You can use Chromium, WebKit, or Firefox.

Make sure that the browser you choose is not blocked or restricted by endpoint security policies, firewalls, or application whitelisting tools in your company's environment.

Firefox browser support relies on a Windows API component that is available in newer Windows versions. On systems where the required library is not present, commands that use the --browser firefox parameter may not execute successfully. Ensure that the target environment meets the operating system requirements before using this option.
--browserpath "<browser_path>"Use this to specify the full path to a local browser executable (e.g., --browserpath "C:/path_to_browser/browser.exe"). Applicable to Google Chrome and Brave browsers.
-d, --debugUse this to turn on debug logging.
-h, --helpUse this to display the help text.
Optional Parameters

Activating Data Collection

These are the required steps to activate collection of SOLIDWORKS Cloud data.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the collection of SOLIDWORKS data, run the command:

    Command Syntax
    openit_oconfinit -u "collect_license_solidworks-cloud.root.scheduler.jobs.collect_solidworks.general.active=true"
Advanced Configuration

The collection runs every midnight by default. To configure the intervals, locate the instances attribute under collect_solidworks or transfer_solidworks_parsed in the same file and configure the attributes.

Refer to the SOLIDWORKS Job Scheduler Instances Configuration table to learn the attributes used to configure SOLIDWORKS data collection and transfer.

Attribute NameAccepted ValueDescription
max-instancesUint (e.g., 5, 8, 9)The number of instances allowed to run at the same time.
max-handlingString (end-oldest, end-all-old, or end-new)The action done upon reaching the maximum number of instances:
  • end-oldest - Specify this option to stop/kill the oldest instance and start a new one.
  • end-all-old - Specify this option to stop/kill all running instances before starting the new one.
  • end-new - Specify this option to prevent a new instance from starting.
end-timeoutTimespan (e.g., P30S, P5M, P1H)The maximum waiting time before terminating a running instance.
quarantineTimespan (e.g., P30S, P5M, P1H)The waiting time before starting a new instance after a previous one.
SOLIDWORKS Job Scheduler Instances Configuration

Verifying Data Collection

After configuration, you can verify that the data is collected by following these steps:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
    openit_solidworkscloud.exe
  4. Verify that the temp directory, which is by default in C:\ProgramData\OpeniT\Data\temp contains a SolidWorks.Cloud directory. Confirm that this directory includes the session_state.json file and an out subfolder containing .data files.

Sample Reports

Historical Reports

License Entitlements Overview

This report provides a detailed view of license entitlements per package, including license type, maximum available licenses, and subscription validity.

It offers several key benefits:

  • Centralized License Visibility – Gives a clear overview of all licensed packages, making it easy to track what is available across vendors and environments.
  • Accurate Entitlement Tracking – Displays maximum available licenses per package, ensuring alignment with purchased entitlements.
  • Subscription Monitoring – Highlights license end dates, helping you stay ahead of expirations and renewals.
  • License Type Insights – Differentiates between named user and token-based licenses, supporting better management strategies.
  • Capacity Awareness – Helps identify which licenses have limited availability and may require expansion.
  • Audit & Compliance Support – Provides documented proof of entitlements and subscription details for audits and vendor reviews.
  • Proactive Renewal Planning – Enables early action on upcoming expirations to avoid interruptions in access.

License Manager Utility Polling Workflow through API

License Entitlements and Subscription Details

Max Available vs Max in Use

This sample report compares max in-use licenses against max available licenses.

It offers several key benefits:

  • Optimized License Allocation – helps ensure you are not over-purchasing licenses you don't need or under-provisioning.
  • Cost Savings – identifies opportunities to downgrade or redistribute licenses, reducing unnecessary expenses.
  • Usage Trends & Capacity Planning – shows peak usage patterns, allowing better forecasting for future needs.
  • Avoiding Service Disruptions – helps prevent situations where users cannot access software due to reaching the license limit.
  • Compliance & Audit Readiness – provides a usage record to ensure compliance with vendor agreements and avoid penalties.
  • Performance & Productivity Insights – helps assess whether certain teams or departments are under-utilizing or over-utilizing software.

License Manager Utility Polling Workflow through API

Max Available vs Max in Use Licenses per Feature

Feature Elapsed Time per User

This sample report gives you helpful insights into software use, performance trends, and user behavior.

It offers several key benefits:

  • User Efficiency Analysis – tracks how much time users spend on specific features to help assess productivity.
  • Identifying Workflow Issues – highlights any delays or inefficiencies in processes that could be improved.
  • Usability & UX Insights – points out features that take longer to use, which could indicate design or functionality improvements.
  • Training & Support Guidance – helps identify users who might need extra training to use a feature more effectively.
  • Compliance Tracking – makes sure users are spending the right amount of time on regulated tasks.
  • Resource & License Optimization – finds underused features or areas where too much time is spent, helping with better resource allocation.

License Manager Utility Polling Workflow through API

Feature Elapsed Time per User

Real-time Reports

License Monitor Portal

This sample report shows a drilled-down feature view of the online licenses in use and the licenses available.

Drilled Down Feature View

Drilled Down Feature View


Portlet Report

This report shows the most recent sign-in activity of entitled users per package and vendor license, based on the latest RunEtl processing.

  • Recent Activity Monitoring – Tracks latest user sign-in based on processed data, providing up-to-date (but not real-time) visibility.
  • Automated Alerting – Sends email notifications after RunEtl, reducing the need for manual monitoring.
  • Threshold-Based Tracking – Supports configurable inactivity thresholds to flag users based on recency of access.
  • Feature-Level Activity Insights – Shows which specific packages or features users last accessed.

Entitled User Sign-in Signals

Entitled User Sign-in Signals

Next Steps?