- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We are trying to install Flexnet Manager Suite 2020 on a clean server.
When launching the Flexnet Manager Suite Activation Wizard, a problem occurs:
---Problem---
(s0m0): The activation wizard failed to initialize.
---System exception---
The ConnectionString property has not been initialized.
---Source---
System.Data
---Stack trace---
System.InvalidOperationException: The ConnectionString property has not been initialized.
at System.Data.SqlClient.SqlConnection.PermissionDemand()
at System.Data.SqlClient.SqlConnectionFactory.PermissionDemand(DbConnection outerConnection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at ManageSoft.Database.DatabaseConnection.Open()
at ManageSoft.Database.Impl.DatabaseLayerBaseSql.ConnectionOpen()
at ManageSoft.Database.Impl.DatabaseLayerBaseSql.GetScalarResult(CommandType p_CommandType, String p_CommandText, DatabaseParameter[] p_Parameters)
at Flexera.Broker.Connections.Impl.DefaultTenantActionsData.GetMultiTenancyStatus()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at ManageSoft.Activation.Executable.RunWizard()
at ManageSoft.Activation.Executable.Main(String[] args)
What I understand from the error message is that this has to do with the connection to the DB. I have not been able to find where the connection strings are stored and can be modified.
Hoping for some assistance.
Accepted Solutions


- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Alternatively, the "ConnectionString property has not been initialized" message may suggest that the Config.ps1 script has not yet (successfully) been executed to configure the FlexNet Manager Suite application server after installing the software.
Database connection string details (if configured) would appear in the registry in various entries under the key HKLM\SOFTWARE\Wow6432Node\ManageSoft Corp\ManageSoft\Reporter\CurrentVersion\.

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Activation fails - Connectionstring
@jhofstede - This usually means that the Account that is being used to launch the Activation Wizard does not have access to the FNMS Compliance Database.
You need to run the Activiation Wizard using the FlexNet Manager Service Account that you have created.


- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Alternatively, the "ConnectionString property has not been initialized" message may suggest that the Config.ps1 script has not yet (successfully) been executed to configure the FlexNet Manager Suite application server after installing the software.
Database connection string details (if configured) would appear in the registry in various entries under the key HKLM\SOFTWARE\Wow6432Node\ManageSoft Corp\ManageSoft\Reporter\CurrentVersion\.