installing pega 8.6 + error: pagarules schema does not exist in the database
the db server is enabled with TLS 1.2. So the url connector is as follow:
pega.jdbc.url=jdbc:sqlserver://localhost:1433;database=pegadb;SelectMethod=cursor;SendStringParametersAsUnicode=false;encrypt=false;sslProtocal=TLSv1.2
initially we have some SSL error:
the driver could not establish a secure connection to SQL server by using Secure Sockets Layer encryption. Error :"SQL Server did not return a response. The connection has been closed
and was somehow able to resolve it as the abv flag we use on the url: sslProtocol=TLSv1.2
now the current error we can't seem to resolve is:
pagarules schema does not exist in the database
this regarules login is created in sql server database already but don't understand why pega installer keep saying the login does not exist in the database. Please further advice.