05-13-2018 03:08 PM - edited 05-13-2018 03:16 PM
I am working on sending test results to our database with TestStand database option. In our database table, we have a column which is called "__Sys_Instance_ID". In database viewer, it looks like:
In our software which is used to send data to database, I saw that it is equal to Execution ID:
In TestStand, I saw the object reference Execution as:
When I use variable Runstate.Execution.ID, I cannot get the number 7DC7E990-18DC-111D1-.....
How can I get this number and what is its type? How can I create it in Database Options, Schemas tab?
05-15-2018 10:10 AM
HI Saygılarımla,
The Execution IID is the GUID of the Execution COM class. It will be consistent for every execution. Is there a reason that you wanted this information in your database?