cancel
Showing results for 
Search instead for 
Did you mean: 

mess send frm Runtime Workbench's Comp. Monitoring but not in mess monit

Former Member
0 Kudos

Dear all,

i can send message form Run time work bench's component monitoring but its not coming in message monitoring while sending with this parameters as below:

<b>send mess to: http://aibid:8000/sap/xi/engine?type=entry

aibid: my bi host name</b>

8000 is http port of bw

/sap/xi/engine?type=entry = <b>path of xi</b> (ID > communication channel > reciver > address type = url address path = /sap/xi/engine?type=entry)

filled : service, Interfarenc, interfarenc name, and username - password of BI system

payload:

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

<ns1:MI_VCNdatatoBI

xmlns:ns1="http://bi.sap.com"

xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">

<DATA>

<item>

</BIC/ZG_CWW010>1000<//BIC/ZG_CWW010>

</BIC/ZVKY_CHK>1<//BIC/ZVKY_CHK>

</item>

</DATA>

</ns1:MI_VCNdatatoBI>

where aipid = PI host name

50000 = j2ee port of PI

get error that: <b>Error when sending message: 404 Not Found</b>

what shold i do to get message in message monitring and BI system?

Best regards,

dushyant.

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Can u check the integration server url once again in SLD

i.e SLD>Business System><your integration server name> -->Pipeline url.

It should be http://<server name>:<http port>/sap/xi/engine?type=entry

Then just refresh the cache in SLD..>Admin>Cache Overview-->refresh all the caches.

Hope this helps,

Rgds,

moorthy

Former Member
0 Kudos

Hi,

i checked that entry in SLD>Business System><your integration server name> -->Pipeline url :

its: http://aipid:50000/sap/xi?type=entry

<b>i changed it to:</b> http://aipid:50000/sap/xi/engine?type=entry

and save it. than admin > refresh cache overview and refresh all

( Java VM Cache Refresh: Cache for Softwarecomponents,

SLD Cache, Adapter metadata - with pisuper user

Xi Data Cache Refresh: INTEGRATIONSERVER_,

INTEGRATIONRUNTIME_ and with j2ee_admin user

but unable to refresh af.axd.aipid with jweeadmin user.

in my xi to bi senario using proxy,

send message to: shold be a sld integration server name only?

and its shold be link to PI or BI?

Best regards,

dushyant.