accessing Project Portfolio server

R

Rodrigue Ngongang

hi !
i have SQL Server 2005 installed in standalone with the project
portfolio server 2007, but when i trying to access portfolio
application by using url: "http://servername/portfolioserver" with my
account name and pwd, i have this error: Objet name "SfAccounts"
invalid !
please help me.
 
M

Martin Laukkanen

Have you restored or upgraded your Portfolio Server database?

What that sounds like is that the default installed 'account' i the database
is diffeent to what is configured in the web.config file.

In your "C:\inetpub\PortfolioServer2007\PortfolioServer\web.config" file
(insert loction where you installed to, find the line with “AccountID†and
ensure that the value equals 1 (which can be obtained from the dbo.sfACCOUNTS
SQL table in the PPSAccountIndex database. E.g. Line should read: <add
key="AccountID" value="1"/>).


HTH,
 

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