HTTP 404 issue whenSSO to InfoView using WindowsAD

Dear all,
I got the same issue as Mark Richardson (please read below). I was able to implement this SSO to InfoView using Java SSO (aka Vintela, Kerberos) with Authentication: Windows AD in QA environment. But now in Prod after putting all the settings i got error HTTP 404 like Mark's case below.
I got 'Credentials obtained' in stdout. And i was able to get a ticket when running kinit. But when client browser tried to open the InfoView URL, i got that HTTP 404 error.
I've applied all the required settings on client browser as per Tim Ziemba (and also OSS Note).
Any idea what could be the issue?
WinAD SSO errors for JAVA InfoView after SP3
WinAD SSO errors for JAVA InfoView after SP3
======================================================================================================
I had successfully deployed the WinAD SSO configuration for both the .NET and JAVA InfoView as documented in the SAP materials provided by Tim Ziemba and Miles Escow.
Yesterday, I applied the new BOE-XI (R-3.1) Service Pack 3 on our DEV server...and accepted the RE-DEPLOY WebApplications option during the install.
The .NET WinAD SSO is working 100% OK at http://<servername>/InfoViewApp/logon.aspx
However, after I updated all the server.xml and web.xml files as required for the Tomcat55 folders that were overwritten by the service pack - I am getting 404 "The requested resource is not available" errors for both the LogonService and the LogonNoSso.
http://<servername:8080>//InfoViewApp/logon/logonService.do
http://<servername:8080>/InfoViewApp/logonNoSso.jsp
If I comment-out the REALM and FILTER MAPPING sections that are mentioned on Pages 17 and 18 of Tim Ziemba's "Complete" document then I get a Manual Login Screen that works - but no SSO.
Is it possible that the logonService.do and logonNoSso.jsp are broken by BOE-XI (R-3.1) Service Pack 3, and is there any way to get those components back...?

Hi Aswin,
Vintela libraries changed in SP3. Usually a 404 error means:
- Typo in any of the xml tags (you can check opening it in IE)
- Typo in the SPN (cannot be found). However, you mention seeing in stdout.log "credentials obtained" so it looks that's fine
- If you are using keytab, comment those lines in web.xml and use the password in Tomcat > Java
If nothing mentioned above solve the issue, I will suggest you to enable debug in Tomcat and post here the stdout.log
Regards,
Julian

