NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

dblog ordinal

Hello all,
 
I am having problems logging to a local DB, the following is the error description
 
MyModel Process Model Error: -9004
An error occurred calling 'LogResults' in 'ITSDBLog' of 'zNI TestStand Database Logging'
An error occurred initializing a statement.
Schema: MySchema.
Item cannot be found in the collection corresponding to the requested name or ordinal.
Source: TSDBLog
 
Any clues of what does "requested name or ordinal" means?
 
Thanks,
0 Kudos
Message 1 of 3
(3,233 Views)
Hi << - N - >>,

That error usually occurs when you are requesting a field from the recordset that does not exist.

I'd check that you have spelt the field name correctly and that the field exists in the database.
Test Engineer - CTA
Message 2 of 3
(3,214 Views)
Thanx, it turned to be the DB provider on my udl file...
0 Kudos
Message 3 of 3
(3,192 Views)