Не удалось загрузить MSMdpump.dll - PullRequest
0 голосов
/ 12 сентября 2018

Я пытался настроить службу анализа. Я следовал пошаговой инструкции, упомянутой в ссылке https://docs.microsoft.com/en-us/sql/analysis-services/instances/configure-http-access-to-analysis-services-on-iis-8-0?view=sql-server-2017.

Однако я все еще не могу настроить это.

Я получаю следующие ошибки в браузерах:

<?xml version="1.0"?>

-<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">


-<soap:Body>


-<soap:Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>XMLAnalysisError.0xc10e0002</faultcode>

<faultstring>Parser: The syntax for 'GET' is incorrect.</faultstring>


-<detail>

<Error HelpFile="" Source="Unknown" Description="Parser: The syntax for 'GET' is incorrect." ErrorCode="3238920194"/>

</detail>

</soap:Fault>

</soap:Body>

</soap:Envelope>

Я проверил журнал событий ниже, ошибка, которую я мог видеть:

The description for Event ID 25 from source MSOLAP ISAPI Extension: \\?\C:\inetpub\wwwroot\OLAP\msmdpump.dll cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    If the event originated on another computer, the display information had to be saved with the event.

    The following information was included with the event: 

    msmdsrv.rll
    7177

Не уверен, что я что-то упустил здесь ... Я искал эту ошибку, но безуспешно. Любая помощь будет принята с благодарностью.

1 Ответ

0 голосов
/ 27 ноября 2018

msmdpump.dll не обслуживает запросы GET, только сообщения POST. Когда вы просматриваете http://your -server / OLAP / msmdpump.dll , эту ошибку SOAP вы должны увидеть. В инструкциях по настройке, которые вы указали в своем сообщении, внизу вы увидите Шаг 6: Проверьте свою конфигурацию. Пункт 3 - это то, что вы хотите сделать дальше:

"В Management Studio в диалоговом окне Подключение к серверу выберите службы Analysis Services в качестве типа сервера. В поле Имя сервера введите HTTP-адрес расширения msmdpump: http://my -web-srv01 / OLAP / msmdpump.dll «.

...