03-01-20 06:03 AM
Answered! Go to Answer.
28-08-20 07:09 AM
Hello Alan,
Thank you for sharing, it's good to hear you're up and running.
On the face of it, it's extremely unlikely that re-download would have been the resolution. If we'd have had a bad download, which is always possible, then the whole file would have been corrupted and we wouldn't have been able to run it. However, maybe downloading to a different location may have given slightly different permissions / behaviour.
Re: I could not do these two uninstall steps from the Getting Started guide
01-09-20 04:58 PM
Hello Alan,
A final note to add that our Technical Authors have approved and published the change to the uninstall steps to include the .exe part to help prevent future confusion.
Again, thank you for sharing your thoughts.
28-12-20 04:53 PM
Chris,
I came across the same error
"BluePrism.DatabaseInstaller.DatabaseInstallerException: Unable to determine whether database exists - 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: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start.
)
at BluePrism.DatabaseInstaller.Installer.CheckDatabaseExists()
at BluePrism.AutomateAppCore.LocalDatabaseInstaller.get_DatabaseExists()
at BluePrism.AutomateAppCore.LocalDatabaseInstaller.get_UpgradeOnly()
at AutomateUI.BPApplication.Start(String[] args)
"
I had BluePrism installed, this error appeared so I uninstalled it following the guide, everything moved ok while uninstalling but once I installed it again the same error appeared.
Can you let me know what may be happening?
Thanks,
30-12-20 10:58 PM
27-10-21 02:01 PM
05-12-21 07:53 PM
29-09-22 01:36 AM
17-10-22 02:34 PM
Just after I set Admin Credentials. I get following error
There was no previous of instance of sql present and MS Sql 2017 localDB is installed in pc
I have created db using above instructions in link
23-05-24 07:45 PM
Hi everyone,
I recently encountered the same issue and I figured that the reason for this issue is that my antivirus software interrupted BluePrism and added it to quarantine as it considered it malware
This led to the corruption of the SQL LocalDB database (BluePrismLocalDb) during creation.
Here’s the step-by-step process I followed to resolve it:
If the following commands dont work for you try to open Command Prompt (CMD) as an Administrator
1) Navigate to the path where SqlLocalDB.exe is located.
In my case, the command was:
cd "C:\Program Files\Microsoft SQL Server\140\Tools\Binn"
2) Get Information About LocalDB Instances:
Run the following command to list all LocalDB instances:
SqlLocalDB.exe info
Identify the corrupted database instance from the list and make sure that BluePrismLocalDb is listed
3) Delete the Corrupted LocalDB Instance:
.\SqlLocalDB.exe delete BluePrismLocalDb
4) Exclude BluePrism from Antivirus Scans:
Before running BluePrism again, ensure you exclude the BluePrism application from your antivirus software to prevent future corruption.
This approach resolved the issue for me, and I hope it helps others facing the same problem. If you have any questions or need further assistance, feel free to ask!
Best regards,
Nick