cancel
Showing results for 
Search instead for 
Did you mean: 

can any one explain how to resolve these type of errors and when these will occur?

n_rvsavinashvarma
Participant
0 Kudos

<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns:xsi="http://www.w3.org/2001/XMLSchema-Instance">

<code>HTTP/500/E/Internal Server Error</code>

<message>Call of service /sap/opu/odata/sap/Z_AVI_POC_SRV/POCCreate terminated because of an error. The following error text was processed in system DGS : Field symbol has not yet been assigned.The error occurred on the application server ngsvawrk146. The termination type was: RABAX_STATE.If the termination type is RABAX_STATE, you will find more information on the cause of termination in system DGS in transaction ST22. If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server ngsvawrk146 in transaction SM21. If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process in transaction ST11 on the application server ngsvawrk146. You may also need to analyze the trace files of other work processes. If you do not yet have a user ID, contact your system adminmistrator.</message>

</error>

Accepted Solutions (0)

Answers (1)

Answers (1)

EkanshCapgemini
Active Contributor
0 Kudos

Hi,

This error occured in your backend system due to some field symbol has not been assigned in the backend logic and it resulted in short dump.(As you can see in the first 2-3 lines of message).

Please go to ST22 in the backend and check the short dump. Rectify the issue and you will be good to go.

Regards,
Ekansh

n_rvsavinashvarma
Participant
0 Kudos

Thanku

EkanshCapgemini
Active Contributor
0 Kudos

Hi Avinash,

If it solved your problem, please close the thread.

Regards,

Ekansh