Heterogeneous 11g Error

Hi,
I am trying to configure HS for Excel file. I am getting following error:
SQL> select table_name from all_tables@ODBCEXCEL;
select table_name from all_tables@ODBCEXCEL
ERROR at line 1:
ORA-28513: internal error in heterogeneous remote agent
ORA-02063: preceding line from ODBCEXCEL
Heres my setup:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit (Linux)
Excel file (ODBC "ODBCEXCEL" setup in Windows XP)
initODBCEXCEL.ora
HS_FDS_CONNECT_INFO = ODBCEXCEL
HS_FDS_TRACE_LEVEL = Debug
#HS_FDS_SHAREABLE_NAME = <full path name of odbc driver manager or driver>
#HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
# ODBC specific environment variables
set ODBCINI=/asis/mis/oracle11g/product/11.1.0/db_1/hs/admin/initODBCEXCEL.ora
tnsnames.ora
ODBCEXCEL =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = SG6666i1)(PORT = 1521))
    (CONNECT_DATA =
      (SID = ODBCEXCEL)
   (HS = OK)
listener.ora
(SID_DESC =
(SID_NAME = ODBCEXCEL)
(ORACLE_HOME = /asis/mis/oracle11g/product/11.1.0/db_1)
(PROGRAM = dg4odbc)
TNSPING
[oracle11@asistest hs]$ tnsping ODBCEXCEL
TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-JUL-2012 15:56:55
Copyright (c) 1997, 2008, Oracle.  All rights reserved.
Used parameter files:
/asis/mis/oracle11g/product/11.1.0/db_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = SG6666i1)(PORT = 1521))) (CONNECT_DATA = (SID = ODBCEXCEL)) (HS = OK))
OK (0 msec)
Heres the output from ODBC Tracing
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLAllocHandle
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 00000000
SQLHANDLE * 01E5FFD4
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 00000000
SQLHANDLE * 0x01E5FFD4 ( 0x01b21c18)
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLSetEnvAttr
SQLHENV 01B21C18
SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
SQLPOINTER 0x00000003
SQLINTEGER -6
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLSetEnvAttr with return code 0 (SQL_SUCCESS)
SQLHENV 01B21C18
SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
SQLPOINTER 0x00000003 (BADMEM)
SQLINTEGER -6
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLAllocHandle
SQLSMALLINT 2 <SQL_HANDLE_DBC>
SQLHANDLE 01B21C18
SQLHANDLE * 01E5FFD8
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
SQLSMALLINT 2 <SQL_HANDLE_DBC>
SQLHANDLE 01B21C18
SQLHANDLE * 0x01E5FFD8 ( 0x01b21cc0)
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLSetConnectAttr
SQLHDBC 01B21CC0
SQLINTEGER 102 <SQL_ATTR_AUTOCOMMIT>
SQLPOINTER 0x00000000
SQLINTEGER -5
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLSetConnectAttr with return code 0 (SQL_SUCCESS)
SQLHDBC 01B21CC0
SQLINTEGER 102 <SQL_ATTR_AUTOCOMMIT>
SQLPOINTER 0x00000000
SQLINTEGER -5
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLFreeHandle
SQLSMALLINT 2 <SQL_HANDLE_DBC>
SQLHANDLE 01B21CC0
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
SQLSMALLINT 2 <SQL_HANDLE_DBC>
SQLHANDLE 01B21CC0
dg4odbcODBCEXCE 1e88-1cd4 ENTER SQLFreeHandle
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 01B21C18
dg4odbcODBCEXCE 1e88-1cd4 EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 01B21C18Please help. Many Thanks!
Regards,
Eric

Eric,
Thanks for opening the new thread, it is easier to work on the problem.
Your configuration is not correct.
In initODBCEXCEL.ora you have -
set ODBCINI=/asis/mis/oracle11g/product/11.1.0/db_1/hs/admin/initODBCEXCEL.ora
but this should point to an odbc.ini file on the Linux system that has details of the ODBC driver that is used for the connection.
As far as I know there is no ODBC driver for Excel available for Linux but I may be wrong.
But, for the connection to work you need an ODBC driver for Excel installed on Linux and then refer to it in the configuration.
Have a look at this note in My Oracle Support -
How to Setup DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX) (Doc ID 561033.1)
If you don't have an suitable ODBC driver on Linux then this won't work.
If there is no driver for Excel on Linux then you could install DG4ODBC on the Windos machine where Excel is installed and connect to the gateway there from your RDBMS on Linux.
See these notes depending on your Windows version -
How to Setup DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit (Doc ID 466225.1)
How to Setup DG4ODBC (Oracle Database Gateway for ODBC) on 64bit Windows Operating Systems (Doc ID 1266572.1)
There should be an Excel driver on the Windows machine where it is installed, or you should be able to download it from Microsoft.
Regards,
Mike

