The xml page can not be displayed

I modified a customized report.
The report ends in error
The following tags were not closed: XXPAY012RPT
LIST_G_COMPANY ,
Please help

Hello,
I am using report builder 6i.
how am I able to view the xml source code?
Thank you
  -- =============================================================================================
   -- $Header: XXPAY012RPT.RTF   115.7 2004/10/10 17:52:35 pkm ship      $
   -- =============================================================================================
   -- VERSION, AUTHOR, AND COPYRIGHT INFO: Version 1.0 for execution in APPS schema.
   -- ACCESS INFORMATION:
   -- OVERVIEW: this is the SQL used to build the rtf file for the XXPAY Workers Compensation Annual Report
   -- MODIFICATION HISTORY:
   -- Date          Rev     Who                    Comments
   -- 14-JAN-2013   1.0    Ricardo Gniazdowsky.    Initial release
   -- 05-FEB-2013  1.1    Veenayah Kunniah        Remove Payroll Name column and add new T$ column. Order by employee number  
   --15-NOV-2013 1.2 Ming Li Consolidate record by employee number
   -- =============================================================================================
/* Formatted on 2012-04-02 3:09:58 PM (QP5 v5.115.810.9015) */
select haou2.name emp_organization, result.full_name full_name, ou2.name GRE,result.company company,result.employee_number employee_number,province,result.max_assessable_earnings max_assessable_earnings,result.payroll_name payroll_name,result.gross_earnings gross_earnings,  city
   from
