September 4, 2015 at 8:25 am
Dear all,
I'm trying to create an SSIS package job in SQL server 2014 but I get the following error when trying to change the Package source and confirm. I have alsredy checked the connection mangers and they were all successful, I'm not sure what I should be checking.
"Make sure that the required parameter "name of parameter" is set"
Thank you in advance!
September 4, 2015 at 8:54 am
Are you using parameters for your source query?
September 4, 2015 at 9:00 am
Yes, I'm setting the source database to get the information and also a parameter for the destination sever.
Thank you!
September 4, 2015 at 9:36 am
Go to the parameters tab on the source and destination objects (not the connections) and define names for the parameters. If I remember correctly (as I don't have SSIS right now) for OLEDB you need to name them as 0, 1, 2,.., N.
September 4, 2015 at 10:32 am
Thanks for your reply!
The parameters are all running fine. I'm only having the issue when setting up the job in SQL but executing the packages in visual studio all seem to be fine, any other thoughts where I might have missed please?
Thank you!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply