From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Execution ID for Database

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:

image001.png

In our software which is used to send data to database, I saw that it is equal to Execution ID:

unnamed.png

 

In TestStand, I saw the object reference Execution as:unnamed (1).png

 

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?

Saygılarımla,
0 Kudos
Message 1 of 2
(2,127 Views)

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? 

0 Kudos
Message 2 of 2
(2,068 Views)