cancel
Showing results for 
Search instead for 
Did you mean: 

Where is com.sap.scheduler API?

Former Member
0 Kudos

I want to follow the expample that is described here:

[original link is broken]

but i need com.sap.scheduler API where i found their?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

right click on DC -> go to component properties -> dependencis tab -> select add -> ENGFACADE -> select tc/je/scheduler/api

Former Member
0 Kudos

Unfortunately can not navigate to <drive>:\sap\<SID>\<instance name>\j2ee\cluster\bin\services\scheduler~runtime\lib\private.

I do not have the permissions to the server.

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi capronero

You need NW Java 7.1X server for that. The Scheduler is J2EE Service. API you can setup to your studio directly from the server:

- Navigate to <drive>:sap<SID><instance name>j2eeclusterinservicesscheduler~runtimelibprivate where <SID> is the system ID (for example, JP1), and <instance name> is the instance name of the Java instance (for example, JC00).

- Choose sap.comschedulerruntime~api.jar

For runtime you can setup a runtime reference in your application-j2ee-engine.xml to the Scheduler service:

<reference reference-type="hard">
<reference-target provider-name="sap.com" target-type= "service">
scheduler~runtime
</reference-target>
</reference>

Read also [Overview and Tutorial - SAP NetWeaver Scheduler for Java |http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8ab5056-0e01-0010-5581-d3e51724ee21]

BR, Siarhei