cancel
Showing results for 
Search instead for 
Did you mean: 

DSM: XHR Status was 500 not able to deliver PRO54-DSM data

Former Member
0 Kudos

Hi,

I am trying to use NWBC for HTML. We use ERP60 with EHP6 (NW 7.31)

When I started transaction /nwbc, Internet Explorer (Version 8.0.60001....) starts.

But every time I click a link I get a small error popup--> "DSM: XHR Status was 500 not able to deliver PRO54-DSM data."

Therefore I started to implement every SP concerning NWBC I could find. The main focus was PLMWUI.

My latest queue was:

-------------------------------------

SAPKB73109

SAPKA73109

SAPK-73109INPIBASIS

SAPKW73109

SAPKNA7030

SAPK-73109INWEBCUIF

SAPK-73109INSAPBSFND

SAPKH60609

SAPK-40606INEAIPPE

SAPK-60609INEAAPPL

SAPK-70209INPLMWUI

------------------------------------------

After that I had to implement following notes:

0001883635 SAP-NWBC-ABAP-Laufzeit-Patch 32

0001908112 SAP NWBC ABAP Runtime Patch 33

BUT I still get the same error message. Does anyone have an idea???

KR

Walter

Accepted Solutions (1)

Accepted Solutions (1)

former_member183060
Contributor
0 Kudos

Dear Walter,

Please check the following:

http://wiki.scn.sap.com/wiki/display/TechTSG/DSM%3A+XHR+Status+was+500%2C+not+able+to+deliver+PRO54-...

Without a trace it is hard to guess, this page can help you to analyse.

Let me know if you have further questions.

Best regards

Melinda

Former Member
0 Kudos

Thanks Melinda,

parts of this note are implemented. Some others are not yet checked.

I will try to make a trace.

Did I mention that some entries of transaction nwbc work?

E.g. SAP_PLMWUI_MENU works fine.

Most of the others did not.

Update:

In the meantime I was able to do an http trace. Two things are remarkable.

1)  There is an error 404 because the path /sap/public/icmandir/ doesn't exist.

2)  Every time the first error appears there is an error 500 with the following message:

HTTP/1.1 500 Internal Server Error
content-type: text/html; charset=utf-8
content-length: 213
connection: close

<HTML><HEAD>
<TITLE>500 SAP Internal Server Error</TITLE>
</HEAD><BODY>
<H1>500 SAP Internal Server Error</H1>
ERROR: A:ITS_P:019 sesstoken already set        (termination: ABORT_MESSAGE_STATE)<P>
</BODY></H

KR

WB

Message was edited by: Walter Blug Update 2 and solution: Problem was parameter icm/HTTP/file_access_0. It showed to a different directory. I set it back to default dir. After that I had to unpack ITS.SAR manually (in /usr/sap/<SID>/DV*/exe and to restart SAP system. Now it works... Thanks for help.

Answers (0)