0
votes

I'm trying to access SSAS through the data pump URL (http://SERVERNAME/OLAP/msmdpump.dll) with windows authentication on.

1) I was able to access the data pump URL through olap4j using windows machine. But how do i pass username and password for authorization purpose? (It seems like windows authentication details are parsing to endpoint behind the seance.)

2) But when i used the same code base on the MAC it throws an error saying "Unauthorized Access" (401 error). How do i access this URL (data pump) from LINUX OS?

1

1 Answers