Running "upgradeFrameworkFoldersILS" Script Fails Creating the Database Connection to a Pluggable Database (PDB) (Multitenant)
(Doc ID 2444707.1)
Last updated on AUGUST 10, 2024
Applies to:
Oracle WebCenter Portal - Version 12.2.1.3.0 to 12.2.1.3.181015Information in this document applies to any platform.
Symptoms
When attempting to run the upgradeFrameworkFoldersILS command, the following error occurs.
ERROR
- Using connect string in format hostname:port:sid
wls:/PortalDomain/serverConfig/> upgradeFrameworkFoldersILS(appName='webcenter',contentDbVendor='Oracle',contentDbConnectionUrl='<FQ_DB_SERVERNAME>:<DB_LISTEN_PORT>:<DB_SERVICENAME>',reportDirectory='<PATH>',server='WC_Spaces');
Already in Domain Runtime TreeEnter the password for OCS Schema owner : <PREFIX>_OCS
Error occurred while creating database connection. Check value given for database connection url, user name and password.
-
Using connect string in format host:port:service_name
wls:/PortalDomain/serverConfig/> upgradeFrameworkFoldersILS(appName='webcenter',contentDbVendor='Oracle',contentDbConnectionUrl='<FQ_DB_SERVERNAME>:<DB_LISTEN_PORT>:<DB_SERVICENAME>',reportDirectory='<PATH>',server='WC_Spaces');
Already in Domain Runtime Tree
Enter the password for OCS Schema owner : <PREFIX>_OCSError occurred while creating database connection. Check value given for database connection url, user name and password.
-
Using connect string in format server:port/service_name
wls:/PortalDomain/serverConfig/> upgradeFrameworkFoldersILS(appName='webcenter',contentDbVendor='Oracle',contentDbConnectionUrl='<FQ_DB_SERVERNAME>:<DB_LISTEN_PORT>/<DB_SERVICENAME>',reportDirectory='<PATH>',server='WC_Spaces');
Already in Domain Runtime Tree
Enter the password for OCS Schema owner : <PREFIX>_OCS
Database Connection String should be of the format host:port:sid for Oracle database and host\instance_name:port:dbname for MSSQL database.
Already in Domain Runtime Tree
Starting update of Item Level Security for portal folders.
Traceback (innermost last):
File "<console>", line 1, in ?
File "<ORACLE_HOME>/wcportal/webcenter/archives/wcportal-wlst-commands.jar!/wlstScriptDir/Lifecycle.py", line 881, in upgradeFrameworkFoldersILS
AttributeError: 'NoneType' object has no attribute 'createStatement'
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 |