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
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。