cancel
Showing results for 
Search instead for 
Did you mean: 

Rfc(Syn)->BPM->JDBC connection breaks for job in 2Hrs

Former Member
0 Kudos

Hi All,

I have a scenario Rfc(Syn)->BPM->JDBC.

Problem i am facing is after 2Hr of execution of scenario. SAP & XI connectivity breaks down.

But to process full data it requires 5-6Hr connectivity because store procedures taking time(for 500 records).

Is there any solution for above problem?

Can we use ABAp Proxy instead of Rfc(i.e. ABAP Proxy->BPM->JDBC), If possible How?

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>I have a scenario Rfc(Syn)->BPM->JDBC.

sync??? you can/should only use sync

if the response time is around 30 seconds

so change the interface to async

>>>>Can we use ABAp Proxy instead of Rfc(i.e. ABAP Proxy->BPM->JDBC), If possible How?

yes but you still have to do it in an async way

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

Former Member
0 Kudos

closed