When I open in the desktop Architect (2025.10.1 for example) my project and the database in Docker is not running, the app does not work properly. The application freezes and almost any action—opening a package, saving an element in the tree, displaying the About screen—takes a very long time.
The problem is probably caused by the fact, that the app is trying to get data from the Resource table:
Adding workbench service: Origam.Workbench.Services.FilePersistenceService
Adding workbench service: Origam.Workbench.Services.ServiceAgentFactory
Adding workbench service: Origam.Workflow.StateMachineService
Adding workbench service: Origam.Workbench.Services.FileStorageDocumentationService
Adding workbench service: Origam.Workbench.Services.TracingService
Adding workbench service: Origam.Workbench.Services.DataLookupService
Adding workbench service: Origam.Workbench.Services.ControlsLookUpService
Adding workbench service: Origam.Workbench.Services.DeploymentService
Adding workbench service: Origam.Workbench.Services.ParameterService
Adding workbench service: Origam.Workflow.WorkQueue.WorkQueueService
Adding workbench service: Origam.Workbench.Services.AttachmentService
Adding workbench service: Origam.Rule.RuleEngineService
schemaService_SchemaUnloading
Stopping WorkQueueService Timers
schemaService_SchemaUnloaded
ERROR Origam.DA.Service.DataLoader - 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), SQL: SELECT (SELECT TOP 1 \[Resource\].\[refOrganizationId\] AS \[refOrganizationId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Organization_Id\], \[BusinessPartner\].\[RecordCreated\] AS \[RecordCreated\], \[BusinessPartner\].\[Id\] AS \[Id\], (SELECT TOP 1 \[Resource\].\[Id\] AS \[Id\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Resource_Id\], \[BusinessPartner\].\[LookupText\] AS \[FullName\], (SELECT TOP 1 \[Resource\].\[refBusinessUnitId\] AS \[refBusinessUnitId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[BusinessUnit_Id\], \[BusinessPartner\].\[Name\] AS \[Name\], \[BusinessPartner\].\[UserName\] AS \[UserName\], \[BusinessPartner\].\[UserEmail\] AS \[UserEmail\] FROM \[BusinessPartnerLookup\] AS \[BusinessPartner\] WHERE ( (\[BusinessPartner\].\[UserName\] = @BusinessPartner_parUserNameBusinessPartner_parUserNameBusinessPartner_parUserNameBusinessPartner_parUserName))
System.Data.SqlClient.SqlException (0x80131904): 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) —> System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
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.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
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 Origam.DA.Service.DataLoader.Fill()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:2,State:0,Class:20
ERROR Origam.DA.Service.DataLoader - 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), SQL: SELECT (SELECT TOP 1 \[Resource\].\[refOrganizationId\] AS \[refOrganizationId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Organization_Id\], \[BusinessPartner\].\[RecordCreated\] AS \[RecordCreated\], \[BusinessPartner\].\[Id\] AS \[Id\], (SELECT TOP 1 \[Resource\].\[Id\] AS \[Id\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Resource_Id\], \[BusinessPartner\].\[LookupText\] AS \[FullName\], (SELECT TOP 1 \[Resource\].\[refBusinessUnitId\] AS \[refBusinessUnitId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[BusinessUnit_Id\], \[BusinessPartner\].\[Name\] AS \[Name\], \[BusinessPartner\].\[UserName\] AS \[UserName\], \[BusinessPartner\].\[UserEmail\] AS \[UserEmail\] FROM \[BusinessPartnerLookup\] AS \[BusinessPartner\] WHERE ( (\[Bus@BusinessPartner_parUserNameBusinessPartner_parUserNamenessPartner\].\[UserName\] = @BusinessPartner_parUserName))
System.Data.SqlClient.SqlException (0x80131904): 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) —> System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
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.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
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 Origam.DA.Service.DataLoader.Fill()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:2,State:0,Class:20
ERROR Origam.DA.Service.DataLoader - 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), SQL: SELECT (SELECT TOP 1 \[Resource\].\[refOrganizationId\] AS \[refOrganizationId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Organization_Id\], \[BusinessPartner\].\[RecordCreated\] AS \[RecordCreated\], \[BusinessPartner\].\[Id\] AS \[Id\], (SELECT TOP 1 \[Resource\].\[Id\] AS \[Id\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[Resource_Id\], \[BusinessPartner\].\[LookupText\] AS \[FullName\], (SELECT TOP 1 \[Resource\].\[refBusinessUnitId\] AS \[refBusinessUnitId\] FROM \[Resource\] AS \[Resource\] WHERE ( (\[Resource\].\[refBusinessPartnerId\] = \[BusinessPartner\].\[Id\]) AND (\[Resource\].\[refResourceTypeId\] = ‘e0360aa5-fa37-4e3d-9827-26f6b4a8905e’)) ) AS \[BusinessUnit_Id\], \[BusinessPartner\].\[Name\] AS \[Name\], \[BusinessPartner\].\[UserName\] AS \[UserName\], \[BusinessPartner\].\[UserEmail\] AS \[UserEmail\] FROM \[Busin@BusinessPartner_parUserNamessPartnerLookup\] AS \[BusinessPartner\] WHERE ( (\[BusinessPartner\].\[UserName\] = @BusinessPartner_parUserName))
System.Data.SqlClient.SqlException (0x80131904): 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) —> System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
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.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
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 Origam.DA.Service.DataLoader.Fill()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:2,State:0,Class:20