"Page NOT FOUND ERROR" when i launching application through IE

Hi Siebel Guru,
We have installed Siebel CRM 8.1.1 on windows 2003.successfully. I am able to connect ecomuniction through shortcut from windows start menu. If I just type the URL in browser I getting issue with "Page NOT FOUND ERROR".
I just want to launch application through explorer without starting it from shortcut and session should not expire.
Am unable to launch siebel application through my local machine also.
My application server is up and running and am able to connect my webserver on localmachine.
pls do needfull.
Regards
Prabhat

Hi Goud,
thanks for co-ordiantion
Same issue page not found .
http://ssipl-srvr-35/ecommunications_enu/start.swe.
even local machine same issue page not found.
when i launching application trough webclint my application is opening.
i dont know wht the issue.
why my application is not running direct (IE).
because end User interests to access application their local machine.
pls help me out to solve this issue.
Regards
Prabhat

Similar Messages

  • Page not found error when  navigating in Iview  application

    Hi,
    I have developed an application,and I am able to view a sucessfull preview of the Page as well.There are htmlb links on the page.When clicked,they navigate to the next jsp page.This iview was assigned to a user,and the portal was logged in though a local ip address.The application works fine.
    In trying to access the portal though an external Url,the initial page comes up perfectly fine.However the next page,does not come up,when a link on the first page is clicked.I get initially a popup with the message:
    "This page contains both Secure and Non secure Items
    .Do you want to display the non secure Items."
    The options on the Popup were yes,no,More Info.
    When I clicked yes then I get the display page not found error.The error is:
    " <b>The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</b> "
    The Information I get when I click on More Info is-
    <b>Downloading non-secure content from a secure Web site
    The Web site you are viewing is a secure site. It uses a security protocol such as SSL (Secure Sockets Layer) or PCT (Private Communications Technology) to secure the information you send and receive.
    When sites use a security protocol, information that you provide, such as your name or credit-card number, is encrypted so that other people can’t read it. However, this Web page also contains items that do not use this secure protocol.
    Given what you know about this Web site and your computer, you must decide whether to continue working with this site.
    If you do not feel confident about working with this site, click No.</b> "
    This problem occurs only to a particular user.If I add the role to another user,and view the iview I am able to navigate without problem(there is no popup as well).Even for this User,it is happening only when,I access through extrenal url,not when I access the portal through the local IP Address.
    Regards,
    Harish

    Hi,
    This is a further Update.The problem described above has  something to do with the roles.When some roles(cusom) are assigned the navigation occurs.Can you please let me know if there is any role related configuration with SSL.
    Regards,
    Harish

  • Help! 'Page not found error' when use the word 'account' on my web page!

    I have encountered the weirdest problem when making some changes to my website.
    When adding text within the <p></p> tags  everything is fine until I type the word 'account' or 'accounts' then I get a 'page not found' error.
    Any other text can go between those tags, only the word 'account' causes the problem.
    Any ideas?
    (I am using Dreamweaver MX 2004 and its a PHP page)
    I am so confused on this one, so any help would be much appreciated!
    Thanks.

    http://www.reformationassociates.com/ - This is the website, the weirdest part is, it is only happening on pages after they have been opened through Dreamweaver, so it's only once I access them that the problem occurs, I dont have to make any changes, just open them and they suddenly show up as 'page not found'.  
    http://www.reformationassociates.com/archive/Pinnacle.php is one of the pages that was accessed yesterday via Dreamweaver and we have had to change the word to 'acct' to stop the 'page not found' error.
    Afriad I dont know what SSI files are? sorry....
    Thanks.

  • Page Not Found Error when clicking on Crystal Report Viewer print icon

    Hi,
        I am working with ASP.NET 2.0 and crystla reportXI release2.
        I am getting "Page Can not be Found " error when clicking on Crystal Report Viewer print icon.
        Could you please tell me how to get rid of this error?
    Regards,
    Smitha

    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    A short pseudocode would be something like this:
    Dim rptDocument As ReportDocument
    If Not Me.IsPostBack or Session("Report") = Nothing Then
    rptDocument = New ReportDocument
    rptDocument.Load(sGlobalPath & "\myreport.rpt";)
    Ludek

  • Page Not Found error when accessing the Identity server console

    Hi,
    I have installed the Sun One Portal Server.
    when i access the URL for Identity server, i am getting Page not Found exception.
    Any suggestions, why this problem could occur.
    Regards,
    Mukta

    First the obvious: Restart the Webserver/Application Server
    Did you choose "Configure Later"?
    Is amconsole/amserver/... really deployed? You can see this in the Admin web interface of the server.
    Do you see anything in the logfiles?
    Chris

  • Page not found error when deleting row in multirow form

    I have a tabular form and when I try to delete one or more rows from the tabular section, I get the confirmation box pop-up window and then this error:
    "The requested URL /apex/wwv_flow.accept was not found on this server"
    I checked other postings and found instructions to generate a trace so here is what I think shows the error :
    wwv_flow.accept(P_FLOW_ID=>:P_FLOW_ID,P_FLOW_STEP_ID=>:P_FLOW_STEP_ID,P_INSTANCE=>:P_INSTANCE,P_PAGE_SUBMISSION_ID=>:P_PAGE_SUBMISSION_ID,P_REQUEST=>:P_REQUEST,P_ARG_NAMES=>:P_ARG_NAMES,P_T01=>:P_T01,P_T02=>:P_T02,P_T03=>:P_T03,P_T05=>:P_T05,P_T06=>:P_T06,P_T07=>:P_T07,P_T08=>:P_T08,P_T09=>:P_T09,F04=>:F04,F05=>:F05,F08=>F08,F06=>:F06,F07=>:F07,F02=>:F02,F03=>:F03,FCS=>:FCS,F01=>:F01,P_MD5_CHECKSUM=>:P_MD5_CHECKSUM);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    :db_proc_time__ := dbms_utility.get_time - start_time__;
    end;
    Embedded PL/SQL Gateway: /apex/wwv_flow.accept HTTP-404 ORA-06550: line 6, column 44:
    PLS-00103: Encountered the symbol "WITH" when expecting one of the following:
    := . ( @ % ; not null range default character
    Embedded PL/SQL Gateway: (wpu.c,626) longjumping back to the beginning
    Embedded PL/SQL Gateway: (wpu.c,488) cleaning up before longjmp
    Embedded PL/SQL Gateway: (wpu.c,492) doing a rollback
    Embedded PL/SQL Gateway: (wpcs.c, 76) Executed 'rollback' (rc=0)
    Any ideas why this is happening?
    Thanks

    I kept looking into the trace file and a before the text in the initial posting I found this:
    Embedded PL/SQL Gateway: (wppr.c,1021) lcase(procname): wwv_flow.accept
    Embedded PL/SQL Gateway: (wppr.c,1302) The CALL block: len=2881, bind_count=37
    declare
    rc__ number;
    start_time__ binary_integer;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    F08 FLOWS_030000.WWV_FLOW_GLOBAL.VC_ARR2t with the difference of 11 months apart.^M
    2 For some of them calculate the AWT that includeFLOWS_030000.WWV_FLOW_GLOBAL.VC_ARR2tas setup.^M
    For some of them include the AWt monotribuista code to be calculated.^M
    3. Some oFLOWS_030000.WWV_FLOW_GLOBAL.VC_ARR2led.^M
    The error says "ORA-06550: line 6, column 44: PLS-00103: Encountered the symbol "WITH" "
    so it points to the following line in the code:
    "F08 FLOWS_030000.WWV_FLOW_GLOBAL.VC_ARR2t with the difference of 11 months apart.^M"
    So... can anyone give me a clue why the code is built this way (looks like the variable definition is truncated)
    Thanks in advance for your help!

  • Page not found error when accesing Portal from Internet

    Hi,
    I'm getting the following error message when accessing Portal as administrator from the Internet:
    The page cannot be displayed 
    Explanation: There is a problem with the page you are trying to reach and it cannot be displayed.
    Try the following:
    Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
    Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped.
    Access from a link: If there is a link to the page you are looking for, try accessing the page from that link.
    Technical Information (for support personnel)
    Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217)
    The error message shows in the rightmost area of the browser.
    In the left area I can see the Portal Content
    This happens when using Internet Explorer 6, windows XP, sp2.
    When using MozillaFirefox, the error won't show up, but I don't have full functionality when trying for example to right-click to create Systems in the SystemLandscape window....
    To access Portal from internet, I simply go to http://company.com:50000/irj
    Server side Portal installations is as follows:
    EP7, SP11, windows 2003 64bits.
    Any help will be appreciated.
    Regards.

    Hi Claudio Roca,
    I have encountered the same problem. Do you found the solution for this issue? I will much appreciated if you willing to share your solution and email to [email protected] Thank you so much.
    Regards,
    Hau Chee

  • Application returns a "404 Page not found" error

    Application returns a "404 Page not found" error when attempting to use any of the Download links. What is the exact problem?
    Can anybody tell me how to resolve this problem?
    David

    http://nnnnnn.nnn.nnnnn:99/pls/apex/f?p=88:52:2181500142828824:FLOW_EXCEL_OUTPUT_R35183980327530985_en-us
    It looks like this.
    Thank you.
    David
    Edited by: user628655 on Sep 30, 2009 6:37 PM

  • Csv output feature results in a "page not found" error in IE (ver 8)

    Has anyone else had issues with the csv output feature returning a "404 page not found" error when using IE version 8.0?

    Hello. I'm getting an Http 404 The webpage cannot be found" error when trying to export any APEX application's query results into Excel (Application Express 3.2.1.00.10). This was working fine before. Nothing changed with our APEX application. I've been always using I.E. Version 7.0.5730.11 with no problems. I've reset the I.E. defaults and still the problem exists. I've downloaded Mozilla Firefox and the problem does not happen. However, I would like to know why my I.E. still gets this error? Any feedback or suggestions would greatly be appreciated. Thanks for your time.

  • HTTP 404 page not found error

    Hi all,
    I am getting HTTP 404 Page not found error when I try to run the test_fwktutorial.jsp. I have followed the instructions of a similar thread but none have helped.
    Kindly suggest me some solution to this problem.
    Thanks,
    Priya

    I did a simple search for 404 in the forum and got at least 10 threads, I think this thread is relevant to you, please try the solution suggested in the thread
    HTTP 404 Not Found error in JDeveloper 10.1.3.3.0 for Oracle Apps R12
    "Hi,
    Problem I faced:
    When I try to run, test_fwktutorial.jsp in JDev 10.1.3.3.0 for Oracle Apps R12, I was getting the first page with the links, but when i click on any of the links, say "Hello World", I am getting a "HTTP 404 Not Found". Same error I got by directly running any of the tutorial pages, or any custom pages. CHecked all the normal setting options like: responsibility key, username/pwds etc.
    Then I noticed in my address bar an error text:"You have insufficient privileges for the current operation".
    Solution I arrived at:
    In one of the forums, I had come across the point that maybe my local machine and Application server were on different domains, due to which I was getting "You have insufficient privileges for the current operation".
    1. Hence I checked for the domain on which my local machine was in:
    My Computer -> Properties -> Computer Name.
    2. There it was showing WORKGROUP instead of Domain.
    3. Here I clicked on the Change button and entered mycompany domain on which the server was like <companyidentier1>.<companyidentier2>.com
    I had to do this even though the machine i was using was connected to the domain using a VPN connection.
    4. Then after restarting my machine, I changed the Embedded OC4J Server Preferences to Default Local IP Address. And when i ran my page, it worked!!
    Before when I had not changed the domain of my local machine to the Apps Server domain, simply changing the Embedded OC4J Server Preferences to Default Local IP Address (as suggested in some forums), still gave me the same error.
    Hope this helps others facing similar problems.
    Thanks
    "

  • Overwriting old website in FTP - 404 page not found error!!! Heeelllp! :(

    Hi there,
    I recently re-designed my website on Adobe Muse. It was originally designed in iWeb. For the iWeb website I used a 3rd party FTP application (Transit) to upload the site.
    I wanted to overwright the old iWeb website with my new Adobe Muse website. So I deleted the files from the iWeb website on Transit, and used the inbuilt Adobe Muse FTP option to upload the new website.
    Now, no matter what I do, all I get is the 404 'page not found' error when I try to visit my site.. What am I doing wrong? Are my settings on Muse incorrect? Should the site pages have a specific name? The home page that I want is titled 'selected artwork' in Muse... should that have something to do with the home directory link?
    I'm so lost and frustrated! Please help!
    Any help or advice would be so much appreciated!
    Cheers,
    Harriet.

    Hi Parikshit!
    Thank you so much for your response!
    My site is www.harrietbody.com and yes, I did change the name of my pages... I changed everything... I've asked my hosting people to reset my account with them because I think I may have made a mistake deleting everything from the old website...
    I will try exporting as HTML and uploading with Transit and see how I go...
    I'm sorry if this is a really silly question, but how do I check if I'm uploading to the correct directory? I have a feeling this is where my problem is... how do I know which directory I am uploading to?
    Thank you again!
    Harriet.

  • Page not found Error on BI publisher

    Hi All,
    I am new to Oracle BI and I am trying to install and Oracle BI EE 10.1.3.4.1 in windows vista desktop PC. I had already installed Oracle 10g in my PC. Now the Problem is I am getting the Page not found error when I try the below links
    http://localhost:9704/em
    http://localhost:9704/analytics
    http://localhost:9704/xmlpserver
    I have started the Oracle BI presentation server and OC4J also. But I am not sure what is the problem why it's not running.
    Let me know if I can find the logs some where to get more info abt the above problem.
    I am using IIS7 but not sure whether Tomcat or anyother service by defualt running ass part of Oracle BI.
    if anybody already faced this problem please help me to solve this issue or please post some related link to configure and solve this problem.
    Thanks in advance.
    Sudhar

    Hi,
    I am new to Oracle BI and I am trying to install and Oracle BI EE 10.1.3.4.1 in windows vista desktop PC. I had already installed Oracle 10g in my PC. According to [Oracle Certification Matrix|http://www.oracle.com/technology/support/metalink/index.html], Windows Vista is not supported as a Server OS. So, I would suggest you install any other supported OS and check then (see this [PDF Document|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf] for the list of supported OS).
    Regards,
    Hussein

  • Page not found error getting while access endeca application

    Hi All,
    I am trying to create an application in endeca. Created application , ran neccessary scripts and created pages in experience manager.
    but when i try to call the application in browser . i am getting page not found error. There are some other application which is created by copying discover electronics ,
    which works fine. Please help me how can i resolve this issue. I am using endeca 3.1.0.
    Thanks
    Mark

    There's not much to go on here, but it sounds like you're trying to view changes in a "live" application. To confirm this, you should execute the configuration promotion script and then check the same application URL. You can run the promote script from inside workbench. Log in as admin, then look under "Workbench Home > Administration > Admin Console > Scripts." You should execute the "PromoteAuthoringToLive" script. Once this script is complete, then test your page again.
    If this works, then it means that your application is configured such that it doesn't get immediately notified of new configuration changes, i.e. it's configured in "live" mode.

  • Page not found error in webdynpro Application

    Hi All,
    While we are opening a links getting Page not found error. This is  webdynpro ABAP application ,through Launch pad it is configured.
    We have recently upgarded our portal , previously it was working fine.
    R/3 is not upgraded .
    Regards,
    Krishna.

    Hi Krishna,
    Hope you are doing good.
    Kindly run the web diag tool as outlined in  note 1045019 or SAP Note No. 1332726 (depending on your version) and reproduce the issue.
    This will give you the exact reason why the issue occurs. Attach it here if you have any issues.
    Thank you!
    Kind Regards,
    Hemanth
    SAP AGS

  • Getting 'Page Not Found' error while launching the Workbook

    Hi,
    When the user is trying to launch a particular workbook in Discoverer Viewer by clicking on the Workbook name in the List of Workbooks page of E-Business Suite, he is getting the 'Page Not Found' error.
    Did anyone faced similar issue?
    Please let me if anyone knows the cause and solution.
    Thanks,
    Lokesh.

    Hi Michael,
    Thanks for your response, Actually the user is getting this error in E-business Suite.
    The user will do the following before getting this error.
    1) Logs into the E-business Suite with appropriate login credentials.
    2) User will see the HTML Page which will show all his Responsibilities.
    3) User clicks on the 'XXXXX GL Discoverer Viewer' responsibility
    4) The HTML Page gets refreshed and the user will see the menu 'Discoverer Viewer' on the right side of the HTML Page.
    5).User clicks on the menu item 'Discoverer Viewer'
    6).A new HTML page gets generated which will display all the Workbook names to which the user(Responsibility) has the access.
    6).Now the user clicks on a specific Workbook name to launch the Workbook.
    7).User gets the 'Page Not Found' error.
    The user is getting this error only for one Workbook,other Workbooks are not causing any problem, the user is able to launch other Workbooks from the same page.
    I believe that E-business Suite generates the HTML Page with all the Workbook names and wondering why only one workbook is giving error.
    Thanks,
    Lokesh.

Maybe you are looking for

  • How to recover data from a hard drive with bad blocks?

    An external hard drive, 4TB Iomega...connected via eSATA cable...had a power outage and the drive won't be read by OSX now.  (Yes, it was on a surge protector and no I did not have a backup.  I was actually preparing for the process of creating a bac

  • Streaming video issue

    How much of my physical memory should be used when streaming video? I have 4.00 GB of physical memory an 3.96 GB are being used.

  • Reading a Document

    Any idea if there is an option in Pages for the program to "read" a document out loud? I am wanting to use this for my classroom so students can hear the text on a document. If anyone has a solution for this or an alternative idea please let me know.

  • Iphoto library/pics

    Sorry not for sure how to reference the topic that I have a question on. Here is the problem: I have pic of my pet that I love and it shows up on my origianl Pic log, my events page, in a couple of folders that I have put it in, my mobile me gallery,

  • JAXB not marshalling extensions properly.

    Hey folks, I'm having a problem with marshalling objects that were extensions in the XSD. The relevant portion of my schema looks like: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="ADEPeerResponse" type="ADEPeerRespons