cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
556
Views
0
Helpful
2
Replies

open cmf database

hello

to connect to the database cmfDb, I need a default database username for cmf database (Commom Services) in ciscoworks LMS 2.6

for exemple we have: user ID= cwsiSA for aniDb database

some can help me

thanks

2 Replies 2

Michel Hegeraat
Level 7
Level 7

This should help you for most of the DB's

if ($dsn eq 'ani'   ){$uid = 'cwsiSA'     ; }
if ($dsn eq 'cmf'   ){$uid = 'cmfDBA'     ; }
if ($dsn eq 'rmeng' ){$uid = 'DBA'        ; }
if ($dsn eq 'dfmEpm'){$uid = 'itemEpmUser'; }
if ($dsn eq 'dfmInv'){$uid = 'itemInvUser'; }
if ($dsn eq 'dfmFh' ){$uid = 'itemFhUser' ; }
if ($dsn eq 'opsxml'){$uid = 'DBA'        ; }
if ($dsn eq 'upm'   ){$uid = 'dba'        ; }

Make a complete backup before you change anything!

Cheers,

Michel

Joe Clarke
Cisco Employee
Cisco Employee

The main cmf database username is cmfDBA.  However, direct database access is not supported in LMS 2.6.  Support was added in LMS 3.2 via special read-only data views.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: