cancel
Showing results for 
Search instead for 
Did you mean: 

SSL problem

Former Member
0 Kudos

hello exprets

I have a scenrio RFC2WS synchrony that is working good without SSL. once I am defining SSL, with out changing the RFC or the mapping in the XI, I recieve a fault message

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

- <!-- Request Message Mapping

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>application fault</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="http://xml.apache.org/axis/">hostname</SAP:ApplicationFaultMessage>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

and also

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

- <!-- Request Message Mapping

-->

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

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

<SAP:Code area="MAPPING">NO_MAPPINGPROGRAM_FOUND</SAP:Code>

<SAP:P1>Object ID D840A71B18183AAC9FB6CEC80A270968 Software Component D7E31F3053BE11DC8FBDEE09C0A8664D</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Unable to determine name of mapping program</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

since nothing is changed beside the SSL declaration, I couldnt under stand what is the problem (the mapping was not changed).

help will be appreciated.

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

check michal reply

Also do the below

1.Have you tried refreshing the cache?

TCODE - SXI_CACHE

2.Did you activate your mapping program ? If yes, go to http://<host>:50000/rep then go to Administration --> Runtime and click on Cache Overview, Check Single Repository Object Cache Refresh by entering your object id and swcv.

Former Member
0 Kudos

Hi,

The error message shows clearly, issue is not related to SSL.

Edit the mapping program and activate the program again.

Execute and let us know in case of any more issues.

Reward points if you feel helpful.

Thanks,

Ramesh

Answers (2)

Answers (2)

Former Member
0 Kudos

hi according to <NO_MAPPING_PROG_FOUND>

The missing mappings must also be transferred into the Cache. To do this

- activate the missing mappings individually in the Repository

- or trigger the cache for each object on the administration pages (Cache Overview -> Single Repository Object Cache Refresh)

- or import the SWCV that contains the missing mappings into the repository again.

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

hello

I tried to refresh the cache and also tried to re activate the mapping program, but still, when I choose SSL it is not working and sending the same error message. with out SSL it is working OK.

where can I find my objecd ID and SWC names?

prateek
Active Contributor
0 Kudos

Have a look at SAP Note 897656

where can I find my objecd ID and SWC names?

Double click and open any object. There in the menu check Properties, and u ll find the object ID

Regards,

Prateek