Home Forums Data Warehousing Integration Services SSIS: Calling dtsx using xp_cmdshell in SQL Server 2008- error on task - with Execute Process Task (error: "No process is associated with this object) RE: SSIS: Calling dtsx using xp_cmdshell in SQL Server 2008- error on task - with Execute Process Task (error: "No process is associated with this object)

  • Try running this to check the account that xp_cmdshell is using - it probably is not yours:

    xp_cmdshell 'whoami.exe'