I have a SSIS project with several SSIS packages. They run correctly on my local development machine, where they connect to my local DB through a Connection Manager that connects with windows authentication to "localhost".
Now I copy the .dtsx file on a Server and I create a Job that, as only step, launches the dtsx. I need to change the connection of the dtsx but in "new job step" i don't see any tab where i can modify it. For instance, in "Data Sources" there is an empty list with columns "connection manager, description, connection string". Shouldnt my connection manager appear here and be editable?