# Autodesk

# Introduction

Open iT supports Autodesk usage reporting by collecting data from the Autodesk Admin Portal and user workstations. These will produce the following aggregated data types used for historical and real-time reporting:

The following sections will guide you in setting up the necessary configuration to collect and send the required data to the server.

# Requirements

# Configuring Cloud Data Collection

  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_collectautodeskcloud -c "{autodesk_admin_email}" "{autodesk_admin_password}" -s

# Activating Cloud Data Collection

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

  1. Go to the scheduler directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\scheduler, and open collect_license_autodesk-cloud.oconf.

  2. Locate and set root.scheduler.jobs.collect_autodesk_cloud.general.active to true to activate the collection of usage data.

    collect_license_autodesk-cloud.oconf
     13|	}
     14|		general
     15|		{
     16|			active
     17|			{
     18|				type=bool
     19|				value=true
  3. Save the changes.

Refer to the Autodesk Cloud Data Job Scheduler Instances Configuration table to learn the attributes used to configure Autodesk Cloud data collection.

Attribute Name Accepted Value Description
max-instances Uint (e.g., 5, 8, 9) The number of instances allowed to run at the same time.
max-handling String (end-oldest, end-all-old, or end-new) The action done upon reaching the maximum number of instances. Specify end-oldest to stop/kill the oldest instance and then start the new, specify end-all-old to stop/kill all running instances and then start the new, or specify end-new to not start the new instance.
end-timeout Timespan (e.g., P30S, P5M, P1H) The maximum waiting time before terminating a running instance.
quarantine Timespan (e.g., P30S, P5M, P1H) The waiting time before starting a new instance after a previous one.
Adobe Cloud Data Job Scheduler Instances Configuration

# Including/Excluding Autodesk Executables from Collection

The include-exclude-autodesk.conf file contains the list of Autodesk executables used in filtering Autodesk WinApp data. It filters which Autodesk executables will or will not be read by Open iT. This configuration file is also distributed from the server to the clients.

To update the file:

  1. Go to the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

  2. Open include-exclude-autodesk.conf.

    You can refer to the instructions in the file.

  3. Add new lines for new entries.

    include-exclude-autodesk.conf
     34|	# Include
     35|
     36|	# The following will include everything
     37|	include all=*autodesk*
     38|
     39|
     40|	# Exclude
     41|	exclude all=*acwebbrowser*
     42|	exclude all=*adsklicensing*
     43|	exclude all=*openit*
     44|	exclude all=*accefsubprocess*
     45|	exclude all=*service*
     46|	exclude all=*recapphoto*
     47|	exclude all=*desktop app*
     48|	exclude all=*component*

    Elements are listed as one-liners with include or exclude as the first word, followed by a whitespace, then by one or more key=value pairs.

    <use_key> <key>=<key_value>
    • <use_key> - either include or exclude
    • <key> - any of the following:
      • all - must be this value (globbing allowed)
      • exe - must be this executable (globbing allowed)
      • app - must be this application name (globbing allowed)
      • path - must be this application directory (globbing allowed)

    Empty lines are allowed — any line beginning with # as the first non-white character is considered a comment.

    Use globbing (*) to match any substring (i.e., 0 or more characters).

  4. Save the changes.

# Updating the Autodesk Product Order

The autodesk-product-order file contains the list of Autodesk collections that determines the order in which the licenses are consumed. This list serves as a reference if a user is assigned to both named user subscription and Flex. The usage in that setup should be for the named user subscription.

Here's the Autodesk collections listed:

autodesk-product-order
1|	ACDIST
2|	MECOLL
3|	PDCOLL
4|	AECCOL
5|	FLEXACCESS

This means AutoCAD - including specialized toolsets, Media & Entertainment Collection, Product Design & Manufacturing Collection, Architecture, Engineering & Construction Collection, and Token Flex Licensing, respectively.

To change or update the list:

  1. Go to the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

  2. Open autodesk-product-order.

  3. Modify the arrangement of Autodesk collections.

    Empty lines are allowed — any line beginning with # as the first non-white character is considered a comment.

  4. Save the changes.

# Distributing Files to the Clients

Files from the server automatically reflect on the client after restarting the client service or every 6 hours, which is the default schedule for file distribution. However, you can manually trigger the file distribution:

   Manual File Distribution to a Client

# Mapping Configurations

   Mapping Autodesk Product Key to Product Code    Mapping Autodesk Email Address to Username    Mapping Autodesk Username to Email Address

# Next Steps?

   Renaming Vendor License    Renaming Features    Create and Add Report    License Monitor

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close