-
Notifications
You must be signed in to change notification settings - Fork 812
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
Initialization error no module named apibase when configuring sqlserver integration on windows #1907
Comments
Thanks for reporting this issue @sandyplace we'll have a look very shortly. |
@sandyplace Can you give us more details about your windows |
Running Windows Server 2012 the agent is 5.4.6. The agent was downloaded from the Integrations->Agent page on the dashboard and then selecting Windows. Which points to this link: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli.msi |
@sandyplace We had a dependency issue in our Windows installer, thanks for bringing it to our notice! We just rolled out a patch. Would you mind re-installing through the same process as before? Let us know if you still have issues with the new version |
Is the patch available through the same installation link: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli.msi ? |
looks to be working now. thx for the speedy fix |
Thanks again for the feedback @sandyplace |
Encountered this when trying to enable sqlserver integration on windows using the latest downloaded version for dd-agent:
Initialization error: Traceback (most recent call last): File "config.pyc", line 804, in load_check_directory File "C:\Program Files (x86)\Datadog\Datadog Agent\files..\checks.d\sqlserver.py", line 14, in File "adodbapi__init__.pyc", line 10, in ImportError: No module named apibase
Is this an installation issue? The version of Python embedded into the agent?
The text was updated successfully, but these errors were encountered: