PROBLEM
When using an options file with ArcGIS License Manager, the license manager does not recognise the options file, and returns the following error message in the debug log:
Error: "(ARCGIS) CANNOT OPEN options file "=""
The service.txt file is configured incorrectly, and includes spaces in the 'PORT=<port_number>' parameter. This prompts the license manager to connect through an invalid port, as the port is incorrectly specified in the services.txt file.
Below is an example of the incorrect 'PORT=<port_number>' parameter with additional spaces:
[CODE BLOCK]: PORT = <port_number>
Below is an example of the correct parameter (no spaces):
[CODE BLOCK]: PORT=<port_number>
Article ID: 000025364
Get help from ArcGIS experts
Download the Esri Support App