I am attempting to upgrade a MOSS 2010 database to a SP2010 database
using the PowerShell Mount-SPContentDatabase command. When I attempt to
do so, I get the following error: : Could not connect to server using
integrated security : Cannot connect to database master at SQL server at
server. The database might not exist, or the current user does not have
permission to connect to it.
The error in context is :
Mount-SPContentDatabase "wss_Content_dbname" -DatabaseServ
er "servername" -WebApplication http://sitename
Mount-SPContentDatabase : Could not connect to server using integrated
security
: Cannot connect to database master at SQL server at server. The
database might
not exist, or the current user does not have permission to connect to
it.
At line:1 char:24
+ Mount-SPContentDatabase <<<< "wss_Content_dbname" -DatabaseServer
"servername" -We
bApplication http://sitename
+ CategoryInfo : InvalidData:
(Microsoft.Share...ContentDatabase:
SPCmdletMountContentDatabase) [Mount-SPContentDatabase], SPException
+ FullyQualifiedErrorId :
Microsoft.SharePoint.PowerShell.SPCmdletMountCon
tentDatabase
Any help is greatly appreciated.