So I have created an SSIS package that reads file from a remote directory and load everything it reads into a SQL table.
It works fine in my machine even in the test environment but when I deployed it to production environment everything fails.
I already set the DelayValidation to True, already checked the permission as well and it's all set properly (I think).
These are the scenario I did to at least pin point the error.
LOCAL MACHINE: TestAccount
• Run the package via SSMS > Integration Services Catalog > Right Click the package then Execute. Result: Sucessfull
Remote login to Production Server: TestAccount
• Run the package via command line dtexec. Result: Fail
The error is "Specified in the connection is not a valid" & "The filename is a device or contains invalid character"
Almost run out of idea on how to solve this. :(