Hi, I've a C# .Net Core 3.1 application, using the latest adomd .net core client, that successfully connects to an SSAS server and retrieves data when run on a Windows (Win10) platform. I've compiled it as portable, specific with libraries, and specific single file, and no option is able to connect from Linux, indicating in an error message that the connection is only available from Windows. The Linux box has the 3.1 and 5.0 asp.net runtimes, and the .net core runtimes the same. I've looked for documentation on this, no luck so far, to see if it is possible or not. The connection string is providing a username and password, as this will generally not be the user that the machine is running as. Does anyone have a definitive answer as to if we can connect to SSAS and run MDX queries from a Linux machine currently? Many thanks Richard
