Database Version For Blueprism 7.0.1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-21 01:30 PM
Thanks for your answer.
Right now we are using Blueprism version 6.9 which is compatible with SQL Server 2012.
We are planning to upgrade to version 7.0.1. So, is SQL Server 2012 compatible with BP version 7.0.1.
Regards,
Pratyush
Right now we are using Blueprism version 6.9 which is compatible with SQL Server 2012.
We are planning to upgrade to version 7.0.1. So, is SQL Server 2012 compatible with BP version 7.0.1.
Regards,
Pratyush
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-21 02:35 PM
The database version is referring to the BPADBVersion table, which contains a list of all of the applied database changes. I believe the reason behind this is to make it easier for Blue Prism to make database upgrades, since it can scan easily for which necessary packages are missing. You can check the database version in Blue Prism by going into Configure Connection -> Upgrade Database -- it will show the current database version. Alternatively, this SQL query will also give you the current database version:
Select Max(Convert(int, dbversion)) From BPADBVersion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-21 09:56 AM
Hi Nicholas,
Thanks for your answer.
Right now we are using Blueprism version 6.9 which is compatible with SQL Server 2012.
We are planning to upgrade to version 7.0.1. So, is SQL Server 2012 compatible with BP version 7.0.1.
Regards,
Pratyush
Thanks for your answer.
Right now we are using Blueprism version 6.9 which is compatible with SQL Server 2012.
We are planning to upgrade to version 7.0.1. So, is SQL Server 2012 compatible with BP version 7.0.1.
Regards,
Pratyush
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-21 01:53 PM
Here's a link to the software and hardware requirements. It looks like SQL Server 2012 is listed a deprecated, I would imagine it would work right now but might not in future versions.
