In your HostServer logs, you will also see a similar error:
"Error","System","2025","InternalMarshalError","SourceCode.Hosting.Server.Runtime.HostServerBroker.InternalMarshal","2025 Error Marshalling SourceCode.Hosting.Servers.LicenseManagement.GetUserObjectCountForLicenses, A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
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 SourceCode.Data.ReliableDbConnection.b__42_1() at SourceCode.Data.Logging.IDataLoggingProviderExtensions.<>c__DisplayClass0_0.b__0()
at SourceCode.Data.Logging.IDataLoggingProviderExtensions.ExecuteAction[TResult](IDataLoggingProvider provider, RetryPolicy retryPolicy, Func`1 func)
at SourceCode.Data.Logging.IDataLoggingProviderExtensions.<>c__DisplayClass0_0.b__0() at SourceCode.Data.Logging.IDataLoggingProviderExtensions.ExecuteAction[TResult](IDataLoggingProvider provider, RetryPolicy retryPolicy, Func`1 func)
at SourceCode.Data.ReliableDbConnection.Open() at SourceCode.Data.TransactionalTransactionFrame.OnNotifyConnection(ReliableDbConnection connection)
at SourceCode.Data.TransactionFrame.NotifyConnection(ReliableDbConnection connection) at SourceCode.Data.Dac.CreateConnection(String connectionString)
at SourceCode.Data.TransactionalTransactionFrame.OnGetConnection(String connectionString) at SourceCode.Data.TransactionFrame.GetConnection(String connectionString)
at SourceCode.Data.Dac.GetConnection() at SourceCode.Data.Dac.ExecuteReader(CommandBehavior commandBehavior, CommandType commandType, String commandText, IEnumerable`1 parameters)
at SourceCode.Forms.Runtime.Store.<>c__DisplayClass89_0`1.b__0(IReliableDbTransaction transaction) at SourceCode.Data.Dac.ExecuteInTransaction(AmbientTransactionOption option, Action`1 unitOfWork)
at SourceCode.Forms.Runtime.Store.ExecuteReader[T](Dac dac, String storedProcedureName, Object[] parameters, Func`2 unitOfWork) at SourceCode.Forms.Runtime.Store.GetUserObjectCount()
at SourceCode.Forms.Runtime.ManagementServer.GetUserObjectCount() at SourceCode.Hosting.Servers.LicenseManagement.GetUserObjectCountForLicenses() InnerException:
The system cannot find the file specified