To be able to post message in forums, please login or register.

Registration is free (also spam-free)!

      
Can't upgrading database on server from 6.0 to 6.2.1
Last Post 09 Feb 2010 03:55 PM byjoel. 2 Replies.
AddThis - Bookmarking and Sharing ButtonPrinter Friendly
Sort:
PrevPrev NextNext
AuthorMessagesNot Resolved
Chris C.User is Offline
New Member
New Member
Send Private Message
Posts:3
Chris C.

--
03 Feb 2010 06:00 AM QuoteQuoteReplyReply  

Ok, after finally getting the 6.0 database installed on the server this morning I tried to upgrade it to 6.2.1 by following the admin guide.  However, when I get to the screen to enter all the SQL information, I get an error.  I am pointing it to the instance of SQl I set up and the database name (default PMDB).  However it tells me that the username (privuser) is not associated with a trusted SQL connection.  I used managment studio and confirmed that privuser is listed as a user under the active database and reset the password to privuser as well. 

I would think that I should need to fool around with permissions.  has anyone else had this problem?  I need to get this up and running ASAP.

Barrie CallenderUser is Offline
New Member
New Member
Send Private Message
Posts:5
Barrie Callender

--
05 Feb 2010 05:38 PM QuoteQuoteReplyReply  
Hi Chris,

I think you'll find this is a pretty common issue that is thankfully easy to resolve.

SQL Server has a set of logins for the whole database management system and then another set of users for each database. When you look at the "Security" folder and then "logins" in SQL Server you'll see the "privuser" and "pubuser" logins sitting there. Then when you open up the "Database" folder followed by your database ("PMDB") and then "Security" and finally "Users" underneath, you'll see "privuser" and "pubuser" there. So you're probably thinking why won't it work.

Despite the Logins and Users having the same name there is no connection between them because you brought the database in from elsewhere. The login called "privuser" is not associated with the User called "privuser" and so you can't access the database.

Here's what you do.

1. Login to SQL Express as something with high privileges.
2. Open up a SQL Query window.
3. Change to your PMDB database
3. Run the following statement to link the login "privuser" to the database user "privuser"
EXEC sp_change_users_login 'Update_One','privuser','privuser'
4. Run the following statement to link the login "pubuser" to the database user "pubuser"
EXEC sp_change_users_login 'Update_One','pubuser','pubuser'


Quite possibly one of the most compelling reasons to use Oracle database instead of SQL Server :-)

I hope that helps you.

Barrie
http://www.kinleyconsulting.com
joelUser is Offline
New Member
New Member
Send Private Message
Posts:1
joel

--
09 Feb 2010 03:55 PM QuoteQuoteReplyReply  

Hi tp all,

 

I just registered awhile back. Need your help snd advise. I have a P6 version 6 installed on my laptop. i rcvd a version 6.2 xer file. At the middle of importing the file, it promted" A version 6.2 can not be imported".

My understanding on such remakrs is I cant import a 6.2 version file because my P6 isversion 6. Any advice on how to open such version 6.2 file on a version 6 P6?

 

Thanks,

 

Joel

 



Quick Reply
toggle
 Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below

Submit
Active Forums 4.1
      
Copyright 2007 by PrimaveraTools.com
Privacy Statement | Terms Of Use