The Password Status is Changing to EXPIRES (2) from TEMPORARY (1) for Payment Tool CSR
(Doc ID 2350772.1)
Last updated on APRIL 01, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 7.5.0.19.0 version, Permission Center Manager
ACTUAL BEHAVIOR
-----------------------
Post creation of a CSR with Password status as TEMPORARY (1), after logging into the client tool for the first time, the password status is changing to EXPIRES (2)
EXPECTED BEHAVIOR
-----------------------
After logging in and providing the new password, the password status should change to NORMAL (0)
STEPS
-----------------------
- install Permissioning Center ps19
- install Payment Tool ps19
- in Permissioning Center , create a user with password status = Temporary
- in Permissioning Center , create a role with all permissions to Payment Tool and above user to this role
- check in database, the status of the password :
select LOGIN, passwd_status, passwd_expiration_t from service_t where poid_type like 'min_client%';
TEST 1 0
(See that status is 1 = Temporary) - launch Payment Tool, provide user name and password ( which is created above )..
- the Payment Tool will automatically ask to change to new password
- provide new password and submit , user will be logged in to the tool
- check in database , the status of the password :
select LOGIN, passwd_status, passwd_expiration_t from service_t where poid_type like 'min_client%';
TEST 2 1541283665
(See that passwd_status =2, meaning EXPIRES)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |