cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

Hi,

I am working on a Proxy - XI - File scenario.

I am facing couple of problems relating to data size capacity of XI :

1. I have to send 3 lac data and when i am sending that much amount of data in packets of 10,000. so out of 30, 20 goes out fine but 10 gives system error:

HTTP response contains status code 500 with

description Internal Server Error

2. This scenario is working fine for smaller amount of data say 50000 records but when i send 75000 records it shows memory dump.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

aashish_sinha
Active Contributor
0 Kudos

Hi Snehal,

This error is due to your host is not reachable.

now do one transcation SM49>PING>Additional parameter. Put your host there and execute.

If host is reachable.

Then try again.

if this is not the problem then error is due to RFC destination not reachable.

then do ping that.

If this is not the problem them this might be due to JAVA engine down.

then do SMICM>Adminitration>J2EE Instance> soft or hard

Soft means Java engine will restart like shuting down the computer.Means in safe mode.

Hard start means manually power off the computer closing all running program instantly.

Also Check these Foloowing ;

URL for the receiver is like this:

http://<host>:<port>/sap/xi/engine?type=receiver .The XI 2.0 differs from XI 3.0 in this.

-path in the receiver communication channel

The path has to be defined as:

/sap/xi/engine?type=entry for XI 3.0

/sap/xi/engine?type=receiver for XI 2.0

Have a look into SAP Notes – 804124, 807000

Also look into this link

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards

Aashish Sinha

PS : Reward points if Helpful

Former Member
0 Kudos

Hi,

FYI, I have increased the time out setting of my target system and the frequency of system error messages have improved to 2 out of 250 but still the system is throwing this error and I want to ensure that the

scenario runs smoothly with minimal human intervention.

Please help me to resolve this issue.

Thanks..

former_member859847
Active Contributor
0 Kudos

Hi Snehal,

To resolve this problem please follow the following steps.

• Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER

• If the error is in XI Adapter, then your port entry should J2EE port 5<System no>

• If the error is in Adapter Engine

–then have a look into SAP note- 821026,

• May be wrong password for user XIISUSER

• May be wrong password for user XIAFUSER

– for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message

still problem is persisting means, the problem is due to adapter engine cache.Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.

refresh that cache, no entries to be found.

this is also resolve our problem,

previously, i am also facing the same.

award points, if it really help you

regards

mahesh

Former Member
0 Kudos

Hi,

Had there been any problem with the authorization/settings, the other messages should not have been sent.

I believe it is certainly some overload issue ...can anyone help me with this ?

former_member859847
Active Contributor
0 Kudos

Hi Snehal,

yes, the problem will appear because of authorization.

some times, it will appear beacuse of Adapter engine overload.

beacuse of overload means,

you have to refresh sxi_cache->goto->adapter engine cache.

othewise delete it.

Because of authorization means u need to chek the roles in SU01.

Regards

mahesh.

Former Member
0 Kudos

Yes, i know the error is due to overload but plz tell me how can i resolve it.

former_member859847
Active Contributor
0 Kudos

Hi Snehal,

Previously we have the same problem, then Admin people restart the XI server.

Some times Delete the Adapter engine cache in SXI_CACHE.

all these are temprory solution.

please let us know, other than this u got permanent solution.

regards

mahesh.

Former Member
0 Kudos

Dear Snehal,

As u just said that this scenario is working fine for around 8/10 messages and the error is in just 2 messages, I believe this can not be due to any cache or configuration problem but I am sure that this is due to the time_out paramter of your target system is too less to handle the large amout of data you are sending.

Also, you try to increase the java heap of the system.

Cheers,

Puneet

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi !

Have a look into SAP Notes – 804124, 807000SAP note- 821026

Just restart the J2ee Server will solve the problem. Because the it might be possible that J2ee server is overburdened and cannot accept the more requests.

check

XIAPPLUSER is having this Role -AP_XI_APPL_SERV_USER

Regds

Abhishek

Former Member
0 Kudos

Hi Snehal,

For memory dump, try to increase Heap memory as per SAP recommendation.

-Pinkle

Former Member
0 Kudos

Hi,

Check the below link:

http errors :

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Thnx

Chirag