Status manager field report in pwa 2010

From Ms project or project server I am trying to get a report on status managers on tasks. 
is there a way I can get status managers listed on the tasks in a report other than Opening all projects individually?

I got a Sample template which looks almost same called Projects and assignments
we can add status manager field there. Below is the query
    SELECT                MSP_EpmProject_UserView.ProjectUID as [ProjectUID],                MSP_EpmProject_UserView.ProjectName as [ProjectName],      
         MSP_EpmProject_UserView.ProjectAuthorName as [ProjectAuthorName],                MSP_EpmProject_UserView.ProjectOwnerResourceUID as [ProjectOwnerResourceUID],        
       MSP_EpmProject_UserView.ProjectStartDate as [ProjectStartDate],                MSP_EpmProject_UserView.ProjectFinishDate as [ProjectFinishDate],              
 MSP_EpmProject_UserView.ProjectStatusDate as [ProjectStatusDate],                MSP_EpmProject_UserView.ProjectManagerName as [ProjectManagerName],                MSP_EpmProject_UserView.ProjectType
as [ProjectType],                MSP_EpmProject_UserView.ProjectWorkspaceInternalHRef as [ProjectWorkspaceInternalHRef],                MSP_EpmProject_UserView.ProjectWbsIsStale
as [ProjectWbsIsStale],                MSP_EpmProject_UserView.ProjectEarnedValueIsStale as [ProjectEarnedValueIsStale],                MSP_EpmProject_UserView.ProjectRollupsAreStale
as [ProjectRollupsAreStale],                MSP_EpmProject_UserView.ProjectHierarchyNotSynchronized as [ProjectHierarchyNotSynchronized],                MSP_EpmProject_UserView.ProjectCalculationsAreStale
as [ProjectCalculationsAreStale],                MSP_EpmProject_UserView.ProjectGhostTaskAreStale as [ProjectGhostTaskAreStale],                MSP_EpmProject_UserView.ProjectCurrency
as [ProjectCurrency],                MSP_EpmProject_UserView.ResourcePlanUtilizationType as [ResourcePlanUtilizationType],                MSP_EpmProject_UserView.ResourcePlanUtilizationDate
as [ResourcePlanUtilizationDate],                MSP_EpmProject_UserView.ProjectCreatedRevisionCounter as [ProjectCreatedRevisionCounter],                MSP_EpmProject_UserView.ProjectModifiedRevisionCounter
as [ProjectModifiedRevisionCounter],                MSP_EpmProject_UserView.ProjectCreatedDate as [ProjectCreatedDate],                MSP_EpmProject_UserView.ProjectModifiedDate
as [ProjectModifiedDate],                MSP_EpmProject_UserView.ProjectCalendarDuration as [ProjectCalendarDuration],                MSP_EpmProject_UserView.ParentProjectUID as
[ParentProjectUID],                MSP_EpmProject_UserView.ProjectFixedCost as [ProjectFixedCost],                MSP_EpmProject_UserView.ProjectCost as [ProjectCost],    
           MSP_EpmProject_UserView.ProjectOvertimeCost as [ProjectOvertimeCost],                MSP_EpmProject_UserView.ProjectActualCost as [ProjectActualCost],        
       MSP_EpmProject_UserView.ProjectActualOvertimeCost as [ProjectActualOvertimeCost],                MSP_EpmProject_UserView.ProjectWork as [ProjectWork],            
   MSP_EpmProject_UserView.ProjectOvertimeWork as [ProjectOvertimeWork],                MSP_EpmProject_UserView.ProjectActualWork as [ProjectActualWork],                MSP_EpmProject_UserView.ProjectActualOvertimeWork
as [ProjectActualOvertimeWork],                MSP_EpmProject_UserView.ProjectDurationVariance as [ProjectDurationVariance],                MSP_EpmProject_UserView.ProjectStartVariance
as [ProjectStartVariance],                MSP_EpmProject_UserView.ProjectFinishVariance as [ProjectFinishVariance],                MSP_EpmProject_UserView.ProjectDuration as [ProjectDuration],
               MSP_EpmProject_UserView.ProjectActualDuration as [ProjectActualDuration],                MSP_EpmProject_UserView.ProjectActualStartDate as [ProjectActualStartDate],
               MSP_EpmProject_UserView.ProjectActualFinishDate as [ProjectActualFinishDate],                MSP_EpmProject_UserView.ProjectPercentCompleted as [ProjectPercentCompleted],
               MSP_EpmProject_UserView.ProjectPercentWorkCompleted as [ProjectPercentWorkCompleted],                MSP_EpmProject_UserView.ProjectACWP as [ProjectACWP],  
             MSP_EpmProject_UserView.ProjectBCWP as [ProjectBCWP],                MSP_EpmProject_UserView.ProjectBCWS as [ProjectBCWS],              
 MSP_EpmProject_UserView.ProjectSPI as [ProjectSPI],                MSP_EpmProject_UserView.ProjectTCPI as [ProjectTCPI],                MSP_EpmProject_UserView.ProjectVAC
as [ProjectVAC],                MSP_EpmProject_UserView.ProjectEAC as [ProjectEAC],                MSP_EpmProject_UserView.ProjectCostVariance as [ProjectCostVariance],  
             MSP_EpmProject_UserView.ProjectCV as [ProjectCV],                MSP_EpmProject_UserView.ProjectCPI as [ProjectCPI],                MSP_EpmProject_UserView.ProjectEarlyFinish
as [ProjectEarlyFinish],                MSP_EpmProject_UserView.ProjectEarlyStart as [ProjectEarlyStart],                MSP_EpmProject_UserView.ProjectLateFinish as [ProjectLateFinish],
               MSP_EpmProject_UserView.ProjectLateStart as [ProjectLateStart],                MSP_EpmProject_UserView.ProjectSV as [ProjectSV],          
     MSP_EpmProject_UserView.ProjectWorkVariance as [ProjectWorkVariance],                MSP_EpmProject_UserView.ProjectBudgetCost as [ProjectBudgetCost],              
 MSP_EpmProject_UserView.ProjectBudgetWork as [ProjectBudgetWork],                MSP_EpmProject_UserView.ProjectResourcePlanWork as [ProjectResourcePlanWork],                MSP_EpmProject_UserView.ProjectRegularCost
as [ProjectRegularCost],                MSP_EpmProject_UserView.ProjectRemainingCost as [ProjectRemainingCost],                MSP_EpmProject_UserView.ProjectRemainingOvertimeCost
as [ProjectRemainingOvertimeCost],                MSP_EpmProject_UserView.ProjectActualRegularCost as [ProjectActualRegularCost],                MSP_EpmProject_UserView.ProjectRemainingRegularCost
as [ProjectRemainingRegularCost],                MSP_EpmProject_UserView.ProjectRegularWork as [ProjectRegularWork],                MSP_EpmProject_UserView.ProjectRemainingWork
as [ProjectRemainingWork],                MSP_EpmProject_UserView.ProjectRemainingOvertimeWork as [ProjectRemainingOvertimeWork],                MSP_EpmProject_UserView.ProjectActualRegularWork
as [ProjectActualRegularWork],                MSP_EpmProject_UserView.ProjectRemainingRegularWork as [ProjectRemainingRegularWork],                MSP_EpmProject_UserView.ProjectRemainingDuration
as [ProjectRemainingDuration],                MSP_EpmProject_UserView.ProjectCVP as [ProjectCVP],                MSP_EpmProject_UserView.ProjectSVP as [ProjectSVP],    
           MSP_EpmProject_UserView.ProjectOwnerName as [ProjectOwnerName],                MSP_EpmProject_UserView.ProjectCount as [ProjectCount],            
   MSP_EpmProject_UserView.ProjectBaseline0Cost as [ProjectBaseline0Cost],                MSP_EpmProject_UserView.ProjectBaseline0FixedCost as [ProjectBaseline0FixedCost],          
     MSP_EpmProject_UserView.ProjectBaseline0Work as [ProjectBaseline0Work],                MSP_EpmProject_UserView.ProjectBaseline0BudgetCost as [ProjectBaseline0BudgetCost],        
       MSP_EpmProject_UserView.ProjectBaseline0BudgetWork as [ProjectBaseline0BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline0StartDate as [ProjectBaseline0StartDate],    
           MSP_EpmProject_UserView.ProjectBaseline0FinishDate as [ProjectBaseline0FinishDate],                MSP_EpmProject_UserView.ProjectBaseline0Duration as [ProjectBaseline0Duration],
               MSP_EpmProject_UserView.ProjectBaseline1Cost as [ProjectBaseline1Cost],                MSP_EpmProject_UserView.ProjectBaseline1FixedCost as [ProjectBaseline1FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline1Work as [ProjectBaseline1Work],                MSP_EpmProject_UserView.ProjectBaseline1BudgetCost as [ProjectBaseline1BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline1BudgetWork as [ProjectBaseline1BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline1StartDate as [ProjectBaseline1StartDate],
               MSP_EpmProject_UserView.ProjectBaseline1FinishDate as [ProjectBaseline1FinishDate],                MSP_EpmProject_UserView.ProjectBaseline1Duration as [ProjectBaseline1Duration],
               MSP_EpmProject_UserView.ProjectBaseline2Cost as [ProjectBaseline2Cost],                MSP_EpmProject_UserView.ProjectBaseline2FixedCost as [ProjectBaseline2FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline2Work as [ProjectBaseline2Work],                MSP_EpmProject_UserView.ProjectBaseline2BudgetCost as [ProjectBaseline2BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline2BudgetWork as [ProjectBaseline2BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline2StartDate as [ProjectBaseline2StartDate],
               MSP_EpmProject_UserView.ProjectBaseline2FinishDate as [ProjectBaseline2FinishDate],                MSP_EpmProject_UserView.ProjectBaseline2Duration as [ProjectBaseline2Duration],
               MSP_EpmProject_UserView.ProjectBaseline3Cost as [ProjectBaseline3Cost],                MSP_EpmProject_UserView.ProjectBaseline3FixedCost as [ProjectBaseline3FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline3Work as [ProjectBaseline3Work],                MSP_EpmProject_UserView.ProjectBaseline3BudgetCost as [ProjectBaseline3BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline3BudgetWork as [ProjectBaseline3BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline3StartDate as [ProjectBaseline3StartDate],
               MSP_EpmProject_UserView.ProjectBaseline3FinishDate as [ProjectBaseline3FinishDate],                MSP_EpmProject_UserView.ProjectBaseline3Duration as [ProjectBaseline3Duration],
               MSP_EpmProject_UserView.ProjectBaseline4Cost as [ProjectBaseline4Cost],                MSP_EpmProject_UserView.ProjectBaseline4FixedCost as [ProjectBaseline4FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline4Work as [ProjectBaseline4Work],                MSP_EpmProject_UserView.ProjectBaseline4BudgetCost as [ProjectBaseline4BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline4BudgetWork as [ProjectBaseline4BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline4StartDate as [ProjectBaseline4StartDate],
               MSP_EpmProject_UserView.ProjectBaseline4FinishDate as [ProjectBaseline4FinishDate],                MSP_EpmProject_UserView.ProjectBaseline4Duration as [ProjectBaseline4Duration],
               MSP_EpmProject_UserView.ProjectBaseline5Cost as [ProjectBaseline5Cost],                MSP_EpmProject_UserView.ProjectBaseline5FixedCost as [ProjectBaseline5FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline5Work as [ProjectBaseline5Work],                MSP_EpmProject_UserView.ProjectBaseline5BudgetCost as [ProjectBaseline5BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline5BudgetWork as [ProjectBaseline5BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline5StartDate as [ProjectBaseline5StartDate],
               MSP_EpmProject_UserView.ProjectBaseline5FinishDate as [ProjectBaseline5FinishDate],                MSP_EpmProject_UserView.ProjectBaseline5Duration as [ProjectBaseline5Duration],
               MSP_EpmProject_UserView.ProjectBaseline6Cost as [ProjectBaseline6Cost],                MSP_EpmProject_UserView.ProjectBaseline6FixedCost as [ProjectBaseline6FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline6Work as [ProjectBaseline6Work],                MSP_EpmProject_UserView.ProjectBaseline6BudgetCost as [ProjectBaseline6BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline6BudgetWork as [ProjectBaseline6BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline6StartDate as [ProjectBaseline6StartDate],
               MSP_EpmProject_UserView.ProjectBaseline6FinishDate as [ProjectBaseline6FinishDate],                MSP_EpmProject_UserView.ProjectBaseline6Duration as [ProjectBaseline6Duration],
               MSP_EpmProject_UserView.ProjectBaseline7Cost as [ProjectBaseline7Cost],                MSP_EpmProject_UserView.ProjectBaseline7FixedCost as [ProjectBaseline7FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline7Work as [ProjectBaseline7Work],                MSP_EpmProject_UserView.ProjectBaseline7BudgetCost as [ProjectBaseline7BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline7BudgetWork as [ProjectBaseline7BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline7StartDate as [ProjectBaseline7StartDate],
               MSP_EpmProject_UserView.ProjectBaseline7FinishDate as [ProjectBaseline7FinishDate],                MSP_EpmProject_UserView.ProjectBaseline7Duration as [ProjectBaseline7Duration],
               MSP_EpmProject_UserView.ProjectBaseline8Cost as [ProjectBaseline8Cost],                MSP_EpmProject_UserView.ProjectBaseline8FixedCost as [ProjectBaseline8FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline8Work as [ProjectBaseline8Work],                MSP_EpmProject_UserView.ProjectBaseline8BudgetCost as [ProjectBaseline8BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline8BudgetWork as [ProjectBaseline8BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline8StartDate as [ProjectBaseline8StartDate],
               MSP_EpmProject_UserView.ProjectBaseline8FinishDate as [ProjectBaseline8FinishDate],                MSP_EpmProject_UserView.ProjectBaseline8Duration as [ProjectBaseline8Duration],
               MSP_EpmProject_UserView.ProjectBaseline9Cost as [ProjectBaseline9Cost],                MSP_EpmProject_UserView.ProjectBaseline9FixedCost as [ProjectBaseline9FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline9Work as [ProjectBaseline9Work],                MSP_EpmProject_UserView.ProjectBaseline9BudgetCost as [ProjectBaseline9BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline9BudgetWork as [ProjectBaseline9BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline9StartDate as [ProjectBaseline9StartDate],
               MSP_EpmProject_UserView.ProjectBaseline9FinishDate as [ProjectBaseline9FinishDate],                MSP_EpmProject_UserView.ProjectBaseline9Duration as [ProjectBaseline9Duration],
               MSP_EpmProject_UserView.ProjectBaseline10Cost as [ProjectBaseline10Cost],                MSP_EpmProject_UserView.ProjectBaseline10FixedCost as [ProjectBaseline10FixedCost],
               MSP_EpmProject_UserView.ProjectBaseline10Work as [ProjectBaseline10Work],                MSP_EpmProject_UserView.ProjectBaseline10BudgetCost as [ProjectBaseline10BudgetCost],
               MSP_EpmProject_UserView.ProjectBaseline10BudgetWork as [ProjectBaseline10BudgetWork],                MSP_EpmProject_UserView.ProjectBaseline10StartDate as [ProjectBaseline10StartDate],
               MSP_EpmProject_UserView.ProjectBaseline10FinishDate as [ProjectBaseline10FinishDate],                MSP_EpmProject_UserView.ProjectBaseline10Duration as [ProjectBaseline10Duration],
               MSP_EpmTask_UserView.TaskUID as [TaskUID],                MSP_EpmTask_UserView.TaskParentUID as [TaskParentUID],              
 MSP_EpmTask_UserView.FixedCostAssignmentUID as [FixedCostAssignmentUID],                MSP_EpmTask_UserView.TaskName as [TaskName],                MSP_EpmTask_UserView.TaskIndex
as [TaskIndex],                MSP_EpmTask_UserView.TaskIsOverallocated as [TaskIsOverallocated],                MSP_EpmTask_UserView.TaskIsProjectSummary as [TaskIsProjectSummary],
               MSP_EpmTask_UserView.TaskOutlineLevel as [TaskOutlineLevel],                MSP_EpmTask_UserView.TaskOutlineNumber as [TaskOutlineNumber],        
       MSP_EpmTask_UserView.TaskIsMilestone  as [TaskIsMilestone],                MSP_EpmTask_UserView.TaskIsCritical as [TaskIsCritical],                MSP_EpmTask_UserView.TaskIsSummary
as [TaskIsSummary],                MSP_EpmTask_UserView.TaskFixedCost as [TaskFixedCost],                MSP_EpmTask_UserView.TaskActualFixedCost as [TaskActualFixedCost],  
             MSP_EpmTask_UserView.TaskCost as [TaskCost],                MSP_EpmTask_UserView.TaskOvertimeCost as [TaskOvertimeCost],              
 MSP_EpmTask_UserView.TaskActualCost as [TaskActualCost],                MSP_EpmTask_UserView.TaskActualOvertimeCost as [TaskActualOvertimeCost],                MSP_EpmTask_UserView.TaskWork
as [TaskWork],                MSP_EpmTask_UserView.TaskOvertimeWork as [TaskOvertimeWork],                MSP_EpmTask_UserView.TaskActualWork as [TaskActualWork],    
           MSP_EpmTask_UserView.TaskActualOvertimeWork as [TaskActualOvertimeWork],                MSP_EpmTask_UserView.TaskDurationVariance as [TaskDurationVariance],      
         MSP_EpmTask_UserView.TaskStartVariance as [TaskStartVariance],                MSP_EpmTask_UserView.TaskFinishVariance as [TaskFinishVariance],            
   MSP_EpmTask_UserView.TaskTotalSlack as [TaskTotalSlack],                MSP_EpmTask_UserView.TaskFreeSlack as [TaskFreeSlack],                MSP_EpmTask_UserView.TaskDuration
as [TaskDuration],                MSP_EpmTask_UserView.TaskDurationString as [TaskDurationString],                MSP_EpmTask_UserView.TaskActualDuration as [TaskActualDuration],
               MSP_EpmTask_UserView.TaskStartDate as [TaskStartDate],                MSP_EpmTask_UserView.TaskStartDateString as [TaskStartDateString],        
       MSP_EpmTask_UserView.TaskFinishDate as [TaskFinishDate],                MSP_EpmTask_UserView.TaskFinishDateString as [TaskFinishDateString],              
 MSP_EpmTask_UserView.TaskDeliverableStartDate as [TaskDeliverableStartDate],                MSP_EpmTask_UserView.TaskDeliverableFinishDate as [TaskDeliverableFinishDate],            
   MSP_EpmTask_UserView.TaskActualStartDate as [TaskActualStartDate],                MSP_EpmTask_UserView.TaskActualFinishDate as [TaskActualFinishDate],                MSP_EpmTask_UserView.TaskPercentCompleted
as [TaskPercentCompleted],                MSP_EpmTask_UserView.TaskPercentWorkCompleted as [TaskPercentWorkCompleted],                MSP_EpmTask_UserView.TaskPhysicalPercentCompleted
as [TaskPhysicalPercentCompleted],                MSP_EpmTask_UserView.TaskACWP as [TaskACWP],                MSP_EpmTask_UserView.TaskBCWP as [TaskBCWP],      
         MSP_EpmTask_UserView.TaskBCWS as [TaskBCWS],                MSP_EpmTask_UserView.TaskLevelingDelay as [TaskLevelingDelay],                MSP_EpmTask_UserView.TaskPriority
as [TaskPriority],                MSP_EpmTask_UserView.TaskSPI as [TaskSPI],                MSP_EpmTask_UserView.TaskTCPI as [TaskTCPI],            
   MSP_EpmTask_UserView.TaskVAC as [TaskVAC],                MSP_EpmTask_UserView.TaskDeadline as [TaskDeadline],                MSP_EpmTask_UserView.TaskDurationIsEstimated
as [TaskDurationIsEstimated],                MSP_EpmTask_UserView.TaskEAC as [TaskEAC],                MSP_EpmTask_UserView.TaskIsEffortDriven as [TaskIsEffortDriven],    
           MSP_EpmTask_UserView.TaskIsExternal as [TaskIsExternal],                MSP_EpmTask_UserView.TaskIsRecurring as [TaskIsRecurring],              
 MSP_EpmTask_UserView.TaskCostVariance as [TaskCostVariance],                MSP_EpmTask_UserView.TaskCV as [TaskCV],                MSP_EpmTask_UserView.TaskCPI as [TaskCPI],
               MSP_EpmTask_UserView.TaskEarlyFinish as [TaskEarlyFinish],                MSP_EpmTask_UserView.TaskEarlyStart as [TaskEarlyStart],          
     MSP_EpmTask_UserView.TaskLateFinish as [TaskLateFinish],                MSP_EpmTask_UserView.TaskLateStart as [TaskLateStart],                MSP_EpmTask_UserView.TaskSV
as [TaskSV],                MSP_EpmTask_UserView.TaskWorkVariance as [TaskWorkVariance],                MSP_EpmTask_UserView.TaskIgnoresResourceCalendar as [TaskIgnoresResourceCalendar],
               MSP_EpmTask_UserView.TaskClientUniqueId as [TaskClientUniqueId],                MSP_EpmTask_UserView.TaskIsMarked as [TaskIsMarked],        
       MSP_EpmTask_UserView.TaskIsActive as [TaskIsActive],                MSP_EpmTask_UserView.TaskIsManuallyScheduled as [TaskIsManuallyScheduled],              
 MSP_EpmTask_UserView.TaskWBS as [TaskWBS],                MSP_EpmTask_UserView.TaskCreatedRevisionCounter as [TaskCreatedRevisionCounter],                MSP_EpmTask_UserView.TaskModifiedRevisionCounter
as [TaskModifiedRevisionCounter],                MSP_EpmTask_UserView.TaskCreatedDate as [TaskCreatedDate],                MSP_EpmTask_UserView.TaskModifiedDate as [TaskModifiedDate],
               MSP_EpmTask_UserView.TaskBudgetCost as [TaskBudgetCost],                MSP_EpmTask_UserView.TaskBudgetWork as [TaskBudgetWork],          
     MSP_EpmTask_UserView.TaskResourcePlanWork as [TaskResourcePlanWork],                MSP_EpmTask_UserView.TaskHyperLinkFriendlyName as [TaskHyperLinkFriendlyName],          
     MSP_EpmTask_UserView.TaskHyperLinkAddress as [TaskHyperLinkAddress],                MSP_EpmTask_UserView.TaskHyperLinkSubAddress  as [TaskHyperLinkSubAddress],          
     MSP_EpmTask_UserView.TaskRegularCost as [TaskRegularCost],                MSP_EpmTask_UserView.TaskRemainingCost as [TaskRemainingCost],                MSP_EpmTask_UserView.TaskRemainingOvertimeCost
as [TaskRemainingOvertimeCost],                MSP_EpmTask_UserView.TaskActualRegularCost as [TaskActualRegularCost],                MSP_EpmTask_UserView.TaskRemainingRegularCost
as [TaskRemainingRegularCost],                MSP_EpmTask_UserView.TaskRegularWork as [TaskRegularWork],                MSP_EpmTask_UserView.TaskRemainingWork as [TaskRemainingWork],
               MSP_EpmTask_UserView.TaskRemainingOvertimeWork as [TaskRemainingOvertimeWork],                MSP_EpmTask_UserView.TaskActualRegularWork as [TaskActualRegularWork],
               MSP_EpmTask_UserView.TaskRemainingRegularWork as [TaskRemainingRegularWork],                MSP_EpmTask_UserView.TaskRemainingDuration as [TaskRemainingDuration],
               MSP_EpmTask_UserView.TaskCVP as [TaskCVP],                MSP_EpmTask_UserView.TaskSVP as [TaskSVP],                MSP_EpmTask_UserView.TaskCount
as [TaskCount],                MSP_EpmTask_UserView.TaskBaseline0Cost as [TaskBaseline0Cost],                MSP_EpmTask_UserView.TaskBaseline0FixedCost as [TaskBaseline0FixedCost],
               MSP_EpmTask_UserView.TaskBaseline0Work as [TaskBaseline0Work],                MSP_EpmTask_UserView.TaskBaseline0BudgetCost as [TaskBaseline0BudgetCost],    
           MSP_EpmTask_UserView.TaskBaseline0BudgetWork as [TaskBaseline0BudgetWork],                MSP_EpmTask_UserView.TaskBaseline0StartDate as [TaskBaseline0StartDate],    
           MSP_EpmTask_UserView.TaskBaseline0StartDateString as [TaskBaseline0StartDateString],                MSP_EpmTask_UserView.TaskBaseline0FinishDate as [TaskBaseline0FinishDate],
               MSP_EpmTask_UserView.TaskBaseline0FinishDateString as [TaskBaseline0FinishDateString],                MSP_EpmTask_UserView.TaskBaseline0DeliverableStartDate as [TaskBaseline0DeliverableStartDate],
               MSP_EpmTask_UserView.TaskBaseline0DeliverableFinishDate as [TaskBaseline0DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline0Duration as [TaskBaseline0Duration],
               MSP_EpmTask_UserView.TaskBaseline0DurationString as [TaskBaseline0DurationString],                MSP_EpmTask_UserView.TaskBaseline1Cost as [TaskBaseline1Cost],
               MSP_EpmTask_UserView.TaskBaseline1FixedCost as [TaskBaseline1FixedCost],                MSP_EpmTask_UserView.TaskBaseline1Work as [TaskBaseline1Work],    
           MSP_EpmTask_UserView.TaskBaseline1BudgetCost as [TaskBaseline1BudgetCost],                MSP_EpmTask_UserView.TaskBaseline1BudgetWork as [TaskBaseline1BudgetWork],    
           MSP_EpmTask_UserView.TaskBaseline1StartDate as [TaskBaseline1StartDate],                MSP_EpmTask_UserView.TaskBaseline1StartDateString as [TaskBaseline1StartDateString],  
             MSP_EpmTask_UserView.TaskBaseline1FinishDate as [TaskBaseline1FinishDate],                MSP_EpmTask_UserView.TaskBaseline1FinishDateString as [TaskBaseline1FinishDateString],
               MSP_EpmTask_UserView.TaskBaseline1DeliverableStartDate as [TaskBaseline1DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline1DeliverableFinishDate
as [TaskBaseline1DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline1Duration as [TaskBaseline1Duration],                MSP_EpmTask_UserView.TaskBaseline1DurationString
as [TaskBaseline1DurationString],                MSP_EpmTask_UserView.TaskBaseline2Cost as [TaskBaseline2Cost],                MSP_EpmTask_UserView.TaskBaseline2FixedCost as [TaskBaseline2FixedCost],
               MSP_EpmTask_UserView.TaskBaseline2Work as [TaskBaseline2Work],                MSP_EpmTask_UserView.TaskBaseline2BudgetCost as [TaskBaseline2BudgetCost],    
           MSP_EpmTask_UserView.TaskBaseline2BudgetWork as [TaskBaseline2BudgetWork],                MSP_EpmTask_UserView.TaskBaseline2StartDate as [TaskBaseline2StartDate],    
           MSP_EpmTask_UserView.TaskBaseline2StartDateString as [TaskBaseline2StartDateString],                MSP_EpmTask_UserView.TaskBaseline2FinishDate as [TaskBaseline2FinishDate],
               MSP_EpmTask_UserView.TaskBaseline2FinishDateString as [TaskBaseline2FinishDateString],                MSP_EpmTask_UserView.TaskBaseline2DeliverableStartDate as [TaskBaseline2DeliverableStartDate],
               MSP_EpmTask_UserView.TaskBaseline2DeliverableFinishDate as [TaskBaseline2DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline2Duration as [TaskBaseline2Duration],
               MSP_EpmTask_UserView.TaskBaseline2DurationString as [TaskBaseline2DurationString],                MSP_EpmTask_UserView.TaskBaseline3Cost as [TaskBaseline3Cost],
               MSP_EpmTask_UserView.TaskBaseline3FixedCost as [TaskBaseline3FixedCost],                MSP_EpmTask_UserView.TaskBaseline3Work as [TaskBaseline3Work],    
           MSP_EpmTask_UserView.TaskBaseline3BudgetCost as [TaskBaseline3BudgetCost],                MSP_EpmTask_UserView.TaskBaseline3BudgetWork as [TaskBaseline3BudgetWork],    
           MSP_EpmTask_UserView.TaskBaseline3StartDate as [TaskBaseline3StartDate],                MSP_EpmTask_UserView.TaskBaseline3StartDateString as [TaskBaseline3StartDateString],  
             MSP_EpmTask_UserView.TaskBaseline3FinishDate as [TaskBaseline3FinishDate],                MSP_EpmTask_UserView.TaskBaseline3FinishDateString as [TaskBaseline3FinishDateString],
               MSP_EpmTask_UserView.TaskBaseline3DeliverableStartDate as [TaskBaseline3DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline3DeliverableFinishDate
as [TaskBaseline3DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline3Duration as [TaskBaseline3Duration],                MSP_EpmTask_UserView.TaskBaseline3DurationString
as [TaskBaseline3DurationString],                MSP_EpmTask_UserView.TaskBaseline4Cost as [TaskBaseline4Cost],                MSP_EpmTask_UserView.TaskBaseline4FixedCost as [TaskBaseline4FixedCost],
               MSP_EpmTask_UserView.TaskBaseline4Work as [TaskBaseline4Work],                MSP_EpmTask_UserView.TaskBaseline4BudgetCost as [TaskBaseline4BudgetCost],    
           MSP_EpmTask_UserView.TaskBaseline4BudgetWork as [TaskBaseline4BudgetWork],                MSP_EpmTask_UserView.TaskBaseline4StartDate as [TaskBaseline4StartDate],    
           MSP_EpmTask_UserView.TaskBaseline4StartDateString as [TaskBaseline4StartDateString],                MSP_EpmTask_UserView.TaskBaseline4FinishDate as [TaskBaseline4FinishDate],
               MSP_EpmTask_UserView.TaskBaseline4FinishDateString as [TaskBaseline4FinishDateString],                MSP_EpmTask_UserView.TaskBaseline4DeliverableStartDate as [TaskBaseline4DeliverableStartDate],
               MSP_EpmTask_UserView.TaskBaseline4DeliverableFinishDate as [TaskBaseline4DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline4Duration as [TaskBaseline4Duration],
               MSP_EpmTask_UserView.TaskBaseline4DurationString as [TaskBaseline4DurationString],                MSP_EpmTask_UserView.TaskBaseline5Cost as [TaskBaseline5Cost],
               MSP_EpmTask_UserView.TaskBaseline5FixedCost as [TaskBaseline5FixedCost],                MSP_EpmTask_UserView.TaskBaseline5Work as [TaskBaseline5Work],    
           MSP_EpmTask_UserView.TaskBaseline5BudgetCost as [TaskBaseline5BudgetCost],                MSP_EpmTask_UserView.TaskBaseline5BudgetWork as [TaskBaseline5BudgetWork],    
           MSP_EpmTask_UserView.TaskBaseline5StartDate as [TaskBaseline5StartDate],                MSP_EpmTask_UserView.TaskBaseline5StartDateString as [TaskBaseline5StartDateString],  
             MSP_EpmTask_UserView.TaskBaseline5FinishDate as [TaskBaseline5FinishDate],                MSP_EpmTask_UserView.TaskBaseline5FinishDateString as [TaskBaseline5FinishDateString],
               MSP_EpmTask_UserView.TaskBaseline5DeliverableStartDate as [TaskBaseline5DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline5DeliverableFinishDate
as [TaskBaseline5DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline5Duration as [TaskBaseline5Duration],                MSP_EpmTask_UserView.TaskBaseline5DurationString
as [TaskBaseline5DurationString],                MSP_EpmTask_UserView.TaskBaseline6Cost as [TaskBaseline6Cost],                MSP_EpmTask_UserView.TaskBaseline6FixedCost as [TaskBaseline6FixedCost],
               MSP_EpmTask_UserView.TaskBaseline6Work as [TaskBaseline6Work],                MSP_EpmTask_UserView.TaskBaseline6BudgetCost as [TaskBaseline6BudgetCost],    
           MSP_EpmTask_UserView.TaskBaseline6BudgetWork as [TaskBaseline6BudgetWork],                MSP_EpmTask_UserView.TaskBaseline6StartDate as [TaskBaseline6StartDate],    
           MSP_EpmTask_UserView.TaskBaseline6StartDateString as [TaskBaseline6StartDateString],                MSP_EpmTask_UserView.TaskBaseline6FinishDate as [TaskBaseline6FinishDate],
               MSP_EpmTask_UserView.TaskBaseline6FinishDateString as [TaskBaseline6FinishDateString],                MSP_EpmTask_UserView.TaskBaseline6DeliverableStartDate as [TaskBaseline6DeliverableStartDate],
               MSP_EpmTask_UserView.TaskBaseline6DeliverableFinishDate as [TaskBaseline6DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline6Duration as [TaskBaseline6Duration],
               MSP_EpmTask_UserView.TaskBaseline6DurationString as [TaskBaseline6DurationString],                MSP_EpmTask_UserView.TaskBaseline7Cost as [TaskBaseline7Cost],
               MSP_EpmTask_UserView.TaskBaseline7FixedCost as [TaskBaseline7FixedCost],                MSP_EpmTask_UserView.TaskBaseline7Work as [TaskBaseline7Work],    
           MSP_EpmTask_UserView.TaskBaseline7BudgetCost as [TaskBaseline7BudgetCost],                MSP_EpmTask_UserView.TaskBaseline7BudgetWork as [TaskBaseline7BudgetWork],    
           MSP_EpmTask_UserView.TaskBaseline7StartDate as [TaskBaseline7StartDate],                MSP_EpmTask_UserView.TaskBaseline7StartDateString as [TaskBaseline7StartDateString],  
             MSP_EpmTask_UserView.TaskBaseline7FinishDate as [TaskBaseline7FinishDate],                MSP_EpmTask_UserView.TaskBaseline7FinishDateString as [TaskBaseline7FinishDateString],
               MSP_EpmTask_UserView.TaskBaseline7DeliverableStartDate as [TaskBaseline7DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline7DeliverableFinishDate
as [TaskBaseline7DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline7Duration as [TaskBaseline7Duration],                MSP_EpmTask_UserView.TaskBaseline7DurationString
as [TaskBaseline7DurationString],                MSP_EpmTask_UserView.TaskBaseline8Cost as [TaskBaseline8Cost],                MSP_EpmTask_UserView.TaskBaseline8FixedCost as [TaskBaseline8FixedCost],
               MSP_EpmTask_UserView.TaskBaseline8Work as [TaskBaseline8Work],                MSP_EpmTask_UserView.TaskBaseline8BudgetCost as [TaskBaseline8BudgetCost],    
           MSP_EpmTask_UserView.TaskBaseline8BudgetWork as [TaskBaseline8BudgetWork],                MSP_EpmTask_UserView.TaskBaseline8StartDate as [TaskBaseline8StartDate],    
           MSP_EpmTask_UserView.TaskBaseline8StartDateString as [TaskBaseline8StartDateString],                MSP_EpmTask_UserView.TaskBaseline8FinishDate as [TaskBaseline8FinishDate],
               MSP_EpmTask_UserView.TaskBaseline8FinishDateString as [TaskBaseline8FinishDateString],                MSP_EpmTask_UserView.TaskBaseline8DeliverableStartDate as [TaskBaseline8DeliverableStartDate],
               MSP_EpmTask_UserView.TaskBaseline8DeliverableFinishDate as [TaskBaseline8DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline8Duration as [TaskBaseline8Duration],
               MSP_EpmTask_UserView.TaskBaseline8DurationString as [TaskBaseline8DurationString],                MSP_EpmTask_UserView.TaskBaseline9Cost as [TaskBaseline9Cost],
               MSP_EpmTask_UserView.TaskBaseline9FixedCost as [TaskBaseline9FixedCost],                MSP_EpmTask_UserView.TaskBaseline9Work as [TaskBaseline9Work],    
           MSP_EpmTask_UserView.TaskBaseline9BudgetCost as [TaskBaseline9BudgetCost],                MSP_EpmTask_UserView.TaskBaseline9BudgetWork as [TaskBaseline9BudgetWork],    
           MSP_EpmTask_UserView.TaskBaseline9StartDate as [TaskBaseline9StartDate],                MSP_EpmTask_UserView.TaskBaseline9StartDateString as [TaskBaseline9StartDateString],  
             MSP_EpmTask_UserView.TaskBaseline9FinishDate as [TaskBaseline9FinishDate],                MSP_EpmTask_UserView.TaskBaseline9FinishDateString as [TaskBaseline9FinishDateString],
               MSP_EpmTask_UserView.TaskBaseline9DeliverableStartDate as [TaskBaseline9DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline9DeliverableFinishDate
as [TaskBaseline9DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline9Duration as [TaskBaseline9Duration],                MSP_EpmTask_UserView.TaskBaseline9DurationString
as [TaskBaseline9DurationString],                MSP_EpmTask_UserView.TaskBaseline10Cost as [TaskBaseline10Cost],                MSP_EpmTask_UserView.TaskBaseline10FixedCost as
[TaskBaseline10FixedCost],                MSP_EpmTask_UserView.TaskBaseline10Work as [TaskBaseline10Work],                MSP_EpmTask_UserView.TaskBaseline10BudgetCost as [TaskBaseline10BudgetCost],
               MSP_EpmTask_UserView.TaskBaseline10BudgetWork as [TaskBaseline10BudgetWork],                MSP_EpmTask_UserView.TaskBaseline10StartDate as [TaskBaseline10StartDate],
               MSP_EpmTask_UserView.TaskBaseline10StartDateString as [TaskBaseline10StartDateString],                MSP_EpmTask_UserView.TaskBaseline10FinishDate as [TaskBaseline10FinishDate],
               MSP_EpmTask_UserView.TaskBaseline10FinishDateString as [TaskBaseline10FinishDateString],                MSP_EpmTask_UserView.TaskBaseline10DeliverableStartDate as
[TaskBaseline10DeliverableStartDate],                MSP_EpmTask_UserView.TaskBaseline10DeliverableFinishDate as [TaskBaseline10DeliverableFinishDate],                MSP_EpmTask_UserView.TaskBaseline10Duration
as [TaskBaseline10Duration],                MSP_EpmTask_UserView.TaskBaseline10DurationString as [TaskBaseline10DurationString],                MSP_EpmTask_UserView.[Health] as
[Health],                MSP_EpmResource_UserView.ResourceName as [ResourceName],                MSP_EpmResource_UserView.ResourceType as [ResourceType],        
       MSP_EpmResource_UserView.ResourceIsTeam as [ResourceIsTeam],                MSP_EpmResource_UserView.[Resource Departments] as [Resource Departments],            
     MSP_EpmResource_UserView.[RBS] as [RBS],                  MSP_EpmResource_UserView.ResourceCostCenter as [ResourceCostCenter],                MSP_EpmAssignment_UserView.AssignmentCost
as [AssignmentCost],                MSP_EpmAssignment_UserView.AssignmentWork as [AssignmentWork],                MSP_EpmAssignment_UserView.AssignmentActualWork as [AssignmentActualWork],
               MSP_EpmAssignment_UserView.AssignmentPercentWorkCompleted as [AssignmentPercentWorkCompleted],                MSP_EpmAssignment_UserView.AssignmentStartDate as [AssignmentStartDate],
               MSP_EpmAssignment_UserView.AssignmentFinishDate as [AssignmentFinishDate],                MSP_EpmAssignment_UserView.AssignmentActualStartDate as [AssignmentActualStartDate],
               MSP_EpmAssignment_UserView.AssignmentActualFinishDate as [AssignmentActualFinishDate],                MSP_EpmAssignment_UserView.AssignmentType as [AssignmentType],
               MSP_EpmAssignment_UserView.AssignmentResourceType as [AssignmentResourceType],                MSP_EpmAssignment_UserView.AssignmentIsOverallocated as [AssignmentIsOverallocated],
               MSP_EpmAssignment_UserView.AssignmentModifiedDate as [AssignmentModifiedDate],                MSP_EpmAssignment_UserView.AssignmentResourcePlanWork as [AssignmentResourcePlanWork],
               MSP_EpmAssignment_UserView.AssignmentRemainingCost as [AssignmentRemainingCost],                MSP_EpmAssignment_UserView.AssignmentRemainingWork as [AssignmentRemainingWork]
            FROM                dbo.MSP_EpmProject_UserView             INNER JOIN dbo.MSP_EpmTask_UserView ON              
 MSP_EpmProject_UserView.ProjectUID = MSP_EpmTask_UserView.ProjectUID             LEFT OUTER JOIN                dbo.MSP_EpmAssignment_UserView ON          
        MSP_EpmTask_UserView.TaskUID = MSP_EpmAssignment_UserView.TaskUID                   AND MSP_EpmTask_UserView.ProjectUID = MSP_EpmAssignment_UserView.ProjectUID        
    LEFT OUTER JOIN                dbo.MSP_EpmResource_UserView ON                   MSP_EpmAssignment_UserView.ResourceUID = MSP_EpmResource_UserView.ResourceUID
            ORDER BY                MSP_EpmProject_UserView.ProjectName,                MSP_EpmTask_UserView.TaskIndex,        
       MSP_EpmTask_UserView.TaskName          

Similar Messages

  • Non working times report in pwa 2010

    how can I report out non working time for resources?

    See this similar
    post for a code oriented solution for resources.
    This
    post gives a similar code for project exceptions.
    Otherwise, select Reports | Assignment | Who Does What, edit the Report, and then within the Details Tab, select Calendar under the resource column.  It will list each resource's calendar and non working time. See reference
    here.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Error in Pwa 2010 report

    Hi,
    when I am adding fields to my pivot table in Report in Pwa 2010. I am getting the error below.

    The screenshot corresponds to the OLAP cubes
    configuration that you reached clicking on "configuration".
    The parameter I mention are in the OLAP cubes
    settings accessible by clicking directly on the OLAP database name from server settings, OLAP data management.
    See references here:
    http://blogs.msdn.com/b/project/archive/2010/01/06/project-2010-business-intelligence-overview.aspx
    http://www.gurusoftware.com/ProjectServer/Learning2010ActualTraining/Courses/Administrator/Sections/ProjectServerMisc/OLAPDatabaseManagement.htm
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Status Manager automatically changing

    MSP Professional 2010 on a PWA server.
    Users are reporting that the "Status Manager" field on their projects are changing for all task  This has happened twice, both times the person it changes to advises they have never even opened the project much less added task to it.
    Seen it multiple times I open a project - not add any task just open it and the status manager changes to their name. 
    Do we have something set up wrong or gremlins?  Any insight on what to look for would be appreciated

    Ibrash,
    I am guessing that you are seeing this happen on 'Summary Tasks', which is by design. I can't remember the reason, but I think this was changed many many versions ago, to show the summary tasks' status manger to be the person who opens the schedule. Since
    Summary Resources are not recommended to have resource assigned,  this should not impact you any way.
    If I am off the mark completely, and you are seeing this on the subtasks as wll, pleae let me know.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • 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!

  • TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.

    The command TfsAdmin ProjectServer /RegisterPWA causes next error:
    TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.
    Project Server returned the following error: "Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.".
     (type ProvisionException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.HandleSoapException(SoapException soapException, String errorResourceString)
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.IsDBSchemaProvisioned()
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionManager.Provision()
    I installed SharePoint 2013 and Project Server 2013 as farm and TFS 2012 and my account has permissions everywhere. I read article
    http://msdn.microsoft.com/en-us/library/gg412653.aspx and gave full permissions for TFS account to SQL and Project, Project app pool account to SQL, but still have an error.
    How can I find out what exactly permissions are not enough???

    The problem was in claims authentication. Changed to Windows and all worked out.

  • Change Status Manager MSPS 2013 PWA

    Can Status Manager be changed in MSPS 2013 PWA? If so, how can this be accomplished.  I was told this was possible but haven't found the right security combination to do this.

    Hello,
    You can do this in Project Pro 2013. Don't think it is possible to update the Status Manager in PWA, you can only view the Status Manager for a task.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • PWA 2010 reports time out

    hi
    one of the user if leave reports open in pWA 2010 for more than 5minutes I guess it times out.
    Could you please advice why?

    Hello, please can you give more details? What report? What technology, Excel, SSRS etc? Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Task Status Manager

    Hi
    Does anyone now how, or if, I can read a task's Status Manager using oData with Excel 2013 from Project Server Online 2013?
    Seems that in previous versions of Project that it was possible to do from the "reporting" data base.  Is that no longer the case?  I can not seem to find this field.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Spiro,
    You are correct. The Task Status Manager does not seem to be part of the default OData feed for Tasks.
    A workaround in this case is to create a custom task level field, with a formula "= [Status Manager]", and that field will appear in the oData feed. I have tested this and it works.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • PF STATUS IN ALV REPORT

    hi,
    How to use PF STATUS IN ALV REPORT?

    HI,
    see this code.
    TABLES:MARA.
    SELECT-OPTIONS: MATNR FOR MARA-MATNR.
    DATA:BEGIN OF ITAB OCCURS 0,
         MATNR LIKE MARA-MATNR,
         ERSDA LIKE MARA-ERSDA,
         MTART LIKE MARA-MTART,
         MBRSH LIKE MARA-MBRSH,
    END OF ITAB.
    SELECT * FROM MARA INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE MATNR
    IN MATNR.
    TYPE-POOLS SLIS.
    DATA:FCAT TYPE slis_t_fieldcat_alv.
    DATA:LAYOUT TYPE slis_layout_alv.
    DATA:EVE TYPE slis_t_event WITH HEADER LINE.
    DATA:HEAD TYPE slis_t_listheader WITH HEADER LINE.
    DATA:SORT TYPE slis_t_sortinfo_alv WITH HEADER LINE.
    SORT-UP = 'X'.
    SORT-SPOS = 1.
    SORT-FIELDNAME = 'ERSDA'.
    SORT-tabname = 'MARA'.
    APPEND SORT.
    SORT-SPOS = 2.
    SORT-FIELDNAME = 'MTART'.
    SORT-tabname = 'MARA'.
    APPEND SORT.
    EVE-NAME = 'TOP_OF_PAGE'.
    EVE-FORM = 'TOPOFPAGE'.
    APPEND EVE.
    EVE-NAME = 'TOP_OF_LIST'.
    EVE-FORM = 'TOPOFLIST'.
    APPEND EVE.
    EVE-NAME = 'END_OF_LIST'.
    EVE-FORM = 'ENDOFLIST'.
    APPEND EVE.
    LAYOUT-ZEBRA = 'X'.
    LAYOUT-no_hline = 'X'.
    LAYOUT-NO_VLINE = 'X'.
    LAYOUT-window_titlebar = 'MATERIAL DETAILS'.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
       I_PROGRAM_NAME               = SY-REPID
       I_INTERNAL_TABNAME           = 'ITAB'
      I_STRUCTURE_NAME             =
      I_CLIENT_NEVER_DISPLAY       = 'X'
       I_INCLNAME                   = SY-REPID
      I_BYPASSING_BUFFER           =
      I_BUFFER_ACTIVE              =
      CHANGING
        CT_FIELDCAT                  = FCAT
    EXCEPTIONS
      INCONSISTENT_INTERFACE       = 1
      PROGRAM_ERROR                = 2
      OTHERS                       = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
       I_CALLBACK_PROGRAM             = SY-REPID
    <b>   I_CALLBACK_PF_STATUS_SET       = 'STATUS'
       I_CALLBACK_USER_COMMAND        = 'UCOMM'</b>
      I_STRUCTURE_NAME               =
       IS_LAYOUT                      = LAYOUT
       IT_FIELDCAT                    = FCAT
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
       IT_SORT                        = SORT[]
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
       IT_EVENTS                      = EVE[]
      IT_EVENT_EXIT                  =
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_SCREEN_START_COLUMN          = 5
      I_SCREEN_START_LINE            = 5
      I_SCREEN_END_COLUMN            = 120
      I_SCREEN_END_LINE              = 25
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
      TABLES
        T_OUTTAB                       = ITAB
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    FORM TOPOFPAGE.
    REFRESH HEAD.
        HEAD-TYP = 'H'.
        HEAD-INFO = 'MATERIALS'.
        APPEND HEAD.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            IT_LIST_COMMENTARY       = HEAD[]
          I_LOGO                   =
          I_END_OF_LIST_GRID       =
    ENDFORM.
    FORM TOPOFLIST.
    REFRESH HEAD.
        HEAD-TYP = 'H'.
        HEAD-INFO = 'MATERIALS-LISTTOP'.
        APPEND HEAD.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            IT_LIST_COMMENTARY       = HEAD[]
          I_LOGO                   =
          I_END_OF_LIST_GRID       =
    ENDFORM.
    FORM ENDOFLIST.
    REFRESH HEAD.
        HEAD-TYP = 'H'.
        HEAD-INFO = 'MATERIALS-LISTEND'.
        APPEND HEAD.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            IT_LIST_COMMENTARY       = HEAD[]
          I_LOGO                   =
          I_END_OF_LIST_GRID       =
    ENDFORM.
    <b>FORM STATUS USING MYMENU.
        SET PF-STATUS 'MENU' excluding MYMENU.
    ENDFORM.
    FORM UCOMM USING CODE STEXT.
        CASE CODE.
            WHEN 'ABC'.
            WRITE:/ 'YOU HAVE CLICKED ON ABC'.
            WHEN 'XYZ'.
            WRITE:/ 'YOU HAVE CLICKED ON XYZ'.
        ENDCASE.
    ENDFORM.</b>
    rgds,
    bharat.

  • PFS status in ALV report.

    Hi,
    How can we set PFS status in ALV report.Please tell the procedure.
    Thanks in advance.

    HI,
    see this code.
    TABLES:MARA.
    SELECT-OPTIONS: MATNR FOR MARA-MATNR.
    DATA:BEGIN OF ITAB OCCURS 0,
    MATNR LIKE MARA-MATNR,
    ERSDA LIKE MARA-ERSDA,
    MTART LIKE MARA-MTART,
    MBRSH LIKE MARA-MBRSH,
    END OF ITAB.
    SELECT * FROM MARA INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE MATNR
    IN MATNR.
    TYPE-POOLS SLIS.
    DATA:FCAT TYPE slis_t_fieldcat_alv.
    DATA:LAYOUT TYPE slis_layout_alv.
    DATA:EVE TYPE slis_t_event WITH HEADER LINE.
    DATA:HEAD TYPE slis_t_listheader WITH HEADER LINE.
    DATA:SORT TYPE slis_t_sortinfo_alv WITH HEADER LINE.
    SORT-UP = 'X'.
    SORT-SPOS = 1.
    SORT-FIELDNAME = 'ERSDA'.
    SORT-tabname = 'MARA'.
    APPEND SORT.
    SORT-SPOS = 2.
    SORT-FIELDNAME = 'MTART'.
    SORT-tabname = 'MARA'.
    APPEND SORT.
    EVE-NAME = 'TOP_OF_PAGE'.
    EVE-FORM = 'TOPOFPAGE'.
    APPEND EVE.
    EVE-NAME = 'TOP_OF_LIST'.
    EVE-FORM = 'TOPOFLIST'.
    APPEND EVE.
    EVE-NAME = 'END_OF_LIST'.
    EVE-FORM = 'ENDOFLIST'.
    APPEND EVE.
    LAYOUT-ZEBRA = 'X'.
    LAYOUT-no_hline = 'X'.
    LAYOUT-NO_VLINE = 'X'.
    LAYOUT-window_titlebar = 'MATERIAL DETAILS'.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    I_PROGRAM_NAME = SY-REPID
    I_INTERNAL_TABNAME = 'ITAB'
    I_STRUCTURE_NAME =
    I_CLIENT_NEVER_DISPLAY = 'X'
    I_INCLNAME = SY-REPID
    I_BYPASSING_BUFFER =
    I_BUFFER_ACTIVE =
    CHANGING
    CT_FIELDCAT = FCAT
    EXCEPTIONS
    INCONSISTENT_INTERFACE = 1
    PROGRAM_ERROR = 2
    OTHERS = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_INTERFACE_CHECK = ' '
    I_BYPASSING_BUFFER =
    I_BUFFER_ACTIVE = ' '
    I_CALLBACK_PROGRAM = SY-REPID
    <b>I_CALLBACK_PF_STATUS_SET = 'STATUS'
    I_CALLBACK_USER_COMMAND = 'UCOMM'</b>
    I_STRUCTURE_NAME =
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = FCAT
    IT_EXCLUDING =
    IT_SPECIAL_GROUPS =
    IT_SORT = SORT[]
    IT_FILTER =
    IS_SEL_HIDE =
    I_DEFAULT = 'X'
    I_SAVE = ' '
    IS_VARIANT =
    IT_EVENTS = EVE[]
    IT_EVENT_EXIT =
    IS_PRINT =
    IS_REPREP_ID =
    I_SCREEN_START_COLUMN = 5
    I_SCREEN_START_LINE = 5
    I_SCREEN_END_COLUMN = 120
    I_SCREEN_END_LINE = 25
    IMPORTING
    E_EXIT_CAUSED_BY_CALLER =
    ES_EXIT_CAUSED_BY_USER =
    TABLES
    T_OUTTAB = ITAB
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    FORM TOPOFPAGE.
    REFRESH HEAD.
    HEAD-TYP = 'H'.
    HEAD-INFO = 'MATERIALS'.
    APPEND HEAD.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = HEAD[]
    I_LOGO =
    I_END_OF_LIST_GRID =
    ENDFORM.
    FORM TOPOFLIST.
    REFRESH HEAD.
    HEAD-TYP = 'H'.
    HEAD-INFO = 'MATERIALS-LISTTOP'.
    APPEND HEAD.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = HEAD[]
    I_LOGO =
    I_END_OF_LIST_GRID =
    ENDFORM.
    FORM ENDOFLIST.
    REFRESH HEAD.
    HEAD-TYP = 'H'.
    HEAD-INFO = 'MATERIALS-LISTEND'.
    APPEND HEAD.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = HEAD[]
    I_LOGO =
    I_END_OF_LIST_GRID =
    ENDFORM.
    <b>FORM STATUS USING MYMENU.
    SET PF-STATUS 'MENU' excluding MYMENU.
    ENDFORM.
    FORM UCOMM USING CODE STEXT.
    CASE CODE.
    WHEN 'ABC'.
    WRITE:/ 'YOU HAVE CLICKED ON ABC'.
    WHEN 'XYZ'.
    WRITE:/ 'YOU HAVE CLICKED ON XYZ'.
    ENDCASE.
    ENDFORM.</b>
    rgds,
    bharat.

  • Unicode with Crystal Report for VS 2010

    Dear,
    Please help me, I have a big problem with Khmer Unicode to preview in Crystal Report IV 4.0 for Visual Studio 2010.
    (I mean that it shows incorrect fonts), but when I use VS 2008, I always use CRAXTTRD.dll to render Khmer Unicode font, and In the new version of Crystal Report in VS 2010, I don't know how to find CRAXTTRD.dll to privewer reports.
    so what can I do, please give the resolve for me, help.
    Thanks in advanced, and I looking for your reply.
    Sochinda

    OK, once again, you cannot use that dll in VS 2008 or VS 2010. End of story.
    Use our .NET Assemblies and RAS to replace the RDC.
    There are plenty of samples in the below links:
    Root Page
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsHome
    Enterprise Samples (including managed and unmanaged ras)
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsSDKSampleApplications
    Non-Enterprise Samples
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsSDKSampleApplications
    Exporting Samples (RAS)
    http://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples#NETRASSDKSamples-Exporting%2FPrinting
    IF you have any questions please post a new question, but search first and use the developers Help files for more info on each.
    Managed RAS is to connect to a Business Objects Enterprise Server, you can remove that part of the code if it's there.
    Unmanaged RAS is what you'll be using.
    Thank you
    Don

  • Crystal Reports Visual Studio 2010 SP2 Fixed issues

    Hi All,
    Here is the list with fixed issues in Crystal Reports Visual Studio 2010 SP2
    http://www.crystaladvice.com/crystalreports/crystal-reports-2010-sp2
    The following list with issues is fixed:
    1566763 - CRVS2010 WPF Viewer error; "System.NullReferenceException was unhandled" PageControl.OnMouseMove
    1540637 - Error: External component has thrown an exception. Launching the Database Expert in the embedded Crystal Reports designer in Visual Studio
    1544675 - Error; 'Object reference not set to an instance of an object' when using the CR WPF viewer in VS2010
    1578823 - CRVS2010; "Load Report Failed" error when Report is open in any full version of the CR Designer
    1638191 - Using RTL language (Arabic) the CR viewer Group Tree Panel does not display RTL
    1631283 - Error; 'Failed to load database information' when reporting off of file system data
    1553469 - How to enable Database logging in Crystal Reports for Visual Studio 2010
    1299185 - Error: Operation not yet implemented or Failed to Export, when exporting a Crystal Reports to Text format
    1451960 - Null or empty values are not surrounded with delimiter when exported to CSV format
    1659185 - The special Crystal Reports field, 'File Name and Path' shows temp path and temp name when viewing a report
    1452648 - Dynamic Cascading Parameter prompts two times when using the Crystal Reports in VS .NET
    1580338 - When refreshing a report that contains a linked subreport report takes long time to execute
    1659111 - GCHandle left in memory for each open and close of a Crystal Report in VS2010 application
    1356672 - Crystal Reports special field "File Path and Name" displays incorrect information in a Visual Studio .NET application
    1593658 - Impersonation of database Log On credentials failure in report generation when set at runtime in a .NET application
    1661239 - Summary fields are converted to String fields
    1661276 - Using the Crystal Reports SetTableLocation method in VS .NET causes long report processing delays
    1661200 - Not able to copy text from report objects using the Crystal Reports WinForm viewer for VS .NET
    1631722 - Date function in a Selection Formula is removed when running a report in a VS .NET application
    1525822 - Exception "Object reference not set to an instance of an object." thrown when clicking on Parameter Panel button in Crystal Report .NET Windows Form Viewer
    1603082 - Cross-tab background colors not retained when exporting a report to PDF format
    1603154 - Shared variable display the incorrect value in Crystal Reports
    1427747 - Why does a CR .NET SDK web app have problems running on IIS 7 in integrated pipeline mode?
    1545536 - Alignment set to Justify causes broken underline
    Source: Resolved Issues in Service Pack 2 for Crystal Reports for Visual Studio 2010
    With kind regards,
    Pieter Jong
    Crystal Advice
    http://www.crystaladvice.com

    Many thanks for the link Pieter.
    I recently created a wiki that lists all of the fixes, their tracking numbers, associated Kbase numbers, Kbase titles and links to the kbases:
    http://wiki.sdn.sap.com/wiki/x/tgK3Dw
    It's 90% complete. I think I have a few Kbases to do to complete it.
    Now that I think about it, I'll also add the link to the [sticky thread|SP 2 for Crystal Reports for Visual Studio 2010 released!; re. SP2 release.
    - Ludek

  • How can I get Status of the report using after report trigger

    I want to get Status of my report on GUI . I am aware that we can look into XMLP_SCHED_OUTPUT table to get all the required details but I am not aware as how I can pull data from this table and make it available on GUI screen. Or is there any way to use jobid of the report and use in Data template of the same report?
    Any help on this will be greatly appreciated.

    What/which GUI? One of your own making? Design it and query from the table(s) of interest, and populate fields based on the results. Which job ID? The latest or one of your choosing? Add a drop down list or menu and let the user select which job. Fairly vague requirements you've listed.

  • Creating support message field reported by doesn't fill

    Hi colleagues,
    When I create a support message field reported by doesn't fill automatically.
    I think that I've completed all required steps in order these fields were filled automatically. Fields sold-to party and support team are filled automatically, they work ok.
    The steps that I've checked:
    - The support message is created successfully from satellite message(SID=DES_01). The user which creates this message is zprueba5 exists with profiles: SAP_ALL, SAP_NEW at the satellite system.
    -In the solution manager system(SID=SMG), transaction ib52 for the satellite system is filled with partners: employee responsible, sold-to party and system administrator.
    - In the solution manager system(SID=SMG), zprueba5 exists with profiles: SAP_ALL, SAP_NEW.
    - Transaction bp, zprueba5 user contains BP roles: Business Partner, Employee, Bill-To Party, Financial Services and at the tab "Identification":
    External BP Number: SMG 010 ZPRUEBA5
    ID Type     Description                         Identification number
    CRM001    External System Identifier   DES_01 0020281686 100 ZPRUEBA5
    CRM001    External System Identifier   SMG 0020276689 010 ZPRUEBA5
    So, In the solution manager system(SID=SMG), crm_dno_monitor transaction when I open the support message just created from satellite system, I have an error because reported by field isn't filled.
    Please could you help me?
    Thanks and Regards
    Raul Aguilar

    Hi Nikhil,
    At this message I'm going to reply your last two replies.
    1.- You typed me "In ib52 select both the system simultaneously and then go to->parner and assign proper bp no for the respective partner function. You need to do it for every system may be users are same.
    I hope you have maintained proper access sequence i.e. via ibase."
    For each SAP System that I've defined at SAP Solution Manager, at ib52 transaction I've defined the three roles that IMG activity documentation types:
            Assign business partners with the following functions to the new iBase component systems:
                Administrator
                Key User
                Sold-to Party
    SAP Solution Manager Implementation Guide->SAP Solution Manager(SP 17)->Configuration->Basic Settings->Standard Configuration of Basic Settings->Solution Manager->iBase->Assign Business Partners to iBase Components ->transaction Change iBase (IB52), enter in field Installed Base '1' and I select the SAP System->Goto -> Partner
          Function                                        Partner      
        00000014  Employee Responsible     298
        00000001  Sold-To Party                  295
        SLFN0001 System Administrator      295
    2.- You typed me  "Select you partner determination procedure and double click on "User interface setting" here select appropriate partner functions and assign all of them in ibase as I said in above reply.
    You must not be getting reported by partner function. Take out System administrator. Motivate by assigning points."
    My Partner Determ. Proc. is SLFN0001, so I double click on User interface setting like you explained me, adn now appears:
    Header Screen:
    Sequence and Functions for (main) Partner Displayed
    Partner Function1 00000001  Sold-To Party (CRM)
    Partner Function2 SLFN0002 Reported by (CRM)
    Partner Function3 SLFN0003 Support Team (CRM)
    Partner Function4 SLFN0004 Message Processor (CRM)
    But now I don't understand if at ib52 transaction I've to add any role or if from "User interface setting" I've to delete any Partner Function. Could you detail me when you type "You must not be getting reported by partner function. Take out System administrator", please?
    Regards,
    Raul .

Maybe you are looking for

  • How do I find the IP address of a wireless printer (via bonjour) on my Airport Extreme?

    I can see the MAC address of my macbook and the printer using the AirPort Utility, but I can't find the actual IP. Attempting to connect through the printer utility puts:http://hp88388e.local./ in the URL, but the page just hangs. isn't there a numer

  • How to get iVIEW displayed when logged in a non administrator

    Hello friends I have configured EP in such a way when I login as a user with admin rights, it displays the right iview I want. But it also displays the CONTENT ADMIN,  USER ADMIN,  and SYSTEM ADMIN tabs also. I want to create a user which displays th

  • Sending mail with attachment file through plsql

    Hi, Now i send the mail using utl_smtp and utl_tcp. How can i send a mail with a attachment file. That file is in the local directory. Can any one know just send me to the following mail id [email protected] Regards Suresh

  • Moving music from windows media player

    i swear ive done this before, but i cannot remember how i did it. how do i move .wma files from windows media player into itunes library? i cannot drag them over, i just get the circle w/ a slash. ive tried sync-ing them directly onto my nano from me

  • Alert file creation in SAP PI

    Hi Friends, We have a tricky requirement as follows: There is a third party system to which the error messages and alerts that are generated in SAP PI needs to be sent as text file or via SOAP. Whenever, Adapter Errors or Mapping Errors occur a log n