cancel
Showing results for 
Search instead for 
Did you mean: 

How to harmonize big number of interfaces to get better performance

Former Member
0 Kudos

Hi guys,

does anyone have a good method for scheduling/ harmonization of interfaces start time in case there are plenty of them? We are trying to avoid overloading of the server.

I mean if you use an excel or other planning for va scheduling? We have 3 types of interfaces/data transfers:

1. data transfered via job in planned time

2. data transfered via job with start date/time depending on user action (user is deciding when he starts it) - we are trying to minimalize number of such interfaces

3. "online" interfaces, running on user action during the working hours

We need to somehow coordinate them to get proper performance of the system and minimalize situation when one data transfer can affect other one by slowing of system performance.

Do you have any calendar structure for such a need?

Thank you in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

How would you , for eg, dynamically start a set of JDBC sender CCs externally, based on the availability of data in the tables involved?

What would be the best approach ? How would the webservice, connect to the database, and check for data?

What would be the pros an cons of an approach that would have Java application running in the PIs j2ee server, poll the database for records?

Thanks

XA

Former Member
0 Kudos

Hi Charlee,

You can also controll large number of channels by writing Web Serices code to invoke them externally. You can have a look over following help link on how to start/stop the comm. channels externally.

http://help.sap.com/saphelp_nw04/helpdata/en/45/0c86aab4d14dece10000000a11466f/content.htm

Thanks,

RK

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Check the sap help link: [Planning Availability Times|http://help.sap.com/saphelp_nw73/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm]. You can use this functionality to control what times specific Communication Channels are active/inactive.

Regards

Mark