cancel
Showing results for 
Search instead for 
Did you mean: 

SQL JDBC Driver installation for PI 7.3

Former Member
0 Kudos

According to documentaion for 7.1 /7.0

The JDBC driver deployment is performed using a special SDA file named aii_af_jmsproviderlib.sda (releases 3.0/7.0) or com.sap.aii.adapter.lib.sda (releases 7.1) which is shipped as an empty stub with XI installation

Which should be present in the installation DVDu2019s under

DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST

Contents of JAVA_J2EE_OSINDEP_J2EE_INST are

aii

J2EEINSTALL

J2EESTARTUP

LABEL.ASC

PRODLABEL

SAP.COM~SYNCLOG

TOC

But I could not find com.sap.aii.adapter.lib.sda anywhere on the server or on the installation DVDu2019s

only place where i could find com.sap.aii.adapter.lib.sda is TOC

<?xml version="1.0"?>

<toc>

<copy toDir="$(DIR/ARCH/OFFLINE)">

<fileset dir="$(CD_MOUNT_POINT)">

<!-- AS: Special offline -->

<include name="J2EESTARTUP.SDA"/>

</fileset>

</copy>

<copy toDir="$(DIR/ARCH)">

<fileset dir="$(CD_MOUNT_POINT)">

<!-- XI: Special comps -->

<include name="com.sap.aii.adapter.lib.sda"/>

<include name="com.sap.aii.af.ms.lib.sda"/>

<include name="com.sap.aii.af.axisproviderlib.sda"/>

</fileset>

</copy>

<extract archive="$(CD_MOUNT_POINT)/J2EEINSTALL.SDA" target="$(DIR/INSTALL)"/>

</toc>

Has process for deploying an external driver on PI 7.3 changed .

I coudnt find any documentation

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dweep,

You can find the file under directory .../DATA_UNITSJAVA_J2EE_OSINDEP_J2EE_INST on your server.

As per my knowledge, we can still use PI7.10 deploy procedure for PI7.30 based systems. I don't think there is a separate procedure for PI7.30.

Please have a look at the below link for deploy procedure in PI7.10.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60

Thanks,

Siva Kumar