cancel
Showing results for 
Search instead for 
Did you mean: 

Background task assignment for Server proxy entry

Former Member
0 Kudos

Hi All,

We sent data from XI to ECC via server proxy (data size approx 200MB) and when data is being processed it returned with Error " Time out Exception" in queue of ECC system.

We noticed the following.

In the work processor list, it was running on Dialog task and thus it's giving error for 600 sec. How to change this task to background?

we increased timeout parameter to 1500 sec, still the same issue appears.

Really appreciate your quick response on this.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

can you try changing HTTP timeout parameter first in ECC

as per my blog and info form the note

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks

We will be increasing parameters as per suggested in your blog.

If we could execute this program in background task, I believe problem will be sorted out. However is it possible to assign job explicitly in backgroud for inbound messages communciated via proxies?

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

Hi ,

you can do the coding in the server proxy such that as soon as the data is received from PI you transfer that to a report that will run in background...

There is a simple syntax in ABAP that will allow you to SUBMIT a background report . you can also play with the option whether you want the processing to wait till the background job is completed or just want to continue processing in the proxy

Former Member
0 Kudos

Still I have got a time limit exceeds error.

Any other suggestions that can be done?

Thanks for all given responses.

Former Member