TechnossusLLC / On-Premises-Release-Toolkit

14 stars 0 forks source link

Problems with SQL 2016 Deploy #13

Open xStaer opened 7 years ago

xStaer commented 7 years ago

Hello, i use the newest Versions of SSDT 14.0.61021.0 and TFS 2017. I try to deploy an Example Database Project to SQL Server 2016 and i get the following Errormessage.

Deployment failed: 'Could not read schema model header information from package.' Reason: 'The model version '2.9' is not supported.' '' In D:\TFS\BuildAgents_work_tasks\DatabaseDeployment_ef103b61-90e2-4901-b64e-f75475fe20f6\2.1.2\DeployDatabase.ps1:143 Zeichen:5

Is it an configuration Problem by me or an Tool Problem

Thanks xStaer

cwoolumtechnossus commented 7 years ago

Hi, I have not tested this with Sql 2016 but I suspect it has to do with the DacDeploy version being used which I think defaults to 2012 equivalent. Let me check it out.

From: xStaer [mailto:notifications@github.com] Sent: Friday, November 25, 2016 7:25 AM To: TechnossusLLC/On-Premises-Release-Toolkit On-Premises-Release-Toolkit@noreply.github.com Subject: [TechnossusLLC/On-Premises-Release-Toolkit] Problems with SQL 2016 Deploy (#13)

Hello, i uss the newest Versions of SSDT 14.0.61021.0 and TFS 2017. I try to deploy an Example Database Project to SQL Server 2016 and i get the following Errormessage.

Deployment failed: 'Could not read schema model header information from package.' Reason: 'The model version '2.9' is not supported.' '' In D:\TFS\BuildAgents_work_tasks\DatabaseDeployment_ef103b61-90e2-4901-b64e-f75475fe20f6\2.1.2\DeployDatabase.ps1:143 Zeichen:5

· throw ('Deployment failed: ''{0}'' Reason: ''{1}'' ''{2}''' -f $_ ...

*

· ~~~~~~~~~~~~~ ·

 *   CategoryInfo : OperationStopped: (Deployment fail... supported.' '':String) [], RuntimeException
 *   FullyQualifiedErrorId : Deployment failed: 'Could not read schema model header information from package.' Reason: 'The model version '2.9' is not supported.' '

Is it an configuration Problem by me or an Tool Problem

Thanks xStaer

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/TechnossusLLC/On-Premises-Release-Toolkit/issues/13, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AP80_I2c2iMOuK-rjPPbPQlDRwIpPHq0ks5rBv3FgaJpZM4K8h99.

rschiefer commented 6 years ago

Any updates?