Ok...I dont know how to resolve this issue... Package created by me, imported to sql server by dba, its executed under a different user id (all are NT logins)Execution CommandDTEXEC /SQL "\pkg1" /SERVER SERVER1 /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E
Below is the error.Code SnippetMicrosoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.Started: 9:01:51 AMCould not load package "\pkg1" because of error 0xC0014062.Description: The LoadFromSQLServer method has encountered OLE DB error code 0x80040E14 (Only the owner of DTS Package 'pkg1' or a member of the sysadmin role may create new versions of it.). The SQL statement that was issued has failed.Source: Started: 9:01:51 AMFinished: 9:01:51 AMElapsed: 0.156 seconds
Any pointers???ThanksKarunakaran