Tool
GERM (Generic Event Replication Monitor) is designed to verify that a set of events have been replicated correctly to multiple destinations. The original use was to verify that employees hired (or terminated) had accounts created (or disabled) in multiple applications, like a directory, email, app db, etc. This usually involves querying a database for a set of "events" to check (such as from the HR database for all employees hired within the last 30 days), then query a set of destinations (via JDBC, LDAP, or custom) to verify the data from the source event exists and matches in each destination.
See included Readme for additional info.
Requirements
- Java JVM v1.4 or higher (on Linux, NetWare, or Windows)
- A JDBC-accessible database (see Database) for configuration and results
- Desired configuration in GERM.properties (or other specified properties file)
- Other Java libraries (.jar's) as needed for JDBC, JNDI/LDAP, JSSE, etc.
No support provided for this tool.
| Attachment | Size |
|---|---|
| GERM_20060317.zip | 1.41 MB |
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3426 reads


0