How to solve this issue in Webservice?

Aravindh_NavisionAravindh_Navision Member Posts: 258
edited 2014-10-20 in NAV Tips & Tricks
Hi Friends,

After publishing an Page in NAV, I gave the below URL in a browser.

[url=http://]http://[/url]<Server>:7047/DynamicsNAV/WS/Nav_Company/Page/ItemTest

I am getting this error.
<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.NavCSideException
      </faultcode>
      <faultstring xml:lang="en-US">
        The trace flag 4616 is not set on the database server XXXXX. You must set this flag and restart the server before you can connect to the database.
      </faultstring>
      <detail>
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          The trace flag 4616 is not set on the database server XXXXX. You must set this flag and restart the server before you can connect to the database.
        </string>
      </detail>
    </s:Fault>
  </s:Body>
</s:Envelope>

Can anyone tell me how to solve this?

Thanks in advance.

Comments

Sign In or Register to comment.