Similar Messages

  • HS in 11g error

    Oracle 11.1
    OS Windows XP
    I am trying to configure HS for Excel file. I am getting following
    SQL> create public database link testlink connect to "nkesana" identified by "k*ssddwwgg" using 'excl';
    Database link created.
    SQL> select * from all_tables@testlink;
    select * from all_tables@testlink
    ERROR at line 1:
    ORA-28513: internal error in heterogeneous remote agent
    ORA-02063: preceding line from TESTLINKi did following steps for HS configuration..
    create a DNS with name EXCL
    ODBC connection-->SYS DNS->Excel ODBC-->create-->EXCL
    Gateway..................initEXCL.ora
    # Important parameters
    HS_FDS_CONNECT_INFO = excl
    #HS_AUTOREGISTER = TRUE
    # Possible parameters
    #HS_DB_NAME = Employe
    HS_FDS_TRACE_LEVEL = 0My listener file
    LISTENER =
    (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
         (ADDRESS = (PROTOCOL = TCP)(HOST = aba3br102iba.corp.ads.vl.net)(PORT = 1521))
    SID_LIST_LISTENER=
       (SID_LIST=
          (SID_DESC=
             (SID_NAME=EXCL)
             (ORACLE_HOME=D:\app\nkesana\product\11.1.0\db_1)
             (PROGRAM=dg4odbc)
       )TNS file
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = aba3br102iba.corp.ads.vl.net)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    EXCL=
       (DESCRIPTION=
          (ADDRESS=
             (PROTOCOL=TCP)
             (HOST=localhost)
             (PORT=1521)
          (CONNECT_DATA=
             (SID=EXCL))
          (HS=OK))Output of listner status
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 26-APR-2012 15:23:15
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    Start Date                26-APR-2012 14:46:21
    Uptime                    0 days 0 hr. 36 min. 54 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\nkesana\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File         d:\app\nkesana\diag\tnslsnr\aba3br102iba\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=aba3br102iba.corp.ads.vl.net)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=aba3br102iba.corp.ads.vl.net)(PORT=8080))(Presentation=HTTP)(Session=RAW)
    Services Summary...
    Service "EXCL" has 1 instance(s).
      Instance "EXCL", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfullyoutput of tnsping
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 26-APR-2012 15:23:49
    Copyright (c) 1997, 2007, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\nkesana\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=localhost) (PORT=1521)) (CONNECT_DATA= (SID=EXCL)) (HS=OK
    OK (20 msec)Please help.
    Thanks,
    Hesh.
    Edited by: Hesh on Apr 26, 2012 3:56 AM

    Hi,
    Im also doing the same thing and I encounter the same error.
    SQL> select table_name from all_tables@ODBCEXCEL;
    select table_name from all_tables@ODBCEXCEL
    ERROR at line 1:
    ORA-28513: internal error in heterogeneous remote agent
    ORA-02063: preceding line from ODBCEXCEL
    I saw the solution is to update oracle. The problem is im already using Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit
    Heres the ouput from $ORACLE_HOME/hs/log:
    [oracle11@asistest log]$ cat ODBCEXCEL_agt_27333.trc
    Oracle Corporation --- THURSDAY JUL 19 2012 09:48:10.198
    Heterogeneous Agent Release
    11.1.0.7.0
    Oracle Corporation --- THURSDAY JUL 19 2012 09:48:10.198
    Version 11.1.0.7.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "1"
    No ODBC library specified.
    Heres the output from ODBC Tracing:
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLAllocHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 01E5FFD4
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 0x01E5FFD4 ( 0x01b21c18)
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLSetEnvAttr
              SQLHENV 01B21C18
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003
              SQLINTEGER -6
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLSetEnvAttr with return code 0 (SQL_SUCCESS)
              SQLHENV 01B21C18
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003 (BADMEM)
              SQLINTEGER -6
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLAllocHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 01B21C18
              SQLHANDLE * 01E5FFD8
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 01B21C18
              SQLHANDLE * 0x01E5FFD8 ( 0x01b21cc0)
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLSetConnectAttr
              SQLHDBC 01B21CC0
              SQLINTEGER 102 <SQL_ATTR_AUTOCOMMIT>
              SQLPOINTER 0x00000000
              SQLINTEGER -5
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLSetConnectAttr with return code 0 (SQL_SUCCESS)
              SQLHDBC 01B21CC0
              SQLINTEGER 102 <SQL_ATTR_AUTOCOMMIT>
              SQLPOINTER 0x00000000
              SQLINTEGER -5
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLFreeHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 01B21CC0
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 01B21CC0
    dg4odbcODBCEXCE 1e88-1cd4     ENTER SQLFreeHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 01B21C18
    dg4odbcODBCEXCE 1e88-1cd4     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 01B21C18
    Thanks.
    Regards,
    Eric

  • [OBIEE-11g] Error getting Nqid always null value

    Hi to all, I've a problem to load Nqid in a dashboard on 11g OBIEE.
    The javascript function return always a null value and the document.cookie instruction return an empty string ...
    somebody could help me ?!
    p.s.: in the firefox properties there is a cookie that contain the id but i can't read it
    function getNqid() {
    var nameEQ = 'nQuireID=';
    var ca = document.cookie.split(';');
    for(var i=0; i<ca.length; i++) {
    var c = ca;
    while (c.charAt(0)==' ')
    c = c.substring(1,c.length);
    if (c.indexOf(nameEQ) == 0)
    return c.substring(nameEQ.length,c.length);
    return null;

    Hi,
    You might want to check the NQQuery.log to see the code that it is running before making a connection. Just to confirm that the connection pool step is working fine, could you try with a simple select statement and see that it does not error out. If it does not, you may want to revisit the procedure code again. I understand from the error that it is expecting something after the END statement (kind of weird though!!). I assume in this case, it could not parse that this is a stored procedure call itself may be. One thread I found is http://stackoverflow.com/questions/4270818/ora-06550-and-pls-00103 which you may want to look for the line break characters.
    Hope this helps.
    Thank you,
    Dhar

  • Oracle Discoverer 11g Error to create a new public connection

    Hi,
    Since i have install a new Discoverer 11g, i got this error.
    A connection error.
    - error while creating the session, check for other errors.
    - oracle.discoiv.connections.ConnectionStoreException: While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    - While trying to lookup 'jdbc.disco_pstore' didn't find subcontext 'jdbc'. Resolved ''
    unable to retrieve connection list
    - Cannot retrieve connection list. Check the Discoverer application log for more details.
    The installation is an stand-alone without OID but i know why - jdbc looking to the metadata of the pstore.
    The database schemas are created and populated by RCU by i cannot use the STAND ALONE mode.
    Cheers
    Edited by: unsolaris on 7-Apr-2012 5:14 PM

    Thank you for your hint, but ...
    In Metalink there are no results for me.
    This is my metalink address:
    https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(from=BOOKMARK&bmDocType=PROBLEM&bmDocDsrc=KB&bmDocTitle=Repository%20Assistant%20Fails%20With%20%22ORA-00942:%20table%20or%20view%20does%20not%20exist%22%20In%20Workspace%20Creation&viewingMode=1143&bmDocID=557067.1))
    Do you have another address?
    Thank you
    Regards
    Siegwin

  • OAM 11g: Error while importing Custom Authentication Plug-in.

    We are trying to create a sample custom authentication plugin in OAM 11g as per the 11.1.1.5.0 doc.
    But while trying to import the plugin via oamconsole (system configuration->Plugins->Import Plugin) we receive an error "Invalid XML Structure".
    Do we have to embed the XSD (XML Schema Definition) as well ?
    -------------------------SamplePlugin.java-------------------------------------
    import oracle.security.am.plugin.ExecutionStatus;
    import oracle.security.am.plugin.MonitoringData;
    import oracle.security.am.plugin.PluginConfig;
    import oracle.security.am.plugin.authn.AuthenticationContext;
    import oracle.security.am.plugin.authn.AuthenticationException;
    import oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn;
    import java.util.Map;
    import java.util.logging.Level;
    class SamplePlugin extends AbstractAuthenticationPlugIn {
         private static final String CLASS_NAME = "FirstTestClass";
         public ExecutionStatus initialize (PluginConfig config){
              super.initialize(config);
              if(LOGGER.isLoggable(Level.FINE)){
                   LOGGER.logp(Level.FINE,CLASS_NAME,"initialize","Entering initialize");
              return ExecutionStatus.SUCCESS;
         @Override
         public String getDescription() {
              // TODO Auto-generated method stub
              return null;
         @Override
         public Map<String, MonitoringData> getMonitoringData() {
              // TODO Auto-generated method stub
              return null;
         @Override
         public String getPluginName() {
              // TODO Auto-generated method stub
              return null;
         @Override
         public int getRevision() {
              // TODO Auto-generated method stub
              return 0;
         @Override
         public ExecutionStatus process(AuthenticationContext arg0)
                   throws AuthenticationException {
              if(LOGGER.isLoggable(Level.FINE)){
                   LOGGER.logp(Level.FINE,CLASS_NAME,"initialize","Entering process");
              return ExecutionStatus.SUCCESS;
         @Override
         public void setMonitoringStatus(boolean arg0) {
              // TODO Auto-generated method stub
         @Override
         public boolean getMonitoringStatus() {
              // TODO Auto-generated method stub
              return false;
    -------------------------SamplePlugin.java-------------------------------------
    ------------------------SamplePlugin.xml--------------------------------
    <?xml version="1.0" encoding="UTF-8" ?>
    <Plugin name="SamplePlugin" type="Authentication">
    <author>Self</author>
    <email>[email protected]</email>
    <creationDate>09:41:22, 2012-02-05</creationDate>
    <version>1</version>
    <description>SamplePlugin</description>
    <interface>oracle.security.am.plugin.authn.AbstractAuthenticationPlugIn</interface>
    <implementation>SamplePlugin</implementation>
    </Plugin>
    ------------------------SamplePlugin.xml--------------------------------
    ------------------------MANIFEST.MF--------------------------------
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.2
    Bundle-Version: 1.0.0.qualifier
    Bundle-Name: SamplePlugin
    Bundle-Activator: SamplePlugin
    Bundle-ManifestVersion: 2
    Created-By: 1.6.0_24-b07 (Sun Microsystems Inc.)
    Import-Package: org.osgi.framework;version="1.3.0",oracle.security.am.
    plugin,oracle.security.am.plugin.authn,oracle.security.am.plugin.api,
    oracle.security.am.common.utilities.principal,oracle.security.idm,jav
    ax.naming,javax.sql,java.management,javax.security.auth
    Bundle-SymbolicName: SamplePlugin
    Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    ------------------------MANIFEST.MF--------------------------------
    Contents of SamplePlugin.jar
    1. SamplePlugin.xml
    2. SamplePlugin.class
    3. META-INF/
    MANIFEST.MF

    I build the Plugin.jar file similarly as above(followed the same steps)..
    But when i log into OAM and trying to import the plugin (System Configuration->Plugins- Import Plugin) the browser goes to hung state and i see below error in logs (domain log and in diag log)
    I see the jar file created in this location (\Middleware\user_projects\domains\IAMdomain\oam\plugins)
    Please let me know if you have any idea..Thanks!
    ####<Feb 29, 2012 1:10:03 PM PST> <Warning> <oracle.adf.controller.internal.metadata.MetadataService> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-00000000000003fe> <1330549803273> <BEA-000000> <ADFc: /WEB-INF/adfc-config.xml: >
    ####<Feb 29, 2012 1:10:03 PM PST> <Warning> <oracle.adf.controller.internal.metadata.MetadataService> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-00000000000003fe> <1330549803274> <ADFC-52024> <ADFc: Duplicate managed bean definition for 'accessCheck' detected.>
    ####<Feb 29, 2012 1:10:03 PM PST> <Warning> <oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-0000000000000402> <1330549803479> <ADF_FACES-60099> <The region component with id: pt1:_lar has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.>
    ####<Feb 29, 2012 1:10:33 PM PST> <Error> <javax.enterprise.resource.webcontainer.jsf.application> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-0000000000000593> <1330549833253> <BEA-000000> <java.lang.NullPointerException
    javax.faces.el.EvaluationException: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190
    ####<Feb 29, 2012 1:10:33 PM PST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-0000000000000593> <1330549833316> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5
    javax.faces.FacesException: #{FileProcessor.doUpload}: java.lang.NullPointerException
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.rich.RichPopup$BroadcastContextCallback.invokeContextCallback(RichPopup.java:666)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBa
    >
    ####<Feb 29, 2012 1:10:33 PM PST> <Error> <oracle.oam.admin.console.policy> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-0000000000000593> <1330549833361> <OAM-400016> <Failed to authenticate the user
    javax.servlet.ServletException: java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    ####<Feb 29, 2012 1:10:34 PM PST> <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-000000000000059a> <1330549834008> <ADF_FACES-00009> <Error processing viewId: /plugin-taskflow/authplugins URI: /oracle/security/am/taskflows/authplugin.jsff actual-URI: /oracle/security/am/taskflows/authplugin.jsff.
    javax.el.ELException: java.lang.NullPointerException
         at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer$PanelCollectionHelper._encodeAll(PanelCollectionRenderer.java:728)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer$PanelCollectionHelper.access$500(PanelCollectionRenderer.java:537)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer.encodeAll(PanelCollectionRenderer.java:402)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    ####<Feb 29, 2012 1:10:34 PM PST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <spsolutions> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d6305b57ff260991:700b4664:135ca3d69dc:-8000-000000000000059a> <1330549834020> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    javax.faces.FacesException: javax.el.ELException: java.lang.NullPointerException
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:804)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)

  • OBIEE 11G error while installation at the configuration setting(ASinstance)

    Hi Experts,
    I am trying to Install OBIEE 11G on Windows on Local PC.But getting the following error .
    "Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space" at the configuration step of ASinstance.
    I have set the virtual memory to maximum.Machine's RAM is 2 GB and Virtual memory is 4 GB which meeets system requirement for OBI.
    I have treid few options but nothing seems to workout :( . and even Downloaded and tried to Install the software again.
    Any help on this highly appreciated.
    Amit

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • Obiee 11g error

    Hi All,
    I am using obiee 11g for a demo project.When i a run the a report just with 2 columns from 1 from dimension and 1 from fact.It is throwing an error.the error message is
    Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail: .
    I tried using foriegn key in bmm layer it is working fine.When i go for complexjoin bmm layer.The above error is coimng up.
    Can anybody help me on this.
    Thanks,
    Chandra

    can you try the following sequence for startup.
    It is the method I use to start up servers. Before you complete the steps below the following Windows Services should **not** be running.
    a. Oracle Process Manager (instance1)
    b. Oracle Weblogic NodeManager
    1) Start NodeManager from the Command Prompt
    Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin
    startNodeManager.cmd
    Wait till you see message "Secure socket listener start at port"
    2) Start Admin server from command prompt
    Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin
    startWebLogic.cmd
    It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install
    Wait till you see message Admin server is in running mode.
    3) Now start Managed server from GUI
    Access WebLogic console from a browser
    http://<machinename>:7001/console
    Login, Environment > servers > Control > select bi_server1 > click on start
    It would take some time for Managed server to start. Wait till you see Running status.
    4) Now start the OBIEE components from command prompt
    Cd C:\OBIEE\instances\instance1\bin
    opmnctl startall

  • Configure Smartview in OBIEE 11G error

    Hello All
    I am trying to integrate smartview with OBIEE 11G, I followed this blog on how to do it:
    http://obieeil.blogspot.com/2013/07/obiee-creating-smart-view-connection.html
    I am running into an issue and maybe you guys can help me understand how to solve it.
    I have downloaded the smartview and I am in the process of creating my private connection.. 
    Now from my laptop, I am able to access my OBIEE with this link:
    http://100.20.000.000:9704/analytics/
    In the private connection setting, when I entered this url and give username and password, then say 'connect', i am getting an error message simply 'Logon error!' and nothing else to it..
    Have you seen this behavior before?
    Please let me know what I should do about it

    Oh it is you, garuda
    changed name

  • Weblogic 11g Error

    Hello ,
    We are having an Spring based application which was running in weblogic 8.1 , we are migrating to weblogic 11g .
    I created all the configurations in 11g as it was in 8.1 . But I am getting a set of errors as shown below while deploying the application.
    Error while deploying
    •     Substituted for missing class org.springframework.beans.FatalBeanException - Can't resolve reference to bean 'prixcarAdapter' while setting property 'messageHandler' on bean 'ftpAdapter';
    •     nested exception is: org.springframework.beans.FatalBeanException: Can't resolve reference to bean 'prixcarGateway' while setting property 'gateway' on bean 'prixcarAdapter';
    •     nested exception is: org.springframework.beans.FatalBeanException: Can't resolve reference to bean 'jmsPrixcarConnectionFactory' while setting property 'connectionFactory' on bean 'prixcarGateway';
    •     nested exception is: org.springframework.beans.FatalBeanException: afterPropertiesSet() on bean with name 'jmsPrixcarConnectionFactory' threw exception;
    •     nested exception is: javax.naming.NameNotFoundException: Unable to resolve 'PrixcarConnectionFactory'. Resolved ''; remaining name 'PrixcarConnectionFactory'
    Log file error
    The Message-Driven EJB: PRIXCAR_IMPORT_GATEWAY_QUEUE is unable to connect to the JMS destination: jms.PrixcarDamageQueue. The Error was: javax.naming.NameNotFoundException: Unable to resolve 'jms.PrixcarDamageQueue'. Resolved 'jms'; remaining name 'PrixcarDamageQueue' at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139) at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252) at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214) at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254) at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393) at javax.naming.InitialContext.lookup(InitialContext.java:392) at weblogic.jms.common.CDS$2.run(CDS.java:222) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:216) at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1295) at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1092) at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1324) at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:480) at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227) at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:415) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83) at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:75) at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:67) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java
    In the spring xml I have configured the bean as shown below
    <bean id="jmsPrixcarQueue" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName"><value>jms.PrixcarDamageQueue</value></property>
    <property name="inContainer"><value>false</value></property>
    </bean>
    <bean id="jmsPrixcarConnectionFactory" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName"><value>jms.PrixcarConnectionFactory</value></property>
    <property name="inContainer"><value>false</value></property>
    </bean>
    And in weblogic-ejb-jar.xml it is as shown below
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN"
    "http://www.oracle.com/technology/weblogic/weblogic-ejb-jar/1.1/weblogic-ejb-jar.xsd">
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>PRIXCAR_IMPORT_GATEWAY_QUEUE</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>1</max-beans-in-free-pool>
    <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>jms.PrixcarDamageQueue</destination-jndi-name>
    </message-driven-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    I configured jms modules in weblogic 11g server console with the jndi names
    jms.PrixcarDamageQueue
    jms.PrixcarConnectionFactory
    Please let us know the reason for this error also the doctype for 11g in weblogic-ejb-jar.xml above.
    Edited by: user13295341 on Jun 15, 2010 5:21 AM

    Jay and Maxence , I tried what you guys said by removing the jms. and using only PrixcarDamageQueue and PrixcarConnectionFactory but still I am getting an error like Namenotfound as shown below,
    The Message-Driven EJB: PRIXCAR_IMPORT_GATEWAY_QUEUE is unable to connect to the JMS destination: PrixcarDamageQueue. The Error was: javax.naming.NameNotFoundException: Unable to resolve 'PrixcarDamageQueue'. Resolved ''; remaining name 'PrixcarDamageQueue' at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139) at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252) at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206) at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254) at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393) at javax.naming.InitialContext.lookup(InitialContext.java:392) at weblogic.jms.common.CDS$2.run(CDS.java:222) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:216) at
    My doubt is will queue be displayed in JNDI tree ?? I mean there is a JNDI tree in weblogic admin screen and I am getting only the PrixcarConnectionFactory in that and not the PrixcarDamageQueue , may be thats why its showing "unable to connect to the JMS ???" Please advice.....
    I changed both the xml's and the JNDI names in the admin screen.

  • Oracle BI 11g: Error at the step - "Creating BI Server System Components"

    I am attempting to install Oracle BI 11g on a Windows VM. The installation process completes successfully. However, the configuration process errors out at the step - Creating BI Server System Components. The last entry in the install log is as below:
    [2010-09-24T18:26:12.107+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 26] [ecid: 0000Ih3l5E00vlx6wBedMG1Cb79200000H,0] Install handler params :-componentName coreapplication_obis1 -componentType OracleBIServerComponent -biApplicationName coreapplication -fmwConfigPath C:\Middleware\user_projects\domains\bifoundation_domain\config\fmwconfig -appServerUsername <Secure value. Cannot be logged> -appServerPassword <Secure value. Cannot be logged> -appServerAdminPort 7001 -appServerManagedPort 9704 -systemAdministratorUsername <Secure value. Cannot be logged> -systemAdministratorPassword <Secure value. Cannot be logged> -repositoryPassword <Secure value. Cannot be logged> -biServerRepositoryFile SampleAppLite.rpd -biPresentationServicesCatalogName SampleAppLite -biPresentationServicesCatalogZipFileName SampleAppLiteCatalog.zip -biSchedulerSchemaUser <Secure value. Cannot be logged> -biSchedulerSchemaPassword <Secure value. Cannot be logged> -actionFrameworkWorkflowServer http://host-name:7001 -actionFrameworkWorkflowService ANALYTICS -actionFrameworkWorkflowSystem obiaftests -databaseType Microsoft SQL Server -connectString sqlservername:port:db -autoCreatePorts -biServerPort 9703 -biServerMonitorPort 9701 -biPresentationServerPort 9710 -biClusterControllerPort 9706 -biClusterControllerMonitorPort 9700 -biJavaHostPort 9810 -biSchedulerPort 9705 -biSchedulerMonitorPort 9708 -biSchedulerScriptRPCPort 9707 -portRangeStart 9700 -portRangeEnd 10000 -skipDomainProvisioning true
    The resource utilization seems to be normal. Netstat confirms that all of the above ports are free. Since there is no explicit error message in the log, we are unable to decipher the exact source for this error.
    Virtual Machine details: Intel Xeon @ 2.67 GHz, Windows Server 2003 SP2, 4GB RAM, 50GB HDD, Static IP
    Oracle BI Schema DB: MS SQL Server
    Any inputs on this error will be greatly appreciated.
    Edited by: OBIGuy on Sep 27, 2010 2:37 PM

    Hi,
    I recenty started instaling OBIEE 11g and got the same error : "Creating BI server system components". I read your solution and would like to know that if this patch is okay to install on a Windows VM (win server 2003 EE, SP2). If yes, after rebooting, do we reinstall ?
    I am also getting the following errors:
    -Executing: opmnctl start coreapplication_obiccs1
    -Executing: opmnctl start coreapplication_obis1
    -Executing: opmnctl start coreapplication_obips1
    -Executing: opmnctl start coreapplication_obisch1
    Thanks in advance.
    HG

  • JDeveloper 11g Errors Editing BPEL Database Adapter

    I am encountering problems editing Database Adapters in a BPEL based Service Composite Application in JDeveloper. Specifically,
    * double-clicking an existing Database Adapter component to view/edit it generates an uncaught exception in the GUI
    * clicking Next through the wizard proceeds to the next step but the view showing the
    SQL select criteria and input parameters doesn't return the original values set when the
    adapter was first created -- a second NPE is logged at that time
    Here are the specifics of what's running:
    * host for JDeveloper is a Windows7 Home Premium 64-bit (version 61. build 7601 SP 1) PC with 8GB RAM
    * JDeveloper 11.1.1.5 (the SOA / WebCenter version)
    * the c:\OracleMW directory has JDK 6.0.24 installed
    * the Windows machine does have Java EE JDK 7 installed but JDeveloper uses the JDK inside c:\OracleMW
    * while running, JDeveloper is using around 274M of memory
    * database hosting the SOA meta data store and the desired DB of the adapter is 11g (11.2.0.1.0)
    * database is up, reachable and healthy while attempting to edit the Adapter component
    Here is the exact error encountered and the stack trace:
    GUI popup = An unexpected error has occurred in JDeveloper. The program may be unstable, which could result in data loss. Decide how you want to proceed and click OK.
    Details = Uncaught exception
    java.lang.NullPointerException
    o.tip.tools.ide.adapters.designtime.adapter.xr.util.SQLRefresher.run(SQLRefresher.java:118)
    j.lang.Thread.run(Thread.java:662)
    If you click on ignore / continue and proceed through the steps of the Wizard, when the Define Selection Criteria step appears, the original criteria and input parameters defined when the adapter was first built are not displayed and the "Feedback - Log" tab in the log windows registers another entry of:
    Previously reported error [NPE in o.tip.tools.ide.adapters.designtime.adapter.xr.util.SQLRefresher:118]
    Also, if you go through the motions of adding a new parameter variable in the top section of the dialog, after clicking OK, the dialog DOES suddenly display the original variables defined as input parameters.
    Thinking this is a symptom of JDeveloper trying to run in too little memory, I have attempted to increase the max memory setting of JDeveloper to 1024M by adding this line
    AddVMOption -Xmx1024M
    in
    c:\OracleMW\JDeveloper\jdev\bin\jdev.conf
    I've also tried adjusting that same setting in the config file for the IDE itself at
    c:\OracleMW\JDeveloper\ide\bin\ide.conf
    and get the same result. (Subsequent review of properties in About JDeveloper shows that JDeveloper uses the jdev.conf file, not the ide.conf file FWIW.) Memory really shouldn't be a problem because I'm still new to SOA style development and the "application" involved is a very simple "HelloSOA" type service that just sets a couple of BPEL variables, transforms some input variables into variables passed to this Database Adapter, does a few more Transform operations for the DB result values to the reply values and sends the reply.
    However, one other sign that memory utilization could be contributing to this is that periodically, switching to the "Source" view of the composite.xml file or the BPEL process file will lock the GUI up for about 35 seconds with nothing happening. An obvious sign of garbage collection gettng triggered.
    Any suggestions?

    Oracle has identified a fix added to newer versions of JDeveloper which corrected these NullPointerException errors encountered using the 11.1.1.5 version of JDeveloper. That fix had not be propagated back to the 11.1.1.5 version but subsequently HAS been ported back. The fix is associated with patch ID 12670305 which can be downloaded from http://support.oracle.com by searching for that bug ID then downloading the associated ZIP file. I've applied the patch to JDeveloper 11.1.1.5 running on Windows7, Vista 32-bit and LINUX 64-bit and it works like a champ on all three platforms.

  • Sql*loader 11g - Error ORA-12899

    Hi All,
    I'm using Sqlload for inserti into a 11g db some csv file from db2.
    My server is a Linux o.s. with Oracle 11.2.0.1.0 - 64bit.
    I receive this error ORA-12899: Value too large for column on all file I try to load.
    NLS for my db is:
    SQL> select parameter, value from nls_database_parameters where parameter like '%CHARACTERSET%';
    PARAMETER VALUE
    NLS_CHARACTERSET AL32UTF8
    NLS_NCHAR_CHARACTERSET UTF8
    Have you any idea?
    Thanks very much for help
    Regards
    Giovanni

    In internet I found this short message:
    “AL32UTF8 is a multi-byte characterset,that means some characters are stored in more than 1 character, that's true for these special characters.
    If you have same table definitions in both databases you likely face error ORA-12899.
    This metalink note discusses this problem, it's also applicable to sqlloader:
    Import reports "ORA-12899: Value too large for column" when using BYTE semantic
    Doc ID: Note:563893.1”
    By metalink, I can see the Note linked to a one Oracle Internal Bug for Oracle 11g.....
    I'm waiting you suggestion... thanks very much in advance.
    Regards.
    Giovanni

  • OBIEE 11g: Error 500

    Hi Experts,
    For OBIEE 11g, I changed the reporsitory to Paint. And also the catalog path by logging into enterprise manager. After restarting the services and went to the url and it gave this error.
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    Can any one help me...............i didn't understand y i got this............
    Thanks,
    DK

    can you try the following sequence for startup.
    It is the method I use to start up servers. Before you complete the steps below the following Windows Services should **not** be running.
    a. Oracle Process Manager (instance1)
    b. Oracle Weblogic NodeManager
    1) Start NodeManager from the Command Prompt
    Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin
    startNodeManager.cmd
    Wait till you see message "Secure socket listener start at port"
    2) Start Admin server from command prompt
    Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin
    startWebLogic.cmd
    It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install
    Wait till you see message Admin server is in running mode.
    3) Now start Managed server from GUI
    Access WebLogic console from a browser
    http://<machinename>:7001/console
    Login, Environment > servers > Control > select bi_server1 > click on start
    It would take some time for Managed server to start. Wait till you see Running status.
    4) Now start the OBIEE components from command prompt
    Cd C:\OBIEE\instances\instance1\bin
    opmnctl startall

  • OIM 11G Error Message - MessageDrivenBean threw an Exception in onMessage()

    Hi All,
    I found error log as below in our OIM 11g server (clustered). Is it bugs? how to fix this. This decrease our system's performance.
    <Mar 2, 2013 12:54:46 AM GMT+07:00> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.NullPointerException.
    java.lang.NullPointerException
    at oracle.iam.platform.context.ContextManager.loadfromProxy(ContextManager.java:279)
    at oracle.iam.platform.context.ContextManager.loadContext(ContextManager.java:179)
    at oracle.iam.platform.async.impl.ContextUtil.reloadExecutionContext(ContextUtil.java:54)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:53)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    Truncated. see log file for complete stacktrace
    >
    <Mar 2, 2013 12:54:46 AM GMT+07:00> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.NullPointerException.
    java.lang.NullPointerException
    at oracle.iam.platform.context.ContextManager.loadfromProxy(ContextManager.java:279)
    at oracle.iam.platform.context.ContextManager.loadContext(ContextManager.java:179)
    at oracle.iam.platform.async.impl.ContextUtil.reloadExecutionContext(ContextUtil.java:54)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:53)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    Truncated. see log file for complete stacktrace
    >
    <Mar 2, 2013 12:54:46 AM GMT+07:00> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.NullPointerException.
    java.lang.NullPointerException
    at oracle.iam.platform.context.ContextManager.loadfromProxy(ContextManager.java:279)
    at oracle.iam.platform.context.ContextManager.loadContext(ContextManager.java:179)
    at oracle.iam.platform.async.impl.ContextUtil.reloadExecutionContext(ContextUtil.java:54)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:53)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    Truncated. see log file for complete stacktrace
    Please Help,
    --Heri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Was there a restore recently on the env?
    Check MOS:
    1332169.1
    1388113.1
    1377325.1
    1369008.1
    -Bikash

  • Discoverer 11g error: dis51usr.exe not found

    Installing Discoverer 11g (11.1.1.3) on a Windows XP SP3 Dewsktop.
    Logged on as Administrator and installed the software. Selected both Admin and Desktop.
    According to the software installer, the software was installed successfully. I tested it by opening the desktop software and it opened with no issues. I logged off and had the end-user log in. Before the Oracle splash screen even came up, the following error comes up: dis51usr.exe not found (the option to close the notification is to click yes or click delete and the program never opens.)
    How could this be? It works when I am logged on as administrator. I made sure the user has 'full control' permissions of the Oracle folder and also added the user to the computer 'Domain Users' group. FYI: another user on another computer had the same error mentioned in the first paragraph and when the user was added to the 'Domain Users' group, the error went away.
    At a loss of what to do next to fix the dis51usr.exe error
    Appreciate the forthcoming help. Thanks, JM.

    Pl do not post duplicates - Oracle Discoverer Desktop 11.1.1.3 11g install

Maybe you are looking for

  • How  to communicate with a remote application that uses http post to request connection

    Ok, I will try to make this simple as to avoid any confusion. I am trying to receive connection requests from remote applications installed on user pc's. The application uses POST method to send the request to connect to my database, and if required

  • Need help with Drill down Matrix Report

    Hi, I need to create a matrix report with a tree functionality with two line heading. Can some body tell me how can I generate this report? REGION1 REGION2 REGION3 COL1 COL2 TOTAL COL1 COL2 TOTAL COL1 COL2 TOTAL ======================================

  • ITunes for Mac freezing when homesharing with Apple TV 2nd Gen

    So first off I am using the latest version of iTunes, and my Apple TV2 is updated as well with the latest firmware. I started noticing this problem earlier today, my itunes library will show up on my Apple TV for awhile, then while looking through th

  • Setting up an Information Database

    I'm looking to set up an information database. I need to have a few fields where the user can enter in their information to receive a product or service, and would like the database to automatically send me an e-mail when someone has entered informat

  • Help moving to a new pc

    Hi everybody: I'm moving to a new pc and need to know how to do it...I moved my project's folders to my new pc and I define the sites but i can't see the templates... how I move my templates? If you have a tutorial please redirect me....or if you can