To fully clean up server from ID-based FLS the following steps should be taken:
- Check services to be uninstalled and stop them. There are several service names that could appear:
- FNLS_material - default service name that is used during installation via command prompt
- FlexNet Embedded Local License Server - default service name that is used during installation by using FlexnetLicenseServerWizardInstaller.exe
Please keep in mind that this service name could be changed during installation by User.
Example:
- Removing service location
For each of the found service find service location- Check service location
- Remove service location
Example of how to check service location:
- Removing service from registry:
- Copy service name from service properties
Example:
- Open Command prompt as an Admin
Example:
- Execute command: sc delete <<Service name>>
Example:
- Copy service name from service properties
- Removing trusted storage location
- Execute command: rmdir /s C:\Windows\ServiceProfiles\NetworkService\flexnetls\material
Example:
- Confirm folder removal
- Execute command: rmdir /s C:\Windows\ServiceProfiles\NetworkService\flexnetls\material
Additional istruction from Revenera could be found by following guides for Windows and Linux. (producer_name mentioned in guides is "material”)