While saving a package - No description found - Sql 2008 with VS2008
Hi All Unable to save the package in to the server, which was created by localy and trying to save it in server. It throws the below mentioned exception. Exception: System.IO.FileNotFoundException. The system configuration is Vista, Sql 2008 with SP2 and VS2008. Message: No description found Source: at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServer(Package package, IDTSEvents events, String serverName, String serverUserName, String serverPassword) Thanks and Regards Ramakrishnan
November 22nd, 2010 2:19pm

Hi ShanthiSQL, The User that is specified in the connection object settings must have db_dtsoperator writes to the msdb database.Sergei
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 3:57pm

Hi Ramakrishnan , The message "No description found" just means the detailed error message for the error code is not found. By design, the SQL Server Integration Services(SSIS) uses the SaveToSqlServer method to save a package to SQL Server. If we are unable to connect to the SQL Server, or the package is not found, we will encounter the error: at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServer(Package package, IDTSEvents events, String serverName, String serverUserName, String serverPassword) In this case, there is another exception "System.IO.FileNotFoundException", it should mean the package is not found. So, please try to follow these steps to resolve the issue: The package is existing. The current user has the permissions to access the folder(host the package) and the package. If you have any more questions, please feel free to ask. Thanks, Jin ChenJin Chen - MSFT
November 24th, 2010 3:04am

Thanks JinChen and Sergei after registering MSXML3 and MSXML6, the issue has got sorted out.
Free Windows Admin Tool Kit Click here and download it now
November 24th, 2010 12:07pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics