Upgrade the EFM Buffer Data-Tier Application Package (DACPAC)
- Last UpdatedAug 07, 2024
- 1 minute read
To upgrade the Electronic Flow Measurement (EFM) buffer Data-tier Application Package (DACPAC)
-
Open an elevated PowerShell session.
-
Execute the following command:
Set-Location $env:DNAInstallRoot\Shared\scripts
-
Execute the following sample command to upgrade the EFM buffer DACPAC:
\Publish-DataTierApplications.ps1 -upgrade -ServerName ".\OASySHDB”
Where:
.\OASySHDB must be the SQL Server instance name where the current EFMBuffer database is installed.
-
After upgrading the DACPAC, confirm a successful installation by connecting to the on-premises Microsoft SQL Server instance for the EFMBuffer database.
Note: When you run the upgrade command, it attempts to check internally and upgrade all the available DACPACs on the system.