Hello!
I have installed BI APPS 11.1.1.7 on AIX 6.1 64x (also I have done it On CentOS Linux 64).
I have installed latest BI EE Bundle Patch and Latest weblogic Patch (10.3.6.0.6)
I am facing problems while configuring implementation projects in Functional Setup Manager when I open implementation project itself or any element in it:
I can see this errors in server log:
java.sql.SQLException: invalid name pattern: CENTOS_BIACOMP.FND_TABLE_OF_VARCHAR2_255
and
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
<Nov 4, 2013 11:33:11 AM EET> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 4 created with problem key "DFW-99998 [oracle.jbo.NoDefException][oracle.jbo.mom.DefinitionManager.findDefinitionObject][FunctionalSetupAppLite]">
<Nov 4, 2013 11:33:14 AM EET> <Warning> <oracle.adf.controller.faces.lifecycle.Utils> <BEA-000000> <ADF: Adding the following JSF error message: <html>An application error occurred. See the incident log for more
information.<br><br>An application error has occurred. Your help desk can use the
following information to obtain a more detailed description of
this incident: 4, Server Domain: bifoundation_domain,
Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
oracle.jbo.JboException: <html>An application error occurred. See the incident log for more
information.<br><br>An application error has occurred. Your help desk can use the
following information to obtain a more detailed description of
this incident: 4, Server Domain: bifoundation_domain,
Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
I founded this
We saw this error in log, this is not hampering anything, but any suggestion for this.
post and added this option to JAVA arguments of every weblogic server (Admin, bi and odi)
-Doracle.jdbc.createDescriptorUseCurrentSchemaForSchemaName=true
After that I have restarted bi_server1 and I am still havinf this error.
Is there any way to fix it?
Ths.