Hi Me.Saqib,
In Job Step properties, if we select one connection under the Data Sources tab, it resulted in the connections to be explicitly specified in the command line which we can check from the Command line tab. If one data source has a connection string with
attributes separated by semi-colons, an escape character "\" will be added to the /CONNECTION parameter of the command line automatically which will cause the command to become invalid. So, you need to switch to the Command line tab, select the Edit the
command line manually option, and modify the command line to remove the extra escape character and double quotes.
Regards,