Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net start zzzOpenOPCService is giving error The service is not responding to the control function. More help is available by typing NET HELPMSG 2186. #5

Open
Saleem344 opened this issue Dec 3, 2020 · 5 comments

Comments

@Saleem344
Copy link

after installing the service it's not starting 
when executed net start zzzOpenOPCService
The service is not responding to the control function.

More help is available by typing NET HELPMSG 2186.

can anyone give me solution?

thanks

@jorge-datanalyst
Copy link

Hello, I have the same problem and I have been thinking about a solution for days without being successful, can someone help?

@joseamaita

@joseamaita
Copy link
Owner

What version of Python did you install?

@jorge-datanalyst
Copy link

Python = 3.8.10
ISO Widows 10 on VMware

@joseamaita
Copy link
Owner

  • Copy files "pythoncom38.dll" and "pywintypes38.dll" from folder "pywin32_win32" (Lib/site-packages) to system directory "win32".
  • Make sure path folders "dll", "site-packages" and "scripts" are set within system environmental variable "Path".
  • Add system variable "PYTHONPATH" with same paths of the previous folders.

@jorge-datanalyst
Copy link

jorge-datanalyst commented May 20, 2021

Thanks for your reply, don't need to do that.

The following worked, I reassembled the development environment from scratch and then I did the steps in your guide, but unlike the previous test I skipped the step C:\OpenOPC37\bin> net start zzzOpenOPCService from the section "Start the OpenOPC Gateway Service "and go directly to the next step which is to run the command C:\OpenOPC37\src> python OpenOPCService.py debug in the terminal.

I don't know if what I did makes any sense or it was just my mistake in the beginning but this worked for me.

Another change I made was to assign the value 127.0.0.1 to the variable OPC_GATE_HOST since for now I am doing tests on my premises.

Thank you again for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants