cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc synchronous not work

Former Member
0 Kudos

I design a test scenario, http to jdbc synchronous.

I send a test message in rwb, integration Engine. but I can't see message entry in sxmb_moni, and rwb message monitoring.

When I send error sql, I can see message in sxmb_moni.

I don't know why.

Reciever sql request message is

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

<ns0:sd025QR xmlns:ns0="http://topfine.com/TG/BPM"><ST1><DML action="SQL_QUERY"><access>select * from o_tns16_base where sapflag=&apos;0&apos;</access></DML></ST1></ns0:sd025QR>

response message structure is:

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

<ns0:sd025QR_response xmlns:ns0="http://topfine.com/TG/BPM">

<ST1_response>

<row>

<compcd/>

<custcd/>

<cigcd/>

<baseqty/>

<unitid/>

<upddate/>

<mq_lsh/>

</row>

</ST1_response>

</ns0:sd025QR_response>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

got to SXMB_ADM -- > integration engine -- > specific configuration -- > change your logging_synch parameter value to 1

Answers (0)