Hi,
I have a batfile which executes SSIS Packages. I tried logging into server using remote desktop connection and I ran the bat file. It executes SSIS Succesfully.
I used a job scheduler and with the same account which I logged in before tried to trigger the batfile.It gives me an error "OLEDB Connection manager cannot be found" . I think it is loading in the SSIS Package but failing to open config file when I trigger the job through bat file as I can see all the tasks in my package in the log file and also a log file is created.
How can I resolve this?