LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Executable working on development PC but not working on another PC

Hello,

I have developed application which use system exec to send command via ssh to remote server, This application run well on development system, however it is not working on another PC.

Note that I am also using SFTP and that part is working good on another PC.

I am using LabVIEW 2022 Q3. I have attached the system exec block for reference.

0 Kudos
Message 1 of 7
(1,010 Views)

labview_block

 

So you really think that showing a stamp sized truncated picture will help us troubleshoot your problems?

 

0 Kudos
Message 2 of 7
(1,001 Views)

I have only issue with this system exec block, everything else is working good on other PC. What additional information you want?

0 Kudos
Message 3 of 7
(987 Views)

When using system exec and having a problem I like to copy paste my syst exec input string into cmd.exe to test it.

0 Kudos
Message 4 of 7
(984 Views)

I have tested the system exec command on another pc, command is working without any issue. Even application is working good on my development pc, only issue is that it is not working on another pc. 

 

Actually, I am setting date and time on remote PC with LabVIEW executable, and I am sending command to set date and time with ssh and I have added authentication key at both the end. 

0 Kudos
Message 5 of 7
(979 Views)

So, what's different on the other pc? (OS, bitness, other software, permissions, etc.)

 

Since you wire the error-in, maybe there is an upstream error?

Do you get any error messages?

0 Kudos
Message 6 of 7
(967 Views)

No message error and the PC is same as development pc. Windows 10 OS, 64 bit system and LabVIEW is 32 bit.

Is there anything in the way I am building the application and installer, for your information, I am building the executable first time. 

0 Kudos
Message 7 of 7
(960 Views)