我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
PME 7.2.2/PME 8.x database scheduled tasks are unsuccessful
Issue
In PME 7.2.2 and PME 8.x systems, the Windows scheduled tasks that are responsible for executing the database backup/maintenance tasks are not working.
In the Windows Task Scheduler, the tasks appear to completing successfully. Also in checking the Windows Event Viewer, no errors are found from the task executions.
However, when the user follows KB FA263465 to troubleshoot the powershell scripts, the following error is returned:
Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\Microsoft.SqlServer.Management.PSProvider.dll' or one of its dependencies. The system cannot find the file specified.



Product Line
Power Monitoring Expert 7.2.2
Power Monitoring Expert 8.x

Environment
Windows Task Scheduler
Windows PowerShell
SQL Server

Cause
The SQL Server PowerShell snapins are not registered.

Resolution
Determine the version of PowerShell that is being executed by the Windows Scheduled Tasks.

- Open the Windows Task Scheduler then open the properties on one of the PME Scheduled Tasks.
- Click on the Actions tab and make note of the directory path.
*For the 64-bit version of PowerShell the directory path will include "system32"
*For the 32-bit version of PowerShell the directory path will include "syswow64"



- Open PowerShell
* Open the (x86) version for 32-bit

- Run the following command to determine if the SQL Server PowerShell Snapins are registered to the appropriate version of PowerShell

get-pssnapin -registered

If the appropriate snapins are registered you will see the following output

Name        : SqlServerCmdletSnapin100
PSVersion   : 2.0
Description : This is a PowerShell snap-in that includes various SQL Server cmdlets.

Name        : SqlServerProviderSnapin100
PSVersion   : 2.0
Description : SQL Server Provider



If the snapins are registered the following procedure will not need to be performed and this is not the cause of the Windows Scheduled tasks failing to execute.

If the snapins are not registered you will receive an error message notifying that no snapins are registered.

- Run the following commands in PowerShell to register the SQL Server PowerShell snapins


For 32-bit PowerShell run:
set-alias installutil $env:windir\microsoft.net\framework\v2.0.50727\installutil

For 64-bit PowerShell run:
set-alias installutil $env:windir\microsoft.net\framework64\v2.0.50727\installutil

For the following commands be sure to check the directory path to ensure that the dll files are in the specified location. The file directory can vary depending on SQL version.

installutil -i "c:\Program Files\Microsoft SQL Server\100\Tools\Binn\Microsoft.SqlServer.Management.PSProvider.dll"

installutil -i "c:\Program Files\Microsoft SQL Server\100\Tools\Binn\Microsoft.SqlServer.Management.PSSnapins.dll"

Add-PSSnapin SqlServerCmdletSnapin100

Add-PSSnapin SqlServerProviderSnapin100



- After these PowerShell commands have been executed run the following command in PowerShell to verify that the SQL Server snapins have been registered.

get-snapin -registered

After the SQL Server PowerShell snapins have been registered, the Windows Scheduled tasks that run the database backup and maintenance tasks will properly execute.

施耐德電機Taiwan

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