Windows error 0x8004131F, -2147216609

Detailed Error Information

SCHED_E_ALREADY_RUNNING[1]

MessageAn instance of this task is already running.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code4895 (0x131f)

Questions

5votes
1answer

Scheduler does not running 0x8004131F

I want to run the PHP script every 5 min, so i have created VBScript and this VBScript will kick the PHP Application, This VBScript will be configured in the Scheduler task in control panel. Scheduled job never ran getting following error code An instance of this task is already [...] read more
php
vbscript
job-scheduling
0votes
0answers

How to monitor tomcat thru VBs and batch and put it over task scheduler

I have created script which will monitor tomcat server. If tomcat is running the shoot an email that "tomcat is running" And if not the start the tomcat and send mail that "tomcat is not running . Will be start in few miniute" here is my code this batch file [...] read more
tomcat
batch-file
vbscript

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0