08-17-2023 03:09 AM
I would like to access files on network disks with a web service method
My methods work on debug server
But when i create a .nipkg and installed it on a Ni Web Server, i don't have acces to network drives (error 7).
"Ni Web Server " service launched with a user with access right to network drives
UNC format for file path used (see testmethod vi linked)
tested with Labview 2023 and windows 10
It seems that the problem comes from the rights of the apache server ?
Is there a solution?
Thanks in advance for your help
09-19-2023 12:50 AM
I modify my project to use "ni application server" instead of "Ni Web Server", and now it works.
But is there a solution to use "Ni Web Server" for this case?