An attempt to deploy the MOSS solution to the UAT server from the dev server for the first time. Executing this command
stsadm -o addsolution -filename xxx
I get a link to an object that is not installed on an instance of the object "Based on these links: (and others):
[ http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/63f0f95d-1215-4041-be6d-64ae63bda276/β [1]
[ http://www.telerik.com/community/forums/thread/b311D-bachea.aspx
I made sure of the following:] [1]
- I am a member of the farm administration group on the MOSS server.
- I am a member of WSS_RESTRICTED_WPG on the server
- I was already in the WSS_ADMIN_WPG group on the server
I checked the event log and found exceptions that said that the login error in my site services database failed.
If I try to add myself through SQL Server Mgt Studio, I do not have access to set access to this database, for example:
Reason: Unable to open database "SharedServices1_DB", requested to log in. Login failed. Login failed for user "XXXXX \ Administrator".
So what am I missing? What obvious things do I need to do? Any helpful suggestions are welcome.
thank
[1]: http: // MSDN forum topic
[1]: http: // Telerik support thread
source
share