Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
psql i2b2hive UPDATE crc_db_lookup SET C_DOMAIN_ID = 'name_of_your_domain' WHERE C_DOMAIN_ID = 'i2b2demo'; UPDATE im_db_lookup SET C_DOMAIN_ID = 'name_of_your_domain' WHERE C_DOMAIN_ID = 'i2b2demo'; UPDATE ont_db_lookup SET C_DOMAIN_ID = 'name_of_your_domain' WHERE C_DOMAIN_ID = 'i2b2demo'; UPDATE work_db_lookup SET C_DOMAIN_ID = 'name_of_your_domain' WHERE C_DOMAIN_ID = 'i2b2demo'; |
Also in the i2b2 database, run the following query:
Code Block | ||||
---|---|---|---|---|
| ||||
UPDATE pm_hive_data SET DOMAIN_NAME = 'name_of_your_domain' WHERE DOMAIN_NAME = 'i2b2demo'; |
i2b2 Configuration Files
If you make use of the i2b2 admin webclient and the plain i2b2 webclient, make sure to update the lstDomains block in the i2b2_config_data.js file on the i2b2 host as follows:
...
The i2b2_config_data.js file can be found at /var/www/html/ on the i2b2 host.
SHRINE Configuration File
In the example shrine.conf file we use a property to define the domain. Change that to your new domain name:
...
Overview
Content Tools