Cannot Deploy Integration File after LocalDB is uninstalled.
Hi support,
As the server with Bartender installed is not a database server, it is disallowed to install the Express Local DB or SQL Server Compact. We uninstall both of them after the Bartender installation. But the issue is the Bartender cannot deploy a new integration file. I found there is the local db files located at the C:\ProgramData\Seagull\Services\Data. Is there a way to migrate this db to our centralized sql server? I can copy these files and attach to the sql server, but how to configure the bartender connect to the centralized sql server?
-
Peter Thane
★ BarTender Hero ★
If you are using the Automation edition then the System Database must be locally installed on the PC/server but if you are using the Enterprise edition would can connect to a remote/centralised System Database via the System Database configuration screens in Administration Console.
0 -
Neddy Ren
★ BarTender Hero ★
Hi Peter,
I did setup the centralized database after uninstallin the localdb and SQL Server Compact. But the Bartender cannot deploy new integration.
I can start to deploy the integration file, but I cannot find it deployed in Bartender Administration console -> Integrations. Do you have any guide to make it work?0 -
Peter Thane
★ BarTender Hero ★
So, you are running the Enterprise edition then I take it?
When you deploy the integration it should ask you for the destination to deploy it to, is that showing the correct server?
If you open the History Explorer does this connect to the database and can you see any relevant messages including those for the Integration Builder application more specifically?
0 -
Neddy Ren
★ BarTender Hero ★
When I deploy the integration file, everything is smooth. But in the Administration console, nothing is running
0 -
Peter Thane
★ BarTender Hero ★
If you access Administration Console on the remote server that holds the System Database does the Integration show up there?
If the Integration service running?
If you open the Integration in Integration Builder and use the Deploy action from there then what happens?
As asked above, but not answered, if you open History Explorer does this connect to the remote database correctly and can you see any relevant messages including those for the Integration Builder application more specifically?
0 -
Neddy Ren
★ BarTender Hero ★
Hi Peter,
The integration service is running. The remote database connection is connected. And can start each of file integration in the Bartender Integration for dev test. But I cannot deploy it. I cannot find any messages in the Bartender Administration Console.
Please let me know if we can do any troubleshoot steps.Thanks.
0 -
Peter Thane
★ BarTender Hero ★
The Printer Maestro service is stopped so I would suggest starting that.
From the server you are on what can you see if you open History Explorer relating to Integration Builder?
What do you see if you login to the Administration Console that is on the server holding the system database?
0 -
Neddy Ren
★ BarTender Hero ★
Actually I tried to start it, but the service stopped immediately:
And in the history, I cannot find anything:
Here is the system database screen:
I found there is the error message at: C:\ProgramData\Seagull\Services\Logging\Integration.Service.txt. It shows that the service was trying to connect with local database.
Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled
Here are full message contents below:
Time|IntegrationID|IntegrationName|Level|Message
2024.09.10.084457|||INFO|V8 engine loaded successfully.
2024.09.10.084602|||ERROR|Deployed integrations could not be loaded. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.35f77b78-ff25-4e77-90c9-38cd6179bbdb.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.4e9cd36b-4cd9-49b7-89ae-fbf27926a1b8.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.7e608e04-330e-4ccf-89f1-2855a6650ef0.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.92f487f3-129a-4163-933a-5476f0349a7a.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.b033e54f-9917-4d90-929e-e68991c3ad88.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\Integration_File_SMBShare.f4b035fd-0cc4-4f14-b836-bc180d88a4cb.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\TestIntegration.59adcc52-efe3-4c8f-8142-21fc504b132a.btin' has been loaded.
2024.09.10.084604|||INFO|Integration file 'C:\ProgramData\Seagull\Services\Integrations\ScheduledDeployments\TestIntegration.fda9ad20-208f-45ce-8fd4-7e0d85d782db.btin' has been loaded.
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specified
2024.09.10.084633|||ERROR|Loading deployment file failed. Details: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. The provider did not return a ProviderManifestToken string. 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: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) The system cannot find the file specifiedAny steps to fix it?
0 -
Peter Thane
★ BarTender Hero ★
One of the dependencies of the Printer Maestro service in the System Database too and it looks like they are trying to connect to the local one still for some reason as if it is not picking up the new database. I know if you were running the Automation and not Enterprise edition then you would encounter something like this as Automation can only connect to a local system database.
If you rerun the system database wizard and make a local DB can you then start Maestro and deploy the integrations to that?
After that, stop the Integrations in the Local DB and then run the wizard again and connect to your remote System Database and retry deploy the Integrations there.
0 -
Neddy Ren
★ BarTender Hero ★
I am running Enterprise edition. I cannot understand why you confirm it only appears with all other versions except the enterprise edition. But the problem is there.
And I cannot install the local db on the server as the server is not a database server. This is disallowed in our company.
Is there any other plan to fix this?0 -
Peter Thane
★ BarTender Hero ★
As mentioned previously only the Enterprise edition can link to a remote System Database and despite asking before you hadn't confirmed what version you were running, but now you have and so you should be able to connect to it but obviously something is preventing that from happening.
If you managed to get Printer Maestro to start and you are still getting issues then I think you probably need to contact the Tech Support team directly (submit a request link above) and see if they can help rather than relying on this user forum.
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
11 commentaires