cancel
Showing results for 
Search instead for 
Did you mean: 

is rwb's send message to field = sld>buss system>Pipeline URL?

Former Member
0 Kudos

Hi,

<b>in rwb's component monitoring, is send message to field same to sld > buss system > pipeline url?</b>

is there any <b>diff between</b> if i put that as pipeline url -

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

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

<b>what pipeline url indicating for</b> (i wnat to send mess from xi to bi) than -

it should be of BI server specific OR

PI server specific?

(my initial entry ar pipeline url was: http://aipid:50000/sap/xi?type=entry than i changed to http://aipid:50000/sap/xi/engine?type=entry

and at both time i can send message with send mess to field of RWB: is of bi server pointing to but not same one is :http://aibid:50000/sap/xi/engine?type=entry

and which with user j2ee_admin or any one with else to refresh cahe of cache overview under admin.

Best regards,

dushyant.

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

manish_bhalla2
Contributor
0 Kudos

Hi,

1. Yes, there is a difference between the following

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

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

The correct one should be http://<fully qualified server name>:<port>/sap/xi/engine?type=entry.

This will be the same as the URL for the pipeline given in the SLD for the XI business system.

2. In the RWB component monitoring -> Integration Engine -> test message, you should give the entry pipeline for the XI system, not the BI system. This is because it will then send the message through the XI pipeline and XI will send it to BI (if your scenario is configured correctly).

3. The URL that you use for the proxy connection (XI Adapter) from XI to BI in the communication channel should be as follows:

http://<fully qualified BI server>:<Port>/sap/xi/engine?type=receiver.

4. To refresh the CPACache you will need the XIDIRUSER

Cheers

Manish

Former Member
0 Kudos

Thanks,

whre to put this as u said:

The URL that you use for the proxy connection (XI Adapter) from XI to BI in the communication channel should be as follows:

http://<fully qualified BI server>:<Port>/sap/xi/engine?type=receiver.

as i have reffered this:

see 4.5 > 3 and 4 topic and 4.6 > 3,4,5

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f027dde5-e16e-2910-97a4-f2310464...

and all the thing under comm chanel are automaticaly genrated except service number( which i have given of BW http port) are as below:

adapter type: xi

adapter engine: Integration server

address type: url address

target host: aibid

service no: 8000

path: /sap/xi/engine?type=entry

<b>should i put full name which u provide in target host only or any where else?</b>

than active it, cache refresh and cache connectivity test from rwb?

Dushyant.

Former Member
0 Kudos

there is no user called xidiruser but there is pidiruser.

manish_bhalla2
Contributor
0 Kudos

Hi ,

if you are using the new NW04s system, then the following are fine:

adapter type: xi

adapter engine: Integration server

address type: url address

target host: aibid <--- change this to the fully qualified name e.g. aibid.xxx.com

service no: 8000 <---- this should be the http port for the aibid system.

path: /sap/xi/engine?type=entry

Cheers

Manish

manish_bhalla2
Contributor
0 Kudos

The new NW04s systems have PIDIRUSER instead of XIDIRUSER (in older systems) ... so that is fine.

Cheers

Manish

Former Member
0 Kudos

Thanks,

Target host should be: http://<aibid.xxx.com>:<Port>/sap/xi/engine?type<b>=receiver</b>;

OR

aibid.xxx.com

In nw2004s system.

Dushyant.

Former Member
0 Kudos

where should i put this

/sap/xi/engine?type=<b>receiver ?</b>

http://<fully qualified BI server>:<Port>/sap/xi/engine?type=receiver.

best regards,

dushyant.

Former Member
0 Kudos

"i am getting error 404 not found" while testing from rwb > Component Monitoring > Non-Central Adapter Engines > Adapter Engine AIPID > test message >

with send message to = http://pid:50000/sap/xi/engine?type=entry - pi server url

sld buss system > pipeline url http://pid:50000/sap/xi/engine?type=entry (same)

and my id comm channel > target host > aibid.infrasapdmn.ad1 with service no

while testing cache connectivity test from rwb > Component Monitoring

i got error:http://docs.google.com/Doc?id=dcdrq9jt_0g6j35p

i am working in nw2004s system

best regards,

dushyant.

manish_bhalla2
Contributor
0 Kudos

Hi,

If you are testing sending the message to the Adapter Engine, then the Send Message URL should be like this:

http://<server>:<J2EEport>/MessagingSystem/receive/AFW/XI

For your error, refer to the following threads:

Cheers

Manish

Former Member
0 Kudos

I tried clear cache from ID>ENV. than agin if i do cache notification from ENV than got same error,

i log off and log on to sld and rwb - there i test cache connectivity test > got same error.

initially there is no and landscap dictionary, now i created a one and assisned bss system to it, but still there is same problem.

u mean this http://<server>:<J2EEport>/MessagingSystem/receive/AFW/XI

in rwb > send message to field,

http://pid:50000/MessagingSystem/receive/AFW/XI

what this fill will be: /MessagingSystem/receive/AFW/XI?

dushyant.

manish_bhalla2
Contributor
0 Kudos

Hi,

<u>Case 1.</u> Testing message from RWB -> Component Monitoring -> Integration Engine -> Test Message:

The 'Send Message To' field will contain the URL: http://<server>:<port>/sap/xi/engine?type=entry

<u>Case 2.</u> Testing message from RWB -> Component Monitoring -> Adapter Engine -> Test Message:

The 'Send Message To' field will contain the URL:

http://<server>:<port>/MessagingSystem/receive/AFW/XI

<u>Case 3.</u> Receiver XI Adapter (Communication Channel):

Addressing type : URL Addressing

Target Host : <Target Server> (in your particular case this will be the BW system)

Service Number : <port>

Path : /sap/xi/engine?type=receiver

Cheers

Manish

Former Member
0 Kudos

Thanks a lot,

i want to send test message to bi from rwb,

now <b>case 3 will be compalsory</b>, right? i need to correction at Path : /sap/xi/engine?type=<b>receiver</b>

<b>and either to chooze case 1 or case 2,</b> am i right?

according to this document: 4.6 > 3,4,5 steps

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f027dde5-e16e-2910-97a4-f2310464...,

i have to do case 1 but i am nothing getting under Integration Server and Integration Engines in component monitoring in rwb but getting adapter engine under Non-Central Adapter Engines from where i am testing send message.

thanks,

dushyant,

manish_bhalla2
Contributor
0 Kudos

Hi,

Yes, you are right... choose case 1 or 2.

I suspect you have some major problems with your SLD setup of the XI system. You need to get a Basis person to look at and probably re-run some of the installation steps.

I will have a hunt to see if I can find some guides/docs for you.

Cheers

Manish

Former Member
0 Kudos

thanks,

i am going for do this than i get back to you, if it fix all 14 association into sld-admin-content maintanance-xi adapater fram work.

Click the same sapinst.exe file which you used to install XI.

<Master DVD>\IM01_NT_I386\SAPINST\NT\I386\sapinst.exe

Then traverse down to Netweaver Components running on Java -> XI Components -> Adapter Engine Installation

Click next and give NetWeaver components DVD path and it.

dushyant.

Former Member
0 Kudos

how to install uninstall SLD configration?

manish_bhalla2
Contributor
0 Kudos

You can delete the XI business system and technical system.

M