PDA

View Full Version : Web Services can't address data on different PC



Matt Smith
14-Mar-2005, 02:29 AM
Hi Everyone,

We're having a problem where out Web Services can't access a data
directoy which exists on a different PC to the web server.

We've set the .ws file to reflect the data path ("P"\PCSchool\Data") and
when we run the web service we recieve the following error:

Error during Web Application Server session initialization, please try
again later. Fatal error occurred during child process initialization:
Can't open data (.DAT) file Table = STUDENT (10), Source = Flexdrvr.Open
VDF Error#: 75 in line: 14036. Please check the Windows event log for
further information about the problem.

Any help appreciated!

Matt Smith
PC School Programmer
http://www.pcschool.net

wila
14-Mar-2005, 03:28 AM
Matt,

Use UNC encoding and make sure that you are running your webservice
under a useraccount which has enough rights to access the network (not
localsystem) and it should work.

--
Wil

Matt Smith wrote:
> Hi Everyone,
>
> We're having a problem where out Web Services can't access a data
> directoy which exists on a different PC to the web server.
>
> We've set the .ws file to reflect the data path ("P"\PCSchool\Data") and
> when we run the web service we recieve the following error:
>
> Error during Web Application Server session initialization, please try
> again later. Fatal error occurred during child process initialization:
> Can't open data (.DAT) file Table = STUDENT (10), Source = Flexdrvr.Open
> VDF Error#: 75 in line: 14036. Please check the Windows event log for
> further information about the problem.
>
> Any help appreciated!
>
> Matt Smith
> PC School Programmer
> http://www.pcschool.net