Error Loading on target instance

Hi,
I'm trying to evaluate iSetup for our implementaiton. I extracted some FND Data (Users) and now want to load it on the target instance. Howver, I'm getting the below error in the target Instance:
AZR12LOADER module: iSetup R12 Loader
Current system time is 30-JAN-2013 10:39:05
Error while loading apis
oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Not able to create new database connection: FND     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:602)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:579)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:533)
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:301)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1147)
     at oracle.apps.az.r12.util.ConnectionUtil.createContextFromDBCFile(ConnectionUtil.java:328)
     at oracle.apps.az.r12.util.ConnectionUtil.getAppsContext(ConnectionUtil.java:151)
     at oracle.apps.az.r12.common.cpserver.AZTransaction.createConnections(AZTransaction.java:143)
     at oracle.apps.az.r12.common.cpserver.AZTransaction.<init>(AZTransaction.java:111)
     at oracle.apps.az.r12.common.cpserver.AZContextImpl.<init>(AZContextImpl.java:139)
     at oracle.apps.az.r12.loader.cpserver.LoaderCp.runProgram(LoaderCp.java:63)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Caused by: oracle.apps.fnd.common.PoolException: Not able to create new database connection: FND     at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:255)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273)
     at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
     at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
     at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
     at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2251)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2108)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1918)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1762)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1775)
     at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
     at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
     ... 22 more
I have 2 instances VISI1 and VISI2. I have placed VISI2.dbc under VISI1's $FND_SECURE and vice-versa. The extract on VISI1 is working fine. I have also updated the sqlnet.ora file on both the instances for the below parameters:
#iSetup
tcp.validnode_checking=yes
tcp.invited_nodes=(<host for VISI1>,<host for VISI2>)
It is a single node install, and the DB is not RAC. EBS Version is R12.1.3. I have also verified that I can connect to the target database (using sqlplus) from the source database.
Any pointers on how to resolve this issue?
Thanks,
Ashish

Please see the details below. I have bounced the listeners on both the instances
VISI121C:db:~> cd $TNS_ADMIN
VISI121C:db:/u01/oracle/db/tech_st/11.1.0/network/admin/VISI121C> more sqlnet.ora
# This file is automatically generated by AutoConfig. It will be read and
# overwritten. If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink Note
# 387859.1 for assistance.
#$Header: NetServiceHandler.java 120.19.12010000.6 2010/03/09 08:11:36 jmajumde ship $
NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
SQLNET.EXPIRE_TIME= 10
SQLNET.INBOUND_CONNECT_TIMEOUT =60
DIAG_ADR_ENABLED=ON
ADR_BASE=/u01/oracle/db/tech_st/11.1.0/admin/VISI121C
SEC_USER_AUDIT_ACTION_BANNER = /u01/oracle/db/tech_st/11.1.0/appsutil/template/txkDBSecUserAuditActionBanner.txt
#iSetup
tcp.validnode_checking=no
tcp.invited_nodes=(<host1>,<host2>)
IFILE=/u01/oracle/db/tech_st/11.1.0/network/admin/VISI121C/sqlnet_ifile.ora
VISI121C:db:/u01/oracle/db/tech_st/11.1.0/network/admin/VISI121C> more /u01/oracle/db/tech_st/11.1.0/network/admin/VISI121C/sqlnet_ifile.ora
VISI121C:db:/u01/oracle/db/tech_st/11.1.0/network/admin/VISI121C>
The sqlnet_ifle.ora is empty.

