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: 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 ...
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.
Comments
Post a Comment