A new Flexera Community experience is coming on November 25th. Click here for more information.
we’ve just found out that SQL Server we need to use for FlexNet Manager will use a different port from the default one, the 1444 port.
How should I use this port when I run the command Config.ps1 \ FNMS Windows Authentication.xml during the final steps of the configuration?
Thanks for the answer
Mar 11, 2020 07:02 AM
When running the PowerShell script, on the pop up form where you enter the name of the SQL Server, you will need to enter the server name and the port number enclosed in quotes, such as the following. You must include the quotes.
'servername,port'
If a dedicated SQL instance is also being used, then the syntax would be
'servername\instance,port'
Mar 11, 2020 07:11 AM
When running the PowerShell script, on the pop up form where you enter the name of the SQL Server, you will need to enter the server name and the port number enclosed in quotes, such as the following. You must include the quotes.
'servername,port'
If a dedicated SQL instance is also being used, then the syntax would be
'servername\instance,port'
Mar 11, 2020 07:11 AM
Mar 11, 2020 07:19 AM
Quotes were needed in FNMS versions prior to 2019 R2. In migrations to 2019 R2 this and last week I found quotes not needed anymore.
Mar 11, 2020 09:28 AM