Similar Messages

  • Error on Loading Credit Management Setups using iSetup in target instance

    Hi All,
         I am trying to migrate Oracle credit management functional setups(Scoring model, Checklist, Automation rules) from source instance to target instance. I am trying to achieve this by the usage of iSetup. Once the Load is done, I am getting the following error and the setups are not migrated. This error comes up only for Credit management Setups. Not for other functionalities. Please help me out on this.
    +---------------------------------------------------------------------------+
    Application Implementation: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    AZR12LOADER module: iSetup R12 Loader
    +---------------------------------------------------------------------------+
    Current system time is 09-OCT-2013 03:15:18
    +---------------------------------------------------------------------------+
    Concurrent Request Parameters
    RELOAD_REQUEST_ID=
    DBC_FILE_NAME=DEVF.dbc
    SNAPSHOT_REQUEST_TYPE=E
    SNAPSHOT_NAME=RAC Credit Management Test
    RELOAD_METHOD=
    REQUEST_TYPE=L
    IS_REMOTE=Y
    JOB_NAME=RAC Credit Management Test1
    USER_NAME=DEPPS
    Downloading the extract from central instance
    Successfully copied the Extract
    Time taken to download Extract and write as zip file = 0 seconds
    Validating Primary Extract...
    Parsing driver.xml
    Time taken to parse the Driver file and construct setup objects:6 milliseconds
    Sorting Apis based on their dependency...
    Time taken to sort the Apis=12 milliseconds
    Printing sorted Apis
      Load Sequence 1
      1)AR_CMGT_Scores
    Oct 9, 2013 3:15:48 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    Name: AR_CMGT_Scores
    Type: BC4J
    Path: oracle.apps.ar.ispeed.creditmgt.scores.server.ScoresAM
    Time Taken(seconds): 2.0
    Importing rows from xml file, and validating rows ......
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ScoresEO.
    java.lang.Integer incompatible with java.lang.Long
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Scores; KEY = Score Model Id = 'null'
    ; EXCEPTION = Updates are not supported by this API.
    74 rows processed, now posting changes to the database ......
    Transaction committed.
    Processed API:AR_CMGT_Scores
    Status: WARNING
    Concurrent program completed.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 09-OCT-2013 03:15:50
    +---------------------------------------------------------------------------+

    Vivek,
    Thanks for the update.
    Regards,
    Hussein

  • Get message "loaded with errors on the target and was closed" but there are no errors in the vi.

    Hi,
    Attached image shows the error message which i receive when I try to run my vi. "vi loaded with errors on the target and was closed" 
    The vi has no errors as far as I can see and hasn't changed since I ran it a few days ago and it functioned fine. other vi's in the project run without any issue.
    Any guidance to find the issue would be greatly appreciated!
    Thanks,
    Conor
    Attachments:
    Labview error.JPG ‏43 KB

    Some tips:
    1. Try to recompile the VI which is "loaded broken" (ctrl+click on Run arrow). Deploy.
    2. Try to recompile this VI and its dependencies (ctrl+shift+click on Run arrow). Deploy.
    3. Try to recompile top-level VI and its dependencies. Deploy.
    4. Change something in "loaded broken" VI (add some code, like reversing array back and forth, just to make LV recompile it). Deploy.
    5. Close the project. Restart RIO. Open project. Deploy.
    6. Close LabVIEW. Restart computer. Restart RIO. Open project. Deploy.
    7. Take another computer. Deploy from it.
    8. Close project. Clear compiled object cache (menu Tools -> Advanced -> Clear compiled object cache...). Open project. Wait until LV will open/recompile it. Deploy.
    9. Do as 7, but in the meantime reformat RIO from MAX. Open project. Deploy.
    10. Contact NI Support. Send them your project. Make them Deploy it.
    The fun starts when you have project which deploys for 30 minutes... Usually I skip straight to step 8 then, and usually it helps.

  • .vi loaded with errors on the target and was closed

    When I intend to run my RT (communicating with an FPGA on a cRIO) it only runs one time. The second trial leads to the following error:
    NI_AALBase.lvlibine Wave.vi loaded with errors on the target and was closed.
    LabVIEW:  Failed to load shared library lvanlys.*ineWaveCIN:C on RT target device.
    After reseting the FPGA and Labview it runs again, but also only for one time.
    Thanks for solutions!
    Thomas Vogl

    Error 'found'.
    Process (one day working on it!):
    1- 'Disabled' .vi cutting it into small pieces.
    2- Locate code that provokes 'not defined error' by enabling and running.
    3- Finally located.
    My case:
    I've designed a communication system. To send data uses a PDU containing a 'variant' and 'ring'. This ring indicates type of data to convert variant with necessary typedef. The system defines 4 default msgs on ring (NULL, ACK, NACK, PING).
    The receptor works well, but as I have a lot of data types, I need a case structure. (rings do not work with case at least on 2011) Then I do next thing:
    Explicit cast to a typedef enum with all my data values... (This system is designed for our purposes and could not be the better solution)
    ... UNDEFINED ERROR ON PXI ...
    Solution:
    Instead using explicit typecast use "coercion dot" casting. Like here.
    I receive an U16 data that PXI cast to my enum on 'data out' indicator (you can't see coercion dot because pink and red are 'very different' colors)
    No more errors.
    Conclusions:
    Labview has issues working with explicit type-casting to enums. I can't work more on it, but is necessary to debug this kind of issues because can affect projects at last steps of the development and drives LVdevelopers crazy.
    The only think I do with the enumeration is to add new element and all the system fails...
    Thank you for your reply Schmitz!
    I hope that this information could help somebody that in the future needs to investigate how LV works... xD
    Probably this is not the only issue related with ".vi loaded with errors on the target" (known as the "well defined error").
    Cheers

  • DAC - Error loading shared library [pmwrtrel.dll] in the dynamic lib mgr

    Hi,
    While executing ETL load on a Windows 32-bit machine with DAC v10.1.3.4.1, we were able to execute 24 tasks out of 317 successfully. Then it fails with the following error message:
    PRE-SESS> TM_6232 Error loading shared library [pmwrtrel.dll] in the dynamic library manager. The error is [Database driver event...Error occurred loading library [pmwrtrel.dll]. System error encountered is 127. Error text is The specified procedure could not be found. .].
    PRE-SESS> CMN_1761 Timestamp Event: [Mon Mar 29 19:04:05 2010]
    PRE-SESS> WRT_8236 Error getting pre session writer object for target [W_ETL_RUN_S]
    MANAGER> PETL_24027 Pre-session task completed successfully. : (Mon Mar 29 19:04:05 2010)
    DIRECTOR> PETL_24006 Starting data movement.
    MAPPING> TM_6660 Total Buffer Pool size is 12582912 bytes and Block size is 128000 bytes.
    READER_1_1_1> DBG_21437 Reader: Source is a file-based source.
    READER_1_1_1> FR_3118 source [SQ_FILE_DUAL] code page: [7-bit ASCII]
    READER_1_1_1> FR_3071 Maximum Line sequential buffer length is 1026.
    READER_1_1_1> BLKR_16003 Initialization completed successfully.
    WRITER_1_*_1> CMN_1761 Timestamp Event: [Mon Mar 29 19:04:05 2010]
    WRITER_1_*_1> TM_6232 Error loading shared library [pmwrtrel.dll] in the dynamic library manager. The error is [Database driver event...Error occurred loading library [pmwrtrel.dll]. System error encountered is 127. Error text is The specified procedure could not be found. .].
    MANAGER> PETL_24031
    ***** RUN INFO FOR TGT LOAD ORDER GROUP [1], CONCURRENT SET [1] *****
    Thread [READER_1_1_1] created for [the read stage] of partition point [SQ_FILE_DUAL] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [TRANSF_1_1_1] created for [the transformation stage] of partition point [SQ_FILE_DUAL] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [WRITER_1_*_1] created for [the write stage] of partition point [W_ETL_RUN_S] has completed. The total run time was insufficient for any meaningful statistics.
    MAPPING> CMN_1793 The index cache size that would hold [7340064] rows in the lookup table for [MPLT_GET_ETL_PROC_WID.LKP_ETL_PROC_WID], in memory, is [29555310648557682] bytes
    MAPPING> CMN_1792 The data cache size that would hold [7340064] rows in the lookup table for [MPLT_GET_ETL_PROC_WID.LKP_ETL_PROC_WID], in memory, is [12948046503805036] bytes
    MANAGER> PETL_24005 Starting post-session tasks. : (Mon Mar 29 19:04:05 2010)
    MANAGER> PETL_24029 Post-session task completed successfully. : (Mon Mar 29 19:04:05 2010)
    MAPPING> TM_6018 The session completed with [0] row transformation errors.
    MANAGER> PETL_24002 Parallel Pipeline Engine finished.
    DIRECTOR> PETL_24013 Session run completed with failure.
    DIRECTOR> TM_6022
    SESSION LOAD SUMMARY
    ================================================
    DIRECTOR> TM_6252 Source Load Summary.
    DIRECTOR> CMN_1740 Table: [SQ_FILE_DUAL] (Instance Name: [SQ_FILE_DUAL])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6253 Target Load Summary.
    DIRECTOR> CMN_1740 Table: [W_ETL_RUN_S] (Instance Name: [W_ETL_RUN_S])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6023
    ===================================================
    DIRECTOR> TM_6020 Session [SIL_InsertRowInRunTable] completed at [Mon Mar 29 19:04:06 2010].
    Kindly someone tell us how to resolve this issue.
    Regards,
    Vishnu

    what BIA version are you on?
    perhaps you have to install a informatica fix or a DAC patch

  • Error 404: No target servlet configured for uri: +websphere 6.0

    My server is running properly, but I got Error 404: No target servlet configured for uri: error while launching my project on web sphere 6.0
    see my web.xml and strut-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    id="WebApp_ID"
    version="2.4"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>supportPortalWeb</display-name>
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>validate</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationDataServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ordermgmt.OrderProcessingServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductGradeServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductGradeServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>action_tmp</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>3</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>3</param-value>
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <url-pattern>/servlet/OrganizationDataServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <url-pattern>/servlet/OrderProcessingServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <url-pattern>/servlet/OrganizationValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductValidationServlet</servlet-name>
    <url-pattern>/servlet/ProductValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductGradeServlet</servlet-name>
    <url-pattern>/servlet/ProductGradeServlet</url-pattern>
    </servlet-mapping>
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/spring-config/spring-config.xml</param-value>
    </context-param>
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <jsp-config>
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/epc.tld</taglib-uri>
    <taglib-location>/WEB-INF/supportportal.tld</taglib-location>
    </taglib>
    </jsp-config>
    <resource-ref>
    <res-ref-name>jdbc/SupportPortalDataSource</res-ref-name>
    <res-type>java.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
         <!-- Data Sources -->
         <data-sources />
         <!-- Form Beans -->
         <form-beans>
              <form-bean name="signOnHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOnHandlerForm" />
              <form-bean name="signOffHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOffHandlerForm" />
              <form-bean name="updatePersonForm" type="com.harcourt.supportportal.struts.sample.actionform.UpdatePersonForm" />
              <form-bean name="searchPersonsForm" type="com.harcourt.supportportal.struts.sample.actionform.SearchPersonsForm" />
              <form-bean name="updateProductForm" type="com.harcourt.supportportal.struts.product.actionform.UpdateProductForm"/>
              <form-bean name="searchProductsForm" type="com.harcourt.supportportal.struts.product.actionform.SearchProductsForm"/>
              <form-bean name="searchOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.SearchOrganizationForm"/>
              <form-bean name="updateOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.UpdateOrganizationForm"/>
              <form-bean name="exportOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.ExportOrganizationForm"/>
              <form-bean name="exportProductForm" type="com.harcourt.supportportal.struts.product.actionform.ExportProductForm"/>           
         </form-beans>
         <!-- Global Exceptions -->
         <global-exceptions />
         <!-- Global Forwards -->
         <!-- Action Mappings -->
         <action-mappings type="org.apache.struts.config.SecureActionConfig">
              <action
                   path="/start"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="loginRendererDef"/>
    <!--          <action -->
    <!--               path="/product"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="productInputDef"/>-->
              <action path="/product" type="org.springframework.web.struts.DelegatingActionProxy"
                        name="updateProductForm" parameter="method" scope="request" validate="false">
                   <forward name="success" path="productInputDef"/>
                   <forward name="failure" path="productInputDef"/>
              </action>
    <!--          <action -->
    <!--               path="/organization"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="organizationIndexDef"/>-->
              <action
                   path="/report"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="reportIndexDef"/>
              <action
                   path="/user"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="userIndexDef"/>
              <action path="/login" type="org.springframework.web.struts.DelegatingActionProxy" name="signOnHandlerForm" scope="request" input="loginRendererDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />
              <forward name="failure" path="loginRendererDef" />
    </action>
    <!-- sample -->
         <action path="/updatePerson" type="org.springframework.web.struts.DelegatingActionProxy" name="updatePersonForm" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />
              <forward name="failure" path="personInputDef" />
    </action>
         <action path="/searchPersons"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchPersonsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />          
              <forward name="failure" path="loginRendererDef" />
    </action>
         <!-- end sample -->
         <action path="/updateProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/deleteProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/searchProducts"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchProductsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="productSearchDef" />
              <forward name="failure" path="loginLandingDef"/>
    </action>
    <action path="/loadProducts" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchProductsForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="productIndexDef"/>
         <forward name="failure" path="userIndexDef"/>
    </action>
    <action path="/exportProduct" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportProductForm" parameter="method" scope="request" validate="true">
              <forward name="failure" path="loginLandingDef" />
    </action>
    <!-- Organization Actions -->
    <action path="/searchOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgSearchDef"></forward>
         <forward name="failure" path="loginLandingDef"/>
         </action>
    <action path="/organization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="orgInputDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/loadOrganizations" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgIndexDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/updateOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" input="orgInputDef" validate="true">
                   <forward name="success" path="/loadOrganizations.do?method=loadOrganizations"></forward>
                   <forward name="failure" path="/organization.do?method=createOrUpdateOrganization"/>               
              </action>
              <action path="/exportOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportOrganizationForm" parameter="method" scope="request" >
              <forward name="failure" path="loginLandingDef" />
    </action>
         </action-mappings>
         <!-- Register Support Portal RequestProcessor -->
         <controller>
              <set-property property="processorClass" value="com.harcourt.supportportal.struts.common.action.SupportPortalRequestProcessor" />
         </controller>
         <!-- Message Resources -->
         <message-resources parameter="com.harcourt.supportportal.resources.ApplicationResources" />
         <!-- tiles plugin -->
    <plug-in className="com.harcourt.supportportal.tiles.SupportPortalSecureTilesPlugin">
         <set-property property="definitions-config" value="/WEB-INF/tiles-def/tiles-defs.xml" />
         <set-property property="httpPort" value="80"/>
    <set-property property="httpsPort" value="80"/>      
    <set-property property="enable" value="false"/>      
    <set-property property="addSession" value="false"/>      
    </plug-in>
         <!-- spring plugin -->
         <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
         <set-property property="contextConfigLocation" value="/WEB-INF/spring-config/spring-config.xml"/>
         </plug-in>
    </struts-config>

    If your EAR has actually started, try this:
    http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/xrun_jvm_sendredirect.html
    If you are not on z/OS, the link is actually under server->server infrastructure->Java and process management->environment entries
    for setting the property

  • Error 404: No target servlet configured for uri

    hello there..
    this error start comming suddenly, i dont know why??
    when i try to run html page then IE7 display the following error
    Error 404: No target servlet configured for uri: webpage uri
    if any one already know this then please post any solution to fix it.
    thanks

    thanks Mr evenafets for ur quick reply
    i m sorry not to post the html page i have problem in.
    below is mypage.html
    and i m accessing it trough uri http://localhost:9080/myproject/mypage.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <link rel="stylesheet" href="theme/Master.css" type="text/css">
    <title>mypage</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta name="GENERATOR" content="Rational Application Developer">
    </head>
    <body>
    <!--"CONVERTED_APPLET"-->
    <!-- HTML CONVERTER -->
    <object
        classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        codebase = "http://java.sun.com/update/1.6.0/jinstall-6u20-windows-i586.cab#Version=6,0,0,6"
        WIDTH = "300" HEIGHT = "200" >
        <PARAM NAME = CODE VALUE = "myclass.class" >
        <PARAM NAME = ARCHIVE VALUE = "RegistrationApplet.jar" >
        <param name = "type" value = "application/x-java-applet;version=1.6">
        <param name = "scriptable" value = "false">
        <comment>
         <embed
                type = "application/x-java-applet;version=1.6" \
                CODE = "myclass.class" \
                ARCHIVE = "RegistrationApplet.jar" \
                WIDTH = "300" \
                HEIGHT = "200"
             scriptable = false
             pluginspage = "http://java.sun.com/products/plugin/index.html#download">
             <noembed>
                </noembed>
         </embed>
        </comment>
    </object>
    <!--
    <APPLET CODE = "myclass.class" ARCHIVE = "RegistrationApplet.jar" WIDTH = "300" HEIGHT = "200">
    </APPLET>
    -->
    <!--"END_CONVERTED_APPLET"-->
    </body>
    </html>and below is web.xml file
         <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>
         UASEProject</display-name>
         <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>webapp</param-value>
         </context-param>
         <servlet>
              <servlet-name>TilesServet</servlet-name>
              <servlet-class>
              org.apache.struts.tiles.TilesServlet</servlet-class>
              <init-param>
                   <param-name>definitions-config</param-name>
                   <param-value>/WEB-INF/tiles-defs.xml</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
         </servlet>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>

  • Error while impdp: ORA-02374: conversion error loading table

    Hi,
    I am trying to convert the character set from WE8ISO8859P1 to AL32UTF8 using expdp/impdp. for this I first convert WE8ISO8859P1 to WE8MSWIN1252 in source DB to get rid of “lossy” data. I created new database(target) with character set AL32UTF8 and nls_length_semantics = ’CHAR’ and created all the tablespaces as in source DB with auoexend on. I took full export (expdp) of source DB excluding TABLESPACE,STATISTICS,INDEX,CONSTRAINT,REF_CONSTRAINT and imported using impdp to target DB. I found below error in the import log file:
    ORA-02374: conversion error loading table "SCTCVT"."SPRADDR_CVT"
    ORA-26093: input data column size (44) exceeds the maximum input size (40)
    ORA-02372: data for row: CONVERT_STREET_LINE1 : 0X'20202020202020202020202020202020202020202020202020'
    I checked with select query on both DBs with below results.
    source DB:
    04:58:42 SQL> select count(*) from "SCTCVT"."SPRADDR_CVT";
    COUNT(*)
    74553
    target DB:
    04:59:24 SQL> select count(*) from "SCTCVT"."SPRADDR_CVT";
    COUNT(*)
    74552
    please suggest me a solution to this.
    Thanks and Regards.
    Edited by: user12045167 on May 9, 2011 10:39 PM

    Thanks for your update maher.
    09:15:53 SQL> desc "SCTCVT"."SPRADDR_CVT"
    Name Null? Type
    SPRADDR_PIDM NUMBER(8)
    CONVERT_PIDM VARCHAR2(9 CHAR)
    SPRADDR_ATYP_CODE VARCHAR2(2 CHAR)
    CONVERT_ATYP_CODE VARCHAR2(2 CHAR)
    SPRADDR_SEQNO NUMBER(2)
    CONVERT_SEQNO VARCHAR2(2 CHAR)
    SPRADDR_FROM_DATE DATE
    CONVERT_FROM_DATE VARCHAR2(8 CHAR)
    SPRADDR_TO_DATE DATE
    CONVERT_TO_DATE VARCHAR2(8 CHAR)
    SPRADDR_STREET_LINE1 VARCHAR2(30 CHAR)
    CONVERT_STREET_LINE1 VARCHAR2(40 CHAR)
    SPRADDR_STREET_LINE2 VARCHAR2(30 CHAR)
    CONVERT_STREET_LINE2 VARCHAR2(40 CHAR)
    SPRADDR_STREET_LINE3 VARCHAR2(30 CHAR)
    CONVERT_STREET_LINE3 VARCHAR2(40 CHAR)
    SPRADDR_CITY VARCHAR2(20 CHAR)
    CONVERT_CITY VARCHAR2(25 CHAR)
    SPRADDR_STAT_CODE VARCHAR2(3 CHAR)
    CONVERT_STAT_CODE VARCHAR2(25 CHAR)
    SPRADDR_ZIP VARCHAR2(10 CHAR)
    CONVERT_ZIP VARCHAR2(15 CHAR)
    SPRADDR_CNTY_CODE VARCHAR2(5 CHAR)
    CONVERT_CNTY_CODE VARCHAR2(5 CHAR)
    SPRADDR_NATN_CODE VARCHAR2(5 CHAR)
    CONVERT_NATN_CODE VARCHAR2(5 CHAR)
    SPRADDR_PHONE_AREA VARCHAR2(3 CHAR)
    CONVERT_PHONE_AREA VARCHAR2(3 CHAR)
    SPRADDR_PHONE_NUMBER VARCHAR2(7 CHAR)
    CONVERT_PHONE_NUMBER VARCHAR2(7 CHAR)
    SPRADDR_PHONE_EXT VARCHAR2(4 CHAR)
    CONVERT_PHONE_EXT VARCHAR2(4 CHAR)
    SPRADDR_STATUS_IND VARCHAR2(1 CHAR)
    CONVERT_STATUS_IND VARCHAR2(1 CHAR)
    SPRADDR_ACTIVITY_DATE DATE
    CONVERT_ACTIVITY_DATE VARCHAR2(8 CHAR)
    SPRADDR_USER VARCHAR2(30 CHAR)
    CONVERT_USER VARCHAR2(30 CHAR)
    SPRADDR_ASRC_CODE VARCHAR2(4 CHAR)
    CONVERT_ASRC_CODE VARCHAR2(4 CHAR)
    SPRADDR_DELIVERY_POINT NUMBER(2)
    CONVERT_DELIVERY_POINT VARCHAR2(2 CHAR)
    SPRADDR_CORRECTION_DIGIT NUMBER(1)
    CONVERT_CORRECTION_DIGIT VARCHAR2(1 CHAR)
    SPRADDR_CARRIER_ROUTE VARCHAR2(4 CHAR)
    CONVERT_CARRIER_ROUTE VARCHAR2(4 CHAR)
    SPRADDR_GST_TAX_ID VARCHAR2(15 CHAR)
    CONVERT_GST_TAX_ID VARCHAR2(15 CHAR)
    SPRADDR_REVIEWED_IND VARCHAR2(1 CHAR)
    CONVERT_REVIEWED_IND VARCHAR2(1 CHAR)
    SPRADDR_REVIEWED_USER VARCHAR2(30 CHAR)
    CONVERT_REVIEWED_USER VARCHAR2(30 CHAR)
    SPRADDR_DATA_ORIGIN VARCHAR2(30 CHAR)
    CONVERT_DATA_ORIGIN VARCHAR2(30 CHAR)
    SPRADDR_CVT_RECORD_ID NUMBER(8)
    SPRADDR_CVT_STATUS VARCHAR2(1 CHAR)
    SPRADDR_CVT_JOB_ID NUMBER(8)
    so here we can see its value is 40 (CONVERT_STREET_LINE1 VARCHAR2(40 CHAR)).
    shall i go ahead altering the column?

  • Installation error in invoking target 'agent nmhs'

    Dear All,
    I am new to this forum and I would like to inquire about the reasons behind a specific installation error of Oracle 11gR2 on Fedora 13 and the way to fix it. The error led to a weired behavior for the EM. I am going to explain everything precisely to flap the correspondence time so please please please bare with me.
    I have followed precisely all the pre-requisites for preparing the installation environment (Fedora 13 Linux OS) by following the instructions in the manual that comes on the source installation Disk-1of Oracle 11g R2, like assigning the environment variables, setting kernel parameters, installation of all the required and necessary packages, creating the necessary directories and changing the owner ship, in addition to creation the user 'oracle' and the necessary groups. This installation ends up with a successful working database that can be accessed using sqlplus locally and remotely from another machine. My EM also worked but for a limited period of time for only about 10 to 15 min then after that I cannot access it due to a problem in the agent background process or daemon that is resulted from the error happened during the installation, and need to restart my machine. Here is what happened.
    My installation is a stand alone database (database control / console database). Everything went smoothly during the installation except the following error that I couldn't get rid of or fix it, and I just continued the installation by clicking on the continue button of the OUI alert window. The error message on the alert window is:
    Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    and here is the contenets (error part) of the installActions2010-06-24_03-22-15PM.log file
    INFO: /usr/bin/ld: /u01/app/oracle/product/carried(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    */usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line*
    */u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation*
    INFO: collect2: ld returned 1 exit status
    *INFO: make[1]: --- [u01/app/oracle/product/carried] Error 1*
    INFO: make[1]: Leaving directory `/u01/app/oracle/product/carried'
    *INFO: make: --- [emdctl] Error 2*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    Exception Severity: 1
    INFO: Calling Action unixActions10.2.0.3.0 ; make
    registerOnly = false
    installMakePath = /usr/bin/make
    installMakeFileName = /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk
    installTarget = all_no_orcl
    undoMakeFileName =
    installArguments = ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    logFile = /u01/app/oracle/product/11.2.0/dbhome_1/install/make.log
    undoTarget =
    progMsg = Linking RDBMS Executables
    After all the above, I am going to explain here how this error affected the EM. Here is the output of starting the dbconsole:
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control .... started.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    and here is the output of the status of the dbconsole
    $ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    notice the EM Daemon (agent background process) is not running
    Becuase of this error, the actual status of the database is not shown up in the EM. For example, if I try to startup my database through the EM, it starts successfully, but its status will not be shown, same thing happens for the listener. Clicking the View Details link in the EM after starting up the database shows up the following:
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jun 26 03:43:36 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 1489829888 bytes
    Fixed Size          1336624 bytes
    Variable Size          922749648 bytes
    Database Buffers     553648128 bytes
    Redo Buffers          12095488 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent is Not Running
    again notice the last line of the message Agent is not running.
    After all the above, I beleive that the installation error is the cause of all that. I would appreciate it if you could help me solving this problem. Thanks.
    Bassam A. Al-Khaffaf

    Hi,
    I have successfully installed Oracle 11g R2 after some manual intervention to solve this linker error.
    The linker error actually gave the useful hint to solve this problem:
    INFO: /usr/bin/ld: /home/akos/app/akos/product/11.2.0/dbhome_1/sysman/lib//libnmectl.a(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    /usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line
    /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    This means that the gcc linker phase lacked an option for "-lnnz11". I run "make agent nmhs" manually,
    so the last command that gave an error can be copy&pasted to the command line. Adding "-lnnz11"
    after "-lcore11" to the command made it run successfully, and also re-running "make agent nmhs"
    on the command line didn't fail now. Then I chose the "Retry" button in the installer GUI and it proceeded.
    This change in the Fedora 13 linker was announced at
    http://docs.fedoraproject.org/en-US/Fedora/13/html/Release_Notes/sect-Release_Notes-The_GCC_Compiler_Collection.html
    In Fedora 12 and earlier it was allowed to an app with library A and the app was able to use symbols
    from every other libraries (B, C, ...) that library A was linked with. In Fedora 13 this is not allowed anymore,
    your app needs to be linked explicitely with library B, C, etc.
    Later, there was another problem with SELinux not allowing text relocation in .../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    which was solved by running:
    chcon -t textrel_shlib_t '.../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1'
    and re-running configuration of "Oracle Net Configuration Assistant". This allows keeping SELinux on.
    After that, installation and setup of the first database succeeded on Fedora 13.

  • Error in invoking target install of makefile: Oracle8.1.6 on RHLinux7.1

    Hello,
    How are you?
    I am facing some problem to install Oracle 8.1.6 on my own pc on
    os Linux 7.1.
    I can start installer.Its installing but after 72% installation
    complited than its gives following errors.
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_client.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/precomp/lib/ins_precomp.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ldap/lib/ins_ldap.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_server.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_oemagent.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/odg/lib/ins_odg.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/otrace/lib/ins_otrace.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/plsql/lib/ins_plsql.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ctx/lib/ins_ctx.mk
    After that it shows INSTALLATION COMPLETE SUCCESSFULLY.And
    Network Configuration Assistant
    has start. Its hang the computer
    In log shows error this
    Error loading native library libnjni8.so
    java.lang unsatisfied ink error:jniGetOracleHome
    I stop the same.Than Database Assistant and Creation of database
    start.It is complete without
    any error.
    But when I tried to start svrmgrl its show following error
    svrmgrl:error while loading shared libraries:libwtc8.so;cann't
    load shared object
    Please sir,
    Lets give me right direction for these difficulties.I am so much
    interested to install same on
    my pc.Please do needful.If you are interested to give me direct
    answer than my mailid is
    [email protected]
    Thanking you in advance
    Yours truly,
    Gitesh Trivedi.
    Title : re:Installation of Oracle 8.1.6 on RedHat Linux 7.1
    [New] O/S : Linux
    Author : Akshay Salkar [mailto:[email protected]]
    Type : Statement
    Date : Nov 11, 2001 23:50 PT
    POST :REPLY (W/QUOTE)
    Hi Gitesh,
    I face exactly the same problems as you face....
    no whatsoever difference...and i am completely stuck as i dont
    know what to do...
    i have heard from some people (on the oracle discussion groups)
    that they have successfully installed oracle8.1.6
    how i dont know... but very much eager if any of you all could
    help me out.
    if you do find a way out and solve the problem ...do plz. let me
    know....
    akshay.

    Just make sure when you type : $ ld
    it doesn't give you an error like below
    [oracle8i@ns1 oracle8i]$ ld
    ld: unrecognised emulation mode: elf_i386_glibc21
    Supported emulations: elf_i386 i386linux
    If so, in order to workaround with it, don't include
    . /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    in your env. setting. but make sure you include
    export LD_ASSUME_KERNEL=2.2.5
    After disabling that command, I can install oracle 8.1.7.0.1 on
    RH 7.2 without any errors.
    I hope this helps ! Let me know if you succeed
    k3Nn

  • Illustrator cs3 headache! Error loading plugins. ColorHarmony.aip DxfDwg.aip FHImprot.ap PNGFileFormat.aip TracingSuite.aip TrcingUI.aip

    I have searched everywhere on both the net and the adobe website and there is no solution for this problem.  I have tried all suggestions, aside from reformatting my hard drive and loading everything from scratch. I have Adobe CS3 Master Collection which we paid quite a bit for and I find these errors and mistakes outrageous.  I have a Zune and I still hve to disable the launch using the Vista Task Manager in order to get PDF files to save using any progrm within the suite.
    All of a sudden one day, I started getting the following error: Error loading plugins. ColorHarmony.aip DxfDwg.aip FHImprot.ap PNGFileFormat.aip TracingSuite.aip TrcingUI.aip
    I have tried using the CS3 Script clean up tool, even at level 2. I have gone through and got rid of any vestiges of folders or files that have to do with Adobe CS3 Master Collection.  Nothing works.  The only thing that did work that I refuse to do is to make another User Account and use that account just for Illustrator so I have to switch users back and forth to send e-mails and such.
    What is the fix for this?  Is Adobe paying attention?
    Any words of wisdom?  I have read that even after paying the $39.95 for help from Adobe, they still dont have a solution.   Is t his a ploy to make some money off of fees during this economy?

    Okay all, here is what I have tried; re-installed printer drivers,nothing, then:
    I went to C:\Users\[your name]\AppData\Roaming\Adobe\Illustrator CS3 Settings on Win Vista.
    Found the following folders:  Brushes, Composite Fonts, Graphics Styles, Kinsoku, MojiKumi, New Document Profiles, Plug-ins, Swatches, Symbols, Workspaces.  All folders were empty except for the New Document Profiles which had the following: Basic CMYK, Basic RGB, Mobile and Devices,
    Print, Video and Film and Web, as I said these are document files which I deleted before this re-installation and nothing. Same error as above.
    The three files listed in the Illustrator CS3 Settings folders are: AI Color Settings, AIMenuFaceCache and IllustratorFnt.lst.  I deleted all three, IllustratorFnt.lst rebuilds immediately when I Open Illustrator CS3, however, the other two dont seems to rebuild until I receive the Microsoft Windows alert:  a problem caused the program to stop working correctly. Windows will close the rpgoram and notify you if a solution is available.  You'd think with the many times that this program has shut down automatically, someone would have a solution by  now!
    There is no AdobeFnt.lst file as specified by Mylenium.
    corrupt preference folder, the whole users preference folder: I do not see an AI.Preferences folder in this area neither, and when I reopen Illustrator there is still no Preferences folder.  Dont know how to get to the whole users preferences folder.  I have a done Search for Preferences*.* and I only get entries for ACT! 2008 CMR which we have installed here.
    corrupt Illustrator Settings folder located somewhere in the Documents and Settings No, this does not seem to do anything, If I delete the entire contents under Illustrator CS3 Settings.
    a corrupt or conflicting plug in from a thrid party which is what it sounds like.  Nothing in the plug-ins (Illustrator CS3 folder) and I haven't downloaded a third party.  I do see the plugins that this mentioned in this error: ColorHarmony.aip DxfDwg.aip FHImprot.ap PNGFileFormat.aip TracingSuite.aip TrcingUI.aip in the following C: Program Files\Adobe\Adobe Illustrator CS3\Plugsin\Extensions, but the system will NOT let me remove them.
    a corrupt font(s) or font data base(s) or both.  Removed all possible fonts that the system would let me, and still nothing.
    a corrupt color or monitor profile (this once happened to me)  Do not use Custom monitor nor color profies.
    a conflicting haxie  running a PC
    an update to something on your user account Hmmm all I have done are the recommended updates to Vista
    conflicting software on the mac it is usually entourage or Quicken but they usually interfere with the keyboard shortcuts.  On a PC.
    and on the pc world of course a virus that is affecting your user account because it has only found your password on that accounts and which you obtained via browser or e-mail.  Ran a full system virus scan and nothing.
    The last and very unpopular amongst the pc world is a permissions problem in the pc world they always find a work around thuis issue rather than face the fact and why Adobe may have given up at this point.  Turned off the UAC account, but your right, when I tried to delete the mentioned plugins in the errror, it said i didnt have the permissions.
    There can be other reasons. The reason Adobe could not find it is the problem on the pc is often denial that this is user induced it also a problem but to less a degree on the Mac.
    Maintaining your system is important. I do regular scans and things.
    For instance have you set your scratch to a hard drive hat has a lot of free space do you have scratch other than your start up disk? Have a huge hard disk and 4 gb of DDR3 ram. 
    How much RAM do you have these are less likely to be the problem since the new user account works.
    If you want to get his running again try a few things and tell us what did not work and perhaps we can help with nrrowing it down.
    PLEASE HELP YOU GUYS, THIS IS VERY BIZARRE, WHY WOULD ONE SEPARATE USER ACCOUNT WORK AND THE OTHER NOT.  THEY BOTH PULL OFF OF THE SAME PROGRAM FILE FOLDER RIGHT?

  • Error DBMRfcCommuncicationError at DB Instance CreateObject

    Hello!
    I would like to set up the MTE MaxDB to monitor the SAP DB from SAP Solution Manager.
    If Itry to execute DB50 --> Properties I get the error "DBM_CONNECT".
    Error DBMRfcCommuncicationError at DB Instance CreateObject
    How can i activate the MTE MaxDB?
    The DB59 returns the following information:
    1. Connect. test with "dbmcli db_state"                         Unsuccessful
       dbmcli_command_execute_error
       External program terminated with exit code 128
    2. Connect. test with command mode "dbmrfc db_state"            Unsuccessful
       system_failure
       Name and Server     : <server-name>
       DBMRFC Function     : DBM_EXECUTE
       Command             : db_state
       Error               : System Error
       Error Message       : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'#Timeout d
    3. Connect. test with session mode "dbmrfc db_state"            Unsuccessful
       communication_failure
       Name and Server     : <server-name>
       DBMRFC Function     : DBM_CONNECT
       Error               : Communication Error
       Error Message       : Error when opening an RFC connection
    4. Connect. test with "native SQL"  ( SRM )                     Unsuccessful
    For detailed information, see the developer trace for work process:           3
    Thank you very much!
    regards

    Hello!
    Thank you for your response!
    The execution of "dbmcli" with additional parameters "-s dbm_version" retrieves
    "External program terminated with exit code 128"
    How can I check whether I have or not the DB client?
    What is the URL-destination I can download DB client software?
    The dev_cp File from ST11 retrieves
    RSTR0006: Display Developer Traces                                                                                1
    Trace file of control program (trace level 3)
    < Function: BtcTrcInit> Function: main  SAPXPG 700
    2007-09-25  14-43-47 : Before BtcXpgDetach
      > Function: BtcXpgDetach  < Function: BtcXpgDetach  Accept RFC connection from R/3 system
    2007-09-25  14-43-47 : Before RfcAccept
    2007-09-25  14-43-47 : RfcAccept returned OK
    security check switched OFF
      Install RFC call SAPXPG_START_XPG
      Install RFC call SAPXPG_START_XPG_LONG
      Install RFC call SAPXPG_END_XPG
      Wait for RFC call SAPXPG_START_XPG or SAPXPG_START_XPG_LONG
    2007-09-25  14-43-47 : Before first call of RFCDispatch
      > Function: BtcXpgStartXpgLong
    2007-09-25  14-43-47 : Beginning of BtcXpgStartXpgLong
        > Function: BtcXpgStartXpgImportLong      > Function: BtcXpgParam      < Function: BtcXpgParam      > Function: BtcXpgParam      < Function: BtcXpgParam      > Function: B
              Line  Text
              <No StdOut/StdErr output reported>
            Target log table is not identical to source
            ItGetLine terminated with NULL
          < Function: BtcXpgItTransfer      > Function: BtcTrcReset      < Function: BtcTrcReset      Call mode: VIA RFC
          Input arguments of BtcXpgStartXpg:
            External program: dbmcli
            Program argument string:
            Contents of control flags:
              StdIn control flag: redirect StdIn
    Thank you for your futher information in advance!
    Thom

  • I am getting a "java.lang.RuntimeException: Error loading file:....NULL content-length." message when attempting to load a jnlp file

    I am the applications administrator for an instance of Galaxy server. In Galaxy there is an option / plugin to opne a BAM file via the Integrative Genomics Viewer (IGV) created at the Broad Institute. When invoked it downloads a jnlp file and launches IGV and then is supposed to open the BAM file in the viewer. However, when it attempts to open the BAM file I get the following error:
    "An Error occurred while loading: http://galaxy/display_application/52cef830ad5766ca/igv_bam/web/29212308ff643a94/data/galaxy_52cef830ad5766ca.bam
    java.lang.RuntimeException: Error loading file: http://galaxy/display_application/52cef830ad5766ca/igv_bam/web/29212308ff643a94/data/galaxy_52cef830ad5766ca.bam NULL content-length."

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • "error loading updater workflow"...trying to install camera raw 6.3 plug in

    A very helpful response to an earlier question got me to realize the need to instll the latest raw plugin....6.3....
    Now when I go to install I get "error loading updating workflow"
    any help on this one???
    Thanks
    I have CS5  using windows 7 on my dell inspiiron 1545 pc......this was an update t cs5 from previously installed cs4
    version

    "PDA file "and "changed PDA file...."
    PDA file
    12/21/2010 11:35:13 PDApp - Build Version - 1.0.175.0
    12/21/2010 11:35:13 PDApp - Logging Level verbosity Set  to 4
    12/21/2010 11:35:13 PDApp.CommandLineParser - Parsing the command
    line provided. Number of command line arguments is 6
    12/21/2010 11:35:13 PDApp - DWA AppletID argument not specified on
    command line. Trying to find the existing instance
    12/21/2010 11:35:13 PDApp - This is the first instance so creating a
    thread for listening to the created pipe
    12/21/2010 11:35:13 PipeThread - Pipe thread started
    12/21/2010 11:35:13 PDApp - Starting AsyncMessageProcessor
    12/21/2010 11:35:13 PDApp.AsyncMsgProcessor - AsyncMsgProcessor
    initialized...
    12/21/2010 11:35:13 PDApp.AsyncMsgProcessor - AsyncMsgProcessor
    started. on thread id = 4960
    12/21/2010 11:35:13 PDApp - Detecting Applet Database Library file...
    12/21/2010 11:35:13 PDApp - Fetching Applet registeration
    information...
    12/21/2010 11:35:13 PDApp.AppletManager - AppletManager initialize...
    12/21/2010 11:35:13 PIM - Build Version - 1.0.175.0
    12/21/2010 11:35:13 PIM - Logging Level verbosity Set  to 4
    12/21/2010 11:35:13 PIM - CREATE PIM Instance ...
    12/21/2010 11:35:13 Utilities - File does not exist
    12/21/2010 11:35:13 PIM - trying to createOrUpdatePIMDbSchema.
    12/21/2010 11:35:13 PIM - Current db schema version on machine 1.
    12/21/2010 11:35:13 PIM - Current db schema version to install 1.
    12/21/2010 11:35:13 PIM - PIM DB Schema is up to date. Current schema
    version is 1.
    12/21/2010 11:35:13 PIM - PIM Database is Up To Date.
    12/21/2010 11:35:13 PIM - PIMSqlite closeDB status 0
    12/21/2010 11:35:13 PIM - FREE PIM Instance ...
    12/21/2010 11:35:13 PDApp.AppletManager - Applet database path -
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    12/21/2010 11:35:13 PDApp.AppletManager - PIM library path -
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    12/21/2010 11:35:13 PDApp.AppletManager - Loading PIM library...
    12/21/2010 11:35:13 PDApp.AppletManager - Getting applet data from
    Applet database
    12/21/2010 11:35:13 PDApp.AppletManager - All installed pakages
    version string (pim_getCurrentPackagesVersion) is
    DWA:1.0.172.0|LWA:1.0.175.0|PDApp:1.0.175.0|UWA:1.0.175.0
    12/21/2010 11:35:13 PDApp.AppletManager - Registering Applets...
    12/21/2010 11:35:13 PDApp.WindowManager - Initializing native
    WindowManager
    12/21/2010 11:35:13 PDApp.WindowManager - Creating window instance
    12/21/2010 11:35:13 PDApp.WindowManager - Checking for appletID and
    appletVersion given in CommandLineOptions
    12/21/2010 11:35:13 PDApp.WindowManager - Creating APE stage instance
    12/21/2010 11:35:15 PDApp.ExternalGateway - MessageHandler
    initialized...
    12/21/2010 11:35:15 PDApp.ExternalGateway - ExternalGateway
    initialized...
    12/21/2010 11:35:15 PDApp.ExternalGateway - NativeCommandHandler
    initialized...
    12/21/2010 11:35:15.431 PDApp.StartupCommand Logging Level verbosity
    Set to  INFO
    12/21/2010 11:35:15.432 PDApp.StartupCommand Processing the startup
    Command
    12/21/2010 11:35:15.439 PDAPP.AppletManager Starting Applet
    registeration...
    12/21/2010 11:35:15.457 PDAPP.MainDisplayMediator Looking up for the
    Exact versioned applet for ID :UWA_UI
    12/21/2010 11:35:15.479 PDAPP.AppletManager Loading Applet: UWA_UI
    Version = 1.0
    12/21/2010 11:35:15.514 PDApp.ZStringLoader PDAPP SWF - locale set
    to - en_US
    12/21/2010 11:35:15.570 PDAPP.AppletManager Loading progress0 out of
    521002
    12/21/2010 11:35:15.572 PDAPP.AppletManager Loading progress65536 out
    of 521002
    12/21/2010 11:35:15.574 PDAPP.AppletManager Loading progress131072
    out of 521002
    12/21/2010 11:35:15.583 PDAPP.AppletManager Loading progress196608
    out of 521002
    12/21/2010 11:35:15.585 PDAPP.AppletManager Loading progress262144
    out of 521002
    12/21/2010 11:35:15.588 PDAPP.AppletManager Loading progress327680
    out of 521002
    12/21/2010 11:35:15.590 PDAPP.AppletManager Loading progress393216
    out of 521002
    12/21/2010 11:35:15.592 PDAPP.AppletManager Loading progress458752
    out of 521002
    12/21/2010 11:35:15.594 PDAPP.AppletManager Loading progress521002
    out of 521002
    12/21/2010 11:35:16.023 PDApp.ExternalGateway Recieved Applet Loading
    Completion
    12/21/2010 11:35:16.027 UWA.ZStringLoader Trying to load ZString for
    preferred locale - en_US
    12/21/2010 11:35:16.087 UWA.ZStringLoader Applet locale set to -
    en_US
    12/21/2010 11:35:16.319 UWAApplet.Startup Processing the startup
    command
    12/21/2010 11:35:16.324 UWA.LoadWorkflowCommand Processing the
    LoadWorkflowCommand
    12/21/2010 11:35:16 PDApp.AppletManager - Loading Applet - UWA_Native
    for WindowID - 1
    12/21/2010 11:35:16 UWANative - Build Version - 1.0.175.0
    12/21/2010 11:35:16 UWANative - Logging Level verbosity Set  to 4
    12/21/2010 11:35:16 UWANative - Updater in patch mode
    12/21/2010 11:35:16 UWANative - Error in mdbOpenSessionNoCreate 1
    12/21/2010 11:35:16 UWANative - Failed to initialize Updater Core
    12/21/2010 11:35:20 Utilities - Directory not present
    12/21/2010 11:35:20 UWANative - Could not delete the temp folder "".
    12/21/2010 11:35:16.594 UWA.LoadWorkflowCommand The start applet did
    not return the result xml. Startapplet returned
    12/21/2010 11:35:16.595 UWA.LoadWorkflowCommand Cannot start
    UWANative Applet
    12/21/2010 11:35:20 PDApp.AppletManager - Un-loading Applet -
    UWA_Native for window ID - 1
    12/21/2010 11:35:20 PDApp.ExternalGateway - Callng the finalize
    function of the applet
    12/21/2010 11:35:20 PDApp.ExternalGateway - Unloading applet
    12/21/2010 11:35:20.878 PDApp.HostMessageHandler Recieved force
    window close message
    12/21/2010 11:35:20.878 PDApp.HostMessageHandler Sending message to
    native
    12/21/2010 11:35:20 PDApp.WindowManager - Window destruction reached
    for ID - 1
    12/21/2010 11:35:21 PipeThread - Pipe Connected. Waiting for data to
    come on pipe
    12/21/2010 11:35:21 PipeThread - 2 bytes read on pipe
    12/21/2010 11:35:21 PipeThread - Data recieved on pipe. Sending the
    data to the main thread to process and show window
    12/21/2010 11:35:21 PipeThread - Message Sent to main thread
    12/21/2010 11:35:21 PipeThread - Disconnecting pipe
    12/21/2010 11:35:21 PipeThread - Pipe Disconnected
    12/21/2010 11:35:21 PipeThread - Terminating the pipe thread
    12/21/2010 11:35:21 PDApp - Terminating native MessageQueueManager
    12/21/2010 11:35:21 PDApp - Terminating native AppletManager
    12/21/2010 11:35:21 PDApp.AppletManager - AppletManager destructed
    12/21/2010 11:35:21 PDApp - Terminating WindowManager
    12/21/2010 11:35:21 PDApp.WindowManager - Destroying PDApp main
    window's
    12/21/2010 11:35:21 PDApp.WindowManager - Destroying PDApp main
    window's sucessfully
    12/21/2010 11:35:21 PDApp - Terminating ExternalGateway
    12/21/2010 11:35:21 PDApp.ExternalGateway - ExternalGateway
    destructed
    12/21/2010 11:35:21 PDApp - Terminating MessageHandler
    12/21/2010 11:35:21 PDApp.ExternalGateway - MessageHandler
    finalize...
    12/21/2010 11:35:21 PDApp.ExternalGateway - MessageHandler destructed
    12/21/2010 11:35:21 PDApp - Terminating NativeCommandHandler
    12/21/2010 11:35:21 PDApp.ExternalGateway - NativeCommandHandler
    destructed
    12/21/2010 11:35:21 PDApp - Terminating AsyncMessageProcessor
    12/21/2010 11:35:21 PDApp.AsyncMsgProcessor - Destroying
    AsyncMsgProcessor
    12/21/2010 11:35:21 PDApp - Terminating NativePlatformHandler
    12/21/2010 11:35:21 PDApp - Terminating logger
    PDA changed file
    12/21/2010 03:00:24 AAMUpdatesNotifier - Build Version - 1.0.175.0
    12/21/2010 03:00:24 AAMUpdatesNotifier - Logging Level verbosity Set
    to 4
    12/21/2010 03:00:27 Utilities - File does not exist
    12/21/2010 03:00:41 AAMUpdatesNotifier - CFU .... StatusCode(41)
    ErrorCode(212)
    12/21/2010 03:00:41 AAMUpdatesNotifier - inside getUpdates
    12/21/2010 03:00:41 AAMUpdatesNotifier - Cannot find any update Node
    12/21/2010 03:00:41 AAMUpdatesNotifier - All updates count 0

  • Error loading XML Document from /analytics/saw.dll/common/privileges.xml

    I tested my procedure for upgrading from OBI 11.1.1.5 to 11.1.1.6 which was successful. I had to rollback to OBI 11.1.1.5 using my database backup and VM snapshot due to project requirements.
    The OBI application successfully comes up but users who login just get "Error loading XML Document from /analytics/saw.dll/common/privileges.xml?fmapID=KqIJCw. The response given was: ". They can't close this message box so are unable to do anything.
    How can I fix this?

    Hi All,
    You can face this issue with other versions of OBIEE 11.*
    Problem cab be solved as follows:
    Go to http://localhost:7001/em  > coreapplication > Capacity Management > Scalibility >
    1. Lock and edit
    2 .increase number of presentation services to 2
    3. restart opmn component.
    Go to coreapplication > Availibility > processes
    1 .please note that in deployment > catalog > change path of catalog field from $coreapplication to path where your catalog resides.
    2. Take down your primary instance.
    3. As your secondary is up, it will grant you to browse you through catalog and dashboards.
    If you want to run primary instance of presentation services
    Go to path \Middleware\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips2
    except catalog and catalog manager > Copy all other files to coreapplication_obips1
    restart opmn component > problem solved.!!!
    Regards,
    Akshay S.
    please like if you find it helpful

Maybe you are looking for

  • Wrong page size for my printer

    When I try to print an A4 page to my HP CLJ CP3505 in PostScript mode from Acrobat Pro 9.4.2, the page size and preview says Letter, and nothing goes to the printer. I've checked all possible places and the page size is definitely A4 everywhere in th

  • Can a Thick slab of magnet affect my iPhone 6 plus?

    Hey Guys, I've read a previous post wherein someone had concluded that an iPhone cannot be damaged with a thin magnet. I have an iPhone 6 plus and I happened to keep it next to a thick slab of magnet  (the ones that are attached to cling doors, havin

  • Cluster Event Warning after Installing SCDPM 2012 R2

    Hi  I just installed SCDPM 2012 R2 on Server 2012 R2 Box (that is also a cluster node), after installing the SCDPM 2012 R2 on Hyper-V  Cluster Node i am getting below Warning in Cluster Events.  I just want to know what are the impact of this event .

  • Filtering CFL on System Form

    hello to all, Is it possible to filter the contents of CFL which is in System Form. For Example Project CFL in AR invoice. i.e i need to only show the limited Projects, not all which is in OPRJ Table. Regards Bikram

  • OS X 10.6.8 MB 13" (not sure of year) meets hardware requirements, cannot install Mavericks.

    If I have OS X 10.6.8 isn't that Snow Leopard? I'm trying to figure out why I can't update to Mavericks with all required hardware. The only thing I am not sure of is the year of my MB. How do I determine this? And why can't I update? Thank you Proce