Problem Logging into Project Portfolio 2007

S

sbendigo

I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 
J

Jim Erwin

I believe it is using windows authentication for a local admin on the
server, but I couldn't get anyone to verify this...
 
G

Gaurav Wason

Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
 
S

sbendigo

Thank you Gaurav,
I tried to use the account that the query returned but it still tells me
"You have entered an incorrect username/password combination"
I even tried resetting the password for the user. Does the user have to be a
member of any particular group or have an permissions on the SQL db?
The user I am logged in with is a local admin with no domain or sql
permissions.

TIA,
Scott

Gaurav Wason said:
Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 
S

sbendigo

I just reinstalled with a domain admin user.. no joy. same error. Does this
user need any permissions on the SQL db?

Gaurav Wason said:
Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 
G

Gaurav Wason

Try installing it on different port than default 80. Let me know if this
resolves the issue.
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I just reinstalled with a domain admin user.. no joy. same error. Does this
user need any permissions on the SQL db?

Gaurav Wason said:
Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 
S

sbendigo

I've been installing it on port 81.

Thanks for your help. Gotta any other ideas?

Gaurav Wason said:
Try installing it on different port than default 80. Let me know if this
resolves the issue.
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I just reinstalled with a domain admin user.. no joy. same error. Does this
user need any permissions on the SQL db?

Gaurav Wason said:
Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



:

I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 
S

sbendigo

Funny thing is, nothing shows up in the event logs. are there other logs i
can be looking at?

Gaurav Wason said:
Try installing it on different port than default 80. Let me know if this
resolves the issue.
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



sbendigo said:
I just reinstalled with a domain admin user.. no joy. same error. Does this
user need any permissions on the SQL db?

Gaurav Wason said:
Go to SQL DB > Create a New Query

Assuming the Database name for Accounts info is PPSAccountData. This will
give you name of all the users in server.

*********************************
Use PPSAccountData
select [Name], [DisplayName] from sfUSERS

*********************************
--
Gaurav Wason
(e-mail address removed), MCP - Project Server
Project Made Easy (Project Server Archive Tool) and (Project Owner Tool)
http://projectmadeeasy.com



:

I have followed the doument to a T, but still cannot login. I have used the
user I am logged in with to install Portfolio Server, I have tried the SQL
account and every other account that I had created. Is there a place to look
and see what account it is looking for. Why does this seem to be such a hard
step for so many?
I have uninstalled and reinstalled Portfolio server about 6 times now and
still cannot login.
What can I try now?

Configuration:
Server1 = MS Project Server 2007, MS Project Portfolio Server 2007, MS
Sharepoint Portal 2007
Server2 = MS SQL Server 2005


Thanks,
Scott
 

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