My Sites error - 403 and "We're almost ready!" plaguing web application

On an in-house managed farm, a My Site web application has been created per the instructions provided from
Microsoft. The web application uses the managed path "personal" at the root of
http://mysites.  The initial "We're almost ready!" screen when accessing a social feature like
Newsfeed was anticipated.  However, in attempting to update the My Site content (i.e. profile information, newsfeed settings), the user is presented with a 403 Forbidden page - "The website declined to show this page".
In ULS, this is made abundantly clear as well in the following logs:
04/22/2014 12:08:10.61 w3wp.exe (0x18E0) 0x2870 SharePoint Foundation General ftd0 Medium Access Denied. Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:   at Microsoft.SharePoint.Library.SPRequestInternalClass.OpenWeb(String
bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId, Guid& pguidID, DateTime& pdtTimeCreated, String& pbstrRequestAccessEmail,
UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16& pnCollation, UInt32& pnCollationLCID, Int16& pnCalendarType, Int16&
pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour, Int16& pnWorkDayEndHour, Int16& pnMeetingCount, Int32&
plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl, String& pbstrThemedCssFolderUrl,
String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl, String& pbstrSiteLogoDescription,
Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent, Int32& plSiteFlags, DateTime& pdtLastContentChange,
DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion, Int32& plSiteSchemaMinorVersion, Int32& plSiteSchemaBuildVersion,
Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid& pgEvalSiteId, Guid& pguidAppProductId, String& pbstrRemoteAppUrl,
String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId, Int32& plUpgradeFlags, DateTime& pdtReminderDate, UInt64&
pmaskDeny)     at Microsoft.SharePoint.Library.SPRequest.OpenWeb(String bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId,
Guid& pguidID, DateTime& pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16&
pnCollation, UInt32& pnCollationLCID, Int16& pnCalendarType, Int16& pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour,
Int16& pnWorkDayEndHour, Int16& pnMeetingCount, Int32& plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String&
pbstrDefaultThemeCSSUrl, String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl,
String& pbstrSiteLogoUrl, String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent,
Int32& plSiteFlags, DateTime& pdtLastContentChange, DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion,
Int32& plSiteSchemaMinorVersion, Int32& plSiteSchemaBuildVersion, Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid&
pgEvalSiteId, Guid& pguidAppProductId, String& pbstrRemoteAppUrl, String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId,
Int32& plUpgradeFlags, DateTime& pdtReminderDate, UInt64& pmaskDeny). eac5899c-b845-e02c-550e-d7bd0a2a4331
04/22/2014 12:08:10.61 w3wp.exe (0x18E0) 0x2870 SharePoint Foundation General aep94 High UnauthorizedAccessException for the request. 403 Forbidden will be returned. Error=Exception of type 'System.Web.HttpUnhandledException'
was thrown.   at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) eac5899c-b845-e02c-550e-d7bd0a2a4331
Those entries are created when the user clicks "Save all and close" button attempting to save any changes to their My Site profile.
Initial troubleshooting sources have included:
Bernando Nguyen's
post
Praveen's TechNet
blog
SharePoint Brian's suggestion to re-run the Product & Config wizard here
Troubleshooting efforts so far in addition to the sources quoted above:
Checking account permissions (obvious, with an "access denied" message) for UPA, Metadata and Workflow service accounts
Creating a special permission policy for the web application to allow "Everyone" to create subsites
Checking SQL rights for SA's and their respective DB's
Started IIS application pool "SecurityTokenServiceApplicationPool" (it was stopped initially)
ANY help in further troubleshooting this issue would be greatly appreciated.  I have already re-created the web application multiple times with the same results each time.  Thank you.
Eric

I re-created the web application again.  What's the definition of insanity?  Doing the same thing over and over and expecting a different result?  Well, in this case I actually did get a different result.  At least this time there
wasn't a 403 error, but a 404!  Success!
In any case, I used a load balancer for this farm and re-mapped the bindings in IIS to point to that IP.  Lo and behold, we have lift off!  Everything is working, even the social features.  All it took was me talking to myself in a forum and
doing repetitive tasks expecting different results... oh, hang on, there's a nice gentleman in a white coat here to take me some place nice.  Thank you!

