Could be an an 'access denied error'.
- Make sure the account the SQLSERVER service is running under is member of the local windows group SQLServer2005DTSUser$[instancename]. Where [instancename] refers to the name of the SQL Server instance in question.
- Maks sure the the windows group has FULL NTFS Modify permissions to (NTFS) on the folder and the database files within this folder (files typically have .mdf and .ldf extensions) extensions).
- If still in trouble make sure the folderSID of the Windows group mathces the one in the registry for the current SQL Server instance:
Go to SQL Server registry key to replace the obsolete SID with the current one. Those registry keys can be found like following example (you might need to replace \MSSQL.1\ with the one matching your instance number).
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Setup]
The group your're looking for is: SQLGroup
