NAV Webservices suddenly won't launch normally

MarijnMarijn Member Posts: 69
edited 2011-06-23 in NAV Three Tier
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

  • MarijnMarijn Member Posts: 69
    I should have mentioned the following as well:

    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/"&gt;
    - <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>
  • kinekine Member Posts: 12,562
    1) CHeck that you do not have full disk
    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...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • MarijnMarijn Member Posts: 69
    Thanks for your suggestions Kamil.

    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.
Sign In or Register to comment.