Similar Messages

  • Error 403  and 500 when trying to connect  SLD and IR,ID

    Hi all
    i have installed xi in my system. iam getting an error 403 and 500 when iam trying to connect to sld and ir,id. I  think we have to set the roles  .i don't know how to set the roles. please help me in this issue.
    thanks in advance.
    s.reddy

    Reddy,
    For 403 error take a look at: note 698017
    ICM Patch Collection (VII)
    Also go through the thread:
    403 ERROR
    For 500 error go through the threads:
    500 internal server error
    500 Internal server error
    ---Satish

  • How to create and save a file in flex web application ?

    Hi,
          I want to create and save a file form flex web application. Is it possible ?
    I have done some googling and found that its only possible through file referece, which needs some serverside implementation be called.
    Is it not possible with file reference to create and save file directly ?
    Can any one suggest how to over come this.
    Thanks in advance.

    Alex,
    code written with the Flex Builder 3 libraries will certainly run in Flash Player 10. However, what you need is not so much the capabilities of FP10 but the library functionalities of the Flex 4 package. And I think that Flex 4 code will only run in FP10 and not 9 (but haven't tested this as at work we have not yet been permitted to upgrade, so there is not a lot of point going for Flex 4!).
    Richard

  • ICal error 403 and 500 delegation error access not permitted

    Hi,
    I have a problem with an iCal service on the clients.
    Every time the users open iCal, they get an error: “HTTP/1.1 500 Internal Server Error” to operation CalDAVRefreshDelegateListQueueableOperation.
    Every time the users create an event in iCal, they get an error: “HTTP/1.1 403 Forbidden” to operation CalDAVWriteEntityQueueableOperation.
    The iCal Server settings on the client are through port 8443 SSL.
    There are no DNS errors when I do sudo changeip -checkhostname.
    Clients have 10.6.4, server 10.6.4.
    In noticed that in WM there is no checkbox calendaring.
    The iCal calendaring error log is below.
    The XServe doesn't has the DNS service.
    Somebody has some suggestions ?
    Thanks
    Mathieu
    A1A2-4077-924F-9E5435105815/ HTTP/1.1" 207 21163 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8012 t=5227.9 or=1 responses=6
    134.184.68.3 - SMIT [05/Nov/2010:12:33:17 +0200] "REPORT(DAV:expand-property) /principals/_uids_/CED6BCD1-0B57-4474-999C-E0B96E49F2D4/ HTTP/1.1" 207 437 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8444 t=53.5 or=2
    127.0.0.1 - avanbell [05/Nov/2010:12:33:17 +0200] "REPORT(DAV:expand-property) /principals/_uids_/99B6C620-A1A2-4077-924F-9E5435105815/ HTTP/1.1" 500 201 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8013 t=222.4 or=1
    127.0.0.1 - avanbell [05/Nov/2010:12:33:42 +0200] "REPORT(DAV:expand-property) /principals/_uids_/99B6C620-A1A2-4077-924F-9E5435105815/ HTTP/1.1" 207 22525 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8009 t=116.8 or=1
    91.86.28.103 - - [05/Nov/2010:12:33:50 +0200] "PROPFIND /principals/_uids_/CED6BCD1-0B57-4474-999C-E0B96E49F2D4/ HTTP/1.1" 401 141 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8444 t=5.7 or=2
    91.86.28.103 - - [05/Nov/2010:12:33:50 +0200] "PROPFIND /principals/_uids_/CED6BCD1-0B57-4474-999C-E0B96E49F2D4/ HTTP/1.1" 401 141 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8444 t=11.8 or=2
    134.184.68.3 - SMIT [05/Nov/2010:12:33:52 +0200] "PUT /calendars/_uids_/CED6BCD1-0B57-4474-999C-E0B96E49F2D4/calendar/3DB32997-E472-4008-8C89-0933CC481 1D1.ics HTTP/1.1" 403 228 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8444 t=147.1 or=2
    134.184.68.3 - SMIT [05/Nov/2010:12:34:07 +0200] "GET /calendars/_uids_/CED6BCD1-0B57-4474-999C-E0B96E49F2D4/calendar/3DB32997-E472-4008-8C89-0933CC481 1D1.ics HTTP/1.1" 404 221 "-" "DAVKit/4.0.3 (732); CalendarStore/4.0.3 (991); iCal/4.0.3 (1388); Mac OS X/10.6.4 (10F569)" i=8444 t=13.3 or=1

    I'm also getting an error when i visit my calander through Safari: "You don't have permission to view this calendar."
    I changed the SSL certificate and checked in server pref and server admin the SSL settings (web, open directory, ical).
    Problem is still the same but now I'm sure that's an authentication problem.

  • Hi. I made a new version of my web site in Muse and want to "redirect" my old web site to my new one

    Hello. When I launch my new web site, how do I redirect the old "home page" to the new "home page"?
    There are photos of my dogs online when you search for "traditional red nose American Pit Bull Terriers".
    Would I be able to do a "redirect" from my old males page of say a dog named "Thaylen" to the new "Thaylen" page built by Muse?
    I like the fact that Google uses my pictures and do not want them to get use to "a broken link" to a photo they would usually show on a search.
    Thank you.

    This is not something you would do in Muse, but that needs to be taken care of at the Web Server where you are hosting your website.
    You may talk to your old site's host and ask to add redirects to new site's content to avoid landing on broken/outdated pages.
    Thanks,
    Vikas

  • Error when Opening a Crystal Report in a Web Application

    Hi All,
    How are things?
    We are trying to open a Crystal report in a Web Application based on a Web service on Appache Tomcat.
    The report is in the Test Environment poiting to a SQL 2005 Database.
    The report opens and runs fine in Crystal Reports and in Infoview.
    The Web application throws back a long error as shown below.
    Looks to be like a SDK Issue ( Not pretty sure )...
    Could anyone help me out on this?
    STACK TRACE: at BusinessObjects.DSWS.ReportEngine.ReportEngine.GetDocumentInformation(String documentReference, RetrieveMustFillInfo retrieveMustFillInfo, Action[] actions, Navigate navigate, RetrieveData retrieveData) at Service.GetReportWithParms(String rptName, String folderName, String parms, String user, String password, String output, String& strError) MESSAGE: Failed to retrieve binary view of the report. (Error: WRE 02527) CALL STACK TRACE: com.businessobjects.dsws.wsc.common.axis.WSExceptionFactory$ExportReportFailed at com.businessobjects.dsws.wsc.reportengine.Report.getBinaryDocument(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleGetBinaryView(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleRetrieveData(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleActions(Unknown Source) at com.businessobjects.dsws.wsc.reportengine.CrystalReportEngineSoapImpl.getDocumentInformation(Unknown Source) at com.businessobjects.dsws.reportengine.ReportEngineSoapImpl.getDocumentInformation(Unknown Source) at com.businessobjects.dsws.reportengine.ReportEngineSoapSkeleton.getDocumentInformation(Unknown Source) at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.businessobjects.dsws.wsc.common.axis.FlashFilter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error in File XYZ.rpt: Failed to retrieve data from the database. Details: [Database Vendor Code: 408 ]---- Error code:-2147215357 Error code name:internal at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ps.internal.f.a(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ps.internal.f.export(Unknown Source) ... 49 more
    Thanks,
    Raj

    Moving post to .NET SAP Crystal Reports forum
    Hello Scott
    What browser are you using and what is the version of the browser?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Secure and non-secure access to the web application in one war

    Say we have one web application (in one war) which includes JSP, servlets and the security intercepter. There is one business requirement to have most of the JSP(s) accessed via HTTPS, but a few JSP(S) accessed via HTTP.
    My questions are:
    a. Is this possible, or a reasonable requirement or a good practice?
    b. if yes, what can we do to make it happen in the security intercepter implementation?
    c. If not, what is the technical reasons?
    Thanks much.

    a) Yes its is reasonable and good practive, there is an overhead using https, so you should only encrypt file you need to. When you use an online store, only account details / payments are https, the shop itself is http
    b) I dont really understand your difficulty. You can define a folder as 'secure' and put all your secure pages in this folder, leaving non secure files in a different folder. Whenever a page in the secure folder is accessed, https is automatically invoked.

  • WEB Server And Database Space requirements for deploying Web Application

       Hi,
         We are in requirement of WEB Server  And Database Space requirements for deploying  our Web Application in cloud server. We want to know technical requirements and feasibilities laid by Microsoft team for deploying web
    application.......
    Regards,
    Sreenivasa M S

    Hi,
    Please refer this link and check if it helps:
    http://blogs.technet.com/b/cbernier/archive/2013/09/24/deploy-your-web-application-to-windows-azure-from-with-visual-studio.aspx
    Regards,
    Azam Khan

  • SAP ME Site Error 403 forbidden ?

    We installed SAP ME 15.0 on SAP NW 7.31 SP013. The installation on
    windows environement and the DB is MSSQL Server.
    We completed the all the installation steps and ran the CTC wizards
    successfully! But after the installation we try to open the SAP ME usingthe url : http://<host>:<port>/manufacturing/index.jsp by using
    "SITE_ADMIN" it opens the homw screen and there if we try to go for
    either of any tabs like "HOME", "SITE", "HELP" there is an error like
    "403 Forbidden" appears.
    Please find the attached screen shots()related to this
    error.
    Please help me to fix this error as early as possible! we are at middle
    of the instalation.
    Thnaks,
    Chandrababu

    Hi Janos,
    Thanks for the reply!!!, I went through the path and founf=d the assigned actions for role "SAP_ME_ADMINISTRATOR" as shown below.,
    Could you please let me is it correctly assigned or do we need to change any actions!?
    Thanks,
    Chandrababu

  • Cannot call ITS serivce because of error 403 and reason forbidden

    Hello,
    calling the service for a psp element in the accounting tab I can see a list of available services. When I now call one of this services I am getting an error that the connection is forbidden and the error code is 403.
    Do I need SSO for the ITS connection? I am using the url:
    URL http://myHost:8000/sap/bc/gui/sap/its/webgui/
    The message is:
    Fehlercode:ICF-NF-http-c:000-u:SAPSYS-l:D-i:myHost_00-v:0-s:403-r:Forbidden
    Could someone please tell me how to allow the connection? Is SSO missing?
    Thx, Vanessa

    hi
    check the RFC connections used to connect the SAP and other server.

  • Server connection errors 403 and 901

    I have a HP Photosmart 6520 and the scan facility has stopped working, it used to work but now won't scan to email or to the computer. I've tried the various suggestions on this forum including reloading the printer drivers and changing the DNA address but nothing works. The printer is connected to the right wifi. Could someone please send me the solution that has been sent directly to other users with this problem? Many thanks

    Hi LadyGalls,
    Welcome to the HP Community! I will be happy to help with the connection error messages. I have sent you a private message with the details.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • What is error 403 and how do I fix it

    hi
    tried to add an email so i can scan to my email 
    i hit something wrong now I cant scan

    Hello MaryL3,
    Welcome to the HP Support Forums!
    I see you are having issues with the Scan to Email with the Photosmart 6520, I would like to offer this post as a hopeful solution to your issue: Re: Trouble scanning using Photosmart 6520
    Please follow up with results, either positive or negative.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • I'm having issues with Safari and Mavericks. It encounters errors frequently and cannot attach docs to my web e-mail without redundant steps. Any solution ideas?

    When using my web e-mail (Outlook web app) Safari frequently closes the page and says it must reload the page...then it errors-out. When this happens I must close Safari completely then reopen it, and reopen Outlook web app. My cache is cleared frequently (at least once per day). I am also unable to directly attach docs to e-mails - I must go the through the process twice. This never occured before Mavericks.
    Any ideas on a solution...anyone else experience issues with Safari/Mavericks operations?

    Hello Cabamyk,
    It sounds like you are having issues loading this web app for Outlook. I was thinking that there may be a 3rd party add-ons interfering with Safari or perhaps one may need to ge re installed. Use this article to help troubleshoot add-ons:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/ts3230
    Use the add-on's uninstaller, if possible
    Quit Safari.
    Remove any unsupported third-party add-ons you've installed (see if the add-on's installer includes an uninstall feature).
    Open Safari again.
    If these steps fix the issue you were having, check the website of the software's developer to see if there is an updated version available, or avoid using the add-on.Manually uninstall third-party add-onsIf the software doesn't have an uninstall feature, quit Safari and try manually moving the third-party add-on files. These files are usually installed in one or more of the following locations:
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    The first four locations listed are in the root-level Library on your hard disk, not the user-level Library in your Home folder.The tilde (~) represents your Home folder.
    To access the Home folder in OS X Lion, OS X Mountain Lion, or OS X Mavericks, open the Finder, hold the Option key, and choose Go > Library.
    To access the Home folder in Mac OS X v10.6 and earlier, open the Finder and choose Go > Home. Then, click the Library folder.
    If the issue is resolved by removing items from the above locations to a different location, return the items one at a time and test Safari. That way you can determine which item is causing the issue. Once identified, remove the problematic item and put the others back. Check for updates to the items that are found to cause issues, or report the issue to the add-on developer.Important: When removing items from the above locations, do not put them in the Trash. Instead, put them in a new folder or on the desktop while troubleshooting. If removing the item does not resolve the issue, you can put it back where it came from. In Mac OS X v10.6 or later, you can use the Put Back feature of the Trash to automatically put items back where they came from.Files that should not be removedThe following items should not be deleted from your system:
    /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
    /Library/Internet Plug-Ins/nsIQTScriptablePlugin.xpt
    /Library/Internet Plug-Ins/Quartz Composer.webplugin
    /Library/Internet Plug-Ins/QuickTime Plugin.plugin
    /Library/Internet Plug-Ins/QuickTime Plugin.webplugin (Mac OS X v10.5.x only)
    /Library/Internet Plug-Ins/VerifiedDownloadPlugin.plugin (Mac OS X v10.5.x only)
    Reinstalling the above plug-ins requires reinstalling OS X. Some application or system updates may restore specific plug-ins.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Can not specify the SMTP server port, username and password for my SharePoint 2013 web application

    We have our SMTP server under port number 141 and we should add username and password. but inside SharePoint 2013, I can only define the SMTP server name , from email, reply-to . But there are not fields to define the port number , the username and password.
    So can anyone advice from where I can define the port number and other field settings for the SMTP server ?
    Thanks

    i am no sure about user name and password. i never saw that option.
    check this guide:
    http://blogs.technet.com/b/tirumals/archive/2012/03/17/step-by-step-configuration-of-outgoing-emails-from-sharepoint-to-microsoft-online.aspx
    http://blog.fpweb.net/configuring-an-smtp-server-for-sharepoint/#.UuANoxAo6M8
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
    thanks for the reply, but in our case the SMTP is  a separate server , and to connect to it i need to define the ; server IP /Name , port number, username & password. but in SharePoint there is no option to define the port number , and the links you
    provide are regarding configuring SMTP server, while we already have an SMTP server but i need to connect SP with it . can you advice please?

  • When to choose JSP and When to choose Servlet in Web Application

    Hi,
    I know that using JSP over servlet has only one advantage like for huge Application you can devide presentation layer from business logic. Is there any other advantage.
    Also, if anyone can tell me how to handle FTP request in Servlet as HttpServlet supports only HTTP.
    Thanks.
    Subs

    Depends on what you're rying to accomplish. If you want to generate a bunch of HTML then JSP is the way to go. If you just want to extend the server (i.e. add functionality that isn't specific to any one screen of your application), then Servlets are the way to go.
    Additionaly, if you have a lot of HTML forms, and want to do it right, check out Struts. This would be the case if you wanted to both extend the server and generate HTML. It's an MVC framework available from Jakarta. It's fairly tried and true at this point. It makes it very easy to maintain, extend, and develop with. It also comes with a wealth of custom tag libraries out of the box. I have developed two projects with it so far and find it a pleasure to work with.
    http://jakarta.apache.org/struts/index.html
    Regards,
    Kyle

Maybe you are looking for

  • Root cause for delivery to show up on LX47 transaction

    All, I am new to SAP and supporting an off site warehouse location.  I'm trying to research and locate the root cause for why a delivery shows up on LX47. The situation the warehouse is experiencing is that they are having to run the LX47 transaction

  • AQ & Message Bean in OC4J 9.0.2

    Despite all the confusion, I finally got 9.0.2 to work with AQ in a 8.1.7 database. Some of the standard JMS features are not supported by 9.0.2, but in my case I get what I needed: publish a msg using a standalone java class and receive it from a MD

  • Exit for ME21N - Change value on SAVE

    Hi everyone, i'm looking for an exit or BADI in ME21N that allows me to change a specific value in table eket. The idea is that after the SAVE, the field EINDT of EKET must be changed. I had aldready tried to use some exits, but not even one worked.

  • Float precision

    If I had a float that was equal to 0.30289307, how can I truncate it to be 0.3? Thanks Jay

  • Printing Photos through ePrint

    If you can email it, you can print it. That is the idea behind the ability to use ePrint.   Send pictures to your printer while you are out and living in the moment. Then go home to find mementos of your evening's activities already waiting on you.