-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r21
zmathe edited this page Mar 14, 2019
·
9 revisions
The bashrc created by the pilot when installing DIRAC does not include the $PYTHONPATH found on the Worker Node
In order to fix a duplicate transfer issue, the DB needs to be updated. Follow the instruction available here: https://gist.github.com/chaen/34032ea6aa19733105076274c24ae8e1
https://github.com/DIRACGrid/DIRAC/pull/3933)
USE AccountingDB
ALTER TABLE `ac_in_LHCb-Production_Job` MODIFY FinalMinorStatus VARCHAR(256) NOT NULL;
ALTER TABLE `ac_key_LHCb-Production_Job_ FinalMinorStatus` MODIFY value VARCHAR(256) NOT NULL;