This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- lmadmin
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 26, 2008
09:53 AM
lmadmin
Can't checkout a feature using the new lmadmin license manager, see log below (we're using trusted storage):
16:31:32 (taclic) Server started on localhost for: Menta.View
16:31:32 (taclic) EXTERNAL FILTERS are OFF
16:32:06 (taclic) TCP_NODELAY NOT enabled
16:32:25 (taclic) Not master server, checkout attempt of 'Menta.View' from jussipa@jussipa refused
It works perfect when we use the plain old lmgrd...
16:31:32 (taclic) Server started on localhost for: Menta.View
16:31:32 (taclic) EXTERNAL FILTERS are OFF
16:32:06 (taclic) TCP_NODELAY NOT enabled
16:32:25 (taclic) Not master server, checkout attempt of 'Menta.View' from jussipa@jussipa refused
It works perfect when we use the plain old lmgrd...
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 01, 2008
01:28 AM
Ok, problem fixed. In the licensefile I had SERVER localhost ANY. Not so good for a license server. Changed that to SERVER this_host ANY
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2009
08:45 AM
We were also seeing this issue if you supplied a fully qualified hostname as part of the SERVER line
If you have in your license file:
SERVER myserver.xxxx.net XXXXXXXXXX 27000
When you checkout a feature, you will get checkout refused message. I had to change the license to the following to get the checkout to succeed:
SERVER myserver XXXXXXXXXXXX 27000
It works fine with lmgrd.
If you have in your license file:
SERVER myserver.xxxx.net XXXXXXXXXX 27000
When you checkout a feature, you will get checkout refused message. I had to change the license to the following to get the checkout to succeed:
SERVER myserver XXXXXXXXXXXX 27000
It works fine with lmgrd.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 24, 2011
09:21 AM
This problem also occurs in the following situation:
- Point the license server to a directory
- Put to .lic files in this directory
- The SERVER line specifies a slightly different name for the server, like differences wiht upper and lower case characters
Tested on Windows server and lmgrd 11.10. After making sure the licensefiles all used exactly the same name for the SERVER line, the problem went away.
- Point the license server to a directory
- Put to .lic files in this directory
- The SERVER line specifies a slightly different name for the server, like differences wiht upper and lower case characters
Tested on Windows server and lmgrd 11.10. After making sure the licensefiles all used exactly the same name for the SERVER line, the problem went away.