cancel
Showing results for 
Search instead for 
Did you mean: 

how to schedule a standalone jar file in SAP PI?

former_member217888
Participant
0 Kudos

Hi All,

I have a requirement to schedule a standalone java application(jar file) in SAP PI.

Requirement

This jar file is a kind of tool that is created to get necessary info from SAP PI system every 2 hours automatically to some random location(either some PI directory or local desktop) in an excel or doc file format.

Current situation

Currently it is working from user local desktop manually by double clicking on it. It then connects to PI server via VPN connection which is already in place and it gets all the info needed and save it in local desktop path. The user has all admin rights in PI system to do this operation.

Can anyone help me in scheduling this jar file in PI system as a JOB so that I can get the output regularly.

Also, please see this tool needs to be used by different projects so the approach has to be defined in steps for scheduling.

Please advise.

URGENT !!

Thanks

Neha Verma

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Neha,

Create a job as per this blog and call the required classes from your jar file (Use your jar file in the job)

Regards,

Praveen.