Fail to save some files on SMB Share

AVSION

Contributor
Joined
Dec 28, 2016
Messages
128
Hi Guys,

I'm Working with a new software called SIMPL Windows (Programming Logic for audio visual control systems) and having issue to save the code on the freenas SMB Share. to save the program code on the computer, the software process use a compiler to bond all the parts, when saving the files to the freenas during the compiler process i get en error from SIMPL Windows, however no errors when saving on the windows computer. this is the only time i had a problem saving anything on the FN. i had a look on the user permissions and SMB sharing settings, is there anything i need to add? or what could be the problem? see below the errors and the Help file.

Let me know if you need any other information,

Thank you

ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.dip to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -4).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.bt to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.bin to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.rte to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.cdm to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.dsc to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
ERROR (RLCMCVT165)
Could not add \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.mft to \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz (status: -1000).
WARNING(RLCMCVT175)
Could not determine internal size of \\FREENAS\Storage\AVSION\EDUCATION\Crestron\P101\XPanelSG\XPanelSG.spz.


Help File
RLCMCVT175 (Fatal)

--------------------------------------------------------------------------------

Could not determine internal size of X:\[Path]\Filename.spz

The compiler tries to find the size of the .spz file for putting up the post-compilation statistics.
Make sure that the .spz file has been created and is not zero bytes long.
Also make sure that there is enough disk space to create the .spz file.


RLCMCVT165 (Fatal)

--------------------------------------------------------------------------------

Could not add X:\[Path]\Program_Filename.bin to X:\[Path]\Program_Filename.spz

The .spz file is a combination of several files that are sent to the control system.
If the compiler has a problem adding the specified file to the SPZ file, this message is generated.
Check to make sure that enough disk space is left or that the specified .spz file is not marked as read-only.
 
Top