Recover a deleted SharePoint site

Hello there,
Using the below code, I deleted a SharePoint site.
SPWeb.Webs.Delete(http://mysite/sites/sitecollection/Site1)
and created a new site with the same path (SPWeb.Webs.Add())
Now I want to restore the deleted site.
I couldn't found the deleted site in both Site collection and site recycle bin. The settings related to Recycle bin in Central Admin are fine.
I am also not able to see the deleted site using Get-SPDeletedSite :(
Please help me!
Thanks,
V.Vetrivelmurugan

Have you checked the second stage recycle bin? I don't have a 2010 installation handy to test and my thought is by creating a new site with the same path it may prevent you from restoring.
Get-SPDeletedSite only shows deleted site collections (SPSites are site collections, SPWebs are sites. Confused? :)
Jason Warren
@jaspnwarren
jasonwarren.ca
habaneroconsulting.com/Insights

Similar Messages

  • List of Deleted sharepoint sites

    SharePoint Experts,
    How do I genererate a list of deleted sharepoint sites? I know there's a command Get-SPDeletedSite but I think that's for a specific site where you know what site and ID, etc.
    Thanks,
    Hubble

    Hi Hubble,
    Yes you can used Get-SPDeletedSite – this command gets a list of all deleted Site Collections in your far.
    the above command give the site id,path and datetime.
    https://www.nothingbutsharepoint.com/sites/itpro/pages/sharepoint-2010-sp1-recovering-deleted-sites-and-site-collections.aspx
    and you can also check in site collection administration setting  click on recylce bin where you can get list of all deleted site.
    Site Collection Recycle Bin, administrators can view items from both the End User, and second-stage Recycle Bins. After deleting a site, it will appear in the second-stage recycle bin viewed by selecting the "Deleted from end user Recycle Bin"
    view.
    If you delete a sub-site within a Site Collection, the sub-site can be recovered from the Site Collection Recycle Bin. The Site Collection Recycle Bin, sometimes referred to as the "2nd level" recycle bin is where items are normally moved after they
    have expired from the User Recycle Bin.
    check the link for more info.
    http://www.mssharepointtips.com/tip.asp?id=1178&page=2
    Please mark the Answer and Vote me if you think it will help to resolved your issue

  • How to recover/reinstall deleted the /sharepoint/sites/PWA directory for Project Online (Hosted Solution)?

    Hi all, Am really hoping someone can assist me.  I accidentally deleted the PWA web directory on our Project Online (online MS hosted) which includes all the reference web pages and services.
    How do I reinstall/recover this?
    Thanks

    Hello lethalleigh03,
    There are few points to note down here.
    1. If you simply clicked on delete the site you can restore that site by going to Recyle bin.
    2. If you remove the feature and then delete the site in that case your PWA feature is removed so all your data will be deleted.
    Either of the case you can approch Microsoft support to restore the site. After deleting the site data will be still there with Microsoft for 14days post that it will be deleted Permanently.
    Amol

  • Can't delete a Site Collection from SharePoint admin center completely

    Hi All
    I'm using Office365. And I wanted to delete a Site Collection from SharePoint admin center.
    But at first, I couldn't delete it from there. So I opened the Site and delete it from the Site setting successfully.
    Then I went back to SharePoint admin center to check it was deleted or not completely.
    But the Site Collection was still on the Site Collections list.....
    Things I did are
    1. IE -> Tools->Internet Options-> In General Tab click on Delete in browsing history section and check all options and again click on delete.
    2. Close and re-open the browser and sign back in
    I wanna make free server resource to create new Site Collection.
    Does anyone know how to delete a Site Collection completely?

    Hi,
    Can you try delete the site collection using SharePoint online power shell command? Refer the following link for that.
    Delete site collection
    Also, while deleting site collection from Admin Center, do you get any warning?Or what are steps you follow to delete the Site Collection from Admin Center?
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • UNSYNC A CONTACT LIST FROM OUTLOOK WITHOUT DELETING FROM SHAREPOINT SITE

    Hi, 
    I recently created a list of Contacts on a SharePoint site which I then connected to my personal Outlook so that I had the contacts synced there. How do I remove them/unsync them from my Outlook without deleting them off the SharePoint site? 
    Many Thanks.

    Hi,
    I assume you created a contact list in SharePoint 2013 and synchronized it to Outlook via Connect to Outlook per the link below:
    https://hosting.intermedia.net/support/kb/default.asp?id=2429
    If you would like to remove contacts from Outlook, you could right-click the folder in Outlook > Delete folder. This will remove it from Outlook and remain the contents in SharePoint.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • No "Document Library" in a Project's SharePoint Site Mobile View

    The mobile view for certain sites -- all from the same SharePoint site template -- do not have the Documents library in mobile view, nor is it an option to add when editing the mobile view. Oddly, the document library is available in the mobile view of the
    template.
    Has anyone seen this happen before?

    I managed to sort this on my own and here's what I learned in case someone else comes across this issue in the future.
    The library was not corrupted, but it was buggy. The lack of any available views caused the paths to go weird as described above. The allitems view was not deleted, however, but it was marked as hidden and had the name removed from it. I was able to recover
    this by modifying the properties on the allitems view in the SPList.views collection. Not sure how it happened, but it was an easy fix.
    The other issue was me being a newbie with SP. The user had uploaded new files for the list using explorer which appears to initially set them to be checked out. Since they never had a checked in version, they don't appear in any view, in search, etc. but
    they are included in the SPList.ItemCount property. This resulted in a seemingly "empty" document library with files in it.
    I hope this helps the next person to come along with a similar problem. Serious pain to figure this out, but I got a lot of good experience with the SP PowerShell environment, so it had a bit of a silver lining.

  • Adding Multiple files to many Sharepoint Sites based on the Sites Code (Splitting the data using a code)

    Hi,
    I'm pretty new to Sharepoint and wanted to ask a question to see if it can actually do what we need it to do.
    We would have a top Site within a collection and under this we would have 400 sites for different sections of the business (External) Lots of teams create documents for all these sites and use the Code of the site in each document so we know what business
    site its going to. For example 67890_BusinessReportMay.docx We know this document should be heading to site 67890 
    We have lots of services sending data to these 400 business sites. If we were to do them manually it would take most of our time to go to each site and upload the documents, even if we could do all the sites documents in 1 multiple upload. We still have
    to go to each site to do it
    Is there an easy answer to this? At present I have folders to match each of the 400 Sharepoint Sites and I use an Integration Services package to move all the documents into these 400 Matching folders. I do this using the Code at the start of each file name.
    If it doesn't have a code its put into an error folder and reported back on.
    Then I want something to automatically go through each of these folders and load them into the Sharepoint Sites document libraries. 
    OR
    Say you have 600 files all going to the 500 sites on Sharepoint in one folder. The File contains meta data regarding the Sites Code.  Using this you can split the files and automatically pull them across to the Sharepoint Sites without having to go
    into each Sharepoint Site?
    I'm thinking that you cant do this and I'm hoping I'm wrong. Any help would be greatly appreciated.  
    Debbie

    Hi Debbie,
    According to your description, my understanding is that you want to move the documents to different sites based on the code in the name of the files.
    I recommend to create workflow and set the workflow to start when an item is created to achieve this goal.
    As there is no built-in action which can move the documents cross site, we need to use the custom activity 'Copy List Item Extended' which need to be downloaded from
    http://spdactivities.codeplex.com/.
    Please per the steps in the link below to deploy the custom activity to SharePoint:
    http://social.technet.microsoft.com/Forums/en-US/82609160-152f-461a-9a19-0e996f5a309b/sharepoint-2010-archiving-the-files-from-one-document-library-to-another-document-library-in
    After that, we can create a workflow to meet the need.
    Here is the detailed steps to create the workflow:
    Create a column in single line of text type(called NO for example) in the library where the documents are uploaded, and input value manually in the column to store the code when uploading the documents. (We can also use workflow to extract the code from
    the name of the documents if the codes are always 5 numbers.)
    Create a workflow associated with the library and set the workflow to start when an item is created.
    Select If current item field equals value, change the settings to be If Current Item: NO equals 67890.
    Select Copy List Item Extended, change the settings to be Copy item in Current Item to list at site 67890 URL.
    Select Delete Item, change the settings to be Delete Item in Current Item.
    Create other conditions from step 3 to step 5 to copy the documents to different sites and delete current documents.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Errors TF30162 and TF250025 when creating a New Team Project in TFS2012 with Sharepoint Site on Visual Studio

    Im having the following errors when creating a New Team Project by Visual Studio on TFS2012 with a Sharepoint Site... 
    This problem not occurs when i don't select to create a sharepoint site...
    My Sharepoint is 2010 with SP2...
    Here is the errors log:
    2013-12-05T10:06:10 | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0 seconds
    2013-12-05T10:06:10 | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds
    2013-12-05T10:06:10 | Module: Wizard | Project creation permissions retrieved | Completion time: 0.016 seconds
    2013-12-05T10:06:10 | Module: Internal | The template information for Team Foundation Server "srv-tfs2012\TJMTCollection" was retrieved from the Team Foundation Server. | Completion time: 0.047 seconds
    2013-12-05T10:06:15 | Module: Engine | Thread: 50 | New project will be created with the "Microsoft Visual Studio Scrum 2.2" methodology
    2013-12-05T10:06:15 | Module: Engine | Retrieved IAuthorizationService proxy | Completion time: 0 seconds
    2013-12-05T10:06:15 | Module: Engine | Project creation permissions retrieved | Completion time: 0.007 seconds
    2013-12-05T10:06:15 | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0 seconds
    2013-12-05T10:06:15 | Module: Internal | The template information for Team Foundation Server "srv-tfs2012\TJMTCollection" was retrieved from the Team Foundation Server. | Completion time: 0.005 seconds
    2013-12-05T10:06:15 | Module: Exporter | Wrote compressed process template file | Completion time: 0 seconds
    2013-12-05T10:06:16 | Module: Exporter | Extracted process template file | Completion time: 0.448 seconds
    2013-12-05T10:06:16 | Module: Engine | Thread: 50 | Starting Project Creation for project "Teste" in domain "srv-tfs2012\TJMTCollection"
    2013-12-05T10:06:16 | Module: Engine | The user identity information was retrieved from the Group Security Service | Completion time: 0 seconds
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard is starting to initialize the plug-ins.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Ms.Internal.LinksCreator.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Ms.Internal.Groups.
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 50 | Entering Initialize in CssStructureUploader
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 50 | Initialize for CssStructureUploader complete
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Classification.
    2013-12-05T10:06:16 | Module: Rosetta | Thread: 50 | Entering Initialize in RosettaReportUploader
    2013-12-05T10:06:16 | Module: Rosetta | Thread: 50 | Exiting Initialize for RosettaReportUploader
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Reporting.
    2013-12-05T10:06:16 | Module: WSS | Thread: 50 | Entering Initialize in WssSiteCreator
    2013-12-05T10:06:16 | Module: WSS | Thread: 50 | Site information: Title = "Teste"  Description = ""
    2013-12-05T10:06:16 | Module: WSS | Thread: 50 | Base site url: http://srv-tfs2012/sites/TJMTCollection/Teste
    2013-12-05T10:06:16 | Module: WSS | Thread: 50 | Admin site url: http://srv-tfs2012:17012/
    2013-12-05T10:06:16 | Module: WSS | Thread: 50 | Exiting Initialize for WssSiteCreator
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Portal.
    2013-12-05T10:06:16 | Module: Groups and Permissions | Thread: 50 | Entering Initialize in GssStructureCreator
    2013-12-05T10:06:16 | Module: Groups and Permissions | Thread: 50 | Exiting Initialize for GssStructureCreator
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Groups.
    2013-12-05T10:06:16 | Module: Work Item Tracking | Thread: 50 | About to begin the creation of project Teste on server srv-tfs2012\TJMTCollection
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.WorkItemTracking.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.VersionControl.
    2013-12-05T10:06:16 | Module: Test Management | Thread: 50 | Initialization of Test Management Plugin for Project Creation Wizard succeeded. 
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.TestManagement.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Build.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Lab.
    2013-12-05T10:06:16 | Module: Initializer | Thread: 50 | The New Team Project Wizard successfully initialized the plug-ins.
    2013-12-05T10:06:16 | Module: Engine | Thread: 50 | Process template XML loaded
    2013-12-05T10:06:16 | Module: Engine | Thread: 50 | Starting Project Creation Engine execution
    2013-12-05T10:06:16 | Module: Engine | Thread: 53 | Running Task "UploadStructure" from Group "Classification"
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 53 | Getting CSS proxy
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 53 | CSS proxy retrieved
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 53 | The uploading of the Classification Service has started
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 53 | Uploading CSS structure: "<Nodes><Node StructureType="ProjectLifecycle" Name="Iteration" xmlns=""><Children><Node StructureType="ProjectLifecycle"
    Name="Release 1"><Children><Node StructureType="ProjectLifecycle" Name="Sprint 1" /><Node StructureType="ProjectLifecycle" Name="Sprint 2" /><Node StructureType="ProjectLifecycle"
    Name="Sprint 3" /><Node StructureType="ProjectLifecycle" Name="Sprint 4" /><Node StructureType="ProjectLifecycle" Name="Sprint 5" /><Node StructureType="ProjectLifecycle" Name="Sprint
    6" /></Children></Node><Node StructureType="ProjectLifecycle" Name="Release 2" /><Node StructureType="ProjectLifecycle" Name="Release 3" /><Node StructureType="ProjectLifecycle"
    Name="Release 4" /></Children></Node><Node StructureType="ProjectModelHierarchy" Name="Area" xmlns="" /></Nodes>"
    2013-12-05T10:06:16 | Module: CssStructureUploader | Thread: 53 | Creating Project : Teste
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | Created Project Administrators group S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-0-0-0-0-1 successfully.
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | CSS structure upload finished
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | Updating project properties for :vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | Updating catalog settings for :vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | Received 'Teste' team project entity object for :vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc
    2013-12-05T10:06:17 | Module: CssStructureUploader | Thread: 53 | Updated team project description: ""
    2013-12-05T10:06:17 | Module: Engine | Task "UploadStructure" from Group "Classification" completed with success | Completion time: 0.676 seconds
    2013-12-05T10:06:17 | Module: Engine | Thread: 56 | Running Task "" from Group ""
    2013-12-05T10:06:17 | Module: Engine | Thread: 49 | Running Task "GroupCreation1" from Group "Groups"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Entering Execute in GssStructureCreator
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Getting list of structures for: vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-2757176466-3218051407-2887278433-795240796" deny: "True"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Replacing macros: @creator.
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Macros replaced: [Teste]\@creator.
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding the following identity to a group: [Teste]\@creator.  Group name: Teste Team.
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Creating application group for "Readers" URI "vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-903229747-404692801-3102686175-2727812972" deny: "True"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "VIEW_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-903229747-404692801-3102686175-2727812972" deny:
    "True"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-903229747-404692801-3102686175-2727812972" deny: "True"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-903229747-404692801-3102686175-2727812972" deny: "True"
    2013-12-05T10:06:17 | Module: Groups and Permissions | Thread: 49 | Creating application group for "Contributors" URI "vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "DELETE_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "VIEW_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_PLANS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_ENVIRONMENTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325"
    deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_CONFIGURATIONS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-4264286424-1586018371-2454857484-902542325"
    deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Replacing macros: @defaultTeam.
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Macros replaced: [Teste]\@defaultTeam.
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding the following identity to a group: [Teste]\@defaultTeam.  Group name: Contributors.
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Creating application group for "Build Administrators" URI "vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny: "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "DELETE_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny:
    "True"
    2013-12-05T10:06:18 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003"
    deny: "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "VIEW_TEST_RESULTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny:
    "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny: "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny:
    "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny:
    "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_PLANS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003" deny:
    "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_ENVIRONMENTS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003"
    deny: "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Adding access entry - actionName "MANAGE_TEST_CONFIGURATIONS" sid: "S-1-9-1551374245-1609553727-2111082564-2151496797-660325100-1-1182136727-3720210756-2911721059-2444575003"
    deny: "True"
    2013-12-05T10:06:19 | Module: Groups and Permissions | Thread: 49 | Exiting Execute for GssStructureCreator
    2013-12-05T10:06:19 | Module: Engine | Task "GroupCreation1" from Group "Groups" completed with success | Completion time: 1.822 seconds
    2013-12-05T10:06:19 | Module: Engine | Thread: 53 | Running Task "" from Group ""
    2013-12-05T10:06:19 | Module: Engine | Thread: 56 | Running Task "LinkTypes" from Group "WorkItemTracking"
    2013-12-05T10:06:19 | Module: Work Item Tracking | Thread: 56 | Synchronizing users and groups.
    2013-12-05T10:06:20 | Module: Work Item Tracking | Thread: 56 | Synchronizing CSS structures.
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | LinkType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\SharedStep.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | LinkType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\TestedBy.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | Uploading link types from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\SharedStep.xml'...
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | Uploaded LinkType definitions from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\SharedStep.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | Uploading link types from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\TestedBy.xml'...
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 56 | Uploaded LinkType definitions from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\LinkTypes\TestedBy.xml
    2013-12-05T10:06:21 | Module: Engine | Task "LinkTypes" from Group "WorkItemTracking" completed with success | Completion time: 1.717 seconds
    2013-12-05T10:06:21 | Module: Engine | Thread: 53 | Running Task "WITs" from Group "WorkItemTracking"
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Task.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewRequest.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewResponse.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackRequest.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackResponse.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Impediment.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\ProductBacklogItem.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\SharedStep.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | WorkItemType definition file found: C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\TestCase.xml
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Task.xml'...
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Task.xml.
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml'...
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml.
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewRequest.xml'...
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewRequest.xml.
    2013-12-05T10:06:21 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewResponse.xml'...
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\CodeReviewResponse.xml.
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackRequest.xml'...
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackRequest.xml.
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackResponse.xml'...
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\FeedbackResponse.xml.
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Impediment.xml'...
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\Impediment.xml.
    2013-12-05T10:06:22 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\ProductBacklogItem.xml'...
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\ProductBacklogItem.xml.
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\SharedStep.xml'...
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\SharedStep.xml.
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 53 | Uploading work item type from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\TestCase.xml'...
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 53 | Uploaded WorkItemType definition from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\TypeDefinitions\TestCase.xml.
    2013-12-05T10:06:23 | Module: Engine | Task "WITs" from Group "WorkItemTracking" completed with success | Completion time: 2.825 seconds
    2013-12-05T10:06:23 | Module: Engine | Thread: 34 | Running Task "Categories" from Group "WorkItemTracking"
    2013-12-05T10:06:23 | Module: Engine | Thread: 56 | Running Task "Queries" from Group "WorkItemTracking"
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 34 | Uploading categories from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Categories.xml'...
    2013-12-05T10:06:23 | Module: Work Item Tracking | Thread: 56 | Group [SERVER]\Project Collection Administrators was granted the following permissions: Read, Contribute, Delete, ManagePermissions, FullControl
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | Group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Project Administrators was granted the following permissions: Read, Contribute, Delete, ManagePermissions, FullControl
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | Group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Readers was granted the following permissions: Read
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | Group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Contributors was granted the following permissions: Read
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | Group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Build Administrators was granted the following permissions: Read
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\ProductBacklog.wiq: Product Backlog
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\ProductBacklog.wiq: Product Backlog
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\Feedback.wiq: Feedback
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\Feedback.wiq: Feedback
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query folder was found: Current Sprint
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query folder has been created: Current Sprint
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\OpenImpediments.wiq: Current Sprint/Open Impediments
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\OpenImpediments.wiq: Current Sprint/Open Impediments
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\BlockedTasks.wiq: Current Sprint/Blocked Tasks
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\BlockedTasks.wiq: Current Sprint/Blocked Tasks
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\WorkInProgress.wiq: Current Sprint/Work in Progress
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\WorkInProgress.wiq: Current Sprint/Work in Progress
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\UnfinishedWork.wiq: Current Sprint/Unfinished Work
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\UnfinishedWork.wiq: Current Sprint/Unfinished Work
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\SprintBacklog.wiq: Current Sprint/Sprint Backlog
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\SprintBacklog.wiq: Current Sprint/Sprint Backlog
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query was found in C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\TestCases.wiq: Current Sprint/Test Cases
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 56 | The following query has been imported from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Queries\TestCases.wiq: Current Sprint/Test Cases
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 34 | Uploaded work item types categories from C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\WorkItem Tracking\Categories.xml.
    2013-12-05T10:06:24 | Module: Engine | Task "Categories" from Group "WorkItemTracking" completed with success | Completion time: 0.182 seconds
    2013-12-05T10:06:24 | Module: Engine | Thread: 53 | Running Task "ProcessConfiguration" from Group "WorkItemTracking"
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 53 | Processing element CommonConfiguration.
    2013-12-05T10:06:24 | Module: Engine | Task "Queries" from Group "WorkItemTracking" completed with success | Completion time: 0.431 seconds
    2013-12-05T10:06:24 | Module: Work Item Tracking | Thread: 53 | Processing element AgileConfiguration.
    2013-12-05T10:06:24 | Module: Engine | Task "ProcessConfiguration" from Group "WorkItemTracking" completed with success | Completion time: 0.589 seconds
    2013-12-05T10:06:24 | Module: Engine | Thread: 49 | Running Task "" from Group ""
    2013-12-05T10:06:24 | Module: Engine | Thread: 34 | Running Task "TestVariable" from Group "TestManagement"
    2013-12-05T10:06:24 | Module: Engine | Thread: 44 | Running Task "TestResolutionState" from Group "TestManagement"
    2013-12-05T10:06:24 | Module: Engine | Thread: 39 | Running Task "TestSettings" from Group "TestManagement"
    2013-12-05T10:06:24 | Module: Engine | Thread: 37 | Running Task "VersionControlTask" from Group "VersionControl"
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | <permission allow="Read, PendChange, Checkin, Label, Lock, ReviseOther, UnlockOther, UndoOther, LabelOther, AdminProjectRights, CheckinOther, Merge, ManageBranch" identity="[$$PROJECTNAME$$]\$$PROJECTADMINGROUP$$"
    />
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock, ReviseOther, UnlockOther, UndoOther, LabelOther, AdminProjectRights, CheckinOther, Merge, ManageBranch to group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Project
    Administrators
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | <permission allow="Read, PendChange, Checkin, Label, Lock, Merge" identity="[$$PROJECTNAME$$]\Contributors" />
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock, Merge to group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Contributors
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | <permission allow="Read, PendChange, Checkin, Label, Lock, Merge" identity="[$$PROJECTNAME$$]\Build Administrators" />
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock, Merge to group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Build Administrators
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | <permission allow="Read" identity="[$$PROJECTNAME$$]\Readers" />
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Allowing permission(s) Read to group [vstfs:///Classification/TeamProject/169e471b-5e7c-4168-9c13-ddd37d64b1dc]\Readers
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Changing project setting ExclusiveCheckout to "False"
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | Changing project setting GetLatestOnCheckout to "False"
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | User chose to create new empty folder $/Teste
    2013-12-05T10:06:24 | Module: SccTask | Thread: 37 | No xml nodes of type "checkin_note" were found in the task xml
    2013-12-05T10:06:24 | Module: Test Management | Thread: 34 | Proper team project 'Teste' permissions are added to group 'S-1-9-1551374245-1204400969-2402986413-2179408616-0-0-0-4-1'.
    2013-12-05T10:06:24 | Module: Test Management | Thread: 34 | Uploading TestVariable from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestVariable.xml'...
    2013-12-05T10:06:24 | Module: Test Management | Thread: 39 | Uploading TestSettings from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestSettings.xml'...
    2013-12-05T10:06:24 | Module: Test Management | Thread: 44 | Uploading TestResolutionState from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestResolutionState.xml'...
    2013-12-05T10:06:24 | Module: Test Management | Thread: 39 | Uploaded TestSettings from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestSettings.xml'.
    2013-12-05T10:06:24 | Module: Engine | Task "TestSettings" from Group "TestManagement" completed with success | Completion time: 0.161 seconds
    2013-12-05T10:06:24 | Module: Test Management | Thread: 34 | Uploaded TestVariable from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestVariable.xml'.
    2013-12-05T10:06:24 | Module: Engine | Task "TestVariable" from Group "TestManagement" completed with success | Completion time: 0.174 seconds
    2013-12-05T10:06:24 | Module: Engine | Thread: 49 | Running Task "TestConfiguration" from Group "TestManagement"
    2013-12-05T10:06:24 | Module: Test Management | Thread: 49 | Uploading TestConfiguration from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestConfiguration.xml'...
    2013-12-05T10:06:24 | Module: Test Management | Thread: 44 | Uploaded TestResolutionState from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestResolutionState.xml'.
    2013-12-05T10:06:24 | Module: Engine | Task "TestResolutionState" from Group "TestManagement" completed with success | Completion time: 0.183 seconds
    2013-12-05T10:06:24 | Module: Test Management | Thread: 49 | Uploaded TestConfiguration from file 'C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp\Test Management\TestConfiguration.xml'.
    2013-12-05T10:06:24 | Module: Engine | Task "TestConfiguration" from Group "TestManagement" completed with success | Completion time: 0.012 seconds
    2013-12-05T10:06:24 | Module: Engine | Thread: 56 | Running Task "" from Group ""
    2013-12-05T10:06:24 | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed with success | Completion time: 0.189 seconds
    2013-12-05T10:06:24 | Module: Engine | Thread: 39 | Running Task "" from Group ""
    2013-12-05T10:06:24 | Module: Engine | Thread: 53 | Running Task "BuildTask" from Group "Build"
    2013-12-05T10:06:24 | Module: Engine | Thread: 34 | Running Task "Site" from Group "Reporting"
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <ProcessTemplate Type="Default" Filename="Build\Templates\DefaultTemplate.11.1.xaml" Description="This is the default build process template for this
    Team Project." ServerPath="$/$$PROJECTNAME$$/BuildProcessTemplates" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <ProcessTemplate Type="Upgrade" Filename="Build\Templates\UpgradeTemplate.xaml" Description="This is the upgrade build process template for this Team
    Project." ServerPath="$/$$PROJECTNAME$$/BuildProcessTemplates" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <ProcessTemplate Type="Custom" Filename="Build\Templates\AzureContinuousDeployment.11.xaml" Description="This is the build process template for continuous
    delivery in this Team Project." ServerPath="$/$$PROJECTNAME$$/BuildProcessTemplates" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="ViewBuilds, ViewBuildDefinition" identity="[$$PROJECTNAME$$]\Readers" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) ViewBuilds, ViewBuildDefinition to account [Teste]\Readers.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="EditBuildQuality, ViewBuilds, QueueBuilds, ViewBuildDefinition" identity="[$$PROJECTNAME$$]\Contributors" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) EditBuildQuality, ViewBuilds, QueueBuilds, ViewBuildDefinition to account [Teste]\Contributors.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions" identity="[$$PROJECTNAME$$]\Build Administrators" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions to account [Teste]\Build Administrators.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions" identity="[$$PROJECTNAME$$]\$$PROJECTADMINGROUP$$" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions to account [Teste]\Project Administrators.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="EditBuildQuality, ManageBuildQueue, OverrideBuildCheckInValidation, QueueBuilds, UpdateBuildInformation, ViewBuildDefinition, ViewBuilds" identity="$$PROJECTCOLLECTIONBUILDSERVICESGROUP$$"
    />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) EditBuildQuality, ManageBuildQueue, OverrideBuildCheckInValidation, QueueBuilds, UpdateBuildInformation, ViewBuildDefinition, ViewBuilds to account Project
    Collection Build Service Accounts.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="ViewBuildDefinition, EditBuildDefinition, DeleteBuildDefinition, QueueBuilds, ManageBuildQueue, StopBuilds, ViewBuilds, EditBuildQuality, RetainIndefinitely,
    DeleteBuilds, ManageBuildQualities, DestroyBuilds, AdministerBuildPermissions" identity="$$PROJECTCOLLECTIONBUILDADMINSGROUP$$" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) ViewBuildDefinition, EditBuildDefinition, DeleteBuildDefinition, QueueBuilds, ManageBuildQueue, StopBuilds, ViewBuilds, EditBuildQuality, RetainIndefinitely,
    DeleteBuilds, ManageBuildQualities, DestroyBuilds, AdministerBuildPermissions to account Project Collection Build Administrators.
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | <Permission allow="DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions, OverrideBuildCheckInValidation" identity="$$PROJECTCOLLECTIONADMINGROUP$$" />
    2013-12-05T10:06:24 | Module: Microsoft.ProjectCreationWizard.Build | Thread: 53 | Allowing permission(s) DeleteBuilds, DestroyBuilds, EditBuildQuality, ManageBuildQualities, RetainIndefinitely, ViewBuilds, ManageBuildQueue, QueueBuilds, StopBuilds, DeleteBuildDefinition,
    EditBuildDefinition, ViewBuildDefinition, AdministerBuildPermissions, OverrideBuildCheckInValidation to account Project Collection Administrators.
    2013-12-05T10:06:24 | Module: Rosetta | Thread: 34 | Creating site: /TfsReports/TJMTCollection/Teste
    2013-12-05T10:06:25 | Module: Engine | Task "Site" from Group "Reporting" completed with success | Completion time: 0.253 seconds
    2013-12-05T10:06:25 | Module: Engine | Thread: 25 | Running Task "Populate Reports" from Group "Reporting"
    2013-12-05T10:06:25 | Module: Rosetta | Thread: 25 | Creating folder: /TfsReports/TJMTCollection/Teste/Builds
    2013-12-05T10:06:25 | Module: Rosetta | Thread: 25 | Creating folder: /TfsReports/TJMTCollection/Teste/Tests
    2013-12-05T10:06:25 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Backlog Overview
    2013-12-05T10:06:25 | Module: Engine | Task "BuildTask" from Group "Build" completed with success | Completion time: 0.591 seconds
    2013-12-05T10:06:25 | Module: Engine | Thread: 37 | Running Task "" from Group ""
    2013-12-05T10:06:25 | Module: Engine | Thread: 39 | Running Task "LabTask" from Group "Lab"
    2013-12-05T10:06:25 | Module: LabTask | Thread: 39 | <permission allow="Read, Create, Write, Edit, Delete, Start, Stop, Pause, ManageSnapshots, ManageLocation, DeleteLocation, ManagePermissions, ManageChildPermissions, ManageTestMachines" identity="$$PROJECTCOLLECTIONADMINGROUP$$"
    />
    2013-12-05T10:06:25 | Module: LabTask | Thread: 39 | <permission allow="Read, Create, Write, Edit, Delete, Start, Stop, Pause, ManageSnapshots, ManageLocation, DeleteLocation, ManageChildPermissions, ManageTestMachines" identity="[$$PROJECTNAME$$]\$$PROJECTADMINGROUP$$"
    />
    2013-12-05T10:06:25 | Module: LabTask | Thread: 39 | <permission allow="Read, Create, Write, Edit, Start, Stop, Pause, ManageSnapshots" identity="[$$PROJECTNAME$$]\Contributors" />
    2013-12-05T10:06:25 | Module: LabTask | Thread: 39 | <permission allow="Read" identity="[$$PROJECTNAME$$]\Readers" />
    2013-12-05T10:06:25 | Module: LabTask | Thread: 39 | <permission allow="Read, Write, Edit, Start, Stop, Pause, ManageSnapshots" identity="$$BUILDSERVICEGROUP$$" />
    2013-12-05T10:06:25 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Backlog Overview
    2013-12-05T10:06:25 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Builds/Build Summary
    2013-12-05T10:06:25 | Module: Microsoft.ProjectCreationWizard.Lab | Thread: 39 | <ProcessTemplate Type="Custom" Filename="Lab\Templates\LabDefaultTemplate.11.xaml" Description="This is the default Lab process template for this Team
    Project." ServerPath="$/$$PROJECTNAME$$/BuildProcessTemplates" />
    2013-12-05T10:06:25 | Module: Engine | Task "LabTask" from Group "Lab" completed with success | Completion time: 0.559 seconds
    2013-12-05T10:06:25 | Module: Engine | Thread: 49 | Running Task "" from Group ""
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Builds/Build Summary
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Builds/Build Success Over Time
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Builds/Build Success Over Time
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Sprint Burndown
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Sprint Burndown
    2013-12-05T10:06:26 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Release Burndown
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Release Burndown
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Tests/Test Case Readiness
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Tests/Test Case Readiness
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Tests/Test Plan Progress
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Tests/Test Plan Progress
    2013-12-05T10:06:27 | Module: Rosetta | Thread: 25 | Creating report: /TfsReports/TJMTCollection/Teste/Velocity
    2013-12-05T10:06:28 | Module: Rosetta | Thread: 25 | Setting data sources for report: /TfsReports/TJMTCollection/Teste/Velocity
    2013-12-05T10:06:28 | Module: Engine | Task "Populate Reports" from Group "Reporting" completed with success | Completion time: 3.176 seconds
    2013-12-05T10:06:28 | Module: Engine | Thread: 44 | Running Task "" from Group ""
    2013-12-05T10:06:28 | Module: Engine | Thread: 49 | Running Task "SharePointPortal" from Group "Portal"
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Language id: 1033
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Creating site with the following parameters
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Site Url: http://srv-tfs2012/sites/TJMTCollection/Teste
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Site Title: Teste
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Site Description: 
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Locale: 1033
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Template: Team Foundation Server Project Portal
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Owner Login: PJMT\23571
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Owner Name: João Vitor Paes de Barros do Carmo
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | Owner Email: 
    ---begin Exception entry---
    Time: 2013-12-05T10:06:28
    Module: WSS
    Exception Message: Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) (type SoapException)SoapException Details: <soap:Detail xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
    />
    Exception Stack Trace:    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
       at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
       at Microsoft.TeamFoundation.Client.SharePoint.SharePointTeamFoundationIntegrationService.CreateSite(String webApplicationUrl, String absolutePath, String title, String description, UInt32 localeId, String template, Boolean templateIsTitle, String
    ownerLogin, String ownerName, String ownerEmail, Guid applicationInstanceId, Guid projectCollectionId)
       at Microsoft.TeamFoundation.Client.SharePoint.WssUtilities.CreateSite(ICredentials credentials, Uri adminUrl, WssSiteData siteCreationData, Guid configurationServerId, Guid projectCollectionId)
       at Microsoft.TeamFoundation.Client.SharePoint.WssUtilities.CreateSite(WssSiteData siteCreationData, TfsConnection tfs, Uri adminUrl)
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.CreateSite(WssSiteData siteCreationData, TfsTeamProjectCollection tfs, Uri adminUrl)
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.HandleSiteCreation(WssCreationContextWrapper contextWrapper, XmlNode taskNode)
    --- end Exception entry ---
    ---begin Exception entry---
    Time: 2013-12-05T10:06:28
    Module: WSS
    Exception Message: TF250025: The following URL does not point to a valid SharePoint site: http://srv-tfs2012/sites/TJMTCollection/Teste. Verify that you have the correct URL and that it points to a SharePoint site. (type TeamFoundationServerException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
       at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
       at Microsoft.TeamFoundation.Client.SharePoint.SharePointTeamFoundationIntegrationService.GetWebIdentifier(String absolutePath)
       at Microsoft.TeamFoundation.Client.SharePoint.WssUtilities.GetWebIdentifier(ICredentials credentials, Uri url)
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.HandleSiteCreation(WssCreationContextWrapper contextWrapper, XmlNode taskNode)
    Inner Exception Details:
    Exception Message: TF250025: The following URL does not point to a valid SharePoint site: http://srv-tfs2012/sites/TJMTCollection/Teste. Verify that you have the correct URL and that it points to a SharePoint site. (type SoapException)SoapException Details:
    <detail exceptionType="TeamFoundationServerException" />
    Exception Stack Trace: 
    --- end Exception entry ---
    2013-12-05T10:06:28 | Module: WSS | Thread: 49 | TF30267: Exception: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.HandleSiteCreation(WssCreationContextWrapper contextWrapper, XmlNode taskNode)
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
    ---begin Exception entry---
    Time: 2013-12-05T10:06:28
    Module: Engine
    Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed
    Exception Type: Microsoft.TeamFoundation.Client.PcwException
    Exception Message: An error occurred in the New Team Project Wizard while attempting to create a site on the following SharePoint Web application: srv-tfs2012.
    Exception Details: The Project Creation Wizard encountered a problem while uploading documents to the following server running SharePoint Products: srv-tfs2012. The reason for the failure cannot be determined at this time. Because the operation failed, the
    wizard was not able to finish creating the team project.
    Stack Trace:
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
       at Microsoft.VisualStudio.TeamFoundation.PCW.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator componentCreator, ProjectCreationContext context, XmlNode taskXml)
       at Microsoft.VisualStudio.TeamFoundation.PCW.ProjectCreationEngine.RunTask(Object taskObj)
    --   Inner Exception   --
    Exception Message: Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) (type SoapException)SoapException Details: <soap:Detail xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
    />
    Exception Stack Trace:    at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.HandleSiteCreation(WssCreationContextWrapper contextWrapper, XmlNode taskNode)
       at Microsoft.VisualStudio.TeamFoundation.PCW.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
    --- end Exception entry ---
    2013-12-05T10:06:28 | Module: Engine | Thread: 49 | TF30202: Task "" from Group "" will not be run because a prior task failed.
    2013-12-05T10:06:28 | Module: Engine | Thread: 50 | Deleting from Build ...
    2013-12-05T10:06:28 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:28 | Module: Engine | Thread: 50 | Deleting from Version Control ...
    2013-12-05T10:06:28 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:28 | Module: Engine | Thread: 50 | Deleting from Work Item Tracking ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from TestManagement ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from Git ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from ProcessManagement ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from LabManagement ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from ProjectServer ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting Report Server files ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Warning. Did not find SharePoint site service.
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Deleting from Team Foundation Core ...
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Done
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | The project Teste was deleted successfully.
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | Attempting to delete folder "C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp"
    2013-12-05T10:06:29 | Module: Engine | Thread: 50 | The folder C:\Users\23571\AppData\Local\Temp\TPW_tmpA31.tmp was removed.

    Hi,
    According to your post, my understanding is that you had Errors TF30162 and TF250025 when creating a New Team Project in TFS2012 with Sharepoint Site on Visual Studio.
    The Errors TF30162 seemed that the reports for TFS could not be uploaded due a permission problem. The fix was really easy.
    Go to your team foundation server 
    Open the administration console. 
    Click on Reporting
    Click on Edit
    Click on Reports Tab
    Enter the credential for the Reports
    Save
    Click on Start Jobs
    In addtion, the problem may be due to the caching done by Team Explorer in Visual Studio. Exiting the copy of VS on the client and reloading it will fix the problem as the updated team process settings will cached locally.
    To resolve the Errors TF250025, you will need to register a new internal URL for the SharePoint site using Alternate Access Mappings.
    Here are two great blogs for you to take a look at:
    http://blogbaris.blogspot.in/2012_08_01_archive.html
    http://petersullivan.com.au/2009/11/23/tf250025-and-tf262600-errors-on-team-foundation-server-tfs-2010-project-portal-dashboard/
    If still no help, for quick and accurate answers to your questions, it is recommended that you 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
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • User has appropriate permission, still not able to access one of the sharepoint site applications.

    Hi,
    I have tried all solutions available on internet regarding this problem but none seems to work.
    As per one solution I added the user in sharepoint site collection administrator group still no luck!
    As per another solution  I tried to run “User Profile Service Application Proxy – User Profile to SharePoint Full Synchronization”
    “User Profile Service Application Proxy – User Profile to SharePoint Quick Synchronization”
    but they dont run for some reason. Both these jobs are scheduled to run everyday but last time they ran was some date in 2011. When I click on Run Now nothing happens.
    I deleted all cache, forms password history everything.  Added the site in trusted sites and all. No luck!
    User also tried to access the site by logging onto another system but still same issue.
    This user recently joined alongwith a few more people. All of them are able to access the site except this particular user. So, a web part or unpublished page cant be the reason, right?
    This user is only able to access the home page which is say http://<siteurl:1234> application while the site which this user is not able to access is
    http://<siteurl:2345>.
    I even tried to give access through sharepoint designer but no luck! Please help!
    PS: This may not be relevant but still I'm sharing. Earlier I used to add users in manage user profiles - new profile. But now as soon as the user is added into active directory there profile is getting created automatically. This might be happening due to
    active directory and user profile sync but the question is how? Because I dont remember configuring this. And it was not configured earlier too.

    Hi,
    According to your description, my understanding is that only one user cannot access the site even though he has the right permission.
    I recommend to verify the things below:
    Check the permission of the user in the site to see if the permission is right.
    Is http://<siteurl:2345> a new site collection ? Can the user access other pages except the home page in
    http://<siteurl:1234>?
    Grant needed permission to the user in the web application to see if the issue still occurs.
    Delete the user and re-add the user in AD to see if the issue still occurs.
    Check the ULS log for detailed error message.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How can I remove the Quick Launch area from a SharePoint site

    We have a SharePoint site that includes a Quick Launch area by default.  We know how to add and delete items from the Quick Launch area but how can we delete the Quick Launch space (this would shift the main body portion over to the left and taking
    over the space once occupied by the Quick Launch area)?

    Hi,
    You can refer the below urls.
    http://sharepointpolice.com/blog/2010/04/07/hiding-the-quick-launch-in-sharepoint-2010/
    http://chrisstahl.wordpress.com/2010/03/15/hide-the-quick-launch-in-sharepoint-2010/
    http://sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    Please remember to mark your question as answered & Vote helpful,if this solves/helps your problem.
    s p kumar

  • Error when accessing SharePoint Site

    HI All
    I am getting following error when i accessing my sharepoint site.
    Please Guide how to resolve this problem.
    Logging Correlation Data 
    Leaving Monitored Scope (GetWebPartPageContent).
    Leaving Monitored Scope (GetFileAndMetaInfo).
    Leaving Monitored Scope (PostResolveRequestCacheHandler)
    Leaving Monitored Scope (PostResolveRequestCacheHandler).
    Leaving Monitored Scope (Add WebParts).
    List does not exist.  The page you selected contains a list that does not exist.  It may have been deleted by another user.
    System.Threading.ThreadAbortException: Thread was being aborted.
    Unable to execute query: Error 0x80131530
    Unknown SPRequest error occurred.
    Leaving Monitored Scope (EnsureListItemsData)
    System.Web.HttpException: Request timed out. 

    Hi Waqas,
    I am seeing the below error message in the ULS logs while accessing some set of items in the list. 
    Unable to execute query: Error 0x80131530
    Unknown SPRequest error occurred. More information: 0x80131530
    System.Web.HttpException: Request timed out.
    This list has 202 items in total with 45 columns in total (includes
    5 lookup columns, 3 append history columns). 
    Items which has more than 20 versions is not loading.
    In the same site, there is another list of the same template with 2009 items and some items with more than 80 versions works fine.
    Please let me know if you have any suggestion to fix this.

  • What port do I use in setting a FrameMaker CMS connection to a SharePoint site?

    I can connect to our corporate SharePoint site to a top level directory but I can't drill down to subdirectories. I do have the proper permissions since I can see all of the directories through our SharePoint site. I can add/delete/rename etc. using the SharePoint interface. I am trying to connect to a subdirectory on our SharePoint server that contains FrameMaker files. When I enter the domain, username, password, etc., it does connect but only to the top directory level and I can't drill down to subdirectories. I was wondering is there anything else I need to do in setup such as a port number. I have my CMS configuration setup with no port number. When I had a local SharePoint server this worked just fine and I could drilldown to any subdirectory.
    I have put the entire URL to the subdirectory but it does not let me connect I get a 404 error. It does let me connect to the top level directory but, as I said, I can't drilldown to where the FM files reside.

    Not sure if it would help, but it's worth asking:  When you provide your user name, do you include the domain (e.g. mydomain\myusername)?

  • I just published to BC and then accidentally deleted my site on my computer. Anyway to download the site from BC so I do not have to re-create my site?

    Any help would be appreciated!

    Hello,
    If you didn't have a backup of the file, I'm afraid the file can't be recovered. It's not possible to recreate the .muse file from the exported files and folders, and Muse will only be able to open a .muse file for editing purposes.
    If you are good with HTML related coding then you can use Dreamweaver to edit your site.
    You can use InBrowserEditing as workaround in case InBrowserEditing was enabled at the time of publishing the site (This is very limited feature). Please refer to link below.
    http://helpx.adobe.com/muse/using/in-browser-editing-websites-third-party-hosting.html
    Also you can try any recovery tool to check the possibility to recover the deleted files.
    If that do not work then only option will be to recreate the muse file.
    Regards
    Vivek

  • SharePoint Site Libraries

    I was in Site Settings, creating and testing some Web Part pages I created. As I was creating pages, I was also deleted these test pages so as not to over populate the number of pages, etc...while doing this I deleted what I refer to as the home page for
    my portal. (default.aspx) At least I thought I had deleted the site.
    However, when I went to the parent site, opened the View Site Content settings, I scrolled down to the Sites and Workplaces section. My site was there, and when I clicked on the link, my portal displayed. All my Lists, Libraries, etc...were still there.
    But the when I went to the Menu => Site Content naviagtional bar, and clicked on my portal link, I receive an "Webpage cannot be found. " So I'm thinking that the Navigation link for my portal is broke, which is a Site link. However, I do not
    have admin rights to edit the link. When I addressed the problem to one of the SharePoint Site Collection Adminstrators, I was told, "the SharePoint navigation is non-functional because I deleted the SitePages library."
    Since all my Lists, Libraries, etc...are still in the Site Content, what are the Site Pages library that affect the naviagtional settings?? This person also said that even his SA's cannot edit the Site link/ Can someone advise??
    Thank You,
    John M Payne

    Actually, I stumbled onto the fix this morning. Under Site Settings, there is a link, New Page. I clicked on that and it told me that I had to create a Site Page library and something else. I named the new page the same as the original portal. Once the process
    completed, I had a new, empty portal page. I looked under the View All 
    Site Content and all my Lists, Libraries, Discussion Boards, etc...we're still there. I went to the Site Navigation menu, clicked on my old portal name and it took me straight to my new empty page. By the end of the day, I had re-populated all my original links
    and content...feel pretty good!!
    Cheers,
    John M Payne

  • 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

Maybe you are looking for

  • Best setting Premier Pro CS3

    Hello friends ! I hope some people participate , and help . I use premier CS3 and often work with music videos each of my videos has a length of 5 mins or less I used to use "Export to Movie" option and just use the default settings (my final AVI fil

  • Call-backs from XMLP Templates

    Hi, Does anyone know if call-backs are supported in XMLP? That is to say, is there a way to call back from the template to Java Objects to retrieve calculated values at report runtime? To be more specific, I am looking for a generic version of the ba

  • Business Package for finance Transactions in Portal

    Hi Guys, I am trying to find out if any Business Packages are available in portal for SAP Finance transactions like F-03, FAGLB03, FAGLL03, FB03L, FB04 etc. Appreciate your responses. -Avinash

  • Safari not opening PDF files

    I had Acrobat Pro on Windows laptop.  Last weekend switched to MacBook Pro and upgraded to Acrobat X with help from Adobe Tech Personnel (and $215).  Now, I can open and create PDFs from Acrobat, but my Safari browser doesn't open PDF files when I cl

  • Possible to convert video footage to slow motion?

    Long story but I'm filming a short video in the style of the Intel TV ads (link below). Is there a way of converting footage I shoot into slow motion? Have read discussion threads for other versions of iMovie, but not '08. Thanks for any advice. http