cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy custom Adapter module in PI 7.1

PratibhaK
Participant
0 Kudos

Hi,

We have developed a Adapter module and have the .SDA file for it.

This need to be deployed on the PI server using the JSPM.

I went thru the available documents but not able to understand the exact steps.

Also, Basis team has deployed the module and it can be seen under Deployed components as sap.com/<JNDI>-Lib

But, the JNDI cannot be seen in the NWA-JNDI Browser.

Please help.

Thanks,

Pratubha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201264
Active Contributor
0 Kudos

Hi Prithiba,

Proceed as following:

1. Make sure all coding and Jars added  to bean class in NWDS.

2. Navigate to Windows → Preference.
      In the Preference Window, select “SAP AS Java”.
      Enter the J2EE server information.
      Enter the J2EE server instance host and instance number.
      Register the SAP instance.

     This server will get registered and appear in the list of SAP System Instances.

3. Deploy the EAR file
      Right click on the EAR file.
      Select Run As → Run on Server. -->Next.
4. Select or ensure that EAR project appears in the right panel under "Configured Projects".-->Next
      Choose the "Web Browser’".  Click "Finish".
5. When prompted, enter the username and password for the J2EE engine.
     This will initiate the deployment of the EAR file on the J2EE engine.

For More Details go through below links:

1. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

2. http://wiki.sdn.sap.com/wiki/display/NWTech/Custom+Adapter+Module+Development+-+SAP+PI+7.1

3. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a221c6-3943-2e10-5198-dada408de...

4. http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da5675d1-0301-0010-9584-f6cb18c04...

Regards,

Sreeni.