I have an SSIS job (I was not the author) which performs some simple manipulation of a file (moving and renaming). Recently our IT department re-homed the server which it looks at, and consequently the path is different. This path is held in
a variable, but I cannot find out where the variable is initialised. I can set it manually to the correct path but it is overwritten immediately with the old one when the package runs. Although there is a .CS script in there which sets some of
the variables, I can see no code that sets the path I need to update. There is no configuration file. How is this variable being set?
↧