cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling a JDBC sender adapter

Former Member
0 Kudos

I have a scenario JDBC -> XI -> RFC where the JDBC adapter is polling the database, but there is a request to have it run at a specific time, say for example every morning at 06:00.

The system is XI 3.0 with SP9 so I can not use the new functionality of scheduling the adapter.

The alternative is to use a BPM, but I am not sure how to go about this.

Can someone please point me in the right direction.

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Look First Blog in my previous post, you can put polling interval according to your requirement.

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

If you want your database to be polled only once a day, then you may use the polling interval as 24*3600 activating it initially at 6.

Otherwise use BPM and schedule it. However, this would be a time consuming approach to implement.

Regards,

Prateek

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

PERIODIC SCHEDULING OF DATA BETWEEN ORACLE DB & R/3 SYSTEM

Adapter Scheduling

Former Member
0 Kudos

Thank you for the reply but as I mentioned in my original request I cannot use adapter scheduling as we are on the wrong SP.

I am looking for an alternative.

Shabarish_Nair
Active Contributor
0 Kudos

Donavan,

The best way is apply the SP to get the standard feature as provided by SAP. In that case, even if anything goes wrong SAP will be able to support you. Your basis would be able to upgrade to a higher SP.

Secondly, the polling interval will be of help. But it is not a clean approach.

prateek
Active Contributor
0 Kudos

Wasn't my reply of your interest?

Regards,

Prateek