- Identify the group ID value for the affected sensor group
- Open a case with Cloud Ops and ask them to run the following Postgres commands:
INSERT INTO alliance_data_sharing (date_added, date_deleted, active, group_id, who, what) VALUES (now()::timestamptz, NULL, true, <Sensor Group ID>, 'BIT9', 'HASH');
and
INSERT INTO alliance_data_sharing (date_added, date_deleted, active, group_id, who, what) VALUES (now()::timestamptz, NULL, true, <Sensor Group ID>, 'BIT9', 'BIN');
Be sure to replace <Sensor Group ID> with the ID from step 1.