Why LabVIEW NI web server reports error of -67032

Updated Aug 1, 2025

Reported In

Software

  • LabVIEW

Issue Details

The customer is using Multipart VI to upload files to the NI web server and retrieve the file using Read Postdata VI & Read Uploaded Files Info VI, but receives error -67032.

Solution

Error code -67032 explains Labview web services: This type of web service is not supported.

Possible reasons: The Labview VI will upload the files to a temp folder and the need admin permission to edit and if the Labview is not run with admin access, it may fail with file upload.

Run LabVIEW with admin mode may solve the issue.