PME - Management Console error "There was no endpoint listening"
Issue
Management Console doesn't open and shows "There was no endpoint listening at http://servername/23102/CoreServicesHost/InternationaIization/InternationaIizationService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."
Product Line
Power Monitoring Expert 9.0
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Power Monitoring Expert 2024
Environment
Management Console
SQL Server
Cause
There is more than one server name listed in the ApplicationModules Inventory.ApplicationServer table.
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
1. Log into SQL Server Management Studio > Databases > ApplicationModules > Tables, then right-click on Inventory.ApplicationServer > Edit Top 200 Rows.
2. Copy the correct server name (in this example: SERVERNAME)
3. Edit the Name for ServerId 2 to a random name.
4. Paste the correct server name into the Name column for ServerId 1.
5. Run the following script to delete the extra entry:
USE ApplicationModules
DELETE FROM Inventory.HostedService
WHERE HostID IN (SELECT HostID FROM Inventory.Host WHERE ServerID > 1)
DELETE FROM Inventory.Host WHERE ServerID > 1
DELETE FROM Inventory.ApplicationServer WHERE ServerID > 1
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.