can’t create project ORA -28003/20001 message
Question ID: 105576
0
0

We had a new ORACLE security/password policy applied yesterday that expects 8 characters. Now, when I try to create a new project, I get Oracle errors about the password being too short.

How does one change the default password used when creating projects (and Schemas/DBs) to 8 chars from the standard 6-character one that came with our default install of QC?

The error we see:

Messages:

Failed to Create Project;

Failed to create HP ALM project;

Failed to create project ‘MYPROJECT’;

Failed to perform borrow operation for project ‘MYPROJECT’;

Can’t load database;

CORACLEDBCreator : Unable to create database schema ‘default_myproject_db’;

[Mercury][Oracle JDBC Driver][Oracle]ORA-28003: password verification for the specified password failed

ORA-20001: Password too short

Marked as spam
Posted by (Questions: 193, Answers: 14)
Asked on August 27, 2014 4:36 pm
87 views
Answers (1)
1
Private answer

It is failing when creating the new Oracle Schema-user called ''default_myproject_db'' and trying to assign it your 6-character psssword, which does not comply with your new policy.

This new policy may be a big problem -- at least one that causes lots of confusion going forward.

Some facts about the way QC/ALM uses Oracle and process to change the password:

1) each ORA schema-user has the same name as the schema (i.e. ''default_myproject_db'').

2) each project in QC has a corresponding Schema and schema-user

3) each project in QC behaves ''independently'' -- such that each one *could* have a different password (the default 6-character one, or something different), but that would get confusing - especially during a QC-server upgrade.

4) QC has on the DB-Servers tab, the setting of the ''Application Lifecycle Management User Password'' - you can set it to something other than the default 6-character (or other one if you have already changed it from the default) one and it will use that when it creates NEW project, but will still use the old one for all existing ones -- this behavior of continuing to use the old passwords is for QC when using ORACLE Only!

5) if you want to change ''Application Lifecycle Management User Password'' across the board for ALL project Schemas, you would need to have the DBA change the QC-related Schema-user passwords to be all the same one (and never expiring), then for each project do a REMOVE, edit DBID (with new password - encrypted form), then RESTORE each one.

6) you MUST also then change the password used by qcsiteadmin_db as used in the QC Application in siteadmin.xml and re-deploy the application (also encrypted form).

7) To find the encrypted form of your NEW password, create a NEW project, then look in it's DBID.XML file and use the string in the DB_USER_PASS tag.

**This is lots of work for a ''simple'' ORACLE policy change!**

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on August 27, 2014 4:52 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top