Error -124103 Occurred When Using WebDAV Function to Transfer File From Host PC to Real Time Target

Updated Oct 31, 2023

Reported In

Software

  • LabVIEW

Issue Details

I am trying to transfer files from host PC to a Real Time target by using the WebDAV's Simple Put VI in LabVIEW as show as follow:
simple put vi.png
When I try to copy the files to the remote device I get the following error: 
Error -124103 occurred at an unidentified location.

Possible reason (s):

LabVIEW: The requested resource does not support the specified DAV method. Ensure there is a WebDAV server installed on the host and enabled on the specified port. When communicating with LabVIEW Real-Time targets, specify/files as the URI prefix.

Error -124103.png

Solution

In order to fix this error, make sure to:

  1. Install WebDAV Server in remote device.

  2. To include file name in the Simple Put vi's file URI terminal as shown below.

file name included.png