Votes
Answers
Views
Question
2
1
61
asked 1 year ago by coleslaw
updated 1 year ago by jameslcoleman
Category:
Application Lifecycle Management
♥ 1
Hello. We recently upgraded our ALM from v12.53 to v16.01, and now we still have the qcsiteadmin_ALM1253_db on our ALM DB Server. How can we remove this database completely, securely, so that it does not impact the current functionality or data? Thanks!
0
1
22
asked 3 years ago by 1mardiv
updated 3 years ago by jefptman
Category:
Application Lifecycle Management
Tags:
What is the level of work if we change siteadmin db name? or what are the impact?
0
0
60
Be first to answer!
asked 4 years ago by sai
Category:
Application Lifecycle Management
Hi All, Using below SQL query , we will be able to retrieve the UserID and User Domain Authentication from QCSITEADMIN_DB. SELECT LOWER(qcsiteadmin_db.users.user_name),qcsiteadmin_db.users_auth_data.uad_value FROM QCSITEADMIN_DB.USERS LEFT OUTER JOIN QCSITEADMIN_DB.USERS_AUTH_DATA ON QCSITEADMIN_DB....
0
1
39
WE are upgrading from QC11.52 to 12.53 and have a series of qcsiteadmin_db variations in our OLD database. How do we know that we are migrating and upgrading the right one?
0
1
200
asked 9 years ago by prathap7475
updated 9 years ago by Dan
SQL query needed to delete bunch of inactive users in ALM
0
1
52
I just inherited a load of Quality Center from another division in my company. I am not sure they knew what they were doing when they last upgraded it. I know that each project in my Site Admin tree if "site Projects" will tell me on the "Project Details" tab where it's own DB and pr...