Friday 17 August 2018

The remote server returned an error: (404) Not Found while updating the admin account in a a dev box on d365 FO/AX 7

Hi,

I got the below error while updating the admin account in my dev box.

The remote server returned an error: (404) Not Found


Reason: make sure you entered a valid email address. In my case I entered the email address with a spelling mistake.

Solution: Enter a valid email address.

Refer the below post for resetting an admin account in a dev box.

http://rahulmsdax.blogspot.com/2018/08/reset-admin-account-for-development-box.html


That's it.😃

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...