I have java program with Main method for generating file every 1 hour , and a batch program to start this program. When I start this program using batch program from command prompt, application generating file and LOGS files also updating . All good.
But when I start running this application using windows Task scheduler , application generating file , but LOGS are not updating in LOG file.
Running this task with logged in user also.
Any permission issue ...
tried with providing full right permission for the user to the logs file and directory .