scheduled tasks - Maximum length of Command parameters in Windows 8 scheduler -


I have a console application that takes the input command line argument. I have to schedule this task on Windows 8 by using Win32.TaskScheduler . The problem occurs when my command line argument length is more than 450 characters, I get this kind of warning:

  Work registered work "functionname", but all specified triggers will not work Task: Make sure all Tasks triggers are configured as valid. Additional data: Error value: 2147944183.   

And the job does not last at run time. Is there any limit on the length of the command line argument?

I had encountered a similar problem with the scheduled work order and the line argument which is 260 characters

After all, we had to change the command line argument, so they were small (length of file path in the logic list)

We had this problem because of Windows Server 2012 R2 At 64 bit, I'm not sure if Beta has nothing to do with it ...

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -