Adding an EPM Web Part to another SharePoint site

Steps you will need to follow to display PWA Web Parts in another site within the same SharePoint farm:

1. Chose the Web Part (e.g. TimesheetPart) from the PWA homepage or the web parts gallery (Project Web Access > Site Settings > Galleries > Web Parts) and Export and Save to your preferred desktop location:

2. Edit the Web Part in Notepad. Find the following property PSIURL (or add if it does not exist) and change it accordingly for instance:

<property name="PsiUrl" type="string"> https://server/PWA</property>

3. Save Web Part update

4. From https://server/sites/project - Site Collection EPM > Web Part Gallery > Upload Document, select TimesheetPart modified earlier.

5. Add Web Part to the page you like (Site Action -> Edit Page)

To cross SharePoint server farms, you can use the Page Viewer web part in conjunction with SimpleUI=31

https://server/PWA/_layouts/pwa/timesheet/mytssummary.aspx?SimpleUI=31

If you encounter the following while adding the Web Part to the page : “Unable to add selected web part(s). My Timesheet: The request failed with HTTP status 401: Unauthorized” check the ULS logs. It’s typically an access right issue so make sure the user has access to the PWA site.

Project Server 2007 Web Parts

· MySchedule

· ResourceAssignmentsPart

· OWCViewPart

· ResourceCenterPart

· ProjectCenterPart

· StatusApprovalsPart

· ProjectDrillDownPart

· TaskPart

· ProjectWorkspacesPart

· TeamAssignmentsPart

· QueueStatusPart

· TimesheetPart

· RemindersPart