E-Recruitment error message :Page cannot be displayed

Hi E u2013Recruitment Experts,
While testing the E rec BSP pages from SE80 I am getting the error message:
Page cannot be displayed.
What I have done is as follows:
Step 1:defined the context in table V77RCF_CONTEXT
Step 2:defined the element of container sequence in table V77RCF_CS_ITEMC  by copyin the data from table V77RCF_CS_ITEM
Step3. defined the container sequence in table V77RCF_CS_SEQC and defined the element.
Step 4.defined link for start pages in table V77RCF_SP_LINKC while copying the data from table V77RCF_SP_LINK
Step 5.Define Start page groups in table V77RCF_SP_GROUPC while copying the enteries from V77RCF_SP_GROUP
Step 6;Defined Start pages in table V77RCF_SP_ASIDC while copying enteries from table V77RCF_SP_ASID
Step 8:I generated the url using the program RCF_GENERATE_URLS using Https protocol
Apart from above setting I have also made entries in the following customer tables:
T77RCF_SP_ID(C) - Startpages
T77RCF_SP_ID(C)T - Startpages texttable
T77RCF_SP_GROUP(C) - Startpage groups (the blocks with a number of links)
T77RCF_SP_GROUPT/GRPCT - Startpage groups texttable
T77RCF_SP_LINK(C) - Links
T77RCF_SP_LINK(C)T - Links texttable
T77RCF_SP_ASID(C) - assignment of groups to startpages
T77RCF_SP_ASGRP(C)
But still I am getting the error message that the page cannot be displayed
Can any body tell me where I have missed out
Thanks and best regards
Rajeev chhabra

Hi Naddy,
I could not find the error log in the given T code.Is there anything else where I should look at.
Cheers
Rajeev

