07-20-2016 10:30 PM
When i start veristand project, it happen sometimes. but the project is running. How can i remove "the error -307663"??
===============
the veristand gateway encountered an error while deploying the system definition file.
Details:
error -307663 occured at project window.lvlib:project window.vi >> project window.lvlib:Command loop.vi >> NI_VS workspace
ExecutionAPI.lvlib:NI Veristand - connect to system.vi
Possible reason(s):
Ni Veristand: timeout in processing request.
===============
07-25-2016 04:00 PM
What kind of target are you deploying to? Does your SDF include any custom devices?
I can't find much about this error, but I would try deploying a blank SDF to ensure the issue is specific to this particular sysdef, rather than the target.
07-25-2016 06:04 PM
I have the solution.
my veristand version is 2012.
-----------------------------
project explorer >> project properties >> veristand Gateway setting>> deployment timeout specification
"wait for specified timeout"
Timeout = 120000 ms
-----------------------------
I checked deploy time. if the time is over 2min(120s), this error pop up.
So, I changed timeout value 180000ms (3min).
After changing, the error does not pop up.