Scheduled/Automated Tasks
Hello all, We are currently using Version 11 SP 9 of Aras Innovator. Is there an inbuilt way to schedule/automate tasks and activities? An example of such task would be to schedule automated Excel extracts at the end/start of every month. Thanks very much!0Views0likes4CommentsHow to check my schedular is running?
Hi, I have a method that need to run via schedular on every 1 minute. I need to check and hold the schedular until previous trigger (schedular execution) got completed. if the previous schedular execution is in process then we got error for next trigger, i.e. SQL transection error. Please suggest how to overcome this situation. I do not want to increase the schedular frequency. Thanks in Advance Deepak0Views0likes2CommentsTrigger Server Method a couple of minutes after Method execution
Hi Community, does anybody know a simple approach to trigger a Server Method from a Server Method with a timeout of a couple of minutes? I am not sure, if a regular timeout inside the first Method is the best approach. I also want to avoid using a regular scheduler, case the two Methods do not have triggered on a regular basis. Sometimes we need them 6 times a day and then there are weeks where we do not use them. Or maybe somebody has another idea how to solve this one: I use this project to upload multiple image to MPP at once: https://github.com/AngelaIp/aras-image-uploader-for-tech-docs The project still offers a lot of room for improvements, but it basically does the job. It contains a Method that automatically creates new Items of type 'tp_Image' and adds files to them. I now want to trigger a second server Method after the tp_Images are created. The second Method shall trigger an image duplication/conversion, as we use a different approach to store the files for the tp_Images. An onAfterAdd event doesn´t work, as the time between File upload and file conversion is to small. So I am looking for a simple way to trigger the Method after a couple of minutes. Thanks for any ideas! AngelaSolved4.1KViews0likes1Comment