
You can open the SAP Note 1514898 – XPI Inspector for troubleshooting SAP Process Orchestration / Integration, to download the latest XPI inspector files. There will be 2 files,
- xpi_inspector_v?_?.zip (you need to extract this)
- xpi_inspector_v?_?.z01
Launch the command prompt (if telnet is enabled) or terminal window on AS JAVA host (if telnet is disabled). Use the following command,
telnet localhost 5xx08
##NOTE
xx = Instance Number
Enter the username and password
***********************************************
**********************************************
****###*******####*****#######**************
**##***##****##**##****##****##************
***##*******##****##***##****##**********
*****##*****########***######***********
******##****##****##***##*************
**##***##**##******##**##************
****###****##******##**##**********
**********************************
********************************
Telnet Administration
SAP Java EE Application Server v7.50
User name: itsiti
Password:
Welcome to server node 12345678.
>
Copy the XPI inspector media files to the usr\sap\SID\ directory. I would recommends you to create a folder for these files.

Execute the following commands,
> add deploy
> deploy E:\usr\sap\SID\xpi\xpi_inspector_v7.2.ear version_rule=all
##NOTE
SID = SAP system ID
E:\usr\sap\SID\xpi = The location of the media files.
The deployment will only take less than 5 minutes.
===== PROGRESS START =====
Deploying [sap.com_XPI Inspector App (sda)] ...
Deployment of [sap.com_XPI Inspector App (sda)] finished.
===== PROGRESS END =====
===== Summary - Deploy Result - Start =====
------------------------
Type | Status : Count
------------------------
> SCA(s)
> SDA(s)
- [Warning] : [1]
------------------------
------------------------
Type | Status : Id
------------------------
> SCA(s)
> SDA(s)
- [Warning] : sap.com_XPI Inspector App,
------------------------
===== Summary - Deploy Result - End =====
Once deployment is done, you can now test, access the XPI Inspector with below URL,
http(s)://HOSTNAME:PORT/xpi_inspector

Reference
- 1934940 – PI: How to Deploy the XPI Inspector using TELNET
- 1514898 XPI Inspector for troubleshooting XI – this contains the details on where you can download the XPI tool. It also has a user guide attached.
- 1931899 AEX/PI – Deploying external drivers with SUM
- 2010715 – How to deploy/undeploy the XPI INSPECTOR



