Also make sure that the dbo for DYNAMICS is DYNSA.
Using SQL Server Management Studio (SQL Server 2005) or SQL Enterprise Manager (SQL Server 2000), run the following script against the DYNAMICS database and all company databases created by Microsoft Dynamics GP.
sp_helpdb
This will list a column with the heading "owner" to show the current database owner (dbo).
If DYNSA is not the owner for either the DYNAMICS database or one of the company databases, run the following script against that database whose owner is not DYNSA:
sp_changedbowner 'DYNSA'
DYNSA should be the database owner for the DYNAMICS database and all Company databases.
David Musgrave [MSFT]
Escalation Engineer - Microsoft Dynamics GP
Microsoft Dynamics Support - Asia Pacific
Microsoft Dynamics (formerly Microsoft Business Solutions)
Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.