cancel
Showing results for 
Search instead for 
Did you mean: 

401 error while sending message from PI to NWBPM

rasjoshi
Active Contributor
0 Kudos

Hi Team,

I am using soap adapter to send data from PI to NWBPM

URL - http:/host:50000/MessagingSystem/receive/JPR/XI

If I enter this URL in browser I am getting below response -

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

-<StatusInfo>

<StatusMessage>MessagingServlet is active.</StatusMessage>

<Version>Messaging System 7.1</Version>

<Usage>http://[host]:[port]/MessagingSystem/receive/[connection]/[protocol]</Usage>

<RequestURL>http://host:50000/MessagingSystem/receive/JPR/XI</RequestURL>

-<Connection>

<Name>JPR</Name>

<Status>started</Status>

<Listener>registered</Listener>

</Connection>

-<Protocol>

<Name>XI</Name>

<Status>EventHandler registered</Status>

</Protocol>

</StatusInfo>

But when I send data at runtime I am getting http 401 unauthorized error in Message monitoring.

Please suggest.

BR,

Rashmi

Accepted Solutions (0)

Answers (3)

Answers (3)

rasjoshi
Active Contributor
0 Kudos

Hi All,

I am able to send messages to NWBPM from PI.... But NWBPM is not getting running.. I was in misconception one message flow successfully Process will Start...

When I checked in Process Repository in PI/NWA... I got below error. Please help me starting this process -

START PROCESS button is disabled for me.

BR,

Rashmi

iaki_vila
Active Contributor
0 Kudos

Hi Rashmi,

Have you checked the point "Possible cause 3: No or invalid user credentials are used in the configuration" in this wiki PI Messages are not delivered to SAP NetWeaver BPM - Technology Troubleshooting Guide - SCN Wiki?

Regards

rasjoshi
Active Contributor
0 Kudos

HI Inaki,

Checked link shared by you I am getting same error as described in point 4.

Trying to understand my scenario where went wrong.

BR,

Rashmi

former_member186851
Active Contributor
0 Kudos

Check for the service references.

rasjoshi
Active Contributor
0 Kudos

Hi All,

I gave user ID and password in my soap receiver CC. Not I am getting http 500 error -

BR,

Rashmi

former_member186851
Active Contributor
0 Kudos

Hello Rashmi,

Which protocol your using?it should XI 3.0.

rasjoshi
Active Contributor
0 Kudos

Yes using XI only...

May be something wrong in my ICO -

I created 3 ICOs

1. For File(File) to BPM(Soap) --> No OM used

2. BPM(Soap) to Target1(File) --> No OM used

3. BPM(Soap) to Target2(File) --> No OM used

BR,

Rashmi