Have a Question?
Print

00755: FLEXlm: License cannot be found / How to manually Brand the Pro5 Executable

Title:

FLEXlm: License cannot be found / How to manually brand the PRO/5 Executable.

Description:

This information will help to solve FLEXlm Errors where the license or license manager cannot be found. (FLEXlm Errorr -1,359) 
 
Installing Pro5 18.00 would create the following directory structure: 

         /usr/pro5/ 
 
In that directory, you should find the file ‘basis.lic’ this is a text file that points your PRO/5 to the system running the BLM.
 

Resolution:

Change directories to the PRO/5 directory:

cd /usr/pro5/

Verify that BLMbrand exists by listing the contents of the directory.

ls

Run the following:

./BLMbrand pro5 pro5.tmp /usr/pro5/

The actual syntax for the BLMBrand command is:

./BLMbrand input_file output_file /dir_where_BASIS.lic_resides/

This will brand the pro5.tmp executable to the path where the basis.lic file resides. The basis.lic file is the file that points to the server where the Basis License Manager(BLM) is located. It is located in the directory where the pro5 executable resides. Copy the new file to the correct name:

cp ./pro5.tmp ./pro5

To verify that you branded the executable to the correct BLM use the UNIX strings command. For example:

strings pro5 | grep BLM

will return
BLM_LICLOC/path_to_where_BASIS.lic_file_resides

Table of Contents
Scroll to Top