The Web Publication Platform for Sparx Enterprise Architect is based on a FormFactory. This means that the forms, content and controls are dynamically created . Therefore all the definitions are stored in a number of tables in the database. When you download the WPP and a sample repository from this website this is stored in an MS-Access database. Until version 16 of Sparx this was no problem. However since version 17 this database platform is not supported anymore.
For most of the organisation using the WPP a professional database like SQL-Server is used. Therefore I created a sql script that create the tables, constraints and keys and after that with insert statements the tables are filled with the default forms necessary for running the WPP over an Enterprise Architect repository.
After installation of the scripts you can eventually modify the forms in the formfactory via the Formfactory in the participants menu.
The downloadfile is a zip file with in there the sql scripts. You can run this on a database via SQL-Server Management Server or other database tools
In the web.config file you can modify the connectionstring for connecting with the SQL-Server database. There are two connectionstring one for connection with the repo and one connection with the formfactory tables. Most organisations choose to install the repo and the formfactory in the same database instance