Notifies when eAgent Task is not running
Jump to Overview | Samples | Variables | Alert Functionality | Best Practices & Tips | Related Alerts
Overview
Overview
This alert checks to see if there are any past due tasks scheduled in eAgent as this usually indicates eAgent is not currently running. Provides Status Details from eAgent task to help determine why not running (excludes Test Fax and eInfo Requested Invoices from consideration).
If you are not using eAgent we feel you should be and we are happy to help configure.
Run Schedule: Hourly
Type of Output: Email
* * *
Sample
Sample
* * *
Variables
Variables
VariableW: Enter minutes eAgent task should be past due before notifying (excludes tasks in running process)
* * *
Alert Functionality
Alert Functionality
1. Alert doesn't know if eAgent is actually running or not, it just tells about any past due tasks and how many minutes past due they are.
2. Alert is set to NOT consider eAgent tasks of Test Fax and eInfo Requested Invoices.
3. Alert shows UserID (per eAuto Employee Record) set for task
* * *
Best Practices & Tips
Best Practices & Tips
1. eAgent accessed in eAuto via Tools / eAgent:
Suggested troubleshooting
Suggested troubleshooting for continuing eAgent tasks:
4. Try deleting and re-creating the task in eAgent.
5. Task won't run on schedule, no errors, runs fine when triggered manually:
*** Before starting be sure to verify you have the full access password for E-Automate. Failure to verify this can result in breaking all addon programs (i.e. Remote Tech, PIP, Einfo, etc..) and they will need to be reinstalled. The password for this account can verified by opening up SQL Management Studio and logging in using Coexecutive as the username. If you can login, then proceed with the steps outlined below. ***
- Be sure everyone is logged out of E-Automate.
- Stop the DGServer Service on the e-automate server and any other task engines.
- Delete Settings.xml file located under C:\Program Files (x86)\ECi\e-automate\web\res\public
- Start the DGServer Service, this should populate a new Settings.xml file
- Launch E-Admin
- Click Ok
- Enter Full Access and Read Only Passwords when prompted.
- E-Admin should then open up successfully.
Once this is done, allow scheduled tasks to run.
6. One of our clients provided these scripts (TO BE USED BY YOUR IT DEPT ONLY, please) to help re-set eAgent and/or fix issues:
Fix for time outs:
IF NOT EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[MTMeterReadings]') AND name = N'IX_MTMeterReadings_MeterReadingGroupID') CREATE NONCLUSTERED INDEX [IX_MTMeterReadings_MeterReadingGroupID] ON [dbo].[MTMeterReadings] ([MeterReadingGroupID],[MeterID])
GO
IF NOT EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[MTMeterReadings]') AND name = N'IX_MTMeterReadings_MeterID') CREATE NONCLUSTERED INDEX [IX_MTMeterReadings_MeterID] ON [dbo].[MTMeterReadings] ([MeterID],[IsValid],[Actual]) INCLUDE ([MeterReadingGroupID])
GO
Resets the all to idle:
update VWTasks
set TaskStatus = 'IDLE'
Typical Errors / Troubleshooting:
Error: service timed out
Solution: Indicates the server was too busy to run the task. Try changing the time it runs, perhaps after hours when server less busy.
Error: Insufficient User Rights
Solution: User set on eAgent task doesn't eAuto security rights to perform task. Change user to Admin
* * *
Related Alerts
Related Alerts
None
0 Comments