For a little while I've been working with NAV webservices. Everything worked beautifully until today. Suddenly, I cannot get a normal response when I enter for example
http://localhost:7047/DynamicsNav/WS/Services in IE8. I do get the following error which leaves me clueless:
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavFatalCSideException</faultcode>
<faultstring xml:lang="nl-NL">Your connection to the server was closed due to the following problem. File Access Error File: C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\Marijn-HP\Marijn\TEMP\__TEMP__5E58AAF3B05D461AA02A990455F3AE64.tmp User: Marijn-HP\Marijn Error number: 117506053 [83951621]</faultstring>
Well, that .tmp file doesn't exist in that folder. I have no idea what process should write that file there and why it stopped now.
Also, the NAV BusinessWeb Service which was configured to start automatically isn't running when I boot my machine. I need to manually start it now to at least be able to get the error message.
I have no idea what's going on. I hope someone can help me, for which I would be very grateful since I was doing some cool things with NAV webservices and PHP and now I am completely stuck. Any help is greatly appreciated.
Comments
I am running SP1. I also tried http://localhost:7047/DynamicsNav/WS/CR ... V/Services. I am 100% sure the urls worked before in IE8. It does ask for my credentials which work. Of course, I have some webservies publised.
Here's the full error message:
- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavFatalCSideException</faultcode>
<faultstring xml:lang="nl-NL">Your connection to the server was closed due to the following problem. File Access Error File: C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\Marijn-HP\Marijn\TEMP\__TEMP__5E58AAF3B05D461AA02A990455F3AE64.tmp User: Marijn-HP\Marijn Error number: 117506053 [83951621]</faultstring>
- <detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Your connection to the server was closed due to the following problem. File Access Error File: C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\Marijn-HP\Marijn\TEMP\__TEMP__5E58AAF3B05D461AA02A990455F3AE64.tmp User: Marijn-HP\Marijn Error number: 117506053 [83951621]</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2) Check that folder C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\Marijn-HP\Marijn\TEMP exists
3) Check the permissions on the folder - the service must be able to write into it...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I managed to get things working properly again by just launching the RTC.
I still don't understand what caused this. Anyway, after spending hours trying to solve this I am a happy man.