cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How do I check sScheduled Tasks

Former Member
0 Kudos
277

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Ankush,

Thanks for the replay ...... can u please answer me for how would i check the script or code for a perticular scheduled task...

the path which u provide me throw that i m only able to see the scheduled task list..but not able to see the code or functionaliy.

Thanks,

Ritu Gupta

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

HI Alan ...

Thanks for answering me...can please clear me for one more question

where i get the custom folder or install directory ?

is it present in setup or some where else in server please provide me the path if it is reachable by setup .

thanks again for the help.

Ritu

0 Kudos

Hi Ritu,

this is a directory on the file system of the application server. something like c://fci/custom or where ever the application was installed. You'll probably need help from Basis for access to this directory.

Alan

Former Member
0 Kudos

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 !