Issue
If you have multiple Reprise License Managers (RLM) installed on a server, you may experience problems starting a service or viewing the service information. This could be due to a conflict of all RLMs trying to use the same port.
Solution
Add a new switch in the registry, -ws port#, by following the steps below.
1. Run REGEDIT
2. Browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\IMAGINiT Reprise License Manager.
3. Double click ImagePath under the Name column.
- "C:\Program Files (x86)\IMAGINiT Technologies\Reprise License Manager\rlm.exe" "-dlog"
- "C:\ProgramData\IMAGINiT Technologies\Reprise License Manager\install.log" -service
4. Add “-ws 5056” after “–service” without the quotes. So that’s a dash (-) ws (I used lower case and it worked, however upper case may also work), then an unused port number. Hopefully Port 5056 is available, but if not, use another port that is not being used.
5. Stop/Start the service.
6. When you click the “Website” button, it will bring up the wrong interface in the browser, as it is hardcoded from that button.
7. Change the port in the browser to "localhost:5056" and hit enter.
You may want to save a bookmark/favorite to get to it easier next time.
Comments