Updating soa_infra schema returns error "ORA-00904 Invalid Identifier Error"
(Doc ID 1678605.1)
Last updated on MARCH 29, 2024
Applies to:
Hyperion Financial Close Management - Version 11.1.2.3.000 to 11.1.2.3.500 [Release 11.1]Information in this document applies to any platform.
Symptoms
You are configuring server cluster for Financial Close and Account Reconciliation Manager by referencing the following tutorial.
You are updating soa_infra schema (Performing Post-Installation Manual Configuration Tasks) and receiving error "ORA-00904 invalid identifier" from performing the steps below.
STEPS
-----------------------
1. Connect to soa_infra schema using SQL Developer.
2. Run the following query:
For Oracle Databases:
UPDATE WFTASKDISPLAY SET httpport = , httpsport=0, hostname = WHERE URI like '/workflow/%';\
Example: UPDATE WFTASKDISPLAY SET httpport =80 , httpsport=0, hostname = server.<domain.com> WHERE URI like '/workflow/%';\
Changes
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 |
Changes |
Cause |
Solution |