cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.31 Testing

Former Member
0 Kudos

Hi All,

Can you please let us know how to perform a unit testing in PO 7.3, similar to what we do from RWB.

I tried using a option of given the url http://<hostname>:<port>/rwb, but i could not see any messages getting posted to the engine and also from component and monitoring link ---> Test tab. I could see only cache connectivity test, but i dont see a send test message link.

Could you please let me know, if there are any specific roles missing or is there a restriction in PO 7.31 to do testing similar to PI 7.1 RWB.

Regards,

Nithiyanandam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Go to the Configuration and monitoring home and if u r doing the  bypass go to the Adapter engine and test there and click on the message id u get in the memory logs which will take u to the message monitor where u can get the status .

nabendu_sen
Active Contributor
0 Kudos

Hi Nithyanandam,


Go to URL: http://<host>:<port>/pimon and then Testing.


Former Member
0 Kudos

Hi Nabendu, (and all the other people on here)

This tab only tests for cache connectivity and is nothing like the old workbench testing tools that was available. This has nothing to do with authorisations.

The only option in 7.3(1) is to do an end-to-end test with dummy data or changing the receiver temporary to a file adaptor and see what is written.

Former Member
0 Kudos

Exactly !

But you can also use HTTP_AAE sender communication channel (temporarily) and send messages using the http aae test tool : http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/05/10/pi-730-http-java-adapter-test-too...

This will allow you to send messages to your interfaces directly from your desktop.

Best regards,

Guislain.

Former Member
0 Kudos

Hi Nithiyanandam,

To perform testing from java stack go to

http://<hostname>:<port>/rwb

Component monitoring->ALL on Component with status

press display . Select Integration server as (integration Engine)->test message .

Fill your interface details and click on send message .

And there is no specific role required for this on PI 7.31 also .

SAP_XI_RWB_SERV_USER is sufficient to displaying test message .

thanks and regards,

Anup Banerjee

Former Member
0 Kudos

Hi,

I tried posting the message from the below url

http://<hostname>:<port>/rwb

Component monitoring-->adapter engine, since its a java only stack, but I am getting the below error "Error While Sending Message: 403 Forbidden: User has no authorization to send test messages".

Do we need any specific authorizations to send messages or is there any restriction in trying to post the message via RWB.

As mentioned I dont see a send test message link under component and monitoring link ---> Test tab. I could see only cache connectivity test.

Please let me know if you have any inputs

Regards,

Nithiyanandam

former_member200386
Active Participant
0 Kudos

Hi Nithyanandam,

please follow as anup said

Please select RWB----> component Monitoring--->Integration engine---> click on TEST tab.

Fill the required details which having *. in the username please enter your PI system Logon details.

Paste your RequestPayload  & click send.

Regards,

PAvan

Former Member
0 Kudos

Hi Nithiyanandam,

To avoid the "403 Forbidden" error you need to assign the Role "SAP_XI_IS_SERV_USER" to the user being specified in the Test tool as sending the message.

Regards,

Alejandro