NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Modal message popup is causing TestStand ActiveX error

When I execute a modal Message Popup step, I get the following error:

ActiveX Error
sCode = 0xffffbba4
Source: TSAPI
Description: Could not connect to TestStands TSSync server.

If the Message Popup is not modal, the sequence executes just fine.

I am making the Message Popup modal by selecting the "Make Modal" option.
0 Kudos
Message 1 of 3
(3,391 Views)
There is a call to TS_StartModalDialogEx function in the \API\CVI\tsutil.c file which in turn calls into the engine. The engine needs the sync server to implement the modality. I would assume that the file \bin\TSSync.dll is missing or not registered. You can register the dll by running "regsvr32.exe \bin\TSSync.dll". See if this fixes your problem.
Scott Richardson
https://testeract.com
Message 2 of 3
(3,380 Views)
TSSync.dll was missing. Great job! Thank you!
0 Kudos
Message 3 of 3
(3,367 Views)