Details
-
Documentation
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.00
-
None
Description
The i2b2 installation documentation on the i2b2 Community Wiki has the wrong schema configurations documented in the examples provided for a PostgreSQL database.
1. Chapter 3. Data Installation; Section 3.4.2 Set Database Properties (Crcdata)
- The db.url property has searchpath=i2b2metadata and it should be searchpath=i2b2demodata
2. Chapter 9. Ontology Installation; Section 9.4.3.1 Set Metadata Schema Name
- The ontology.bootstrap.metadataschema property references the wrong schema. It currently has i2b2demodata and it should be i2b2hive.
3. Chapter 10. Data Repository (CRC) Installation; Section 10.4.4.1.2 Data Source Lookup Properties
- The queryprocessor.ds.lookup.schemaname property references the wrong schema. It currently has i2b2demodata and it should be i2b2hive.
1. Chapter 3. Data Installation; Section 3.4.2 Set Database Properties (Crcdata)
- The db.url property has searchpath=i2b2metadata and it should be searchpath=i2b2demodata
2. Chapter 9. Ontology Installation; Section 9.4.3.1 Set Metadata Schema Name
- The ontology.bootstrap.metadataschema property references the wrong schema. It currently has i2b2demodata and it should be i2b2hive.
3. Chapter 10. Data Repository (CRC) Installation; Section 10.4.4.1.2 Data Source Lookup Properties
- The queryprocessor.ds.lookup.schemaname property references the wrong schema. It currently has i2b2demodata and it should be i2b2hive.
1. Chapter 10. Data Repository (CRC) Installation. Section 10.4.3.3 Data Source Properties for the CRC Loader.
- The example for the datasource lookup references the wrong schema for the PostgreSQL database. It currently has i2b2demodata and it should be i2b2hive.