Hello all,
Ive been asked to build a multi-tenant project server environment. The major problem is a lack in documentation on this configuration. I already have an existing and fully functional multi-tenant SharePoint 2010 Enterprise environment, consisting of 3 front end servers and an SQL Cluster for the backend. Ive installed the Project Server 2010 features on all the front end servers and im able to create an SPFeatureSet that includes the Project Server 2010 Components and provision a tenant space on the server
Now here’s where things get tricky. Im able to create a PWA Site and I found a resource for linking the PS Site to the PWA
I am unable to get data to post to the project page (not the PWA). Im looking for any help on how PWA is configured in a multi-tenant configuration.
Another issue im having is the provisioned tenant is unable to create a user in the PWA Admin Page under user manager
The last problem is the server will rapidly prompt for credentials, then give an unauthorized error message then refresh to be on the PWA Admin page, Others it will just crap out and stop working all together
Any help, guidance, and documentation you can help with would be greatly appreciated
Ive been asked to build a multi-tenant project server environment. The major problem is a lack in documentation on this configuration. I already have an existing and fully functional multi-tenant SharePoint 2010 Enterprise environment, consisting of 3 front end servers and an SQL Cluster for the backend. Ive installed the Project Server 2010 features on all the front end servers and im able to create an SPFeatureSet that includes the Project Server 2010 Components and provision a tenant space on the server
Now here’s where things get tricky. Im able to create a PWA Site and I found a resource for linking the PS Site to the PWA
Code:
Set-SpSite $PWASiteUrl -SiteSubscription $subscription
[URL unfurl="true"]http://nearbaseline.com.au/blog/2011/01/multi-tenancy-and-project-server-and-performancepoint-2010/[/URL]
Another issue im having is the provisioned tenant is unable to create a user in the PWA Admin Page under user manager
The last problem is the server will rapidly prompt for credentials, then give an unauthorized error message then refresh to be on the PWA Admin page, Others it will just crap out and stop working all together
Any help, guidance, and documentation you can help with would be greatly appreciated