System error 109 has occurred. The pipeline has been ended.
I have installed MongoDB on windows machine and made it to run as windows service by following these steps. The service has started after running the start command as shown below.
C:\Windows\System32\net start MongoDB
The MongoDB service was started successfully.
but when i try to stop the service using the stop command it shows an error message as shown below.
C:\Windows\System32\net stop MongoDB
System error 109 has occurred.
The pipeline has been ended.
Why is this error coming up? Is this an installation issue? Thanks in advance!