Generate the Data-Tier Application Package (DACPAC)
- Last UpdatedAug 07, 2024
- 1 minute read
To generate the Data-Tier Application Package (DACPAC)
-
On the desktop, double-click the Windows PowerShell for DNA shortcut.
Windows PowerShell for DNA opens.
-
Execute the following commands:
set-silo CloudData
EFMBufferDacPacGenerator.exe
The following messages typically appear for a run:
Dacpac generation has started...
Successfully generated EFM_Buffer.dacpac in '%DNADataRoot%\Shared\database\sqlServer'
The system in turn does the following:
-
Creates an artifact in the %DNADataRoot%\CloudData\temp folder
-
Creates a Globally Unique Identifier (GUID)-named subfolder under the above temp folder containing the newly generated Microsoft SQL files
-
Generates the EFM_Buffer.dacpac file in the shared Data silo
-