(SELECT    full_name,
          company,
          employee_number,
          --emp_organization,
         province,
         &P_COLUMN_CITY city,
          max_assessable_earnings,
          payroll_name,
         -- GRE,
        SUM (NVL (gross_earnings, 0))  gross_earnings
FROM    (
    SELECT      xx_f_get_org_type_name ('OU', ou.path_name, ou.org_type_path)
      company,
                ppf.full_name,
                paa.tax_unit_id,
                UPPER(hl.town_or_city) city,
                ppf.employee_number,
                (SELECT name from hr_organization_units ou where ou.organization_id=hsck.segment1) GRE,
                haou.name emp_organization,
                pf.payroll_name,
                hl.region_1 province,
                -- Gross Earnings
                (xxhr_utilities.get_value (:p_business_group_id, paa.
                 assignment_action_id, :p_gross_earnings) - xxhr_utilities.get_value (:
                  p_business_group_id, paa.assignment_action_id, :p_workers_compensation)
                  ) gross_earnings,
                -- MAX Assebile
                            TO_NUMBER(xxpay_utilities.xxget_table_value (    41,
                                    'Maximum Assessable Earnings',
                                    'assessable_max',
                                    hl.region_1,
                                    ppa.effective_date
               12                     max_assessable_earnings
                           FROM         pay_payroll_actions ppa,
                pay_assignment_actions paa,
                per_assignments_f paf,
                pay_payrolls_f pf,     
                per_people_f ppf,
                hr_locations hl,
                hr_all_organization_units haou,
                xxhr_hierarchy_code_v ou,
                hr_soft_coding_keyflex hsck
            WHERE     hl.location_id = paf.location_id
                         AND         paf.soft_coding_keyflex_id=hsck.soft_coding_keyflex_id
                         AND         ppf.person_id = paf.person_id
                         AND         pf.payroll_id = ppa.payroll_id
                         AND         paf.assignment_id = paa.assignment_id
                         AND         paf.organization_id = haou.organization_id
                         AND         ppa.effective_date BETWEEN paf.effective_start_date
              AND paf.effective_end_date
                         AND         trunc(sysdate) BETWEEN ppf.effective_start_date
              AND ppf.effective_end_date
                         AND         ppa.effective_date BETWEEN pf.effective_start_date
              AND pf.effective_end_date
                         AND         ppa.business_group_id = :p_business_group_id
                         AND         ppa.payroll_action_id = paa.payroll_action_id
                         AND         paa.assignment_id = paf.assignment_id
                         AND         ppa.effective_date  BETWEEN fnd_date.canonical_to_date (:p_start_date) AND fnd_date.canonical_to_date (:p_end_date)
                         AND         nvl(xx_f_get_org_type_name ('OU', ou.PATH, ou.org_type_path),null) =  nvl(:p_organization_id,nvl(xx_f_get_org_type_name ('OU', ou.PATH, ou.org_type_path),null))
                         AND         paf.organization_id = ou.child
                         AND         hr_person_type_usage_info.get_user_person_type (trunc(sysdate), ppf.person_id) NOT LIKE '%Bursary%'
                        -- AND         paa.assignment_id = 72601  
            &P_WhereClause_CITY
           &L_ORG_ID
           &L_PAYROLL_ID
        WHERE nvl(province,null) =  nvl(:p_province,nvl(province,null)) 
        GROUP BY company,
                 full_name,
                 employee_number,
                -- emp_organization,
                 province,
                 max_assessable_earnings,
                 payroll_name,
                -- GRE,
                &P_COLUMN_CITY   
        HAVING SUM (NVL (gross_earnings, 0)) > 0
        ORDER BY company,
                 province,
                 &P_COLUMN_CITY,
                 full_name) result,
  per_assignments_f paf2,
       per_people_f ppf2,
       hr_all_organization_units haou2,
       hr_organization_units ou2,
       hr_soft_coding_keyflex hsck2
       --per_assignments_f paf1
--pay_assignment_actions paa,
--pay_payrolls_f pf
WHERE     1 = 1
       AND paf2.organization_id = haou2.organization_id
       AND ppf2.person_id = paf2.person_id
       AND ppf2.employee_number = result.employee_number
--     and ((ppf.effective_start_date BETWEEN :p_start_date
--                                                    AND :p_end_date) or (ppf.effective_end_date BETWEEN :p_start_date
--                                                    AND :p_end_date))
       AND paf2.soft_coding_keyflex_id = hsck2.soft_coding_keyflex_id
       AND ou2.organization_id = hsck2.segment1
--       and ((paf.effective_start_date BETWEEN :p_start_date
--                                                    AND :p_end_date) or (paf.effective_end_date BETWEEN :p_start_date
--                                                    AND :p_end_date))
      --and paf2.effective_start_date=(SELECT MAX(paf1.effective_start_date)
                 --  FROM per_all_assignments_f   paf1
                 -- WHERE   paf1.person_id = paf2.person_id
--and paf1.payroll_id<>'121')
                   --and paf.payroll_id=112
                   and ppf2.effective_start_date=(SELECT MAX(ppf1.effective_start_date)
                   FROM per_people_f   ppf1
                   WHERE   ppf1.person_id = ppf2.person_id)
and (:p_end_date) BETWEEN paf2.effective_start_date
                                             AND paf2.effective_end_date
and paf2.assignment_id=(SELECT MAX(paf1.assignment_id)
                   FROM per_all_assignments_f  paf1
                   WHERE   paf1.assignment_number = paf2.assignment_number)
The condition causes the problem, If I comment it out, report works fine. please help
and (:p_end_date) BETWEEN paf2.effective_start_date
                                             AND paf2.effective_end_date

Similar Messages

  • Why the jsp page can not be displayed every time?

    I created a jsp page which accesses the data from the oracle database and generates some dynamic results at run time. Most of the time the page works well, but randomly the page can not be displayed. It seems not an application issue. Can someone tell me what's the problem there?
    Thanks in advance.

    but randomly the page can not be displayed. When does this happen?
    What are the error messages, if any, that you get?
    Give more details.
    Manoj

  • Page can not be Displayed in EBS R12 64bit - OEL 5.4 64bit

    Hi Hussein,
    I have just installed EBS R12 (12.0.4) 64 bit on OEL 5.4 64bit, for our new client.
    The installation was successfull in general, but as usual I hit with this "Page Can Not Be Displayed" error and the client side ie browser.
    I can startup and shutdown the DbTier with status "0".
    I can startup and shutdown the AppsTier with status "0" (well it shows this overall status at the end, but I see some error with "OHS")
    This the sample log of the AppsTier:
    [applprod1@rdbms2 ~]$ ./startAPP
    You are running adstrtal.sh version 120.13.12000000.3
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adopmnctl.sh start
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/app                                             l/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adapcctl.sh start
    script returned:
    You are running adapcctl.sh version 120.6.12000000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
        0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
        failed to start a managed process after the maximum retry limit
        Log:
        /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl                                             /admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoacorectl.sh start
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/a                                             ppl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adformsctl.sh start
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.3
    Starting OPMN managed FORMS OC4J instance  ...
    adformsctl.sh: exiting with status 0
    adformsctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ap                                             pl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoafmctl.sh start
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.2
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 0
    adoafmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adalnctl.sh start
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for VIS ...
    Starting VIS_1001@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u02/applprod1/VIS/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    adstrtal.sh: Exiting with status 0
    adstrtal.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adstrtal.log for more information ...As you can see, the last had overall status code "0"
    But there is this error:
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
    0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
    failed to start a managed process after the maximum retry limit
    Log:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adapcctl.txt for more information ...
    But it says status 0 too, does this cause the "web page can not be displayed"?
    Please Help........................
    Thanks a lot in advance

    Did you remove the lock files as suggested before?Not yet, I am not at the client right now, I will go there tomorrow morning. I am just practising here in our office test instance :)
    The access log file has:
    127.0.0.1 - - [01/Oct/2009:21:57:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:57:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:01:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"And the error log file:
    [Thu Oct  1 08:42:44 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 08:42:44 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 08:50:51 2009] [warn] [client 192.168.1.170] oc4j_socket_recvfull timed out
    [Thu Oct  1 08:50:51 2009] [error] [client 192.168.1.170] [ecid: 1254357949:192.168.1.170:24084:0:3,0] mod_oc4j: request to OC4J rel12.ebiztech.biz:21500 failed: Connect failed
    [Thu Oct  1 09:28:40 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 09:28:40 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 09:29:58 2009] [error] [client 192.168.1.100] [ecid: 1254360598:192.168.1.170:27679:0:2,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:22 2009] [error] [client 192.168.1.101] [ecid: 1254361882:192.168.1.170:27679:0:11,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:26 2009] [error] [client 192.168.1.101] [ecid: 1254361886:192.168.1.170:28180:0:13,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:43 2009] [error] [client 192.168.1.101] [ecid: 1254361903:192.168.1.170:28256:0:17,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:52:55 2009] [error] [client 192.168.1.101] [ecid: 1254361975:192.168.1.170:27678:0:17,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 11:40:43 2009] [error] [client 192.168.1.101] [ecid: 1254368443:192.168.1.170:28256:0:53,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:25 2009] [error] [client 192.168.1.101] [ecid: 1254370105:192.168.1.170:28256:0:66,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:28 2009] [error] [client 192.168.1.101] [ecid: 1254370108:192.168.1.170:27677:0:59,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 13:05:48 2009] [error] [client 192.168.1.101] [ecid: 1254373548:192.168.1.170:28179:0:127,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:226,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:227,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:228,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gifThe above error normal? Its just my test instance and the users seem have no problem? or I am just not aware of.
    Thanks

  • Page can not be displayed

    Hi
    I have in detail listed down some of the problems that we are facing in our project. I request you to please go through this long and detailed mail and assist me in resolving the issues.
    1. Facing a problem regarding host name which gets displayed on the title bar of an Internet Explorer (IE).
    We have installed cFolders on a different server than SRM (internal host name for cFolders: etdspd01.corp.clp.com.hk). During bid processing when bidder clicks on the collaboration bid invitation link from bid invitation, it connects to cFolders server. At this time it displays internal host name on the title bar of IE on collaboration web page (i.e.etdspd01.corp.clp.com.hk).  As per security concerns, internal host name should not be exposed to external users. Instead, it should have an external host name (i.e. esp12.clpgroup.com) at the same place.
    We have raised an OSS message for this problem. SAP has replied the following message
    ”<b>To solve this problem you can define an External Host name for your used ALIAS in transaction SICF, which connect to your internal Hostname.
    But please note, if you need help to define an ALIAS like this, you should contact our Remote Consulting Team (XX-RC). This is not an error, this is a consulting issue</b>.”
    As SAP suggested, we have created the required virtual host in SICF.  We have also created the required virtual host in J2EE engine since we are facing the same problem for LAC too. In SICF transaction under virtual host we have created required services and aliases.  Please find attached the document “internal host name.doc” for the screen shots.
    Please suggest us how to call the services collaboration and LAC from SRM server by using virtual host name.
    2. Problems from external access (outside of CLP network):
    We have published URL (https://esp11.clpgroup.com/) for internet users, which will hit the ISA server first. At ISA server we have opened only HTTPS port.  We have activated the link translator which converts external URL to internal URL (http://bpdspd01.corp.clp.com.hk) at ISA server and we can access the SRM application without any problem. Once we access the SRM application, we get a collaboration link on the browser. This link tries to access the cFolders application with internal host name (http://etdspd01.corp.clp.com.hk/..), which we have not mapped at ISA server. At ISA server, we have opened only HTTPS port and not the HTTP port. Hence we are getting the error “Page can not be displayed”.
    Please suggest what configuration is required to be done in order to access the collaboration and LAC applications from SRM application. How mapping should be done at ISA server? How to maintain the virtual host names at DNS server?
    3.  If we maintain the virtual host name (esp12.clpgroup.com) instead of original host name of the RFC connection from SRM to ETD (cProjects server), SSO will not be possible for the intranet users, because intranet users are accessing the SRM application by using the URL http://etdspd01.corp.clp.com.hk. From SRM application we are trying to access the collaboration and LAC by using the URL (http://esp12.clpgroup.com). In this scenario, since domain name is not matching, SSO will not be possible as it considering them as two different domains.
    For reference please see below message which has been updated by SAP (Live Auction Cockpit Single Sign-On Problem (0000791479/2006)
    25.08.2006 - 12:12:57 CET    SAP    Reply
    ”What are these hosts "etdspd01.corp.clp.com.hk" and "esp12.clpgroup.com"If you want the SSO to work you have to use computers with common
    DNS domain root. The SSO cookie is issued per DNS domain and will
    not be transered to any host from different domain (see
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/94/f2503ede9254
    41e10000000a114084/frameset.htm).
    Please provide me the source of the smoketest.jsp (IE->View->Source).
    I have uploaded an updated version of the diagnostic tool please use
    unzip it in a separate folder, copy the modified version of
    "remote_traces_shanpshot.conf" from the older version and repeat the
    last test that you have executed.”
    Also, we have installed SSL certificate at cFolders server with CN= esp12.clpgroup.com. So the host name in the URL and the name on the certificate should match.
    Request you to suggest a way forward to achieve the same. Looking forward to your support and assistance.
    Thanks and regards
    Seshu

    Hi Seshu,
    For problem no 2:
    You can use IISProxy for that. Look at this blog:
    /people/gregor.wolf3/blog/2004/10/08/integrated-windows-authentication-with-sap-ep-60-sp-3-and-higher-part-1-of-2
    Regards,
    Marcin Gajewski

  • Some web pages can NOT be displayed after installing grid control 10g R3

    I deployed grid control 10.2.0.3 on Linux x86-64 platform this week, but when I tried to logon the console. the Logon page can NOT be displayed. After manually directing to home page, the page showed up. I browsed several modules and found some pages work, some not. Did anyone have the same problem on the latest R3(10.2.0.3) for Linux X86-64? I use Red Hat Enterprise Linux 4 (update 3) for AMD 64bit Blade server as the OMS and repository server.
    Really appreciate any help.

    Thanks a lot for your reply. I didn't have any problems during installation.
    Here is the files under $OMSHOME/cfgtoollogs/cfgfw
    [oracle@rman11p cfgfw]$ pwd
    /oracle/app/oracle/product/oms10.2/oms10g/cfgtoollogs/cfgfw
    [oracle@rman11p cfgfw]$ ls -ltr
    total 2668
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.sysman.top.oms_2007-04-02_03-03-55-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.sysman.top.oms_2007-04-02_03-03-55-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 CfmLogger_2007-04-02_03-03-55-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 OuiConfigVariables_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 OuiConfigVariables_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.rdbms.jazn.config_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.rdbms.jazn.config_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.oid.oradas_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.oid.oradas_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.java.j2ee.iascfg_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.java.j2ee.iascfg_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.repository.api_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.repository.api_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iasobject_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iasobject_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iapptop_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iapptop_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iappcore_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.iappserver.iappcore_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.calypso_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.calypso_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.apache.apache_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.apache.apache_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.apache_2007-04-02_03-03-56-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:03 oracle.apache_2007-04-02_03-03-56-PM.log
    -rw------- 1 oracle dba 3816 Apr 2 14:03 CfmLogger_2007-04-02_03-03-55-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.sysman.top.oms_2007-04-02_03-05-04-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 encap_oms_2007-04-02_03-05-04-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 CfmLogger_2007-04-02_03-05-04-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 OuiConfigVariables_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 OuiConfigVariables_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.rdbms.jazn.config_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.oid.oradas_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.oid.oradas_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.java.j2ee.iascfg_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.repository.api_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.repository.api_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.iasobject_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.iasobject_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.iapptop_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.iappserver.iappcore_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.calypso_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.apache.apache_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.apache_2007-04-02_03-05-05-PM.log.lck
    -rw------- 1 oracle dba 0 Apr 2 14:05 oracle.apache_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 491 Apr 2 14:09 oracle.java.j2ee.iascfg_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 501 Apr 2 14:09 oracle.apache.apache_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 533 Apr 2 14:10 oracle.rdbms.jazn.config_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 457 Apr 2 14:10 oracle.calypso_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 629 Apr 2 14:10 oracle.iappserver.iappcore_2007-04-02_03-05-05-PM.log
    -rw------- 1 oracle dba 580 Apr 2 14:56 encap_oms_2007-04-02_03-05-04-PM.log
    -rw------- 1 oracle dba 2635 Apr 2 14:57 oracle.iappserver.iapptop_2007-04-02_03-05-05-PM.log
    -rw-rw---- 1 oracle dba 0 Apr 2 14:59 opmn_cmd_15_59_57.log8043_ERR.log
    -rw-rw---- 1 oracle dba 29 Apr 2 14:59 opmn_cmd_15_59_57.log8042_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 14:59 emdeploy_cmd_15_59_57.log8045_ERR.log
    -rw-rw---- 1 oracle dba 21993 Apr 2 15:03 emdeploy_cmd_15_59_57.log8044_OUT.log
    -rw-rw---- 1 oracle dba 78 Apr 2 15:03 emca_repos_drop16_03_11.log8047_ERR.log
    -rw-rw---- 1 oracle dba 439 Apr 2 15:04 emca_repos_drop16_03_11.log8046_OUT.log
    -rw-rw---- 1 oracle dba 234 Apr 2 15:04 emca_repos_create16_04_13.log8049_ERR.log
    -rw-rw---- 1 oracle dba 1925730 Apr 2 15:12 emca_repos_create16_04_13.log8048_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:12 emctl_cmd_16_12_27.log8051_ERR.log
    -rw-rw---- 1 oracle dba 3830 Apr 2 15:12 emctl_cmd_16_12_27.log8050_OUT.log
    -rw-rw---- 1 oracle dba 78 Apr 2 15:12 emctl_cmd_16_12_28.log8053_ERR.log
    -rw-rw---- 1 oracle dba 203 Apr 2 15:12 emctl_cmd_16_12_28.log8052_OUT.log
    -rw-rw---- 1 oracle dba 156 Apr 2 15:12 emctl_cmd_16_12_30.log8055_ERR.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:14 emctl_cmd_16_14_25.log8057_ERR.log
    -rw-rw---- 1 oracle dba 1013 Apr 2 15:14 emctl_cmd_16_12_30.log8054_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:14 jsps_cmd_16_14_37.log8059_ERR.log
    -rw-rw---- 1 oracle dba 50 Apr 2 15:14 jsps_cmd_16_14_37.log8058_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:14 emctl_cmd_16_14_37.log8063_ERR.log
    -rw-rw---- 1 oracle dba 377 Apr 2 15:14 emctl_cmd_16_14_25.log8056_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:14 additonal_cmd_16_14_37.log8061_ERR.log
    -rw-rw---- 1 oracle dba 169 Apr 2 15:14 additonal_cmd_16_14_37.log8060_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:14 opmn_cmd_16_14_38.log8065_ERR.log
    -rw-rw---- 1 oracle dba 52 Apr 2 15:14 opmn_cmd_16_14_38.log8064_OUT.log
    -rw-rw---- 1 oracle dba 122 Apr 2 15:14 emctl_cmd_16_14_37.log8062_OUT.log
    -rw-rw---- 1 oracle dba 0 Apr 2 15:15 opmn_cmd_16_15_02.log8067_ERR.log
    -rw-rw---- 1 oracle dba 52 Apr 2 15:15 opmn_cmd_16_15_02.log8066_OUT.log
    -rw------- 1 oracle dba 153765 Apr 2 15:16 oracle.sysman.top.oms_2007-04-02_03-05-04-PM.log
    -rw------- 1 oracle dba 185264 Apr 2 15:22 CfmLogger_2007-04-02_03-05-04-PM.log
    [oracle@rman11p cfgfw]$

  • SAP BPC 5.1 SP2 Http 500 internal server error - page can not be displayed

    When our Sysadmin service account are restricted to the app server and the database server ( as they should be in a secured environment) no client
    could reach the web site to even use the Osoft directory . We get a Http 500 internal server error - page can not be displayed . This is for a new multiserver install. Is there a problem on the website security or .net configuration?

    Yes the install was done by the SAP install consultant but now we are getting an error when we restrict the Sysadmin ID. Server diagnostics and other tests on Appshell passed as well.

  • Travel: WebDynpro ABAP: Page can not be displayed

    Hi,
    We are using EHP 2 for Travel(ABAP WD).
    All users are getting " Page can not be displayed" , when clicking on the create Travel request.
    But after clicking two to three times the link , the application is working fine.
    Please suggest any sol for this.
    Thanks,
    Anumit

    Hi Raynard,
    I also faced the same problem and wanted to know what do you mean by open a customer message on BC-WD-ABA. And what all WD settings are required for ENH2 to work on Business pkg 1.3.
    Regards,
    Indu

  • MX7 Administrator Page can not be displayed

    Our MX7 has been running for a while without problem. I tried
    to access the CF Administrator page and received an error message
    that Administrator Page can not be displayed. All other .htm pages
    and .cfm pages work fine. I am perplexed by the following line in
    the exception.log.
    java.lang.NoSuchMethodError:
    coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V
    at
    cfApplication2ecfm1439570487._factor7(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\Ap plication.cfm:1)
    E:\cf8_final\... does not make any sense to me. We are
    running CF MX7, and E: drive on our server is a CD-rom drive. We do
    have contractors maintaining our servers from a remote building.
    Could it be someone initiated an install of CF8 by mistake?
    Any pointers to fix this problem are greately appreciated.
    Entries in the exception.log
    "Error","jrpp-0","01/15/08","14:32:49",,"coldfusion.runtime.CfJspPage._setCurrentLineNo(I) V
    The specific sequence of files included or processed is:
    C:\Project7\htdocs\CFIDE\administrator\index.cfm, line: 1 "
    java.lang.NoSuchMethodError:
    coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V
    at
    cfApplication2ecfm1439570487._factor7(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\Ap plication.cfm:1)
    at
    cfApplication2ecfm1439570487.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\App lication.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Rottie wrote:
    > java.lang.NoSuchMethodError:
    coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V
    > at
    >
    cfApplication2ecfm1439570487._factor7(E:\cf8_final\cfusion\wwwroot\CFIDE\adminis
    > trator\Application.cfm:1)
    >
    > E:\cf8_final\... does not make any sense to me. We are
    running CF MX7
    You are definitely accessing a CF 8 CFIDE folder. You can
    copy a CF 7
    CFIDE folder over it (make a backup first of course), then
    delete all
    compiled templates from the cfclasses fir and try again.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Apple ID - 'Page can not be displayed' error.

    I recently bought Apple Protection plan for my iPod, and I was registering it today when it told me to type in my Apple ID. I did so, then it came up with a 'Page can not be displayed' page. I'm really confused. I've tried several times, but it still hasn't logged me in.
    I really need help soon, because my warranty is ending soon. Please help!!

    4033
    Hi Alice-san,
    Did you type the full [email protected] or only yourID ?
    Usually at Apple you have to type the whole address in the ID field, not the only name like at Yahoo for example.
    Axl

  • When i hit the back button, the web page can not reload ! and this button is disable ! I'm using Ubuntu 10.04 Lucid ! and I've just upgrade to firefox 4 RC. Sorry for my poor English skill !

    When i hit the back button, the web page can not reload ! and this button is disable ! I'm using Ubuntu 10.04 Lucid ! and I've just upgrade to firefox 4 RC. Sorry for my poor English skill !

    In Firefox 23 versions and later the keyword.URL pref is no longer supported and it is no longer possible to specify the search engine for the location bar via the keyword.URL pref.<br />
    The search engine that is used on the location bar and on the about:home page is the search engine that is selected in the search Bar on the Navigation Toolbar.<br />
    Current Firefox versions do not update the about:home home page until you refresh the page (future versions will do this automatically without a refresh) and that is what happens if you use the Back key.
    You can install the Keyword Search extension to specify with search engine to use for the location bar and which search engine to use for the about:home page via the Options/Preferences windows of this extension, accessible via the about:addons page.
    * Keyword Search: https://addons.mozilla.org/firefox/addon/keyword-search/

  • XE-installation- GO TO DATABASE  HOME PAGE- page can not be displayed

    Hi ,
    I have installed oracle XE , when i try to visit GO TO DATABASE HOME PAGE , page can not be displayed is comming , can any one help me on this .
    tnx in advance.......

    First check if XE service is running. You can go Control Panel >> Administrative Tools >> Computer Management >> Service to check

  • The admin page can not displayed completely

    Dear all,
    i have install OracleXEUniv,
    the www login page displayed OK, i can login
    after that i run . for update in rel 3.0 .. ..
    @apexins myadminpassword SYSAUX SYSAUX TEMP /i/
    .. the sql ran finish ok
    but when i try access the address
    the login page displayed not OK, image can not displayed, when i enter username and password, and click login, there is massage 'Error in page'
    how to repair that ? is wrong in my step ?
    i used :
    IE Ver 7
    Os XP
    thanks for anwer

    Hi,
    Make sure you followed the post-installation tasks mentioned in the Installation Guide.
    On a Windows system, you can copy the apex\images directory using Windows Explorer or execute a command such as the following from a command prompt:
    xcopy /E /I htmldb\images ORACLE_BASE\ORACLE_HOME\Apache\Apache\images
    On UNIX or Linux based systems, you can copy the apex/images directory by executing a command such as the following:
    cp -rf htmldb/images ORACLE_BASE/ORACLE_HOME/Apache/Apache
    Make sure that you have /i/ defined in one file (httpd.conf, marvel.conf OR dads.conf)
    -Priyanka

  • User receives message in IE stating “The page can not be displayed.”

    Hello,
    I am having an issue were a user can not get to the login page for the sample Issues database provided by Oracle.
    1. I have gone to the “Manage HTTP Access” and changed the setting to “Available from local server and remote clients” as suggested by the AE manual. Not sure if this is a good thing?
    2. I have also changed the Home Link under edit security attributes to reflect my current systems (local host) IP address.
    I have searched the message board, but have not been able to identify someone with this particular issue.
    Any help would be greatly appreciated.

    user505763,
    Can you show us the complete URL used by the end user to access your application? Also, can you verify that your end user can ping your IP address from a command prompt? Could there be a firewall between you and the end user?
    Sergio

  • This web page can not be displayed

    System: Windows 7 Home Premium 64x
    I have been trying to access
    http://www.studentconsult.com (It is Elseviers online eBook web site.),
    http://www.hup.harvard.edu/catalog.php?isbn=9780674003477 (the official web page of the book Famous Women written by Boccaccio and published by Harvard University Press), and many other web sites, which I have been unable to access on my computer with different
    internet browsers including Internet Explorer 11, Google Chrome 34, Firefox, Opera, et cetera.
    I can access it simultaneously on my friends computer.
    I have uploaded the troubleshooting reports and logs: 
    https://onedrive.live.com/redir?resid=5DD25902DC5E8F41!185&authkey=!AII5NPPowsT7kXo&ithint=folder%2c.etl
    Could any one provide a solution?

    Dear Alex,
       This issue occurs when I browse certain web pages (not necessarily the whole web site). Two of the web pages on which this occurs are
    http://www.studentconsult.com (always) and
    http://www.hup.harvard.edu/results-list.php?collection=1145 (this one, not always, but usually).
       I have already uploaded the ipconfig and troubleshooting reports and logs. Could you see the link above?
    Here it is:
    https://onedrive.live.com/redir?resid=5DD25902DC5E8F41!185&authkey=!AII5NPPowsT7kXo&ithint=folder%2c.etl  
       Thank you for your help.

  • Roles page can not be displayed

    Hai...
    I have been working on EP for 4 weeks as well as I am taking care of the server too. My problem is that I am not able to get the role page displayed and we have already some users created previously I am not able to login using them too. I think we have used SP14. Please Help.
    Srikanth

    Hi Venkat,
            Try login using Administrator rights check the other users which you created whether required roles are assigned for them to access that application.
    Regards
    Suresh

Maybe you are looking for

  • Don't know where else to turn

    Please help if you can, I'm having printing problems and can't resolve. Have an old Epson Stylus Photo 1280 and have cartridges from an OEM dealer. Never seemed to have problems before until recently. The printing is off <> muddy <> photo prints with

  • Playlists wiped out!

    when i go to update my ipod nano, i get a message that says it cant update because the playlists no longer exist. all songs are off my ipod now, but are still in my iTunes library. i cant seem to get my songs back on to my ipod... Help please!

  • Handling events in ALV grid

    hi, Hi, I am displaying some fields from VBAP in ALV gid and have give drop down check box to storage location making it editable  so  if the user changes Storage location  of some entries and clicks SAVE button, when we click save button i need to c

  • While Mapping from Idoc to Oracle Structure

    Hi Guys, while we  From IDOC to Oracle.. when we follow the  store procedure method to update the data  in oracle. statement   tablename action    table       access   Field1   Field2   Key   Field1   field2 Here where should we need to map the from

  • I need to find my wpa password on my airport extreme

    Since being connected to a different internet provider in Austrailia I can not seem to stay connected to my home wireless internet on my airport extreme. It continues to ask for my wpa password and I dont remember it.   Unless I re-boot my computer I