I am trying to turn on webservices to use for Ebridge and I am getting the following:
<?xml version="1.0"?>
-<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.NavPermissionException</faultcode>
<faultstring xml:lang="en-US">You do not have the following permissions on TableData Page Data Personalization: Read</faultstring>
-<detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">You do not have the following permissions on TableData Page Data Personalization: Read</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
I have added the User as an administrator on the server, in sql, on the table and made them a dbowner, and also made them a super user in NAV and added the webpages in webservices. What am I missing?
*This post is locked for comments