After changing the database to fix the collation and isolation level settings the admin interface still shows errors for both.
If i check them on the Database itself with the commands from the troubleshooting pages, both are set to the supported settings.
SELECT is_read_committed_snapshot_on FROM sys.databases WHERE name = 'jira';
Returns:
1
SELECT DISTINCT C.collation_name
FROM sys.tables AS T
INNER JOIN sys.columns C
ON T.object_id = C.object_id
WHERE collation_name IS NOT NULL;
Returns:
Latin1_General_CI_AI
But the JIRA Adminpage still says the settings are wrong.