SBarnes wrote:would is be possible to setup a database in Jiwa and then create a new bacpac to use multiple times?
And is so what would be the steps needed?
Hi Stuart,
Any database you can export to a bacpac using either Jiwa or SQL Management Studio.
Using Jiwa, at the login screen simply press the databases... button and then select "Export a Jiwa database":

- Export bacpac
- Jiwa_Export_Bacpac.PNG (17.63 KiB) Viewed 8026 times
Using SQL Management Studio, right click the database, select Tasks > Export Data Tier Application:

- SQL Management Studio Export Data Tier Application
- SQL_Management_Studio_Export_Data_Tier_Application.PNG (55.89 KiB) Viewed 8026 times
That will produce the bacpac file.
You can then copy this bacpac file to the customer server, and either restore it via SQL Management Studio, or even Jiwa with some extra steps.
Using SQL Management Studio, right click databases and choose "Import Data Tier Application":

- SQL Management Studio Import Data Tier Application
- SQL_Management_Studio_Import_Data_Tier_Application.PNG (14.91 KiB) Viewed 8026 times
Using Jiwa, you would need to rename the bacpac file to JiwaNew.bacpac and place it in the Program Files (x86)\Jiwa Financials\Jiwa 7\Data Files folder, overwriting the existing (probably best to rename the existing one first in case you want to revert). Then, at the login screen when you select the Databases... button and then select "Create a new Jiwa Database" it will use the bacpac "Program Files (x86)\Jiwa Financials\Jiwa 7\Data Files\JiwaNew.bacpac" to create the database.
Mike