Share
 
 

WS Pro Exchange for Autodesk

WS Pro Exchange is the IExchange implementation of InfoWorks WS Pro for our Autodesk products.

Usage

WSProExchange [options] [--] script [-login|-l] [args]

Parameter Description
options

(Optional) These are any ruby command line options. See Command line options.

-- (Optional) Separator for the ruby command line options.
script

The path of the ruby script.

Make sure to surround with "" if it contains spaces.

-login or -l

(Optional) When set, it will show the Autodesk Identity web page for users to log-in.

If the user is already logged-in, it will proceed without showing the web page.

If not set and the user is not logged-in, it will show the error:

"Autodesk Licensing Error: The licence is not authorised (3).unable to initialise"

args (Optional) It is possible to provide more arguments to the script with the extra arguments.
Note: WS Pro Exchange will fail if you use the wrong second argument when starting IExchange.exe. Make sure to use the correct second command argument:
  • IExchange.exe file.rb /WS for Thales licensing
  • IExchange.exe file.rb /ADSK for Autodesk Single Sign On

Import Synergi database into InfoWorks WS Pro

WS Pro Exchange function to import Synergi database into InfoWorks WS Pro (command line only).

import_synergi(synergi_file, network_name, control_name, demand_group_name, selection_list_group_name,run_group_name, html_file_name, use_ace)

Parameter Description
synergi_file File name of the Synergi file that will be imported
network_name Name for the new Network
control_name Name for the new Control
demand_group_name Name for the new Demand Diagram Group
select_list_group_name Name for the new Selection List Group
run_group_name Name for the new Run Group
html_file_name File name of the html file where the import log should be written
use_ace Boolean indicating if ACE should be used for the import

This uses the license set to InfoWorks WS Pro.

Note: Subscription overuse rules should apply.

Download the Exchange document for more information about WSPro Exchange/ICM Exchange/InfoAsset Exchange.

Was this information helpful?