Cannot delete SharePoint web application again

While deleting web application
Central admin gives error: 
Sorry, something went wrong
An object in the SharePoint administrative framework, "SPWebApplication Name=ShareAppsUAT", could not be deleted because other objects depend on it.  Update all of these dependants to point
to null or different objects and retry this operation.  The dependant objects are as follows: correlation id
ULS log shows following error
Unknown SQL Exception 547 occurred. Additional error information from SQL Server is included below.  The
DELETE statement conflicted with the REFERENCE constraint "FK_SiteMap_Application". The conflict occurred in database "SharePoint2013UATEnterprise_Config", table "dbo.SiteMap", column 'ApplicationId'.  Table 'LastUpdate'.
Scan count 0, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.  The statement has been terminated.
I had similar thread https://social.technet.microsoft.com/Forums/sharepoint/en-US/74e06180-f066-47e0-8895-3e909206b9e9/cannot-delete-sharepoint-web-application?forum=sharepointgeneral
The only difference is error in central admin. Before for another web application i got
Object not set to a reference of an object. now i am getting An object in the SharePoint administrative framework, "SPWebApplication Name=ShareAppsUAT", could not be deleted because other objects depend on it.  Update all of these
dependants to point to null or different objects and retry this operation.  The dependant objects are as follows: in both powershell and central admin. 
Solution in above thread gives following error for this case
Exception calling "Delete" with "0" argument(s): "An object in the SharePoint administrative framework, could not be deleted because other objects depend on it. Update all of these dependa nts to point to null or different objects
and retry this operation. The depend ant objects are as follows: Web Application name.
How to solve it? It is like a loop. If i go to delte web appliction it says content database is dependent object and if i do for content database it says web application is dependent object
Adit

