cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy the SDA files in PI 7.1 ?

Former Member
0 Kudos

Hi Guys,

I have SDA file to deploy in PI 7.1. I could not find SDM in 7.1, Is this removed, if yes then how to deploy the SDA files.

any help would be appreciated

Thanks,

Srini

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

I have understand that SDM is replaced by JSPM. I want to use JSPM to deploy a custom adapter, i 've built the *.sda and was able to deploy it. My problem is

- the adapter does nor appear in JNDI-registry ( I use netweaver administrator for checking this since visual administrator does not work with PI 7.1)

- I 've tried to add this entry in connector-j2ee-engine.xml - without any effect.

<jndi-name>deployedAdapters/tib_ra/shareable/tib_ra</jndi-name>

Has anybody a solution to use another JNDI-name than deployedAdapters/com.sap.aii.adapter.sample.ra/shareable/com.sap.aii.adapter.sample.ra ?

Kerstin

Former Member
0 Kudos

Hi Kerstin,

I have deployed the sda file using NWDS latest version. There you have a deploy view and you need to add the SID there and place the SDA file.

Thanks,

Srini

Former Member
0 Kudos

Hi Srini,

yes , you are right. It works with NWDS. No I got the error message during deployment, the JNDIName is already used. This explain the behaviour that my code was never called.

thanks

Kerstin

Former Member
0 Kudos

Hi Kerstin,

If other JNDI files are present then you get this kind of messages.

There will be three options for the deployment, select the option to deploy what ever may the version.

select this radio button then deploy again, then you will make it. Let me know if r unable to make it, then i can guide you exactly.

all the best

Thanks,

Srini

Former Member
0 Kudos

NWDS to deploy SDAs

Herwig
Explorer
0 Kudos

In OSS Note 1138877 you'll find instructions how to deploy sda files in PI7.1.

For instance, how to deploy JDBC drivers (e.g. ojdbc14.jar, etc.) using JSPM.

Best regards

Herwig

stefan_grube
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Stefan,

I placed the SDA file in the JSPM inbox directory and the JSPM could not detect this file as hotfix. I am getting the following error, it looks like i need to use the Netweaver developer stuido to deploy the SDA files.

I am getting the following error even after placing the sda file in the respective directory.

No applicable development component(s) found for deployment in Inbox directory
sappn5\sapmnt\trans\EPS\in.

Thanks,

Srini

Edited by: srinivas kapu on Oct 7, 2008 6:57 AM