LCCD failing to create a new folder in conditions DB [message #1511] |
Wed, 18 June 2008 13:37  |
lima Messages: 47 Registered: May 2004 Location: DeKalb, IL, USA |
|
|
|
Dear LCCD experts,
I am trying to write some new conditions data into the CALICE database, into a new directory. I get the following error message:
-----
DBInterface::init: connected to database calice using folder: /cd_calice_fnalbeam/Tcmt/TcmtModuleLocation
DBInterface::init: folder does not exist, creating folder /cd_calice_fnalbeam/Tcmt/TcmtModuleLocation
CondDB Exception:0:Assertion failed: res->countRows()==1
*** in file: ../../CondDBMySQL/src/CondFolderMgr.cxx line: 131
DBConnectionMgr::~DBConnectionMgr closing leftover db connection
-----
I think the problem is that LCCD is not able to create new DB folders, because if I try to write the same information to an existing DB folder, the job is successful:
-----
DBInterface::init: connected to database calice using folder: /cd_calice_cernbeam/Tcmt/TcmtModuleLocation
DBInterface::storeCollection: Sucessfully stored collection in database
DBConnectionMgr::~DBConnectionMgr closing leftover db connection
-----
How do I fix this?
Thanks,
Guilherme
|
|
|