Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
themerdark
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:

...


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:

...

After this, restart SHRINE to make the changes take effect. You should start seeing references to the new domain name in the shrine-api.log as well as the shrine_query_historyADAPTER database after running a query.