{}

Our Brands

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

Schneider Electric USA Website

Welcome to our website.

Search FAQs

Power Monitoring Expert (all versions) - How can I trouble shoot problems with the powershell scripts used in the Task Scheduler database tasks

Issue
Power Monitoring Expert (all versions) - How can I trouble shoot problems with the powershell scripts used in the Task Scheduler database tasks

Product Line
Power Monitoring Expert 8.0
Power Monitoring Expert 7.2.x

Environment
Windows Task Scheduler
Windows PowerShell (x86)

Cause
Powershell scripts run from the Task Scheduler do not display helpful messages why a task has failed.

Resolution
If the Task Scheduler database tasks fail for some reason, Task Scheduler provides no useful information as to the cause of the failure. This article describes how to run the database tasks directly within a PowerShell window. When run in this mode, many helpful messages will be written to the console.

So how do I run the power shell scripts directly?

1. You will need to launch a PowerShell window, If you are using Windows 2012, you can use the Search function and type Power Shell. Be sure you choose 'Windows PowerShell (x86)'
Power Monitoring Expert (all versions
2. Go into Windows Task Scheduler, right click on the task you want to run and choose Properties
3. Click on the 'Actions' tab, select the Action, and choose 'Edit'
Power Monitoring Expert (all versions
4. Copy the contents of both the 'Program/script/ and 'Add arguments' text boxes into notepad. Be sure that you include the entire contents of both boxes.
Power Monitoring Expert (all versions
You should have something like this:
C:\Windows\syswow64\WindowsPowerShell\v1.0\powershell.exe -noninteractive -nologo -file "C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\config\cfg\DbScheduledTasks\Backup.ps1" -DatabaseIdentifier ION

5. Copy and paste into the Powershell Window and run.
Power Monitoring Expert (all versions
When run in this mode you will see all the DEBUG messages, and will see where the task fails.

Schneider Electric USA

Explore more
Explore more
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.