Hi Adit,
From your description, the issue might be caused by orphan items in sitemap.
Please execute command below to check IDs and site map status for all site collections and subsites in the issue content database:
stsadm -o enumallwebs -databasename <database name>
Then use the command below to delete orphan sites:
stsadm -o deletesite -force -siteid <siteid> -databaseserver <database server name> -databasename <database name>
Now run IISReset and try delete web application via:
Remove-SPWebApplication - identity http://sitename
For related information:
http://technet.microsoft.com/en-us/library/dd789634(v=office.12).aspx
http://technet.microsoft.com/en-in/library/cc288016(v=office.12).aspx
http://technet.microsoft.com/en-us/library/ff607891(v=office.15).aspx
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • Setup Team Foundation Server - Team Site Collection - SharePoint Web Application Settings failed with error TF205014, TF250025

    Hi
    I have TFS server installed and working with other SharePoint farm.  (TFS installed,  SharePoint extension installed and Granted Access for TFS.
    When Setup TFS - SharePoint Web Application Settings,  It ask for the three values:
    Web Application URL:  
    Central Administration URL:
    Default Location of team project collection sites:
    What notice about the TFS sites that are working is that they are Path Based Site Collection.  Created with SharePoint Web Application managed path (like
    http://spserver/sites/tfs_site1) and so it easy to see it will work.
    Web Application URL:  http://spserver
    CA URL :   http://spserver:portnumber
    Default Location :  Sites or any managed path
    We start using Host Name Site Collection (HNSC) to get the benefit of multiple unique site name without having multiple web application for each.  Work great but when we tried to setup and extend TFS service on the HNSC, we could
    not get them to work and got errors when trying different variation of path URL.
    After doing lot of searching on this, I came up pretty empty and I don't know if that is possible so my question is Have anyone able to setup TFS to work with SharePoint 2013 Host Name Site Collection?  
    If you have, a simple yes will be great but please share or even if anyone think it is possible or not possible, please share too.
    Thanks in advance for any comment / suggestion.
    Swanl

    Hi  Swanl,
    I’m afraid that we cannot setup TFS to work  with SharePoint 2013 Host Name Site Collection.
    Also you can  initial a new thread in Visual Studio Team Foundation Server forums:
    Team Foundation Server – General: http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=tfsgeneral
    More experts for Team Foundation Server will assist you, then you will get more information relation to your issue.
    For integrating SharePoint 2013 with Team Foundation Server 2013 you can have a look at the following blog:
    http://nakedalm.com/integrate-sharepoint-2013-with-team-foundation-server-2013/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Cant login sharepoint web application

    Hello exports.
    I have a problem. My company needs to some users restrict logon to PC. I have a few users with logon restrictions and they havnt login sharepoint web application for my intranet web.
    User1 have login to my domain controller name for authenticate some web browser application. But cant login sharepoint web application. I have changed User1 logon to all workstation can login sharepoint. 
    Please tell me sharepoint authentication mechanism and how to resolv my problem?
    Thanks and regards

    So if a user has the userWorkstations attribute set, they cannot log into SharePoint? Have you tried adding the SharePoint servers into the userWorkstations attribute?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • The best/clean/free approach to moving SharePoint Web Application between environments?

    Hello Forum,
    I have an environment e.g. (Environment1) Web Application that contains 90 site collections (Including: Lists, Libraries, Workflows, and custom solutions), and its URL is (http://Dept.Company.com/)
    I must move this entire Web Application from the source: Environment1 to the destination: Environment2.
    What is the best and safest way to accomplish that without using any commercial migration third party tools ?
    What I have in mind right now is as below:
    Obviously, I cannot backup and restore all these 90 site collections back and forth between the source: Environment1 to the destination: Environment2. This is very impractical and inefficient.
    I thought about Web Application backup, e.g.
    Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item <WebApplicationName> [-Verbose]
    Restore-SPFarm -Directory <BackupFolderName> -RestoreMethod Overwrite -Item  <WebApplicationName> [-BackupId <GUID>] [-Verbose]
    But, I am not sure if it the way to go or not? I am a bit concerned about GUID and running into unlimited problems. What do you think?
    In case if I followed the: Backup/Restore-SPFarm, Should I create a Web Application in the destination: Environment2 and the URL must be 100% identical to the source: Environment1?
    Well, I would love to hear your thoughts about the best practices and recommendation considering my scenario.

    Hi mate, firstly you could use the method you mentioned, In any method if there is code using GUID references instead of by Name you will run into problems and hence you should do a full prior investigation and analysis to find out any custom code dependant
    on GUIDS and custom solutions required etc, I would personally just take a SQL backup of the content DBs for the web application or dettach them and move them to the new source sql server(if any), create a new web-application in Env2, create the respective
    managed paths, install all custom solutions that need to be installed against this web-application in the new farm, go to manage content dbs and here add the existing content dbs(the backed up ones), make one of them or the only one(if there is only one) default
    and remove the empty current default content DB. URL is on the IIS end, so you can rebind the existing URL to the new web-front-ends however the load-balancer(if any) or HOST A entries need to now point to the new web-front-ends. If you use https or using
    SSL you need to get the cert re-issued for the new servers and load them on the IIS and use them for URL binding. To test no you do not need the same URL, however you will need to add the new path(e.g.
    http://server2:81 to the alternate access mappings for the new web-application), then lets say if you have a site called Site1 you can try after migration doing
    http://server2:81/Site1. I would highly recommend doing a trial migration with backedup content DBs in Env2 and go through the findings and document them for the actual one, the thing to look for are the custom solutions
    and custom code etc and getting the ssl certificates sorted for the new WFEs, if the same URL is not needed, i.e. the new ENV2 is only for UAT or testing then you don't need to use the same URL, however once again if code has hardcoded it somewhere you will
    need to analyse that and fix it before or after migration. So there are some pre and post steps involved. Hope that helps. thanks.

  • Adding a secure, internal-only SharePoint Web application / Site collection in existing farm

    Hi,
    We are currently working on creating a new internal-only SharePoint site that will host sensitive information. We are planning the architecture to provide a secure environment to host this information in SharePoint. We will create the new web app on a separate
    database with encryption enabled TDE; we are also planning to encrypt the data through the SharePoint (Insert third-party vendor here) forms before it gets to the SP DB. And obviously, SharePoint permissions will be set accordingly.
    Additionally, we would like to have the site accessible
    only through our internal network and keep it off the DMZ.
    Our current SharePoint environment consists of two web-front end servers (load-balanced) externally exposed (DMZ), one application server and the SQL server both behind the DMZ (internal-only). Currently all of our SharePoint web apps are accessible externally
    through SSL.
    What is the best way to accomodate this new internal-only web application within our existing farm providing the security measures explained before?
    I am thinking  on adding an extra WFE server to the existing farm and put it behind the DMZ (internal-only) in a similar way as our application server is configured right now, but just serving exclusively this new internal site's content. I would then
    have the NEtwork guys to make the site accessible only to users logged-in internally in our network and through this new dedicated server only. My concern is that since all of our other web apps in the farm are exposed externally, and since the new server
    would be part of the same farm, that could be open doors for bad guys to access this information. Are there any other topology options I should consider? I have thought about creating a small (one-server only) new farm just for this purpose, but I am trying
    to avoid going that route.
    Any thoughts?
    Thank you,
    Rob

    You're mostly going down the right track.
    A new web application in dedicated SQL DB and web application policies to deny all external accounts access to the sites will go a long way. You can also make sure that the DNS does not resolve externally.
    If you want security you will probably be building the web application on https alone, which is my preference for any farms these days. That might negate the need for your encrypted infopath system.
    However you cannot add a WFE to a farm and dedicate a web app soley to that server. Any server with the SharePoint Foundation Web Application role will host all web applications. You can steer traffic to one
    server or another but that's not really doing much for security. If it's on one WFE it's on them all. For that reason I would say that the standalone farm is the best, most secure, solution.
    All of what you've been describing will help with security but you'll have to spend hours testing connections, securing files and testing testing testing.  Whilst the standalone will just work.
    No, i don't know why that turned into tiny print either.

  • Sharepoint web application is not working on client system

    my sharepoint we application is working on premises but it is not working on local system 

    I assume you mean its working on the server, but not on your client.  If so, make sure that you have registered the URL for the web application in your Domain Name Server (DNS).  If you can't resolve the name you won't be able to reach the web
    application.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • How to publish a sharepoint web application to internet for external users.

    Hi
    how to publish a share point site to internet,
    In test server : we branded a publishing enabled site and uploaded content and want to publish for internet users
    we have a production sharepont server,
    1) how to configure alternate access mappings in default zone,internet zone when we create new web application in prod share point server.
    adil

    For internet publishing ifyou want or need change the authentication method you need to EXTEND the website and enable the CLAIM authentication so the user can login using a HTML form for username and password.
    SharePoint make a url parsing to identify the content
    to display so you need to explain all the server name used for contacting the WebApplication. You can use 5 different name for the same server
    (AAM Alternate Access Mapping).
    N.B. http and https are different name (AAM Alternate Access Mapping)Lorenzo
    LSo Lorenzo Soncini Trento TN - Italy

  • Cannot delete .mac web gallery albums

    Strange thing has recently happened to me. I deleted two albums both from the album pane and under the web gallery pane in Iphoto but the albums have not been deleted from my .mac web gallery. Is there any way to sync iphoto and the web gallery so that the albums are deleted? In the past this has always happened automatically for me.

    Mount your iDisk, go to the Web/Sites folder and delete the contents of the _gallery folder. That should do it.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Tomcat 5.025 : i cannot hit my web application

    Hi all,
    I just upgraded to Tomcat 5.0.25 and i was trying to hit my application as usual using
    http://localhost:8080/InterMenu/index.jsp
    But i cannot hit the page at all and i get the following error
    HTTP Status 404 - /InterMenu/index.jsp
    type Status report
    message /InterMenu/index.jsp
    description The requested resource (/InterMenu/index.jsp) is not available.
    I tried to hit a simple html also...but it doesn' t work.
    This application used to work fine on Tomcat 4.0.4...
    Can anyone help me to find a solution...does it have anything to do with the web.xml file...coz the other inbuilt application works fine...like the jsp-examples that comes with the tomcat...
    Thanx...i have been trying one whole day....

    hi...here is the error frm the log file
    2004-07-05 16:39:39 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2004-07-05 16:39:40 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2004-07-05 16:39:40 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2004-07-05 16:39:41 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2004-07-05 16:39:41 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2004-07-05 16:39:41 StandardContext[InterMenu]Error configuring application listener of class listeners.ContextListener
    java.lang.ClassNotFoundException: listeners.ContextListener
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3753)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4321)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:683)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:964)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:476)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)
    2004-07-05 16:39:41 StandardContext[InterMenu]Error configuring application listener of class listeners.SessionListener
    java.lang.ClassNotFoundException: listeners.SessionListener
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3753)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4321)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:683)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:964)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:476)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)
    2004-07-05 16:42:45 StandardContext[jsp-examples]SessionListener: sessionCreated('DB609499144F90179F129F32E4D3B45C')
    2004-07-05 16:42:53 StandardContext[jsp-examples]SessionListener: attributeAdded('DB609499144F90179F129F32E4D3B45C', 'numguess', 'num.NumberGuessBean@d5c0f9')
    2004-07-05 16:57:13 StandardContext[servlets-examples]SessionListener: contextDestroyed()
    2004-07-05 16:57:13 StandardContext[servlets-examples]ContextListener: contextDestroyed()
    2004-07-05 16:57:13 StandardContext[jsp-examples]SessionListener: attributeRemoved('DB609499144F90179F129F32E4D3B45C', 'numguess', 'num.NumberGuessBean@d5c0f9')
    2004-07-05 16:57:13 StandardContext[jsp-examples]SessionListener: contextDestroyed()
    2004-07-05 16:57:13 StandardContext[jsp-examples]ContextListener: contextDestroyed()
    2004-07-05 16:58:06 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2004-07-05 16:58:07 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2004-07-05 16:58:07 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2004-07-05 16:58:07 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2004-07-05 16:58:07 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2004-07-05 17:04:08 StandardContext[servlets-examples]SessionListener: contextDestroyed()
    2004-07-05 17:04:08 StandardContext[servlets-examples]ContextListener: contextDestroyed()
    2004-07-05 17:04:08 StandardContext[jsp-examples]SessionListener: contextDestroyed()
    2004-07-05 17:04:08 StandardContext[jsp-examples]ContextListener: contextDestroyed()
    2004-07-05 17:04:18 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2004-07-05 17:04:18 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2004-07-05 17:04:18 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2004-07-05 17:04:18 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2004-07-05 17:04:18 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2004-07-05 17:13:19 StandardContext[jsp-examples]SessionListener: sessionDestroyed('DB609499144F90179F129F32E4D3B45C')

  • Document was not found in search results after full crawl run for a sharepoint web application.

    Hi
    in a sharepoint farm i started full crawl , and after when i search a document with its name its was not display in search results.
    how to trace this issue
    adil

    HI
    i started full crawl for content source and 
    when i search a document  with s it s documentid :
    the document was found,
    but when i search same document with its name it was not found.
    the documents those not found with its name was last month documents  only and before
    that old documents was found in search results when i search with its name value.
    - the last month we moved the content database storage to new location 
    -  i stopped all sharepoint services including search (stopped crawling ) and started again when storage
    migration completed
    adil

  • How to prepare permission matrix of users/groups for SharePoint web Application ?

    Hello,
    I am using SP Groups/users to assign to sharepoint objects.
    few SP Groups having AD groups.
    Is there any possibility/way to see/prepare user visibility in SP Group when AD Group is associated with SP Group ?
    Thanks and Regards,
    Dipti Chhatrapati

    Hi Dipti,
    So you want to find members of AD group in SharePoint 2010. Here are the links for your reference:
    Display members of AD groups web part ---
    http://sp2010adgroupmembers.codeplex.com/
    Getting members of an AD domain group using Sharepoint API ---http://stackoverflow.com/questions/4314767/getting-members-of-an-ad-domain-group-using-sharepoint-api
    Get a list of all SharePoint group’s users including active directory group ---
    http://christopherclementen.wordpress.com/2012/07/16/get-a-list-of-all-sharepoint-groups-users-including-active-directory-group/
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Sharepoint web application was unable and show error 403 forbidden and 503 server errors

    Hi 
    i some times loose connection to sharepoint site where i am working with,i was just run some powershell scripts to update
    a filed value in a document library only
    and it some times show in browser 403 Forbidden error and some times 503 server error 
    when i check in event viewer i got this below errors
    adil

    That particular 'error' is OK. It just means that a non-Farm Admin service account doesn't have the rights to run that sproc. Normal with best practice security in mind.
    You may want to check the IIS logs to see what the
    subcode for the 403/503 errors are.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • I cannot delete my web history

    i have had this problem for quite some time now it am not able to delete my browsing history it just freezes up when i try and firefox often freezes as well

    I have the same problem,I even reset my whole iPad as new when I turned it back on app were gone then I signed in and they came back

  • Error in Creating New Web Application SharePoint 2013

    Everything was working fine but today when i try to create  a new web application i am getting the following error.It's happening whenever i am trying to create a new web application.
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\26060 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application. 
    But this port 26060 was not being used before and if i try to create new web application again then the error message occurs with the port number of the new web application. 
    Please help.

    Hi HelloFragrance,
    Are you using a host header when creating these web apps? If so have you tried creating without a host header? Also are you logged in with the Server with the Admin account? Check this out: (taken from Jeremy Taylor's
    blog)
    " 1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting to create.
    2. Ensure you have typed in the ‘host header’ typed in when creating the new web application.
    3. If this doesnt work, open IIS Manager – Start>run> inetmgr> and verify the home directory – it could be located on a different drive."
    Also have you tried creating through Powershell and see if you run into the same issue or not?
    http://technet.microsoft.com/en-us/library/ff607931(v=office.15).aspx
    Hope this helps!
    Thanks!
    BlueSky2010
    Please help and appreciate others by using forum features: "Propose As Answer", "Vote As Helpful" and
    "Mark As Answer"

  • Disable/Delete Web application on Palm Treo 700p

    I am trying to figure out a way to disable or delete the web application on my palm treo 700p.  Does anyone have a solution for me?
    Post relates to: Treo 700p (Alltel)

    Okay, I see what you mean - The best way is to call your provider and have them block the data network. This is good if you have kids, now  you can do it yourself but you most likely be editing the network preference and may lead to unwanted results. Though if you go to preferences and go to network you will see a connect or a disconnect depending on the recent connections made, hit disconnect and no connection will be made until you go to any application that uses data.
    Message Edited by IrreducibleM31 on 10-24-2008 01:45 PM

Maybe you are looking for

  • (How) Can I use Existing Time Machine On New Mac Without Erasing Original TM Backups?

    I just got through doing a clean install from Mavericks to Yosemite and now I'm trying to attach and recognize the original Time Machine Drive (TMD) I chose to install as a new computer and did not choose a Time Machine backup option because the orig

  • SELECT OPTIONS IN WEB DYNPRO ABAP

    Hello experts, im working with select options in a WEB Dynpro. There are four buttons (cancel,check,reset,copy) that apears above my select option. My question is: There is a way to hide that buttons? THANKS!

  • How to find max value in single row

    i would like to know that, how can i display maximum value among several values in a single row of table example : i have to get value 5 among 1 2 3 4 5 values of same row.

  • Move backed up music into new itunes

    I backed up my itunes to an external hard drive when computer crashed, but cant figure out how to move into itunes all at once.  I can only do it one by one.

  • 2004s Activate Personalization in Production Environment

    How are you supposed to activate personalization in Production?  I have activated personalization in our Development environment and it works fine.  Do I need to transport something or do I just execute the same option in transaction SPRO as I did in