Are there ways to integrate MS Project 2010 to SharePoint portal, except making PWA site in SharePoint farm?
Asked
Active
Viewed 383 times
1 Answers
2
You can follow theses steps
- In Project, click the File tab to open the Backstage view. Click Save & Send
- Click Sync with Tasks Lists.
In the Site URL list, select the URL name of the SharePoint site that contains the list that you want to sync to.
Click Validate URL.
- In the Select an existing tasks list list, select the name of the SharePoint task list to which you want the project tasks list to sync.
If you want to sync the Project task list with a new list in SharePoint, type a new name. A new task list will be created in SharePoint, and will become synced up with the one in Project.
Click Sync.
Note : At this point, don’t use a URL that contains the name of the task list you want to use.

Aghilas Yakoub
- 28,516
- 5
- 46
- 51
-
But can I syncronize projects in SharePoint with Project Server? And it'll be fine to do it programmatically, not by user. – Max Zhukov Oct 31 '12 at 16:30
-
it all depends on your use case – Aghilas Yakoub Oct 31 '12 at 16:34
-
Maybe I asked question not exactly. I have SharePoint portal and Project server. Can I interact with Project documents on server without making PWA site in farm? Maybe, with the help of WebPart on my Sharepoint site? – Max Zhukov Oct 31 '12 at 16:49
-
You have link about this : http://stackoverflow.com/questions/153593/programmatically-access-a-microsoft-project-mpp-file-from-c-sharp – Aghilas Yakoub Oct 31 '12 at 16:57
-
You can use SharePoint's BCS to read data from Project Server and put it to SharePoint lists, you can use Project to Sharepoint list synchronization, you can develop your own synchronization using PSI and SharePoint API. Your need will finally define the technologies to use. – melan Oct 31 '12 at 21:06