NAS Service has stopped with the following error message.
I have checked all the NAS Setup and configurations and did not find anything wrong. I don't know why it is giving such error message. Can someone explain me the error message and provide solution for this?
Answers
this means that the service-account is not allowed to listen on port 10033.
This could be a permission-problem, or another application already listens to this port.
You can check the reservations by starting cmd and enter
"netsh http show urlacl"
This shows a list of all granted reservations.
In my Case for example there is
This means, that my Network-Service is allowed to listen on localhost (+ or *), Port 10049, subpart DynamicsNAV100
In your case there should be one line saying "http://*:10033/".
Check wether there is the right user account for permission.