cancel
Showing results for 
Search instead for 
Did you mean: 

Error : HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

Hi,

My Scenario is *File -> XI -> Proxy* (To BI System)

Everything was working fine.

For additional space, we deleted some files (dev_cp) and restarted BI System.

After that I am getting the following error when I tried to post some files in XI.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3 />

<SAP:P4 />

The following error text was processed in the system DB0 :

The ASSERT condition was violated.

The error occurred on the application server adcap_DB0_17 and in the work process 1 .

The termination type was: RABAX_STATE

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DB0 in transaction ST22.

With Transaction ST22, In DB0, I got the following message

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Exception CX_SY_REF_IS_INITIAL

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"OBJECTS_OBJREF_NOT_ASSIGNED_NO" "CX_SY_REF_IS_INITIAL"

"CL_RSCRT_RDA_EXECUTION_LOOP===CP" or "CL_RSCRT_RDA_EXECUTION_LOOP===CM001"

"COLLECT_INFOPACKAGES"

How to proceed further ?

Thanks in advance,

Neena John

Accepted Solutions (0)

Answers (2)

Answers (2)

aashish_sinha
Active Contributor
0 Kudos

Hi,

The server encountered an unexpected condition which prevented it from fulfilling the request.

Have a look into SAP Notes u2013 804124, 807000

Regards

Aashish Sinha

PS : reward points if helpful

former_member181962
Active Contributor
0 Kudos

Is your proxy active in the backend system?

Former Member
0 Kudos

Yes. It is active.

former_member181962
Active Contributor
0 Kudos

Can you check if the corresponding service in SICF is active?

If not make it active using the same transaction or

run the program: RSICF_SERVICE_ACTIVATION

Regards,

Ravi

Former Member
0 Kudos

Where I need to run this program ? In XI or BI ?

Former Member
0 Kudos

How can I know the corresponding service in SICF ?

Former Member
0 Kudos

Expecting some more replies ....................