cancel
Showing results for 
Search instead for 
Did you mean: 

How to install jt400.jar files in pi 7.1 for data base connection ?

Former Member
0 Kudos

Hi Experts

How to install jt400.jar files in pi 7.1 for data base connection to the as/400 system ?

Thanks and Regards

G.Praveen Kumar

SAP PI Consultant

Tecnics Integration Technologies PVT Ltd..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Get the current aii_af_jmsproviderlib.sda file from usr/sap/<SID>/DVEBMGS<nn>/SDM/root/origin/sap.com/com.sap.aii.af.jmsproviderlib/SAP AG/0/3.0.<version>/

2. unzip the aii_af_jmsproviderlib.sda file to a local directory.

After Unzipping the archive there are 2 folders created under the provided directory.

/META-INF

/server

3. Edit the file /server/provider.xml

Add the vendor specific jar file names to the provider.xml file in between the tags <jars> …</jars> and Save it.

<jars>

<jar-name>jt400.jar</jar-name>

</jars>

4. Copy the specific driver files to the root dirctory where u have unzipped the .sda, so you have following:

  • Vendor driver files

  • META-INF folder

  • Server folder

5. Zip the whole structure to aii_af_jmsproviderlib.sda

6. Undeploy sap.com / com.sap.aii.af.jmsproviderlib, and probably some others too.

7. Deploy the archive aii_af_jmsproviderlib.sda + all undeployed archives from step 6 on to the J2ee Engine using SDM tool

gr.

Nicolas

Former Member
0 Kudos

How to unzip .sda files ?

former_member181985
Active Contributor
0 Kudos

Drag and drop the SDA file in WINZIP.

Select all files and extract them to some folder.

Thanks,

- Gujjeti.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can check this note on service.sap.com. 1138877