Skip to content

Commit

Permalink
Set ORCON connection string and authentication path correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Man-Li Sun committed Jun 23, 2008
1 parent 0b12eb7 commit 04330b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
)

process.p = cms.Path(process.L1CondDBIOVWriter)
process.orcon.connect = cms.string('sqlite_file:l1config.db')
process.orcon.DBParameters.authenticationPath = '.'
process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb'
process.L1TriggerKeyOnline.forceGeneration = True
process.L1CondDBIOVWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.L1CondDBIOVWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb'


12 changes: 5 additions & 7 deletions CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@
toGet = cms.VPSet(cms.PSet(
record = cms.string('L1TriggerKeyListRcd'),
tag = cms.string('L1TriggerKeyList_CRUZET_hlt')
),
cms.PSet(
record = cms.string('L1TriggerKeyRcd'),
tag = cms.string('L1TriggerKey_CRUZET_hlt')
))
))
)

process.p = cms.Path(process.L1CondDBPayloadWriter)
process.orcon.connect = cms.string('sqlite_file:l1config.db')
process.orcon.DBParameters.authenticationPath = '.'
process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb'
process.L1CondDBPayloadWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T')
process.L1CondDBPayloadWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb'


0 comments on commit 04330b2

Please sign in to comment.