Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why can't my web service see my network data?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00648071
Message ID:
00648078
Views:
29
This message has been marked as the solution to the initial question of the thread.
>Hi All
>After quite a bit of suffering, i got my web service working. The only problem left is i cannot get it to grab my tables from the network directory where it resides. I tried
>use f:\mydata\mytable
>as well as
>use \\myserver\sys\mydata\mytable
, and in both cases i get the same error message ( cannot find ... ). Of course, if i run these commands from my command window, it works perfectly. What am i missing?
>

Is it a network rights problem?

Try issuing a call to sys(0) from within your web service to see what user name is used by the web service. It would probably be something like: JPINTO # IUSR_JPINTO. Then, make sure that this user has rights to the folder where your tables are stored.
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform