i have ssis package that uses couple of excel files. i made a sql server agent job to execute the package as follows:
exec xp_cmdshell 'dtexec32 /FILE "......"'
when i start this job manually its runs successfully however it doesn't store imported data into the database tables like it should. another thing is that when i run the same package locally through VS its runs fine and stores the data in tables just fine.
any ideas what could be the issue?
any help is greatly appreciated.