cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT_ROOT_ERROR help~

Former Member
0 Kudos

hi experts,

i'm trying to sync to DOE.

but occur to error when send Post_Message.

Error message is XSLT_ROOT_ERROR.

i know 'XSLT_ROOT_ERROR' mean XML has some problems.

login, get, logout message are OK.

only post message is occured error.

i'd checked xml, but i cant find any problem.

what can i do for solve this problem?

regards.

Edited by: Terry Yoo on Oct 20, 2010 8:04 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

rohith_deraje
Advisor
Advisor
0 Kudos

Hi Terry,

XSLT_ROOT_ERROR comes up whenever there is a data type or length mismatch in the message sent to DOE by the client application.

Can you please check for the data type and length of the values sent from client?

Regards

Rohith.

Former Member
0 Kudos

thanks expers.

xml source is shown below

<0022156159CB1DDFB79B5A602C4AF9A2

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

<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

<asx:values>

<data>

<param name="MBO_TRANS" value="0022156159CB1DDFB6FD8C5B6EBC39A2" />

<param name="MSG_ID" value="7" />

</data>

</asx:values>

</asx:abap>

actually, i sent data only SESSION_ID, MBO_TRAN and MSG_ID for simple sync test.

so,,, i checked SESSION_ID(0022156159CB1DDFB79B5A602C4AF9A2) from DOE,

MBO_TRANS(0022156159CB1DDFB6FD8C5B6EBC39A2) in SMMW_HDR and

MSG_ID(7) in MMW_LAST_MSG.

but, i cant find incorrect data type and length.

may.. other ways i can do?

VikasLamba
Advisor
Advisor
0 Kudos

Well Terry I do not know which transformation was invoked by your code. I would advise you to check if the mandatory parameters in your transformation have been filled and sent as I do not see any data type issues with the values that you have shown in the sample XML.

Regards,

Vikas

Former Member
0 Kudos

Thanks Vikas.

I solved the problem.

When i send Post message, i'd input wrong value in XML.

I'd misunderstood about Sync.

So I would neet to study more~

any way i real appreciate for your answer.

regards,

Terry.

Former Member
0 Kudos

Hi Terry,

Is there any date that you posting from client. if yes then change the date format the post again.

thanks,

boopalan.m

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Problem can also be with the value provided for any attribute. Please check the maximum length of each attribute with the DOE attribute lengths.

Regards,

Siva.