NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating useful result 'Views' using default TestStand schema

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

0 Kudos
Message 11 of 12
(542 Views)

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:

 

https://www.experts-exchange.com/questions/20807353/SQLBindParameter-not-used-for-all-parameters.htm...

 

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).

Adam
Message 12 of 12
(537 Views)