Skip to main content
Archived

FME floating licences support IPv6

Related products:FME Form
  • November 25, 2016
  • 6 replies
  • 89 views

Forum|alt.badge.img

Please could FME floating licences be supported over IPv6.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

6 replies

I would second that. We use Microsoft Direct Access for all laptops, which relies on IPv6 and so FME desktop is unusable with a floating licence.


david_r
Celebrity
  • January 11, 2018
A possible workaround is documented here.

 

On the client, create a batch file with the following two lines and execute with admin privileges.

 

setx FNP_IP_PRIORITY 6 /m setx FNP_IP_ENV 1 /m Do not run the batch file on the server.

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • January 11, 2018

david_r
Celebrity
  • January 11, 2018
Yes, that's the source of my comment below :-) Credit where credit is due, thanks Stephan!

  • January 11, 2018

There is a workaround according to this this Autodesk forum page: You need to set two environment variabls, which allows you to use FME both with and without Direct Access (i.e. with IPv6 and IPv4). Put these two lines in a batch file:

Setx FNP_IP_PRIORITY 6 /mSetx FNP_IP_ENV 1 /m

Hope this helps.

 

Stephan

PS: Kudos to our internal support team for figuring this out.


  • January 11, 2018

According to our support team and

https://forums.autodesk.com/t5/installation-licensing/not-able-to-obtain-a-license-over-ipv6-directaccess-ipv6/m-p/6603258/highlight/true#M160532, you need to set two environment variables, for example in a batch file:

Setx FNP_IP_PRIORITY 6 /mSetx FNP_IP_ENV 1 /m