Running TCPIP example executable on another computer

1 view (last 30 days)
Hello support, thanks for the response, I did complir an installer for the magicsquare.m using deploytool, which we have been using for quite some time and the created installer installs on another computer. However, our problem is taking the compiled the TCPIP examples, which I attached to this email. I compiled both m files using mcc -m command in Matlab, and run the executable on the the compile machine, and I get the desired result, but when I take the executables to another computer and run them I get
C:\90924-TCPIP>tstserver.exe
Error in extracting CTF file to 'C:\Users\Owner\AppData\Local\Temp\Owner\mcrCache9.2\tstser0'. Details: 'Could not close zip entry that was open for read'
Could not access the MATLAB Runtime component cache. Details: Some error has occurred in the file: b:\matlab\standalone\mclmcr\core\mclctffileextractor.cpp, at line: 64.
The error message is:
Error in extracting CTF file to 'C:\Users\Owner\AppData\Local\Temp\Owner\mcrCache9.2\tstser0'. Details: 'Could not close zip entry that was open for read'
C:\90924-TCPIP>tstclient.exe
Error in extracting CTF file to 'C:\Users\Owner\AppData\Local\Temp\Owner\mcrCache9.2\tstcli0'. Details: 'Could not close zip entry that was open for read'
Could not access the MATLAB Runtime component cache. Details: Some error has occurred in the file: b:\matlab\standalone\mclmcr\core\mclctffileextractor.cpp, at line: 64.
The error message is:
Error in extracting CTF file to 'C:\Users\Owner\AppData\Local\Temp\Owner\mcrCache9.2\tstcli0'. Details: 'Could not close zip entry that was open for read'
  3 Comments
Eshetu Gebretsadik
Eshetu Gebretsadik on 30 Sep 2019
The is more than enough disk space on the machine, about 1.02 TB of free space is available.

Sign in to comment.

Answers (1)

Eshetu Gebretsadik
Eshetu Gebretsadik on 27 Sep 2019
The disk where, I tried to run the executables hah 1.02 TB free space.

Categories

Find more on Application Deployment in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!