Similar Messages

  • HTTP 404 Not Found Error when using htp.anchor

    Hi All,
    We have customized hire flow and Oracle aplication 11i and added some HTML pages from PL/SQL. We are receiving "HTTP 404 Not Found Error" intermittently when clicking on submit button to go to the next page. If we close the browser and perform the same transaction it is working fine.
    Can you please help us in troubleshooting this issue.
    Thanks & Regards,
    Veerababu.

    If you are using Apache, check the error log for more details about the 404. If you are using EPG, there are similar logs somewhere but I can't tell you where off-hand.
    Scott

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • JSP loading issue: HTTP 404 error

    I have a JSP page that stopped loading up.
    It gives me the Apache HTTP 404 error that it can not find the JSP page.
    There are no servlet classes associated with the JSP page.
    Simply, it is an HTML page calling a JSP page.
    This issue appeared after we(IT team) incorporated servlets on the machine.
    Directory structure changed, but it shouldn't have effected our JSP pages.
    Directory structure
    ../wwwroot/Finance/Labor.html goes to ../wwwroot/Finance/Labor.jsp

    And how does the HTML page invoke the JSP page?
    Are you doing it via a <form> or are you linking to it through an <a href>?
    You really didn't provide very much information. There are a lot of things that could go wrong. For example, Tomcat generally likes its JSPs to be in a specific place which is NOT the default Apache document root. You'd explicitly have to configure Tomcat to use the same Apache document root though.
    Similarly, application specific Servlets are usually in a sub-directory of the one containing JSP files for that application. In other words, you don't really put JSPs in c:/JSPs on one machine, HTML in /home/rycherX/www on another machine and Servlets in \\rycherX\workspace\Servlets on a third.
    The first place to start is to tell us what Servlet Engine you just installed. Tomcat? JBoss? WebSphere?

  • PHP using FastCGI on WebServer 7, Windows XP, not working, get http 404 err

    I got PHP to work with Web Server 7 on Windows XP, but for some reason that I dont know, the server became unresponsive after processing a page with a WordPress forum, so I wanted to use FastCGI instead so PHP wont cause a crash of the server, but I cant get it to work.
    The problem is that when trying to show a simple webpage "phpinfo.php", I get a http 404 error, saying could not find the file. In the "Fastcgistub.log" log I see the following:
    Fastcgistub.exe - version (1)
    created child - 4460
    After trying again, the following is displayed:
    E:/Dev/WebServer7/plugins/php/php-cgi.exe bound to \\.\pipe\FastCGI\gfxeditor.com is already running
    I followed the instructions... I dont know what else to do... Do you have any ideas why it cannot display the page?

    If I were to guess I'd say that the order of the directives in the obj.conf if wrong. Try moving the Service stanza for FastCGI to be below the send-file Service:
    Service method="(GET|HEAD|POST)" type="~magnus-internal/" fn="send-file"
    Service type="magnus-internal/php"
       fn="responder-fastcgi"
       app-path="E:/Dev/WebServer7/plugins/php/php-cgi.exe"
       bind-path="https-www.gfxeditor.com--php_cgi"
       app-env="PHPRC=E:/Dev/WebServer7/plugins/php"
       app-env="PHP_FCGI_CHILDREN=2"
       app-env="PHP_FCGI_MAX_REQUEST=200"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    ...For example, in my obj.conf (which uses FastCGI and work just fine with PathInfo paths) I have this (note also that my stanza is wrapped in some If syntax to further restrict the execution of PHP):
    Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file bucket="static-bucket"
    #Sun FastCGI config
    <If $urlhost =~ "($VSids)"
        and $urlhost =~ '(.*\..*)$'>
          Service fn=responder-fastcgi
            app-path="/export/WS7/third-party/php/php_fcgi"
            bind-path="$(lc($1))"
            req-retry=5
            type="*magnus-internal/fastcgi*"
            app-env="PHPRC=/export/WS7/https-www/config"
            app-env="PHP_FCGI_CHILDREN=2"
            app-env="PHP_FCGI_MAX_REQUEST=1000"
            min-procs=1
            restart-interval=10
            bucket="php-bucket"
            rlimit_cpu=60
    </If>
    ...Sriram, it's indicated above that PHP 5.3 is currently in use. I'll assume that this is the pre-compiled PHP binary from php.net, or that this is a custom binary. I'm also using PHP 5.3 (though on Linux, not Windows) and see no reason why that would cause a particular problem.
    Edited by: j.mccabe on Jul 21, 2009 4:16 AM

  • Http 404 error while opening Siebel Public Sector Web Client

    Hello Experts
    I recently migrated to siebel web client and tools 8.2.2 from 8.2. However the issue that i have been facing now is that when i open my client i get HTTP 404 Not Found- The Web Page cannot be found.
    Things that i have done to configure:
    1. Enabled ActiveX settings-Settings as given in http://www.siebeloracle.com/accessing-oracle-siebel-8-1-using-windows-7-ie8-works-on-32-bit-os/
    2. EnableFQDN: FALSE, FQDN: Commented.
    3. My ODBC and public sector cfg have been configured as per need.
    Strangely what i have encountered is that: sometimes of 1 out 30 trials, when my client opens up [P(opening client)->0 i.e. Probability is close to 0] the port number is 8081 whereas in other instances it is 8080 which i guess is by default.
    URL: http://localhost:8080/start.swe
    I have tried reinstalling the client but still i face the same issue.
    Kindly help me out with this issue.
    Regards
    KT

    Hi,
    I see that its not a problem with the installation but some problem with the port 8080. I feel some other application is running by default on that port. So, everytime whenever I have to launch Siebel Web client, I have to launch 2 instances. (8080 and 8081). So, the instance which launches on port 8081 + works fine.
    I see this process to be time consuming as I have to wait for 2 instances to open up. Hence, is there any way to define the default launch of the port when the client opens up?
    Thanks and Regards
    KT
    Edited by: 1005486 on May 13, 2013 12:01 AM

  • File Download - HTTP 404 Page Not Found Error

    Dear All,
    I have using file download facility for my application and it is working on my development server well.
    What all I have done is created a procedure for that and then give EXECUTE permission to APEX_PUBLIC_USER.
    In my development server I didnt change "wwv_flow_epg_include_mod_local" function.
    It working fine.
    Now I have moved my application to new server and then in there creates the same procedure and give grants to APEX_PUBLIC_USER.
    But when I try to use download files it shows "HTTP 404 - The web page cannot be found" error.
    I have compared link pattern and all other things against my development server and everything works fine.
    I have already followed all the post with same issue and tried all the solutions they provided as well. But no luck..
    If anyone has any idea please help me to solve this.
    I am uisng Apex 4.0.2.00.07 with Apex Lister in both environments
    Thanks,

    I am trying to download an image stored in the blob column , I have created the procedure, grant execute to public, create public synonym,
    followed the steps in the doc but still with the error :
    HTTP 404 Not Found
    I have fixed the call to procedure without using the Item, but still not working.
    trying to run the page directly, but it is not working.
    the branch :
    mrosa.download_my_file(1)
    Branch to PL/SQL Procedure
    On Load : Before Header.
    Any help I appreciate.
    thanks.

  • XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found

    Hi,
    The scenario is ECC-XI-SOAP(Asynchronous). We are getting the below mentioned error in SOAP reciver channel:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found
    Channel Configuration:
    Target URL:
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent?wsdl=binding&mode=ws_policy
    Tried with
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent as well
    Conversion parameters:
    Checked Do Not Use Soap Envelope
    Appreciate any help in this regards.
    Regards,
    Vishal

    Can you share with us the HTTP Headers for the Request?
    POST http://server/sap/xi/engine?type=entry&version=3.0&Sender.Service=BusService&Interface=http://company.com/abc/CommonAck%5EMI_CommonAck_ia HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://sap.com/xi/WebService/soap1.1"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: server
    Content-Length: 560
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xir="http://www.dummy.org/response/">
    <soapenv:Header/>
    <soapenv:Body>
    <xir:responseInput>
    <Id>007</Id>
    <Flag>10</Flag>
    </xir:responseInput>
    </soapenv:Body>
    </soapenv:Envelope>
    You can use the MessageTransformBean to correct the content type.
    Thanks for the suggestion Mark.I am using MessageTransformBean but still the same issue.
    Parameter Name:Transform.ContentType
    Parameter Value:text/xml;charset=utf-8
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:27 AM
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:29 AM

  • Assign Access Control HTTP 404

    The assign access control throws the http 404 error when i try to provision from shared services. It however works from workspace. Is this a known issue on 11.1.2.2? If there are any ways to make it work, Please post.

    ak123 wrote:
    Its the same when I try from both port 28080 and 9000.So are you running the embedded http server on port 9000? if not and you are using OHS then try accessing Shared Services through that port e.g. http://<sharedservices>:19000/interop/index.jsp
    Actually I am not sure that matters with HFM and you can go direct through 28080 or 19000, worth a try, if not maybe it just needs registering again as Pablo said.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    Hi,
    I have mentioned some issues that I am facing in SOAP receiver adapter:
    [XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found;
    Apart from that I am trying with unchecking 'Do Not Use SOAP envelope' and by using MessageTransformBean, for which I am getting the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Need your help in resolving  this.
    Regards,
    Vishal

    I have some ideas which will help you out. Check the below option one by one:
    1. Check receiver server is accessable from XI/PI system through IP address in command prompt.
    2. Check whether any PORT is enabled for this server. ex: http://ipaddress:portno/XXX/XXX.asmx
    3. You can download webservice tool(SOAP UI and etc..)to check your webservice(WSDL) file able to connect the server by importing webservice file in this tool.
    4. Sometime customer may updated in their application(coding and etc) and not given the updated webservice file to us. so make sure you got updated one.
    Regards,
    Senthil

  • SharePoint Workflow HTTP 404 Error

    Hey guys,
    I'm testing the functionality of workflow manager 1.0 on my SP 2013 SP1 environment. Both installed at the same Windows Server 2012 Standard.
    I'm able to create and publish a WF using SP designer but when I tested it I got the following error message and status 'Suspended':
    RequestorId: e3e4be0c-8745-2ea6-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 404 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["21"],"SPRequestGuid":["e3e4be0c-8745-2ea6-92a6-b85c9ebf4f31"],"request-id":["e3e4be0c-8745-2ea6-92a6-b85c9ebf4f31"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4617"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 18 Nov 2014 13:25:49 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)
    Although that message makes no sense to me I can see a HTTP 404 error code but I can't identify what cause that problem!
    In SP log file I can't find any information related to my problem mainly because the file also has events from other services of SP as it is a production environment...it's just too complicated. Also I'm not sure of what to look for in there
    Has anyone ever went through this issue and solved it? Or could anyone help me to find a way to solve it?

    try this:
    1- Create normal user account grant it permission to the site where you will create workflow.
    2- Make sure that you have User Profile Synchronization run and all user profiles are imported
    3-when you create workflow, log with different account than the farm account, normal user that you grant access to the site, then recreate the workflow by this account.
    4- log to the site with the user that you created and create the workflow by using this account.
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Object Browser Http 404 Page Not Found

    Hi,
    I have successfully installed Oracle XE 10.2.0 on Windows XP. I can access the Database homepage and I am also able to navigate to the following pages from there:
    - Adminstration
    - SQL
    - Utilities
    However any attempt to access the Object Browser page results in a Http 404 error.
    I also tried installing Oracle XE 10.2.0 Universal but got the same error.
    Any idea how to resolve this issue?
    Below is the content of the log file
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle.  All rights reserved.
    [  OCRUTL][2360]u_set_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:19.703: [  OCROSD][2360]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:19.703: [  OCRRAW][2360]proprinit: Could not open raw device
    2010-05-12 21:20:19.703: [ default][2360]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:19.703: [ CSSCLNT][2360]clsssinit: error(33 ) in OCR initialization
    [  OCRUTL][2360]u_set_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:21.703: [  OCROSD][2360]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:21.703: [  OCRRAW][2360]proprinit: Could not open raw device
    2010-05-12 21:20:21.703: [ default][2360]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:21.703: [ CSSCLNT][2360]clsssinit: error(33 ) in OCR initialization
    [  OCRUTL][6328]u_set_comp_error: Parameter was NULL
    [  OCRUTL][6328]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:26.437: [  OCROSD][6328]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][6328]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][6328]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:26.437: [  OCRRAW][6328]proprinit: Could not open raw device
    2010-05-12 21:20:26.437: [ default][6328]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][6328]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:26.437: [ CSSCLNT][6328]clsssinit: error(33 ) in OCR initialization

    As I indicated in a previous email - I am experiencing the same 404 problem on the Object Browser Button. I downloaded and installed Oracle XE on 13-aug-10 (windows 7 32 bit). I have not altered the APEX installation. I get the same problem with login under system or login under another user. The 404 occurs immediately I click the Object Browser and also occurs if I click a drop down from the Object Browser. I can use the SQL button OK - and have used SQL to create tables and insert data into them. I know that this has worked since I have looked at them in Microsoft Access via an ODBC link. But I cant look at them in Object Browser.
    Any help would be appreciated

  • HTTP 404 not found Error while click on Tab

    Hi All,
    Please help us as we are facing issue in Prodution.
    We are using Apex 3.0.1 version. our appication having 1 parent tab and 4 child tabs. parent tab working fine and 3 child tabs are working fine but while click on 4th child tab we are getting HTTP 404 not found error.
    The detials in tab/page
    it has 4 reports and 5 Iteams and 1 Hidden iteams.
    We are not able to find out the issue please help us.
    Thanks,

    Yes Scoot,
    i do understand that 1 hour is not sufficient to answer in forum but my situation is strange.
    To take a wild stab in the dark - how do you define your links in the tab set? Are you linking to a page in the application or your own URL?
    Kumar: I have linked to pages in Appication. In same appication rest of the TAB's are working fine with respective linked pages but only one TAB is not working, getting error.
    URL is same for all pages/Tabs, i don't think URL is the issue here.
    Please help me to get exact error so that i can resolve the issue my own. is there any possibilities to find out the errors in backend tables or elase files.
    Kumar.

  • Exchange 2013 ECP Login fails HTTP 404 Requested URL: /owa/auth/logon.aspx

    Hi,
    One of our Exchange servers stopped allowing access to OWA and ECP. I have now managed to get OWA working but ECP is still failing. When connecting to ECP using https://servername/ecp/ it asks me for my username and password. After hitting enter it shows
    me an error page:
    Server Error in '/owa' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.
    Requested URL: /owa/auth/logon.aspx
    URL in the address bar while on this screen: https://exchangeserver:444/owa/auth/logon.aspx?url=https://exchangeservera:444/ecp/&reason=0
    Question: When the URL points to servername:444/owa/auth/logon.aspx - Is it trying to find the logon.aspx in C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\Owa\auth? There is no such file in that directory?
    I have removed and recreated the ECP and OWA virtual directories several times.
    I am trying to login using a domain administrator account.
    Thanks,

    Hi,
    Is there any Exchange server 2010 coexistence with your Exchange 2013 server? If it is, please try the URL
    https://CAS15-NA/ecp?ExchClientVer=15 to access ECP.
    Also run the following to check your OWA and ECP virtual directories:
    Get-EcpVirtualDirectory -ShowMailboxVirtualDirectories | FL Identity,*Authentication*
    Get-OwaVirtualDirectory -ShowMailboxVirtualDirectories | FL Identity,*Authentication*
    And make sure the Basic and Forms authentications are enabled in
    Default Web Site and Ntlm, WindowsIntegrated
    authentication methods are enabled in
    Exchange Back End. Then restart IIS service by running
    iisreset /noforce from a command prompt window.
    If the issue persists, please collect any event logs or IIS logs for further analysis.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Content server Instalation problem.---HTTP 404- ERROR FORBIDDEN

    Hello Guys,
    This issue is pertaining to Content server instalation with SAP 6 ECC.
    Status till date:
    1) content server is installed to windows 2003 server.
    2) we are currently working in quality server.I have opted a 80 GB harddisk and installed windows 2003 server and also installed Content server to that.
    3) i defined New content repository ZDMS_C1in OAC0
    Gave appropriate description,
    Doc area : Doc magt system
    Storage type: HTTP content server
    Version no: 0046
    Http server 132.147.167.110( this is 80 gb system Ip address)
    port number:1090
    Http script: Contentserver/contentserver.dll
    Physical path: H:usr\sap\ELD\SYS\Global\ (default selection )
    i saved and i get every information of created by and last changed by....
    Ok but when i <u><b>test connection</b></u> it says " HTTP 404:ERROR FORBIDEN".
    I get another error when i "<u><u><b>SEND CERTIFICATE</b></u></u>"
    " ERROR IN HTTP ACCESS IFHTTPCLIENT--RECEIVE 1
    ICM-HTTP-CONNECTION-FAILED.
    Some problem in IIS server but litraly basis team is unable to solve the status.
    How to solve this issue.....Help me out in detail.
    Regards,
    Murali.S

    Hi Murali,
    Follow two NOTES 212394 & 661852
    or
    Ensure that PSE (Personal Security Environment) is created directly on SAP system after the system is installed, this is one time activity.
    To do this you use T Code "STRUST". You can check with your Senior Basis guy for more.
    By default the system's PSE is used to sign URLs. from SAP WAS you can also create your own PSE to sign Kpro URLs
    Regards
    Rehman

Maybe you are looking for