04-29-2024 05:55 AM - edited 04-29-2024 06:23 AM
Hi,
We are trying to execute a command via SystemExec.vi and we did it (more or less).
The issue is the next:
We did the VI in a computer with LV15 and here it works.
Then we did the same VI in LV17 and it doesn't work.
Then we build an application (.exe) of this VI from LV17.
The exe works in computers that have LV17 Run-Time Engine on them and in the computer that has LV15.
But the .exe doesn't work in the computer that have LV17.
We run the command from a network directory. And yes, we tried with the cmd /c. So we don't know what to do.
The application give us these errors.
Thank you in advance.
Solved! Go to Solution.
04-29-2024 06:39 AM
Error 267 was discussed here: Error 267 occurred at System Exec.vi.
As first suggestion would like to recommend to try to use full absolute path to the executable and may be remove characters with accents like ó from the dir's names to avoid possible troubles with multibyte chars in the path.
04-29-2024 06:53 AM
Hi Andrey, thanks for your response.
I already read that post, but i dont use the Current VI'S Path Function and i already checked the paths that im using.
I tried to delete the accents and using the full absolute path, but it didnt work.
05-02-2024 06:49 AM
Nevermind, I fixed the error, one of the files was corrupted.