05-30-2017 02:24 PM
Thanks for the detailed reply.
This is an error I am getting when TestStand logs data to the database. See attached snap.
However the issue could be on the database side.
Asad
05-30-2017 02:44 PM
Yes, that looks to be on the database side. I did a quick search just for "SQLBindParameter not used for all parameters" and came across this:
It looks like there is a mis-match of parameters. Your database is looking for a certain number of inputs for that portion of the schema and in reality, TestStand is only providing a set of values less than what is required. You might even open up the template (the way it was by default) and test to see if it works properly. If it does, then you can compare against the template to see what is creating the error.
You might also continue searching the error message and look through some of the forum posts (I saw that come up a lot for different reasons).