Data Replication
| [Previous] [Main] [Next] |
Data Replication
1. | Initial Distribution of software and data - We will be using JAWS, but there are other options (such as the software distribution system developed by the Eclipse project.)
|
2. | Updating the software - JAWS can do this quite nicely, but it cannot update the schema in existing database at the remote sites.
|
3. | Updating the schema of the remote databases to include changes required by "new" versions of the software.
|
4. | Running one-time procedures required by updated software and modified data schemas.
|
5. | Verifying the accuracy of replicated data.
|
|
· | Edit the JGuiGenIni.xml file and enter the JDBC information about you new database system. This will be the LOCAL system. Leave HSQL as the "Primary/Host" system.
|
· | Use the scripts in the /sql folder to insert four tables in your msSQL database.
|
· | Data_Dict - the data dictionary table. This is required by both JGuiGen and JGReplicate
|
· | JGuiGen-I18n - this contains internationalization key/prompt values in several languages
|
· | Userlogdata - This is used by the log in system, storing user information about prefered borwsers and storing queries and reports generated inside JGuiGen.
|
· | JGReplicate - the replication driver.
|
· | Make sure that the dataase user name and password you put in JGuiGenIni.xml will default you to the database you want to use.
|
· | Run JGuiGen --> Management --> Replicate
|