我们今天能为您提供什么帮助?

How to manually detach an ION Database using OSQL commands in the command prompt.

Issue:
An ION database cannot be detached using ION Database Manager or SQL Server Management Studio (SSMS).

Product Line:
Power Monitoring Expert 8.x
Power Monitoring Expert 9.x
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Power Monitoring Expert 2024

Environment:
Power Monitoring Expert (PME)
Microsoft SQL Server
Command Prompt

Cause:
The database is locked or cannot be detached using standard tools.

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.*
If the database cannot be detached using Database Manager or SSMS, it can be detached using SQL command-line tools.

1. Stop PME services to release database connections.

2. Open a Command Prompt.

3. Connect to SQL Server using:

sqlcmd -U <username> -P <password> -S <ServerName>\<Instance>

Example:
sqlcmd -U sa -P ION!Everywhere -S MyServer\ION

4. Set the database to single user (required if connections exist):

ALTER DATABASE [ION_Data] SET SINGLE_USER WITH ROLLBACK IMMEDIATE

5. Detach the database:

EXEC sp_detach_db 'ION_Data'

6. Execute the command:

GO

7. Exit:

QUIT

The database should now be detached.
Note:
The OSQL utility is deprecated and may be removed in future versions of Microsoft SQL Server. It is recommended to use SQLCMD instead.
For instructions on using SQLCMD to detach PME databases, refer to FAQ000281738.

Recommendation:

If you are using an older version of PME, consider upgrading to the latest version for improved protocol support and security. For assistance with integration or upgrades, contact Schneider Electric Technical Support at: pmo.support@se.com

PME recomendation

施耐德電機Taiwan

探索更多
系列:
探索更多
系列:
  • 產品文檔
  • 軟體下載
  • 產品選型工具
  • 產品替代和替換
  • 幫助和聯絡中心
  • 尋找我們的辦公室
  • 取得報價
  • 施耐德電機社群
  • 人才招募
  • 公司簡介
  • 舉報不當行為
  • 無障礙
  • 新聞中心
  • 投資者
  • 專業洞察
  • 台灣施耐德電機學院
  • 綠色影響力落差調查
  • Schneider Go Green 2025
  • 隱私政策
  • Cookie通告
  • 使用條款
  • Change your cookie settings