Configuration test error

Hi ,
After completing the necessary design and config steps, when I test the configuration in ID I am getting following error in Receiver determination.
HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://<hostname>:8000/sap/xi/simulation?sap-client= User: XIDIRUSER
Check
Looking forward some comments on this.
Thanks
Steve

HI Steve,
Looks like The XIDIRUSER does not have the sufficient roles required.Please check the roles asigned to XIDIRUSER.
SAP_XI_ID_SERV_USER is the role required for XIDIRUSER.
Please refer the link below for more details,
http://help.sap.com/saphelp_nw2004s/helpdata/en/56/361041ebf0f06fe10000000a1550b0/frameset.htm
Also check that the user is not locked.
All the best ,
Yomesh
Message was edited by: yomesh P Sharma

Similar Messages

  • Adobe Doc Services Configuration Test Error

    Hi All,
    ADS has been configured in an EP system. While testing it from the Mainpage>WebServicesNavigator>AdobeDocumentServices ->
    I am getting the following error.
    "Cannot download WSDL from http://hostname.com:50100/AdobeDocumentServices/Config?wsdl: Cannot connect to http://hostname.com:50100/AdobeDocumentServices/Config?wsdl: hostname.com"
    All the required services have been restarted. Still its giving the same error.
    Can anybody help if you have any clue on this....!!
    Thanks for the same..!!

    Hi Ashutosh,
    Thanks for the reply..!!
    The systems have the platform NW2004s SP11.
    EP system is purely Java based system.
    Can you let me know the usage of those programs which you told.
    Thanks for the same.
    rgds,
    venki

  • Error in AEX Itegrated Configuration Testing "No receiver agreement found."

    Hi,
              I am working on PI 7.3, doing a File to Idoc by using the AEX(Advance Adapter Engine Extended). While doing the configuration testing i am getting the below error "
    Problem occurred in receiver agreement for sender -BC_XXXXXXX to receiver -BS_XX5_100,urn:XXXX.com:POC:MasterData:Article:ECC:Sender.SI_OA_POC: No receiver agreement found for , BC_xxxxx, , BS_xx5_100, urn:xxxx.com:POC:MasterData:Article:ECC:Sender, SI_OA_POC."
            I gone through the SDN but not got usefull links. I tryied to recreating whole scenario, Cache refresh, but no luck. Can you pls let me know where is the problem. Do i need to do any additional configuration other than creating RFC in Java stack for AEX?
    Thanks & Regards,
    Dev

    Hi RK,
            Thanks for your reply.
                  Yes i have created the Idoc_AAE channel and assigned this channel in my Outbound Processing tab.
    What do you mean by java channel in Inbound Processing? My sender is File so i created File channel and assigned in the Inbound processing tab.
    @ Raghu,
                I have created the Receiver channel. I no need to create Receiver agreement because i am using the ICO so if i give the Receiver and Inbound interface details that is enough. And one more thing i am doing testing in ID Test confiuration.
    Thanks ,
    Dev

  • OIM 11g Server Configuration Wizard Error - Cannot Connect to Oracle DB

    I appreciate any and all suggestions or thoughts on how to best continue troubleshooting this error that I am describing below.
    I am attempting to install Oracle Identity and Access Management Suite 11g on a Windows 7 machine…in following the installation guides I have successfully installed the following Oracle Components
    - Oracle Database 11.2.0.1.0
    - Created Schemas using RCU 11.1.1.3.3
    - Oracle WebLogic Server 10.3.3.0
    - Oracle SOA 11.1.1.2.0
    - Oracle SOA 11.1.1.3.0 (Patch Set)
    - Oracle IAM SUITE 11.1.1.3.0
    Following the above installations, I created a new WebLogic Domain and as the next step am running the OIM Configuration Wizard to configure the OIM Server, however I am unable to setup a connection to the Oracle DB via the OIM Configuration Wizard. I am getting an error message when attempting to setup the connection to the Oracle Database using the OIM 11g Server Configuration Wizard:
    ERROR:*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    When installing the Oracle Database 11gR2 I used the following install configuration:
    Oracle base: C:\MyApps\Oracle
    Software location: C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1
    Database file location: C:\MyApps\Oracle\DB_HOME\oradata
    Database Edition: Personal Edition (3.27 GB)
    Character Set: Unicode (AL32UTF8)
    Global database name: orcl.dev.com
    Administrative Password: Password1
    Confirm Password: Password1
    When creating my Schemas using RCU 11.1.1.3.3 I used the following Database Connection Details
    DB TYPE: Oracle Database
    HOST NAME: localhost
    PORT: 1521
    SERVICE NAME: orcl.dev.com
    USERNAME: sys
    PASSWORD: Password1
    ROLE: SYSDBA
    I used a Prefix of “DEV” when creating the schemas so Schema Owners DEV_OIM and DEV_MDS where created. Also, I configured to use the same password for all Schemas: “Password1″. So the password for DEV_OIM and DEV_MDS should be the same, “Password1″.
    REPRODUCING THE ERROR
    To reproduce the error, when I launch the Oracle Identity Management 11g Configuration Wizard I am first brought to the “Welcome” Screen. I click the [Next>] button.
    Next, I am on the “Components to Configure” screen where I select OIM Server and OIM Design Console and click the [Next>] button. (NOTE I have also tested by simply selecting only the OIM Server)
    Next, I am on the “Database” screen where I enter the connection information
    Connection String: localhost:1521:orcl.dev.com
    (NOTE I have also tested using localhost:1521:orcl)
    OIM Schema User Name: DEV_OIM
    OIM Schema Password: Password1
    MDS Schema User Name: DEV_MDS
    MDS Schema Password: Password1
    When I click the [Next>] button after entering the Database Connection details I encounter the following two errors (1 error for each logon DEV_OIM and DEV_MDS)
    INST:6102 Unable to connect to the database with the given credentials.
    INST:6102 Unable to connect to the database with the given credentials.
    TROUBLESHOOTING
    NOTE: I can successfully start the Oracle DB Services and connect via the Enterprise Console, SQL Plus, and JDBCTest Java Client…I just cannot get past this connection error in the OIM Server Configuration Wizard.
    JDBCTest.java TEST CLIENT
    NOTE: THIS IS THE JAVA TEST CLIENT THAT I AM USING TO TEST DATABASE CONNECTIVITY THRU A SPECIFIED JDBC URL AND DRIVER THAT WORKS SUCCESSFULLY.*
    import java.sql.Connection;
    import java.sql.DatabaseMetaData;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    public class JDBCTest {
    public static void main(String[] args) throws Exception {
    String url = "jdbc:oracle:thin:@localhost:1521:orcl";
    String driver = "oracle.jdbc.OracleDriver";
    String user = "DEV_OIM";
    String password = "Password1";
    try {
    Class.forName(driver);
    Connection conn = DriverManager.getConnection(url, user, password);
    // Get the MetaData
    DatabaseMetaData metaData = conn.getMetaData();
    // Get driver information
    System.out.println("");
    System.out.println("#########################################");
    System.out.println("# ***DRIVER INFORMATION***");
    System.out.println("#");
    System.out.println("# Driver Name = " + metaData.getDriverName());
    System.out.println("# Driver Version = " + metaData.getDriverVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get database information
    System.out.println("#########################################");
    System.out.println("# ***DATABASE INFORMATION***");
    System.out.println("#");
    System.out.println("# Database Product Name = " + metaData.getDatabaseProductName());
    System.out.println("# Database Product Version = " + metaData.getDatabaseProductVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get schema information
    ResultSet schemas = metaData.getSchemas();
    System.out.println("#########################################");
    System.out.println("# ***SCHEMA INFORMATION***");
    System.out.println("#");
    System.out.println("# Schemas:");
    while (schemas.next()) {
    System.out.println("# " + schemas.getString(1));
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get table information
    System.out.println("Tables");
    ResultSet tables = metaData.getTables("", "", "", null);
    while (tables.next()) {
    System.out.println(tables.getString(3));
    conn.close();
    } catch (Exception ex) {
    ex.printStackTrace();
    *"lsnrctl status" COMMAND TEST SUCCESSFUL*
    When the Listener Service is on I get the following output using lsnrctl status command
    C:\> lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 21-SEP-2010 15:59:43
    Copyright (c) 1991, 2010 Oracle. All rights reserved.
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows:Version 11.2.0.1.0 - Production
    Start Date 21-SEP-2010 14:43:57
    Uptime 0 days 1 hr. 15 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    Listener Log File c:\myapps\oracle\diag\tnslsnr\\listener\alert\log.xml
    Listening Endpoints Summary…
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary…
    Service “CLRExtProc” has 1 instance(s).
    Instance “CLRExtProc”, status UNKNOWN, has 1 handler(s) for this service…
    Service “orcl.dev.com” has 1 instance(s).
    Instance “orcl”, status READY, has 1 handler(s) for this service….
    Service “orclXDB.dev.com” has 1 instance(s).
    Instance “orcl” status READY, has 1 handler(s) for this service…
    The command completed successfully

    Whenever installing oracle databases, i install the software only first. Then i setup the listener. Then i create a database instance using the dbca tool. This way all the information is added to the pre-existing listener configurations rather than trying to create the listener afterwards. Also, during the dbca database creation, i supply a full service name such as orcl.hostname and use the service name in future configurations where it asked. This usually solves any issues of the listener or database not being found correctly.
    -Kevin

  • [svn] 3526: The call to the TestNG task in the configuration test framework had haltOnFailure set to true which is not what we want .

    Revision: 3526
    Author: [email protected]
    Date: 2008-10-08 14:21:40 -0700 (Wed, 08 Oct 2008)
    Log Message:
    The call to the TestNG task in the configuration test framework had haltOnFailure set to true which is not what we want. Failures will get logged to the database at which point we can review them.
    Also fix a failing test.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/services-config.xml

    I have a standard Ant build script for signing a jar file. I import it into my master Ant build files with
    <import file="Sign.xml"/>
    and then in my master Ant script I setup the name of the jar file e.g.
    <property name="jar-file" value="${fun}/FunApplet.jar"/>
    and then invoke a target
    <target name="sign-jar" depends="jar, sign">
    </target>
    Since this target (sign-jar) depends on target 'jar' and target 'sign' it executes the 'jar' target and then the 'sign' target that is contained in Sign.xml.

  • Configuration Validation error when booking an Sales Order.

    Hi,
    Getting an error when booking an sales order ie; "Configuration Validation error".
    We are upgrading from 11.5.8 to 12.1.1 and this issue is critical. Please provide your valuable suggestion and advice.
    Thanks in advance,
    Asif

    It seems you use configurator. Is this happening in production or in some test instance?
    If it is a test instance, when was it cloned from prod? Did you clone the configurator instance at the same time?
    1) You should publish the configurator model from the configurator developer to this new instance.
    2) Also, it is possible that the selections made during order entry earlier are not valid anymore due to ECO/BOM changes or due to configurator rule changes. Open the configuration, make any selections if necessary and then click ok.
    This will repopulate the order lines then you should be able to book the order.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • In RDS Configuration, Test Connection is Succeful, but Test Debugger fail?

    In RDS Configuration, Test Connection is Succeful, but I click Test Debugger
    Test Debugger failL
    "it said : An RDS connnection was established but the ColdFusion RDS line debugger could not be contacted.  The server gave the following message:  Coldfusion line Debugger is not enabled."
    My Server is running normal, connection is OK!  How to fix?

    @waveset wrote:
    Just concentrate on Username and Password. They are defintely not correct and as said by snowdog.Thank you for Snowdog and @waveset for your quick response.
    Yes, "admin" and password "****" are an example about a user created in AD1 with rights enough to create and search objects in AD.
    But I thing the problem is not the user. Could it be the password encryption?
    I post a part of trace file for more information:
    20080103 11:21:36.640 service-j2ee-3(0x0108c497) ADSIResourceAdapter#getResponseBytes() Data [0x03b0]: 6f 00 6e 00 73 00 65 00 3e 00 0a 00
    20080103 11:21:36.674 service-j2ee-3(0x0108c497) ADSIResourceAdapter#getResponse() Exit returned= <?xml version='1.0' encoding='UTF-16'?>
    <Response>
    <Result status='error'>
    <ResultItem type='message' status='error'>
    <Message>
    <Text>Error opening object 'LDAP://CN=Users, DC=mydomain, DC=vodam, DC=local': ADsOpenObject(): 0X8007052E: , 8009030C: LdapErr: DSID-0C09043E, comment: AcceptSecurityContext error, data 0, vece, Logon failure: unknown user name or bad password.&#xD;&#xA;</Text>
    </Message>
    </ResultItem>
    </Result>
    </Response>

  • E-Load: Test Error 12, vba failed afterPlay

    h5. Have you ever received this error in e-Load? I have VBA in a script and it is working in both e-Tester and Navigation Editor, but when I playback in e-Load I get this error.
    {color:#ff0000}*Test Error 12, vba failed afterPlay*{color}
    Edited by: Muka on Aug 31, 2008 6:31 PM

    That is helpful information about the services and account configuration. I did those steps though and reran the script and got the same result. It plays back fine in e-Tester and Navigation Editor but then fails in e-Load. Here is the VBA that is in the script.
    Private Sub RSWVBAPage_afterPlay()
    Dim col As New Collection
    Dim opt As IHTMLElement
    Dim tierDropDownPath As String
    Dim tierValue As IHTMLSelectElement
    Dim tierStrDB As String
    Dim tierSelect As Integer
    Dim tierPath As String
    Dim optDB As String
    Dim result As Boolean
    Dim resultb As Boolean
    'Check Radio button of newly added dependent for Medical Coverage
    result = RSWApp.om.FindElements(col, "Y", "INPUT", "value")
    col(col.Count).Checked = True
    'Get databank values
    result = RSWApp.GetDataBankValue("option_id", optDB)
    resultb = RSWApp.GetDataBankValue("tier_code", tierStrDB)
    'Transpose Option ID to html value format
    optDB = "O" + optDB
    'Determine new tier to select. i.e., if employee currently has Employee Only coverage, after add dependent they will be Employee + Children
    Select Case (tierStrDB)
    Case "0"
    tierSelect = 1
    Case "1"
    tierSelect = 2
    Case "2"
    tierSelect = 3
    Case "3"
    tierSelect = 2
    Case "4"
    tierSelect = 3
    End Select
    'Select medical option based on Option ID
    Set opt = RSWApp.om.FindElement(optDB, "INPUT", "value")
    opt.click
    'Find tier drop down element and assign to select element variable
    tierPath = "window(index=0).form(name=""benTemplateMForm"" | index=0).formelement[SELECT](name=" + optDB + ")"
    result = RSWApp.om.GetElementByPath(tierPath, tierValue)
    'Set tier to new value
    tierValue.selectedIndex = tierSelect
    End Sub

  • [svn] 4534: Add configuration tests for flexclient, destination and services

    Revision: 4534
    Author: [email protected]
    Date: 2009-01-14 16:02:42 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Add configuration tests for flexclient, destination and services
    checkintests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/erro r.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/serv ices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/dest-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/e rror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/s ervices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/error. txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/servic es-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/error. txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/servic es-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/error.tx t
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/services -config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/er ror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/se rvices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/e rror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/s ervices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/erro r.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/serv ices-config.xml

    Revision: 4534
    Author: [email protected]
    Date: 2009-01-14 16:02:42 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Add configuration tests for flexclient, destination and services
    checkintests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/erro r.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/DuplicateIdTest/serv ices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/dest-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/IncorrectRootElement Test/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidAdapterRefTes t/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/e rror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidChannelTest/s ervices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/error. txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/InvalidIdTest/servic es-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/error. txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NoAdapterTest/servic es-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentAdapterTe st/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelAt trTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/destination/NonExistentChannelTe st/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/error.tx t
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/factories/InvalidIdTest/services -config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/er ror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/InvalidTimeOutTest/se rvices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/e rror.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/flexclient/NegativeTimeOutTest/s ervices-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidDefSecConstraint Test/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/erro r.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/services/InvalidIncludeTest/serv ices-config.xml

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • Can anyone tell me what apple hardware test error code apple hardware 4MOT/4/40000002: Exhaust-1153 or 1209 means? I am running a MacBook Pro.

    Can anyone tell me what apple hardware test error code apple hardware 4MOT/4/40000002: Exhaust-1153 or 1209 means? I am running a MacBook Pro

    The motor on the exhaust fan has failed or is failing.

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Mac mini server: Hardware test error on Hard Drive

    Mac mini server: Hardware test error on Hard Drive
    'checking for slow read failures': ERROR - Target device access failure - Test failed.
    CAN I ACCESS HD (which is our data server) EVER AGAIN? IF SO, HOW?
    Meanwhile we wonder if this is really a hardware error. It all happened during writing a time machine backup.
    Probably while writing it, some data was relocated by accident, but we can not 100%-sure remember the sequence of actions :/
    This is our trauma history:
    - time machine got increasingly slower in writing a backup
    - we quit the backup
    - we switched off the mac mini (on power button)
    - we switched on the mac mini
    - we stopped time machine to the rules
    - we shut down mac mini via command
    - we booted the mac mini in save mode
    - we see a loading bar
    - no progress after 10th of loading bar
    - switched off (power button)
    - when we now switch on the loading bar below the apple-logo is all we see + the little wheel
    - we started with cmd+alt+p+r pressed
    - mac mini restarted but showed the loading bar scenario without progress again
    - we started with 'd' pressed and did the hardware test (see above)
    - we started with 'alt' pressed but it does not give us the recoverydrive to run the last backup
    ANY IDEAS?
    IS IT A SOFTWARE- OR HARDWARE ERROR?
    THX IN ADVANCE!

    BDAqua wrote:
    I thnk Intenal 2.5" Drives for servers is silly, & Ithink the Minis & iMacs re poorly cooled.
    I'd get Temprature Monitor & see what temps they're running.
    Is Temperature Monitor an app or a device?  If it's a temperature problem then that is essentially a design problem.  Two drive failures in the same Mac mini server in four months combined with the fact that they're not really user serviceable already has me 90% on the way back to more pragmatically designed Linux servers.  I think it would be foolish to waste any more money on these minis for my business hosting.

  • What are the meanings of Apple Hardware Test error codes 4m0t/4/40000003:hdd-1300 and 4m0t/4/40000003:hdd-1308?

    what are the meanings of Apple Hardware Test error codes 4m0t/4/40000003:hdd-1300 and 4m0t/4/40000003:hdd-1308?

    Thanks - Even though I'm years out of warranty I got chat help from Apple (I said they should help me since the codes aren't published.)  We covered three different questions, and although I didn't get a specific decoding of the error code, I got confirmation of what other comments here imply - it might have helped that I indicated I'd already been here - and useful links to how to do back ups, including to CD(s). (I don't have a lot of data on this computer yet)
    Now I need to figure out how to decide how hot-to-the-touch is "too hot" for the metal frame at the top of the iMac to decide whether I'm getting adequate fan performance or insufficient.  While chatting I initially reported it was cool at the bottom and warm at the top.  Apple hadn't asked, but their response prompted me to feel it again, and I'd say the top was hot, not warm - I updated but Apple didn't comment further except to conclude after addressing the other questions that I should take it in for further assessment - don't really want to bother with that.

  • How to configure custom error page in WebServer 6.1 if instance is down

    Hi ,
    I have deployed an application on port 82.
    If the instance is down, want to configure custom error page in Sun One Webserver 6.1 so that the it displays a customised message rather than browser displaying its custom DNS error page.
    In web.xml, configured the 404/500 error messages, but if the instance is down, my web application does not receive the request. So it should be defined at the root level.Where to configure the same?
    Thanks for the help in advance.

    You can use Error function "send-error" http://docs.sun.com/source/817-1834-10/crobjsaf.html#wp20007
    It has an example
    Error fn=send-error code=401 path=/sun/server61/docs/errors/401.html

Maybe you are looking for