07-13-2023 01:31 AM
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.
07-13-2023 01:45 AM
So you really think that showing a stamp sized truncated picture will help us troubleshoot your problems?
07-13-2023 01:54 AM
I have only issue with this system exec block, everything else is working good on other PC. What additional information you want?
07-13-2023 01:55 AM
When using system exec and having a problem I like to copy paste my syst exec input string into cmd.exe to test it.
07-13-2023 01:58 AM - edited 07-13-2023 02:02 AM
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.
07-13-2023 02:03 AM - edited 07-13-2023 02:07 AM
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?
07-13-2023 02:07 AM - edited 07-13-2023 02:12 AM
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.