cancel
Showing results for 
Search instead for 
Did you mean: 

KM Scheduler

Former Member
0 Kudos

Hello All,

I am trying KM Scheduler example by following the bellow link :

/people/prakash.singh4/blog/2005/04/20/did-you-know-you-can-schedule-jobs-in-portal-using-kms-scheduler-task

i created a portal application project and created a blank new schedule task.

in the run method i wrote just one line.

public class Sample implements ISchedulerTask {

public void run( String id, Properties properties ) {

// implement the tasks to be scheduled

System.out.println("Hello world...");

}

}

when i tried to deploy the application i am getting an error message : PAR Upload failed please check sap-plugin.log for more details.

please help me regarding this.

Thanks,

Dhananjaya R E

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the below SAP note,It will help you find the root cause of the problem.Paste the contents of the log file to check further.

Note 1130469 - Deployment failure of PAR and EPA (EPT) files in the portal