Solution 1: Check to make sure you can connect via SQL using Properties.xml user name/password
- Obtain the Username and Password that is stored in the properties.xml
- Try to login using these exact same credentials, through a SQL Developer client
- If the login fails with the exact same error, then it is established that the credentials are wrong.
- Contact your system's DBA to obtain/reset the DB password
- If the login succeeds in step 2, proceed to solution 2
Solution 2: Check for any issues with incorrect / typos in the log in information provided in the DB Link
- Run the following query as the DWH User: Select sysdate from [email protected]<DWHSchema>_<ClaritySchema>
- Results should look similar to the below:
SYSDATE
---------------
14-APR-20 3. If there are any errors or data does not return in the query, proceed to next step
4. Recreate the DB Link ensuring that the user name and password are correct (check for any typos including special characters or spaces)
5. Rerun the below query to validate the sysdate is returned now
Select sysdate from [email protected]<DWHSchema>_<ClaritySchema> 6. Run the Load DWH Access Rights job, then the Load DWH job - Full
Note: A restart of the Clarity PPM services should not be needed
Solution 3: Restart the Clarity PPM services
- Only if Solution 1 and Solution 2 do not come back with any issues, restart all the Clarity PPM Services
- Run the Load Data Warehouse job again