Page 1 of 1

New database on SQL 2019.

PostPosted: Thu Nov 12, 2020 5:02 pm
by pricerc
I notice from the docs that only up to SQL 2016 is supported for creating a new or demo database?

Is there a workaround for SQL 2019?

I'm getting this:
Microsoft.SqlServer.Dac.DacServicesException: Could not import package. ---> Microsoft.Data.Tools.Schema.Sql.Deployment.DeploymentFailedException: Unable to connect to master or target server 'JiwaDemo'. You must have a user with the same password in master or target server 'JiwaDemo'.
...
at JiwaFinancials.Jiwa.JiwaApplication.DatabaseManager.Main.RestoreDemoDataFromBACPAC(Object sender, ExecuteActionEventArguments e)

Re: New database on SQL 2019.  Topic is solved

PostPosted: Thu Nov 12, 2020 5:05 pm
by Mike.Sheen
Hi Ryan,

Please see DEV-8340 - it has a work-around mentioned.

Mike

Re: New database on SQL 2019.

PostPosted: Sun May 02, 2021 11:36 am
by SBarnes
Now that this is solved can this be retrofitted into 7.2.1 in a service release?