Omal Withanage
Omal Withanage

Reputation: 85

How to access SSAS datapump url from UNIX box with windows authentication on

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?

Upvotes: 0

Views: 284

Answers (1)

Related Questions