View layout is not displaying, ( The page cannot be displayed)

Hi guys,
      we have recently installed the ECC6. In webdynpro component, the view layout is not displaying, instead it showing the error message like  " the page cannot be displayed".
I came to know that, in order to display the view layout we need to activate some services .
Please let me know what are the services should activate in order to display the layout.
Regards
Srinivas

Hi Sana,
this is very absic problem in webdynpro, lots of threades are there do search..
getting error 'Page cannot be displayed' in view layout
ABAP Web Dynpro : view designer layout error !
Layout Tab Preview: This program cannot display the webpage
Cheers,
Kris.

Similar Messages

  • 'The page cannot be displayed' when I use IE to open Web Dynpro demo

    In the package 'SWDP_DEMO_TUTORIALS' .
    Folder Web Dynpro Applicat. -> WDT_ALV ==> URL = 'http://abcdev.:8000/sap/bc/webdynpro/sap/wdt_alv'
    then Right click and choose Test.
    IE is open but 'The page cannot be displayed'. (http://abcdev.:8000/sap/bc/webdynpro/sap/wdt_alv?sap-client=210&sap-language=EN)
    1. I actived neccessary service in SICF already. (http://forum.consolut.net/viewtopic.php?f=8&t=1313)
    2. C:\WINDOWS\system32\drivers\etc -> hosts file has 2 record.
    127.0.0.1       localhost
    HP002264446493 HP002264446493
    I think I have to add the SAP server IP
    So I click at menu bar -> System -> Status and press Other Kernel info. (Green)
    ==>> I get Host = abcdev and IP address = 10.74.XX.YY
    After that, I add the 10.74.XX.YY  abcdev to be the last line.
    Is it correct?
    3. No data in table HTTPURLLOC.
    4. ECC 6  and I never installed Netweaver.
    PS.  I create my own web dynpro but the layout is not working  'The page cannot be displayed' .
    Thank you very much.

    I change host file to 'abcdev.' but it does not work.
    If I use command 'ping -t 10.74.XX.YY' , it's ok.
    If I use ping -t abcdev.:8000, it's not working.
    PS. IE version 6 and  Connection -> Lan settings ==> Not set anything.
    Help me please!!!
    Edited by: marshi on Feb 8, 2011 2:34 PM

  • Run report cause "The page cannot be displayed"  OR The connection with the

    Hello,
    1. Database oracle 10g R2 on windows 2003 server enterprise edition with SP2
    2. Application Server Oracle 10g R2 on Windows 2003 Server with SP2.
    Problem explanation
    one of our branch which is connected via leased line is unable to run some of the reports if the report have a little more
    data,
    one report i tried its size is almost 900k ( they are using the same line since last three month and they are
    able to run all reports before, bandwidth is 128k), if you run report browser search a little while
    for output then displayed "The page cannot be displayed" if you look at the report log it's finished successfully.
    I try to download the report rather opening in browser it reach to end of in downloading window at the end it display
    this message
    Internet explorer can not download getjobidxxx.xls from oracleaps.domain.com
    The connection with the server was reset.
    I want to mention one more thing there is a ISA server and firewall in between client and Server but its the same condition
    for
    head office client but they are able to run all report with out any error.
    any one have idea??
    Thanks and Regards,
    Khawar

    Hello,
    Thanks for reply, I have posted Service Request to Oracle Metalink and finally resolve the issue, they suggested me the following solution( a note has also been posted in Knowledge Base no. 871016.1 )
    Webcache KeepAlive timeout is reached. (The default value for KeepAlive timeout is 5 seconds)
    Increase the Keepalive time in webcache to a higher value
    **************EOF******************
    Thanks and Regards,
    Khawar

  • Web Dynpro Layout - Shows The page cannot be displayed

    Hi
    I am getting "The page cannot be displayed" in the Layout Tab of Web Dynpro - View Component.
    Can someone help me to fix this issue.
    Regards
    Venkat

    Hi,
    Check the SAP notes 1009930 and 1008689. Also ensure that you have activated  /default_host/sap/public/bc/webdynpro/viewdesigner  & /sap/bc/wdvd/ nodes in SICF.
    Check out the [SAP Help|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm] for more details.

  • 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?

  • "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.

  • EXTREMELY URGENT - the page cannot be displayed

    gurus,
    i'm facing following problem -
    1. user logs in portal
    2. clicks Navigator link
    3. clicks Applications link
    4. clicks Application APP_CUSTOMER
    5. clicks a dynamic page component in APP_CUSTOMER application and gets the following error -
    "the page cannot be displayed" and the browser location has the following url -
    "http://bdpinternet7/pls/portal30/PORTAL30.wwexp_api_engine.other_actions"
    pls reply on this, this is a major SHO STOPPER .... none of the developers are able to work with the applications.
    thanx

    Pls provide more information:
    1) Your portal Version.
    2) Is this reproducible in all the application that you create?
    Some probable solutions can be:
    1) Check if the Schema on which your application is based on exist.
    2) See if there are any INVALID packages in your portal schema
    3) Goto the "Manage" tab of the Dynamic Page and check if there is any "Edit" version created (If it is there
    then delete it).
    Pls tell if u r able to solve this or not.
    Thanx,
    Chetan.

  • The page cannot be displayed (message when

    Hi together,
    since a couple of weeks, I have the problem with the message above in subject. My Client tries to access a "news" document which is - so I think - created by XMLForms Builder. When he clicks on the link, he got the message "The page cannot be displayed. The page you are looking for is currently unavailable. ....".
    I have checked the IE option settings. Therefore, we have a PDF document with all required settings. I had also the same problem which has been fixed after I have made changes on my settings but that has no effect on my Client's PC.
    I need an urgent idea / solution how to fix that. Thanks for helps
    Cengiz

    If this is an XE installation it would probably be best addressed in the Oracle XE forum. Having said that, I had a similar problem on my Windoze machine and needed to uninstall all previous Oracle client products.
    The basic problem (for me) was that the operating environment (path and environment variables) is not properly prepared to run the XE database and web server. Removing the other Oracle client apps removed the conflicting and offending environment settings and all works well.
    For further info you might want to go to that Oracle XE forum.
    Earl

  • Receive "The page cannot be displayed" for Pricing Conditions

    To all,
    I receive the message "The page cannot be displayed" for Pricing Conditions when I select the "Accesses" button.  I then received the message "HTML field saved to C:\temp\CRM_IPC.html". 
    This only seems to happen when using the pricing in the service order confirmation.

    Hi Bob,
    R u using IPC for pricing, if yes just check the connections to the IPC server.
    The error is because of the IPC connection not getting established.
    <b>Please reward points if it helps.</b>
    Regards,
    Amit Mishra

  • BEX - Query Designer - Query Execution - IE "The page cannot be displayed'

    Hi ALL,
    Trying to execute a query from BEx Query Designer, result needs to be displayed on Internet Explorer.
    However, when IE pops up to show the result, it says 'The page cannot be displayed'.
    It seems the PORT Number is wrong.
    When I execute the RSPLAN the port number is 52300 (23 ASCS)  (and it works!!).
    For this web query the port in URL is 55300 (53 SCS).
    Could you help to configure the right port?
    Something needs to be done on Basis side configurations?
    Thank you,
    Nivia

    Hi,
    This especific problem was solved na SM30 programa RSPOR_T_PORTAL.
    But I still have problem:
    The PORTAL logon is displayed and after input the user and pass shows the 500 Internal Error.
    Caused by: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed
    Connect_PM  TYPE=B MSHOST=calsaps011.net.bradesco.com.br GROUP=PUBLIC R3NAME=BWH MSSERV=sapmsBWH PCS=1
    ERROR       partner 'calsaps011.net.bradesco.com.br:sapmsBWH' not reached
    I have looked the services and hosts and the files has the sapgw<> and sapms<> right configured.
    The important detail is that The PORTAL works if it doesn't come from BEx.
    COULD SOMEONE HELP ME?
    Tks,
    Nivia

  • Cannot reply - The page cannot be displayed

    Hi,
    Strange issue over here.
    I want to reply to the following thread :
    Web server error for access remote pagelet
    Unfortunately, as soon as I click on the "reply" button (either the one attach to the post and the one on the top of the thread), I get an error : "+The page cannot be displayed+".
    This morning, I replied to some others thread (including in the same forum as the one above - Peoplesoft) without any problem.
    Nicolas.
    Why Peoplesoft just above is not in italic, according to the new markup ??
    Edited by: N. Gasparotto on Sep 1, 2008 6:56 PM
    Edited by: N. Gasparotto on Sep 1, 2008 8:42 PM

    Oh, really interesting ! DUPLICATE KEY ! The ID are same for two different threads. Good eyes !
    Ok, there is something wrong here, some data inconsistency ! Hopefully, OTN team wil have a look into that issue.
    Nicolas.
    PS :
    Here the one from Peoplesoft forum :
    Web server error for access remote pagelet
    Here the one from Database General forum :
    Migration from SQL Server to Oracle
    Well, maybe not so duplicate since one is message, the other one is thread...
    Edited by: N. Gasparotto on Sep 1, 2008 7:18 PM

  • 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

  • "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!

  • Webtemplate: The page cannot be displayed

    Hello All,
    When I try to execute a webtemplate in the Browser, I am getting "The page cannot be displayed" message. At the top of the Browser winow.."Cannot find server-Microsoft internet explorer"
    Could you explain me why the webtemplate is unable to execute in the browser?...what are the steps i have to proceed to execute the webtemplate in the browser?
    Regards,
    Pasumarty

    Hello Heike Guder,
    I checked in SMICM, HTTP protocol is running on 8080.
    I compared the Parameters of properly configured WAS, on which our webreporting is currently running.
    from rz10 the fllowing parameters are found, from the running server.
    icm/host_name_full
    icm/server_port_0
    icm/server_port_1
    icm/max_conn
    icm/max_threads
    icm/keep_alive_timeout
    and I added all the above parameters to the server, on which, ICM is not configured. After adding the above parameters, I found fallowing things:
    1. When i execute the template in the browser..the URL is "http://<server>:8100/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZACD_CHECK_APPLICATION01"
    --> even though icm/server_port_0 PROT=HTTP,PORT=8080,TIMEOUT=1800  but in the URL it is showing 8100 port.
    2. http://<server>:8100/sap/bw/BEx? is not working, same message, page can not be displayed.
    Please suggest me, if you have any further suggestions, to make WAS working properly.
    Regards
    Ravi

  • Database Home Page - The page cannot be displayed

    Hello Oracle Gurus,
    Thank you in advance for your response.
    I'm running Oracle Database 10g Express Edition on Windows XP. When I launch the Database Home Page in IE I get a "The page cannot be displayed" error.
    I have gone through several posts on this forum and I have tried the following 5 things:
    1. I have stopped the database (net stop ...) and re-started the database (net start ...). This did not fix the problem.
    2. I checked the reading of "select open_mode from v$database;" this returned:
    OPEN_MODE
    READ WRITE
    I assume this is what it should be.
    3. I checked the reading of "select status from v$instance;" this returned:
    STATUS
    OPEN
    I assume this is what it should be.
    4. In IE -> Tools -> Internet Options -> Security -> Local intranet -> Sites -> Advanced, I added 127.0.0.1 to the local intranet zone.
    5. I restarted my WinXP PC.
    None of the above things worked.
    Does anybody have any suggestions of things to try to get the Database Home Page up and running?
    Please note that I am a newbie to Oracle so please write your response at the simplest possible level.
    Thanks,
    K

    There's a specific XE forum where they may have better answers than here. See Cannot access Oracle XE database home page

Maybe you are looking for

  • New Task Bar Control for Yahoo! Music Engi

    Thought those of you who use Yahoo! Music Engine would like to check out a free task bar control for the player. I found this buried in the Yahoo Forums from early July. I was trying to find a remote that wouldn't shut down everytime I clicked my mou

  • Activity Monitor Won't Run

    Anyone else having this problem? Activity monitor will simply not run. It starts, then crashes...every time.

  • Xperia Z1 video calls

    I really would like to know: why the video call option was not introduce to your Smart phones in the call log , you have guided the customers to use '' hangouts '' Application, I just tried that and most of peoples don't use that Application , '' Cau

  • HT1386 Computer not recognizing my iPod

    My iPod will not sync with my iTunes account.  Please advise.

  • At wits end with jdev and svn

    Here is the issue: I use Tortoise SVN to check out a VERY LARGE project contains both the JDEV project file and the tens of thousands of files in the project). I do this from Tortoise because JDEV fails every time. The SVN functionality is totally no