Error -124100 When Using WebDAV to Transfer Files With LabVIEW

Updated Sep 30, 2024

Reported In

Software

  • LabVIEW

Issue Details

I am trying to transfer files from a Real-Time (RT) target to a host PC by using the WebDAV VIs in LabVIEW. When I try to copy the files to the target PC I get the following error: 
Error -124100: The requested resource is not found.
error.png

Solution

The error message indicates that the requested resource is not found. This could be caused by any of the following reasons:
  • Connection issue with the RT target. Follow the troubleshooting steps listed here
  •  Make sure the configuration parameters for the WebDAV VIs are correct. Check the online documentation for each VI in case you have doubts about the input parameters syntax. Common errors can be related to the following items:
    • Paths don't exist
    • Typos in file names or paths
    • IP address mismatch
    • Note: You can consider third-party tools such as WebDAV and PuTTY to verify the items above.