on 2011 Jan 11 5:29 AM
Hello All,
I need some info regarding scheduled Task. how would i check the script/code for scheduled task. how would i check the functionality and process of scheduled task?
Thanks,
Ritu Gupta
Request clarification before answering.
Hi Ritu,
you can check schedule task by
1. Login with administrator user like enterprise
2. goto setup --> System Setup --> Scheduled Tasks --> Scheduled Tasks click OK
3. here you can see the list of all schedule tasks.
~Ankush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ritu,
To check scripts...follow the below path
Setup --> System Setup --> Integration --> script Definition click OK
To check Scheduled Tasks type
Setup --> System Setup --> Scheduled Tasks --> Scheduled Tasks type click OK
Simalarly you can check Reports in
Setup --> System Setup --> Queries and Reports --> Reports click OK
~Ankush
Hi Ankush ,
Thanks for giving me this paths but in my application i need to check a back ground task name "1st BekaertCollaboratorNA" , i mean i need to check the code of this back ground task to know the flow of this task or functionality of this task but i am not able to see the code for this...can u please suggest me how to check this ...its possible or not.
i checked with script defination also but this is not available in script defination...
Thanks,
Ritu Gupta
Ritu,
Apparently what you are looking at is an IAPI scheduled task. This is likely a custom JAVA class compiled and deployed with the application. If the developer provided the source code you can look at the source code but any changes would required you to compile and redeploy with the application. Not a trivial task as the system needs to be brought down for 20-30 minutes.
Sometimes the developer will include the source code in the .jar file which can be found in the custom folder inside the install directory.
Alan
Hello Ritu,
Please verify if your Scheduled Task Type is "Report Execution Task" OR "Report Results Cleanup Task", if yes then there should be some ESO report associated with this Schedule Task.
Generally developers give the name of the Schedule Task similar to the name of the ESO report. So please try to find some report which has got the similar name as your Schedule Task.
Have a great day !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.