Skip to content
zmathe edited this page Mar 14, 2019 · 9 revisions

Workload Management System

The bashrc created by the pilot when installing DIRAC does not include the $PYTHONPATH found on the Worker Node

Data Management System

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

Accounting

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;
Clone this wiki locally