Closed IcToxi closed 4 years ago
Are you running the script on windows?
At which line do you get the exception?
Have you tried to install the Adomd client dll from Microsoft webside? https://www.microsoft.com/en-us/download/details.aspx?id=55992
The package only works with windows, unfortunately. Do to the underlying dependencies. I will state that more clearly in the readme file.
Hi, I think I know what I'm doing, and I've also tried to use pythonnet directly, as well as installing .net runtime. The system version is Centos 7 and python is 3.7. But I don't think this is a problem specific to a particular version. It looks like my Centos are missing a series of components from Windows security validation, but I don't know how to import, copying DLLs directly from Windows doesn't work, and I can't find similar issues on sites like StackOverFlow, so I'd like to ask if you've studied this.
I’ve only tested it on windows.
My plan is to test if I can get to work on UNIX-like system by using Mono https://www.mono-project.com/ but I haven’t got to it yet. Pythonnet should work with the Mono runtime, so hopefully it could also be possible to get Pyadomd to do so.
Thank you very much, I don't know much about C#.
I've seen Mono run as a dependency library, just I'm stuck in Windows authentication.
I hope your plan will succeed.
Hi,
When I tried to access Analysis Services on Centos, I encountered DllNotFoundException: security.dll exception.
And copying this dll from Windows also doesn't work.
Do you have any ideas?