Trying to add Admin account in project server 2010 via powershell

Dear All
Unfortunately some one removed admin account from PWA 2010 so i have tried to add admin account via powershell command
New-SPProjectSiteAdministrator -AdminAccount "dir\santosh" -Url "https://myserver/PWA"
New-SPProjectSiteAdministrator : <nativehr>0x80070005</nativehr><nativestack></nativestack> At line:1 char:31 + New-SPProjectSiteAdministrator <<<<  -AdminAccount "dir\santosh"
-Url "https://myserver/PWA"     + CategoryInfo          : InvalidData: (Microsoft.Offic...ewAdministrator:PSCmdletNewAdministrator) [New-SPProjectSiteAdministrator], Unaut   
horizedAccessException     + FullyQualifiedErrorId : Microsoft.Office.Project.Server.Cmdlet.PSCmdletNewAdministrator
Getting above error
Help me
Regards
Santhu

Hello,
Can't you log in with an account that is already in the Administrators group then add the new account? I think you will need to run the command with a user account that already has admin access to PWA - I don't currently have an environment to test this
on.
Paul
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS

Similar Messages

  • Add Bulk Users to Project Server 2010 site using a Script

    I have 100 users that I need to add to a Project Server 2010 site. Add these through server settings would take a week to do. Is there a way to add users in bulk like with a script or something that can pull from an CSV
    Thank you for your help!

    Hi,
    I am not sure if I got your question?
    If you want to add these users to a site of a specific project, just add them as team members to this project. This will provide read access to them. If you assign them to a task within this project, they will alos get write access in this site.
    If you want to add this users as Project Server resources and users and just have a list of them, you can use copy/paste. Go to Resource Center and click on Open. Project client will start with checked out Enterprise Resources. Add columns Windows User Account,
    Email Address, and all other fields you want to fill. Make sure that the columns and the sequence of columns does match the columns in your file. Use copy/paste to insert all users into Project. Save and Close. Use Option Bulk Edit, if you want to define
    eg Timesheet Manager. As a last step go to Server Settings - Manage Groups and add them to the appropriate groups.
    Does this answer your question?
    Barbara

  • How to add user in administrator group of project server 2010 with powershell command ?

    I want to add one user in Administrator group of Project Server .
    Please let me know how to do this through power shell command.

    Hello,
    You would need to use the PSI in your PowerShell commands. Here is a .Net example to get you started, convert this to PowerShell:
    http://blogs.msdn.com/b/ajjose/archive/2013/05/24/creating-a-project-server-user-and-adding-user-to-a-group-through-psi.aspx
    Examples of PowerShell and the PSI can be found here in some of the scripts:
    http://gallery.technet.microsoft.com/scriptcenter/Update-Server-Lookup-table-bb1ae14f
    http://gallery.technet.microsoft.com/scriptcenter/Create-Server-2010-2013-19bd3cc7
    http://gallery.technet.microsoft.com/scriptcenter/Bulk-create-Server-Sites-784f7b29
    These wont do what you need but will give you an idea of using the PSI in PowerShell
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Project Server 2010 Resource Assigments - Need a license for every Resource?

    I am trying to determine the requirements for Project Server 2010 licenses.
    In Project Server 2010, I need to add resources to the pool, then assign a resource to a project task.  The task will be maintained/statused through a manager, not the resource.  
    Does that resource need to have a Project Server license even if the resource never accesses Project Server even through PWA?

    Hi JenKranich,
    You need licences only for users that will access
    Project Server data by any means :
    MS Project Pro, Sharepoint sites and/or
    PWA.
    But resources not associated with users are not "real person" accessing data but just informal entity, thus no need for licences for those resources.
    It is important to note that if those resources can access the SharePoint site, since it contains Project Server data (risks, issues, deliverables), then they DO need a licence.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Project server 2010 don't respect the 'Choose an account' option

    We have in our company Project Server 2010.
    We use to create the 2 URLs accounts for all users through the Create Accounts and choose the 'Choose an account' option so the users can select weather to work offline ("Computer") or from one of the URLs.
    We encountered two cases already, that the Project Pro don't respect the
    'Choose an account' option -
    Every time we select the 'Choose an account' radio botton and close the Project Pro it automatically open the default account without showing the accounts window  and switches back to 'Use my default account'.
    If these 2 users interested in working offline they have to swich it manually only after the default account opens but they cannot open the second URL.
    Does anyone know of such a case and is there a workaround to solve it?

    Hi Maya,<o:p></o:p>
    Do you see this behavior on multiple machines or single machine?<o:p></o:p>
    Try removing the accounts and recreating it again with "Choose an account" option and check if that helps<o:p></o:p>
    Also let us know what value you see for the "Autoconnect" registry key at below location?<o:p></o:p>
    Hkey_current_user\Software\Microsoft\Office\14.0\MS Project\Settings\<o:p></o:p>
    Thanks,<o:p></o:p>
    Kiran K.<o:p></o:p>

  • Trying to display a PNG or JPEG on dashboard in Project server 2010 BI

    I am trying to display a PNG or JPEG in project server 2010 BI in a webpart page.  I have tried just using a pdf, etc.  I cannot get it to work; it says the it cannot find the URL.  I created a new page in another sharepoint site i have,
    put a media webpart on it, put a url in it and it finds it fine.  However, when I put this page in a dashboard it says it cannot find it?  How do I do this?  What is a simple easy way to just put a picture on a dashboard in BI. 
    Cletus51

    Have you tried using an Image Viewer Webpart (or) a Content Editor Web part?
    If you use a content editor webpart, Click on Edit HTML Source, and you can use the HTML below:
    <img src="<url>" alt="Smiley face" width="42" height="42">
    Prasanna Adavi,PMP,MCTS,MCITP,MCT http://thinkepm.blogspot.com

  • Project Server 2010:- How to add Own Workspace filter in workspace web part like project server 2007

    Hi All,
    I am using project server 2010.
    Can some one advise me how can I add Own Workspace filter option in workspace web part like project server 2007 which is showing all projects name page by page. There no filter option available. I am not sure if there is any out of box feature. 
    Thanks in Advance..

    Nitin,
    PS2010 shows by default the workspaces you have permissions to. Unfortunately, there is no more filtering options available.
    The only solutions are to write a custom webpart, or develop your own SSRS Report, which you can customize the way you want.
    Refer to Paul's excellent blog post on this topic here:
    http://pwmather.wordpress.com/2011/08/05/custom-projectserver-project-site-workspace-view-in-pwa-ps2010-ps2007-epm-msproject-ssrs/
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:

  • I am trying to add, through an amplification project, the field counts alte

    hello dear, 
    I have a countable document with several positions with classes of costs, which have imputation object the order co. 
    I am trying to add, through an amplification project, the field counts alternative to transaction KSB1. 
    the problem that I have in the routine, is that, he/she repeats the last bill alternative to all the positions of the cost classes. 
    the routine is the following one: 
    clear CS_RECORD-ZZ_LOKKT. 
    select * from bseg where bukrs eq ld_documents-bukrs 
                             and belnr eq ld_documents-docnr 
                             and gjahr eq ld_documents-ac_gjahr. 
            if not bseg-kostl is initial. 
               CS_RECORD-ZZ_LOKKT = BSEG-LOKKT. 
            endif. 
    endselect. 
    example of the result that it shows me:                                                                               
    It counts Alternative 
    30101001 COMMISSION SUB-AGENCY 113,64       6220000 
    30202001 SALARIES                             142,05       6220000 
    grateful of their help, 
    greetings 
    jorge silva

    Make the back of the car a 3D layer. Add a camera. Animate the camera so the motiion looks right.
    Another option, track something in the frame that is in the same plane as the back of the car. Track scale. Apply the tracked scale information to the back of the car layer.
    A better way to get better suggestions. Post a screenshot of the video or better yet, upload the video to You-tube and let us see what you are trying to do.

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • When trying to add Facebook account to my iPhoto 11 (9.3.1) I get this error message "Facebook didn't recognize your email password combination"

    When trying to add Facebook account to my iPhoto 11 (9.3.1) I get this error message "Facebook didn't recognize your email password combination". Email and passwords are correct.  Problems are even with veryfication code which I am asked to use instead of password.

    In the iPhoto preferences ==> accounts delete the account and re-enter it
    Or
    iMHO the better solution is to set mail as your email client in the iPhoto preferences
    LN

  • How to add total of actual in My work- Task in project server 2010.

    Hello all, 
    I need to add total of actual in My work->Task in project server 2010.
    How can I achieve it?
    Your help is appreciated. 

    Hi Rohit,
    Unfortunately, there is no configuration which allows having the actual total work in "my tasks" page. Note that you have the total for the period for each assignment in the column next to the "work" column. In case it doesn't suit
    your need, I'd suggest to propose for example a simple report, otherwise a development could be quite complex and time consuming.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Error TF282808 'TaskNotFound' error after admin restore on Project Server

    We have an integration between TFS 2012 and Project Server 2010 (SP2, with CU).
    After an administrative restore of a project on Project server, the workitems that were added to TFS after the point of the backup now fail to synchronise with the following error in the workitem history:
    TF282808: An error occurred when sending status update to Project Server during
    synchronization. Returned error code: "TaskNotFound". Contact your Project
    Server administrator and report the error code.
    Workitems that were present before the time of backup sync normally. Workitems that were added after the restore also function normally. It appears as if the sync does not understand that an item from TFS that synced in the past can be new on Project Server
    (due to the restore).
    I have already tried deleting the webcache on the SharePoint server (C:\ProgramData\Microsoft\Team Foundation\Web Access\Cache_v11.0.xxx) followed by an IISReset.

    Hi guys, I am getting this too. 
    I have this for several PBI in one team site, and this came out of nowhere. 
    TF282808: An error occurred when sending status update to Project Server during synchronization. Returned error code: "TaskNotFound". Contact your Project Server administrator and report the error code.
    I also get this when I try to publish the project Ms Project PRO
    TF80070: Team Foundation encountered an error while performing the operation. It is recommended that you save your work and restart the application.
    This is the tfs_msproject log
    Exception:  {
    Exception Message: Värde får inte vara null.
    Parameternamn: key (type ArgumentNullException)
    Exception Stack Trace:    vid System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
       vid Microsoft.TeamFoundation.OfficeIntegration.Client.ProjectAllowedValues.GetMappingOfValuesToIndex(PjCustomField pjCustomField)
       vid Microsoft.TeamFoundation.OfficeIntegration.Client.ProjectServerIntegration.WorkItemTypeFieldManager.SetupWorkItemTypeField(Project project)
       vid Microsoft.TeamFoundation.OfficeIntegration.Client.ProjectServerIntegration.PrePublishValidationManager.Validate(Project project)
       vid Microsoft.TeamFoundation.OfficeIntegration.Client.ProjectServerIntegration.ProjectServerIntegrationAddIn.OnProjectBeforePublish(Project project, Boolean& cancel)
    WINPROJ.EXE Error: 0 : [Error, PID 3844, TID 8296, 2014/02/28 11:56:43.233, 8009313 ms, General] TF80070: Team Foundation encountered an error while performing the operation. It is recommended that you save your work and restart the application.
    WINPROJ.EXE Error: 0 : [Error, PID 3844, TID 8296, 2014/02/28 11:56:46.016, 8012096 ms, General] UIHost.ShowMessageBox: result=OK caption='Microsoft Office Project' text='TF80070: Team Foundation encountered an error while performing the operation. It is recommended
    that you save your work and restart the application.'
    WINPROJ.EXE Information: 0 : [Info, PID 3844, TID 8296, 2014/02/28 11:56:46.073, 8012153 ms, General] Whole publish-to-tfs tree validation!

  • Im trying to add an account to an iPad so that my messages send to my phone and not my brier e-mail that's already registered on the iPad. However when I enter a ne e-mail it's just saying "cannot be verified, e-mails already in  use??

    Im trying to add an account to an iPad so that my messages send to my phone and not my brothersr e-mail that's already registered on the iPad. However when I enter my e-mail it's just saying "cannot be verified, e-mails already in  use??

    You may have more than one Apple ID that shares the same email address.
    Try one of the following to resolve the issue:
    This error message means that your email address is already associated with another Apple ID. It could be tied to GameCenter, iTunes Store, or another Apple ID. Try using your Apple ID for those services to log in to FaceTime on your device.
    If you wish to use a separate Apple ID for FaceTime, unlink the email address from any other Apple ID before trying to set it up as a separate Apple ID for FaceTime.
    If you would like to change your Apple ID to another email address, go to My Apple ID and follow the instructions in this article to change your Apple ID.

  • Project Server 2010 - Change Status Manager

    End Goal: We would like to perform this change via SQL statement - which I believe I have  I feel like I am missing something and not sure what it is.
    Background:  We migrated from a different product to Project Server 2010, while our team members were assisting users to move their projects from the old application to Project 2010 they did not realize their names would appear as status
    managers.
    The quick solution would be to tell the owners of the projects to change the information themselves (republish or go in themselves and change every line); however we feel this can be cumbersome and too much work due to having hundreds of projects and there
    are thousands of fields that need to be modified.  I can quickly accomplish what I want with an UPDATE command and be done with it (no user involvement). 
    What I am running into in my test environment is that I can modify the fields (query below) to the appropriate status manager, but I cannot get the changes to appear in Project Professional - it still shows the old value.
    I have used the following command to change the Status Manager to the Project Owner (I'm new to SQL, and we no longer have a DBA - so if my code isnt the greatest...I'll fix it)
    USE ProjectServer_ReportingUPDATE MSP_EpmTaskSET TaskStatusManagerUID = MSP_EpmProject.ProjectOwnerResourceUIDFROM MSP_EpmProjectWHERE MSP_EpmTask.ProjectUID = MSP_EpmProject.ProjectUID
    This modifies all the values correctly - Project Owners become the Status Manager in SQL
    Question: Is there something I am missing or can do OR I am not doing to make this new value show up? Is there a better way to do this from an administrative point of view, with no customer/user interaction?
    Your help is greatly appreciated
    Thank You
    kbwrecker

    Merely my personal opinion having been a Project Server 2010 admin in a medium-sized corporation:
    I think you are going to seriously do some damage if you go about trying to modify SQL tables behind Project Server's back. There are a LOT of operations that go into a simple "publish" and I doubt that the minor changes you want to make will account for
    all of them. Are you confident you're adjusting all of the values necessary? You may have a detrimental impact on in-flight approvals, timesheets, projects, tasks, assignments.. There is just far too much IMO.
    Believe me, I know it is not an ideal solution to have the business make their own adjustments. However sometimes it is just what has to be done. My vote is to craft brief instructions and send them out to the PMs. It's easy to do, they can change one row
    and then drag the field down like in Excel to edit all the rest; it's a 1-minute operation, max.
    Due to the nature of the field, (not being something you can edit via PWA, and even in Project Pro it only allows you to change it to yourself or another current Status Mgr) I think you'll have a hard time scripting this one via macro etc.. However if you
    do find a way, seriously keep in mind your scope and don't edit them all at once, it will need to kick off publishes and check-ins for all the affected projects.
    Good luck!

  • Project Server 2010 - Error Adding/Modifying Users

    Thanks in advance for any help you can offer. We are running Project Server 2010 with SharePoint 2010 on Windows Server 2008. Project Server was installed successfully and a new site was created (server.com/pwa). When I attempt to add a new user (via Server
    Settings), or modify the existing account that was added on install, I receive an error on the top of the page. For a new user the following appears:
    0de01bb7-786e-4003-8fe8-6790fae42248 -1 2 false true 3 0 00000000-0000-0000-0000-000000000000 00000000-0000-0000-0000-000000000000 false false 0de01bb7-786e-4003-8fe8-6790fae42248 true false
    Once the new user info is entered, and I click "Save", the progress icon spins and nothing happens. No user is added.
    When I go to modify the existing user, I see this on the top of the page:
    •An error was encountered in loading the page. Refresh the page, or contact your server administrator if this problem persists.
    7342ea55-fad1-4a8b-9d7b-1450e468cd2f 1 2 false true 3 0 Admin. SP A DOMAIN\account true 2014-06-30T15:28:55.12-05:00 7342ea55-fad1-4a8b-9d7b-1450e468cd2f 7342ea55-fad1-4a8b-9d7b-1450e468cd2f false false 2014-06-30T10:34:09.95-05:00 2014-06-30T10:34:46.56-05:00
    2 2 10000.000000 false b6635b2e-e747-4771-a78b-24f7509629d0 7342ea55-fad1-4a8b-9d7b-1450e468cd2f DOMAIN\account true false Admin. SP 2 2014-07-01T08:07:42.343-05:00 7342ea55-fad1-4a8b-9d7b-1450e468cd2f 100
    Any ideas on how I can resolve this issue would be greatly appreciated.
    Thanks again!
    AJ

    Much appreciated kbwrecker.  Moving forward, I am developing a plan to deploy SharePoint/Project Server 2013.  So this will hopefully, if done right, alleviate these types of issues. 
    But, as the 2010 system will be in use for awhile, I am still curious as to what is causing my current PWA issues.  I also believe it is a permission issue.  The errors I added to my first post on this topic were not from the logs.  They only
    appear on the user/group webpage in PWA.  I don't see them elsewhere.
    Here are the complete ULS logs (using ULS Viewer) from my PWA add user attempt.  This is very long.  I apologize if this is more than is needed:
    07/10/2014 08:14:43.19    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Name=Request
    (GET:https://sharepoint.company.com:443/pwa/_layouts/pwa/Admin/ManageUsers.aspx)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.22    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Site=/pwa  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.23    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/SecurityCheckUserPagePermission' MessageId: 'urn:uuid:ea31a728-db44-4c90-9284-2b991597998d'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.24    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/SecurityCheckUserPagePermission' MessageId:
    'urn:uuid:ea31a728-db44-4c90-9284-2b991597998d'    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.24    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.24    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.77368911411925    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.28    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadResourceCount' MessageId: 'urn:uuid:42f18fb5-adcf-4847-9883-5f8e8bd0c2b5'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.28    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadResourceCount' MessageId: 'urn:uuid:42f18fb5-adcf-4847-9883-5f8e8bd0c2b5'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.28    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.29    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=4.15443862278586    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.30    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadUserListAll' MessageId: 'urn:uuid:5b83c471-7f9c-4fb6-bef1-861b2b6111fc'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.30    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadUserListAll' MessageId: 'urn:uuid:5b83c471-7f9c-4fb6-bef1-861b2b6111fc'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.30    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.31    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=3.72645126685095    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.37    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Security.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.ISecurity' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Security/CheckUserGlobalPermission' MessageId:
    'urn:uuid:7787e7fe-44b3-4bb0-9a16-452ac7f8f62b'    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.38    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Security.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Security/CheckUserGlobalPermission' MessageId:
    'urn:uuid:7787e7fe-44b3-4bb0-9a16-452ac7f8f62b'    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.38    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.38    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.32977794663847    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.39    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadUserSummariesAll' MessageId: 'urn:uuid:844ec823-8987-42b2-bd60-e9d33e17ba89'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.40    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/ResourceReadUserSummariesAll' MessageId: 'urn:uuid:844ec823-8987-42b2-bd60-e9d33e17ba89'  
     9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.40    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.41    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=10.0093726996029    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:43.70    w3wp.exe (0x16A4)    0x1E34    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (Request (GET:https://sharepoint.company.com:443/pwa/_layouts/pwa/Admin/ManageUsers.aspx)). Execution Time=510.331620359571    9e5ce790-3f37-48c3-a1a4-fff4e338d5b4
    07/10/2014 08:14:44.13    w3wp.exe (0x1558)    0x15F4    Excel Services Application    Excel Calculation Services    8jg2    Medium    ResourceManager.PerformCleanup:
    Memory Manager: CurrentSize=528744448.    53fed7f1-cb9f-3737-0000-000050f7b00c
    07/10/2014 08:14:46.23    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (Request (GET:https://sharepoint.company.com:443/pwa/_layouts/PWA/Admin/AddModifyUser.aspx?returnLocation=0))    
    07/10/2014 08:14:46.23    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Name=Request
    (GET:https://sharepoint.company.com:443/pwa/_layouts/PWA/Admin/AddModifyUser.aspx?returnLocation=0)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.28    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Site=/pwa  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.31    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/SecurityCheckUserPagePermission' MessageId: 'urn:uuid:0b0c9348-49aa-40fc-b5b8-409be0fb64ab'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.32    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/PWA.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/SecurityCheckUserPagePermission' MessageId:
    'urn:uuid:0b0c9348-49aa-40fc-b5b8-409be0fb64ab'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.32    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.32    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.83626689984342    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.33    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Security.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.ISecurity' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Security/CheckUserGlobalPermission' MessageId:
    'urn:uuid:610e3e65-f190-4f09-9bd7-bdedc0294f06'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.33    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Security.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Security/CheckUserGlobalPermission' MessageId:
    'urn:uuid:610e3e65-f190-4f09-9bd7-bdedc0294f06'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.33    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.33    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.20350491473078    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.52    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Project.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IProject' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator' MessageId: 'urn:uuid:79fd41f4-b21a-4c0e-b8ff-022a634722ea'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.71    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Project.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator' MessageId:
    'urn:uuid:79fd41f4-b21a-4c0e-b8ff-022a634722ea'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.71    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.71    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=2.86349242711015    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.71    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Monitoring    b4ly    High    Leaving Monitored Scope
    (ExecuteWcfOperation:http://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator). Execution Time=192.754107016395    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.86    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Admin.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IAdmin' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Admin/GetServerCurrency' MessageId: 'urn:uuid:05bc1abb-b84f-4624-a8c8-97ff5fec5128'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.86    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Admin.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Admin/GetServerCurrency' MessageId: 'urn:uuid:05bc1abb-b84f-4624-a8c8-97ff5fec5128'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.86    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:46.87    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=2.57434953325073    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:48.27    w3wp.exe (0x1558)    0x1A14    Excel Services Application    Excel Calculation Services    8jg2    Medium    ResourceManager.PerformCleanup:
    Disk Manager: CurrentSize=170852.    11c5f189-cb9f-3737-0000-000050f7b00c
    07/10/2014 08:14:48.58    w3wp.exe (0x16A4)    0x0A8C    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/3134a6073a474d49a4f6c790255e5237/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId:
    'urn:uuid:974be790-09cc-4c85-ba78-002750c5e866'    
    07/10/2014 08:14:48.58    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/3134a6073a474d49a4f6c790255e5237/MetadataWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId: 'urn:uuid:974be790-09cc-4c85-ba78-002750c5e866'  
     3494407d-8a15-4988-9a00-e82b6bd1c016
    07/10/2014 08:14:48.58    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    3494407d-8a15-4988-9a00-e82b6bd1c016
    07/10/2014 08:14:48.58    w3wp.exe (0x1558)    0x2094    SharePoint Server    Taxonomy    fuc5    Medium    MetadataWebServiceApplication.GetChanges
    called on 'Managed Metadata Service' starting.    3494407d-8a15-4988-9a00-e82b6bd1c016
    07/10/2014 08:14:48.58    w3wp.exe (0x1558)    0x2094    SharePoint Server    Taxonomy    fuc6    Medium    MetadataWebServiceApplication.GetChanges
    called on 'Managed Metadata Service' completed.    3494407d-8a15-4988-9a00-e82b6bd1c016
    07/10/2014 08:14:48.58    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.98935898277574    3494407d-8a15-4988-9a00-e82b6bd1c016
    07/10/2014 08:14:49.14    w3wp.exe (0x1558)    0x15F4    Excel Services Application    Excel Calculation Services    8jg2    Medium    ResourceManager.PerformCleanup:
    Memory Manager: CurrentSize=529596416.    53fed7f1-cb9f-3737-0000-000050f7b00c
    07/10/2014 08:14:49.19    w3wp.exe (0x0A64)    0x08B0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest:
    RemoteAddress: 'http://spserver:32843/3134a6073a474d49a4f6c790255e5237/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:08359816-04b3-4d2c-b5ac-486aa21dbd2b'    
    07/10/2014 08:14:49.20    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/3134a6073a474d49a4f6c790255e5237/MetadataWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId: 'urn:uuid:08359816-04b3-4d2c-b5ac-486aa21dbd2b'  
     8afd4f08-409a-4728-bdee-140f948f7ae3
    07/10/2014 08:14:49.20    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8afd4f08-409a-4728-bdee-140f948f7ae3
    07/10/2014 08:14:49.20    w3wp.exe (0x1558)    0x2094    SharePoint Server    Taxonomy    fuc5    Medium    MetadataWebServiceApplication.GetChanges
    called on 'Managed Metadata Service' starting.    8afd4f08-409a-4728-bdee-140f948f7ae3
    07/10/2014 08:14:49.20    w3wp.exe (0x1558)    0x2094    SharePoint Server    Taxonomy    fuc6    Medium    MetadataWebServiceApplication.GetChanges
    called on 'Managed Metadata Service' completed.    8afd4f08-409a-4728-bdee-140f948f7ae3
    07/10/2014 08:14:49.20    w3wp.exe (0x1558)    0x2094    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=1.07806997816762    8afd4f08-409a-4728-bdee-140f948f7ae3
    07/10/2014 08:14:50.89    OWSTIMER.EXE (0x1734)    0x0580    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (Timer Job Search Health Monitoring - Trace Events)    c9d438fc-b6a3-499f-9709-8566b62cb5e0
    07/10/2014 08:14:50.89    OWSTIMER.EXE (0x1734)    0x0580    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (Timer Job Search Health Monitoring - Trace Events). Execution Time=4.99169587196138    c9d438fc-b6a3-499f-9709-8566b62cb5e0
    07/10/2014 08:14:51.10    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/CustomFields.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.ICustomFields' Action: 'http://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity'
    MessageId: 'urn:uuid:4de9e73a-ad47-4bab-891e-bd52c7d1446b'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.22    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/CustomFields.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity'
    MessageId: 'urn:uuid:4de9e73a-ad47-4bab-891e-bd52c7d1446b'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.22    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.22    w3wp.exe (0x1830)    0x0984    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=3.70745443904183    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.23    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Monitoring    b4ly    High    Leaving Monitored Scope
    (ExecuteWcfOperation:http://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity). Execution Time=120.598847060171    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.32    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/LookupTable.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.ILookupTable' Action: 'http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLookupTablesByUids' MessageId:
    'urn:uuid:b196f29b-6c62-48a4-921d-90bf91d78653'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.43    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/LookupTable.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLookupTablesByUids' MessageId:
    'urn:uuid:b196f29b-6c62-48a4-921d-90bf91d78653'    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.43    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.44    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=17.8209800407594    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.44    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Monitoring    b4ly    High    Leaving Monitored Scope
    (ExecuteWcfOperation:http://schemas.microsoft.com/office/project/server/webservices/LookupTable/ReadLookupTablesByUids). Execution Time=128.768041748323    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.60    w3wp.exe (0x16A4)    0x21E0    SharePoint Foundation    Topology    e5mc    Medium    WcfSendRequest: RemoteAddress:
    'http://spserver:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Calendar.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.ICalendar' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Calendar/ListCalendars' MessageId: 'urn:uuid:4f766fee-c7d6-4a41-9a4a-cfd785f9fd81'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.70    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Topology    e5mb    Medium    WcfReceiveRequest: LocalAddress:
    'http://spserver.company.com:32843/ca7243dbfa1e40e189c28ca8f4e1dbad/PSI/Calendar.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/office/project/server/webservices/Calendar/ListCalendars' MessageId: 'urn:uuid:4f766fee-c7d6-4a41-9a4a-cfd785f9fd81'  
     8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.70    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    nasq    Medium    Entering monitored
    scope (ExecuteWcfServerOperation)    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26
    07/10/2014 08:14:51.70    w3wp.exe (0x1830)    0x18F8    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored
    Scope (ExecuteWcfServerOperation). Execution Time=3.05206387962716    8ddb50f2-6ae7-4a68-a2a4-6bbddb67ac26

Maybe you are looking for

  • Installation  Problem HP LaserJet 4

    The printer is recognised on the USB port but no drivers are being installed Os 10.3.5 its on a USB to Paralell cable Any sudjestions

  • Lightroom book upload to Blurb - "GutsSize error"

    Hi, I'm trying to upload my book (112 pages) from Lightroom 5.0 to Blurb for already 2 weeks. I have tried at least 15 times, without any success- I always get the following error message : "GutsSize error". I don't have any clue what it means. I can

  • How to add an iview as a link

    Hi, I have a requirement like i need add an iview (For Ex : Contact Us) as a link at the bottom of the page/currently viewing iview. Not in a navigation panel as a related links or not as a favourite link, a link should be added at the bottom of a pa

  • Error in Displaying results

    dear specialists, the .rpd file i am working on is consistent but in the answers when we try to create reports we get an error. it says that no data found in location. we are using xml and flat file sources. we did not build the .rpd file but other d

  • Error when attempting to update Adobe CS5 Master Collection via Adobe Application Manager

    I have a copy of Adobe CS5 Master Collection running on OS X Yosemite. For the last few weeks, anytime that I'm prompted to update CS5, I allow it but it fails.  See the first screenshot below for details.  The second screenshot is the error log file