PWA Webparts ?

A

anovak

Hey, we have another SharePoint installation that is used for
organizational purposes and one of the execs wants to show the
Detailed Schedule for a project on another SharePoint page - other
than PWA.

I gave the administrator the URL to the specific PWA View and they
used a web viewer web part. for it to show on the other site.

Problem is, the entire PWA page is there with My Task, Project Center,
etc. in the quick launch bar to the left. Now, the PWA Project
Details page has a webpart embedded in it that just has the schedule
grid.

Is it possible for the SharePoint admin to just show the web part that
is within the PWA page rather than entire PWA page?

Hope this makes sense. Perhaps Project Server type web parts aren't
available within a plain vanilla MOSS implementation.

Thanks,
Andy Novak
UNT
 
R

Robert

Your looking for the Web Part in Project Server called Project Details were
you select the project you want to see in the webpart. Unless MOSS and PWA
are on the same farm I don't belive this webpart will show in MOSS and only
in Project Server sharePoint sites. Now you could create a site and link it
in a MOSS site.
--
Project Consultant

REJ Company

(e-mail address removed)
 
P

Pulsar_guy

Hi Chris,

I have tried using your method for the Project Detail web part but continue
to get the 401 error.

My web part settings look something like:
<?xml version="1.0" encoding="utf-8"?>
<webParts>
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
<metaData>
<type name="Microsoft.Office.Project.PWA.WebParts.ProjectDrillDownPart,
Microsoft.Office.Project.Server.PWA, Version=12.0.0.0, Culture=neutral,

PublicKeyToken=71e9bce111e9429c" />
<importErrorMessage>Cannot import this Web Part.</importErrorMessage>
</metaData>
<data>
<properties>
<property name="PsiUrl"
type="string">http://tproject2.shuffletest.local/eng</property>
<property name="Title" type="string">ProjectDrillDownPart</property>
</properties>
</data>
</webPart>
</webParts>

Is there something i'm doing wrong, or is it not possible to used Project
detail outside of the PWA site?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top