Similar Messages

  • In Smartform i am getting a Error Message Graphic cannot be displayed

    Hi All,
               I am trying to display a image in smartform . In the Code i have created a BDC for SE78 for Image upload and when the Image is Upload and when i try to execute the Smartform i am getting a Error Message : Graphic cannot be displayed
    I am trying to load a BMP image in  the form.
    Can anyone help me out .
    Thanks in Advance .
    Regards
    Shankar

    Hi,
    There are two possibilies of issue here.
    1. The BDC is not correct so the image is not uploaded.
    2. Graphic parameter is not properly specified in smartform.
    Please check issue no 1 first. If you confirm that image already in SAP, then you can go to issue no 2.
    Regards,
    Teddy Kurniawan

  • In the Graphic Tab and Work Center Error The Page Cannot be displayed

    Hi In the Solar01 and also in the Solman_Workcenter I am getting error  "The Page Cannot be displayed"
    In the Solar01 - I have Business Processes save and  under the Graphic Tab when I am clicking on the correct Business Scenario Node.  I am expected Graph to display.  But Showing error
    In the Solman_Workcenter -  I set up the added the Starndard Role Busing Solaman Basic Role and + implementation role.  When i go under Solman_workcenter transaction I am getting the same prolbem i.e "The Page Cannot be displayed"
    Any Idea friends.
    Appreciate your help
    -Santh

    Hi,
    Refer note 834832. Check activation of services in transaction SICF and the patch level of your SAP GUI.
    Thanks.
    Kathir

  • Error: "The page cannot be displayed"  when trying to login to portal

    Hi All;
    I can not login to portal, when I click login in portal home page
    http:<server_name>/pls/portal , the sso login screen will never come up, producing an error The page cannot be displayed
    http://:<server_name>/pls/portal/PORTAL.wwsec_app_priv.login?p_requested_url=PORTAL.home&p_cancel_url=PORTAL.home
    BI Components:
    Portal:portal is up and running.
    Http Server is up and running.
    OC4J_Portal is up and running
    Any one has an idea ?
    Thanks.

    Try the troubleshooting documentation:
    - http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_app_k.htm#sthref2513
    Mick.

  • Customer self service form gives the error of  "Page cannot be displayed"

    Hi All,
    Customer self service form from Navigation: Recievables -> Customers --> Standard gives the error of "Page cannot be displayed" but the same form gets opened when i navigate that from Order Management responsibility
    Thanks&Regards,
    APPS DBA

    Hi All,
    I have been trying to install the EBS 11i in configured system core 2 duo with 1 gb ram and 250 gb HDD,
    have been following the below steps to install the EBS 11i,
    1.installed Win20003 server edition
    2.VC++ and copyind the link file into windows\system32,
    3.GNU make done the path set everything,
    4.MKS tool kit,
    5IP config and installing MS loopback,
    started the installtion direct from the DVDs,
    Pre-Installtion everything was OK,
    but after done everything I got struck last min, where the popup window appeared as login page responding but i did wait for 30 min and nothing has happened.
    So closed and I restarted the System and I have restarted process putting 1st DVD and given the command rapidwiz -restart.from command prompt.
    and Again its started as a new installtion, and preinstatltion wizard has came.
    where I haeve commited the mistake i did not understand...?
    Please guide me
    regards
    Satya

  • JSF & JDev error: The page cannot be displayed

    I'm trying to use JSF with JDeveloper. When I make my project no errors are reported, when I run it a browser opens up with an error. I added 'faces/' to the url and refreshed but still get same error message i.e. 'The page cannot be displayed'
    Here is the url:
    http://localhost:8988/jsf_app1-jsftest2-context-root/faces/hellojsp.jsp
    Here is the web.xml code:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup> 1 </load-on-startup>
    </servlet>
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
    <taglib-location>/WEB-INF/jsf_core.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
    <taglib-location>/WEB-INF/html_basic.tld</taglib-location>
    </taglib>
    </web-app>
    Here is the faces-config.xml code:
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
    </faces-config>
    Here is the hellojsp.jsp code:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <h:form>
    <h:outputText/>
    </h:form>
    </body>
    </html>
    </f:view>
    Please let me know what i'm missing here. Why can I not see the page?

    When I make my project no errors are reported, when I run it a browser opens up with an error. I added 'faces/' to the url and refreshed but still get same error .
    Does the url which is invoked with Run not include a /faces/ url pattern?

  • Webgui Error SRM  Page cannot be displayed

    Hi,
    I a m getting the following error in the SRM portal screen.
    The following is the my URL link
    *http://orange.dht.com:8000/sap/bc/gui/sap/its/bbpstart?sap-client=001*
    The page cannot be displayed. Error displayed as below in browser.
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
    Please try the following:
    Click the Refresh button, or try again later.
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
    See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
    Click the Tools menu, and then click Internet Options.
    On the Connections tab, click LAN Settings.
    Select Automatically detect settings, and then click OK.
    Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
    If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
    Click the Back button to try another link.
    Cannot find server or DNS Error
    Internet Explorer
    I  have publised all the templates. Main page of the SRM is opened .entered the user Id & pwd.
    Screen appears .  If i press on Click SHOP -I am getting Page cannot be displayed. We areusing IE 6.0
    Any Confign is missed . I  have entered the  URL in table  also
    Can you tell what is the error.
    Regards
    G.Ganesh Kuamr

    Hi,
    I  have checked the view source code. It is having correct details
    for eg..
    SAP Integrated ITS, WebAS: C11, workprocess: 0
    All rights reserved.
    Creation time:  Thu Dec 03 11:10:16 2009
    Charset:        utf-8
    Template:       bbpstart/99/bbpglobal_800.html  -->
      <!-- No session management -->
    I  published the Template again for BBPGLOBAL.
    Only page cannot be displayed is coming.
    There is some link missing between the SRM server and the ITS.
    Can you figure out what it is ? We are stuck
    Regards
    G.Ganesh Kumar

  • Cannot download adobe pg..error "this page cannot be displayed" --web address is somehow wrong

    company adobe endst cannot be printed....keep getting "this page cannot be displayed"
    trouble shooting show connection problem ..with no details
    we have reloaded adobe reader....still cannot print  adobe page...kick out for address?

    I cannot understand a word of what you are writing; can you explain that a little bit more clearly?

  • LYNC 2013 control panel error: this page cannot be displayed

    Dear sir,
    Now i am suffering with the lync 2013 control panel problem, i cannot open it and got the error "This page can't be displayed" as below screenshot shows,
    I've tried some ways, but still same problem
    1. Reflush the dns, checked the A record and SRV record of the FE are normally.
    2. checked the IIS and also cannot find any problem.
    3, reboot the FE server/IIS, and AD.
    4. i can open the console page normally via web :https://localhost/cscp
    5. i can ping the FE server domain name and return the right IP info.

    Hi TECH-Tommy,
    The certificate is under “Personal” store.
    In addition, can you open the page via
    https://admin.domain.com ?
    Also please try to clear IE cache and treat the FQDNs for admin, pool or FE server name as trusted zone.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Not able to browse to the CRS Administration URL and "Page Cannot be Displayed error appears"

    I have installed IPCCX 7.0 in VMware
    I have finished the installation without any error.But after installation when I tried to open the Admin page from
    Start > Programs > Cisco Unified CCX Administrator > Application Administration
    Getting error message "Page Cannot be displayed".
    From troubleShooting Guide found that these services should be running
    Check that the CRSJavaAdmin.exe is running (in Windows Task Manager).
    World Wide Web Publishing service.IIS Admin service
    Can anyone tell me How to run CRSJavaAdmin.exe ??
    Thanks in advance.
    Reena

    Hi RAdha,
    CRSJavaAdmin.exe is controlled by UCCX node manage servicer, Can you go to the serviceability tool (start - programs - Cisco unified CCX administrator - Cisco Unified CCX serviceability ) and in process ACtivation tab make sure all the services aren enabled specialy "cisco unified CCX administrator" if not enable it and restart the node manager service from the services menu
    Hope this helps
    Thank you
    Anuj

  • Error: Page cannot be displayed when testing BSP application from SE80

    Hi:
    I am new to SAP 4.7. I need help in running BSP application from SE80. When I run, I am geting error the page cannot be displayed. Can some suggests/advice what are the neccessary steps ahould follow to run BSP application.
    Thanks,
    Venkat.

    Welcome to the forums and welcome to BSP. There are a few things we kindly ask
    Take a look at this weblog: <a href="/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help">BSP Trouble Shooting: Getting Help</a>
    That will help you jump several of the hurdles you'll come across as you get started.
    As for your problem if you are receiving the message "Service is not active" then you need to go into the transaction SICF in your system and follow the tree (take a look at the path in your browser /sap/bc/...) and select each until you get down to the one you are trying to look at and active it.
    If you are getting errors about other ones not activated then do the same for those.
    If you are not getting those errors and your browser is simply telling you "Can't find it or something" then in "Internet Options" in your browser advanced tab uncheck the "Show Friendly HTTP Errors".
    You can also check transaction ST22 to see if there is a short dump in which case that will help analyze the problem.
    Otherwise you'll need to give us more info including your SP level (recommend you jump up to at least 43 on ABA and BASIS)
    Message was edited by: Craig Cmehil
    OK so Brian was faster...

  • Error while executing WAD: " Page cannot be displayed"

    Hi All,
    I am facing an error while i am executing the WAD template.As soon i execute the template it gives an error as " Page Cannot Be Displayed".
    I have just used one table in my template.
    Is this some setting issue??
    Please give your valuable inputs.
    Regards,
    Kshitij Mathur-

    Kshitij,
    Check out the serivces are activated or not?
    U can check this Tcode SICF
    Select Default host->sap->bw right clik and check if its in deactive mode then activate it and save.
    Hope it helps.
    Urs,
    Rakesh.

  • "The page cannot be displayed" error in RWB with IE6 on Windows XP SP2

    The following screens in the RWB give an error "The page cannot be displayed":
    - End-to-end monitoring
    - Alert Configuration
    - Alert Inbox
    My colleague who is on IE6 on Windows 2000 can display the pages. We have the same roles.
    I searched on SAP notes and in the XI forum but could not find any response to this issue yet.
    Any ideas?
    Thanks.
    Cedric

    Not really an answer for you, but I run SP2 with IE6 and have no problems.  Could be a problem with the host being defined for the Windows 2000 user, but not yourself.  Some RWB connections are internally using the Fully qualified domain name while others don't.  I know this was an issue with our adapter engine set-up at one point after we applied SP13.

  • Page cannot be displayed error in Jdev 10.1.2

    I am new to jdeveloper and have just installed oracle8i and jdev 10.1.2. on my home pc.Also i have a broadband internet connection. When i am connected to the network my project runs but when i switch off the internet then i get an error saying page cannot be displayed becoz it still tries to access my internet IP.Is there any way i can change the target URL point my local PC?

    If you are just starting out with JDeveloper - start with the latest version 10.1.3 not with an olde version.
    To fix your problem change the URL in the browser to have 127.0.0.1 instead of the computer name: http://127.0.0.1
    You can change this also under the tools->embedded OC4J preferences.

  • "The Page Cannot Be Displayed" error when clicking the Remote Agent

    Hi everyone! We have installed ACS SE 4.0 and we have added a remote agent running on Windows Server 2003. Recently, we are encountering "The page cannot be displayed" error when we click the RA under a network device group. This is resolved by rebooting the ACS SE appliance and accessing the ACS SE web console again but after few hours, problem reoccurs. Clicking the links on the ACS SE web console is okay at first but after clicking the RA, every link shows the error "The page cannot be displayed." Hope you could help us on this problem. Anyone's support is very much appreciated.
    Thanks!

    Hi JG,
    Thank you so much for your response. Does Cisco have a documentation that states that this is a known issue with 4.0, such as release notes, for we might need this for the proposal upgrade?
    Again, thanks a lot!

Maybe you are looking for