cancel
Showing results for 
Search instead for 
Did you mean: 

Path to com.sap.aii.adapter.lib.sda: PI 7.1

Former Member
0 Kudos

Hi all,

I understand that this topic has been brought up many a times. I am posting my own as I din't find any proper answers.

We are to include a 3rd party JDBC Database driver for PI 7.1. We find a Path to com.sap.aii.adapter.lib at the as /usr/sap/XD1/DVEBMGSXX/j2ee/cluster/bin/ext in the HP-UX server. This is NOT A.SDA file as is required. I have checked the contents in the installation DVD too. I couldn't find it there too.

A .sda file is crucial as the whole configuration depends on that.

Any kind of inputs will be greatly appreciated.

Regards,

Rosun

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

could you go thru this?

Former Member
0 Kudos

Hi Vijay,

Thanks for your prompt reply.

I have gone thru the same. I found the file in the path .../Java_Components-51035979/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST where the OS admin people had dumped the contents of the installation DVD.

I ran the rest of the steps and I am now stucked with JSPM. I am running JSPM with +go -config=/jspm/forceMode=true -config=/jspm/deployVersionRu

Former Member
0 Kudos

Hi Vijay,

Thanks for your prompt reply.

I have gone thru the same. I found the file in the path .../Java_Components-51035979/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST where the OS admin people had dumped the contents of the installation DVD.

I ran the rest of the steps and I am now stucked with JSPM. I am running JSPM wi

Former Member
0 Kudos

Hi Vijay,

Thanks for your prompt reply.

I have gone thru the same. I found the file in the path .../Java_Components-51035979/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST where the OS admin people had dumped the contents of the installation DVD.

I ran the rest of the steps and I am now stucked with JSPM. I am running JSPM wi

iprieto
Contributor
0 Kudos

Hi,

You can use SAP NetWeaver Developer Studio for make the application deploy too.

Could you show the next files?

- SAP_MANIFEST.MF

- MANIFEST.MF

Could you show us the log error text that appears in the JSPM?

Best Regards

Ivá

Former Member
0 Kudos

Hi Ivan,

I do not know how to use the NW studio. New to JSPM too.

Here is the MANIFEST.MF file:

Manifest-Version: 1.0

Specification-Title: XPI Adapter Library

Implementation-Title: com.sap.aii.adapter.lib

sap-perforceserver: perforce3710.wdf.sap.corp:3710

Specification-Vendor: SAP AG

Implementation-Vendor-Id: sap.com

Implementation-Version: 7.1100.20081021173332.0000

Implementation-Vendor: SAP

sap-changelistnumber: 28471

and the SAP_MANIFEST.MF file:

Manifest-Version: 1.0

Ext-SDM-SDA-Comp-Version: 1

softwaretype: primary-library

JarSAP-Standalone-Version: 20080124.1000

JarSAPProcessing-Version: 20080124.1000

changelistnumber: 28471

perforceserver: perforce3710.wdf.sap.corp:3710

projectname: xpi.adapters

deployfile: primary-lib-dd.xml

csncomponent: BC-XI-CON-AFW

docfile: buildinfo.xml

JarSAP-Version: 20080124.1000

keyname: com.sap.aii.adapter.lib

keyvendor: sap.com

keylocation: SAP AG

keycounter: 7.1100.20081021173332.0000

componentelement: <componentelement name="com.sap.aii.adapter.lib" vendor="sap.com" com

ponenttype="DC" subsystem="NO_SUBSYS" location="SAP AG" counter="7.110

0.20081021173332.0000" scvendor="sap.com" scname="SAP-XI3RDPARTY" delt

aversion="F" updateversion="FB-20081028013734" componentprovider="SAP

AG" servertype="P4" sourceserver="perforce3710.wdf.sap.corp:3710" chan

genumber="28471" projectname="xpi.adapters"/>

dependencies: <dependency Implementation-Title="engine.j2ee14.facade" Implementatio

n-Vendor-Id="sap.com" />

dependencylist: <dependency keyname="engine.j2ee14.facade" keyvendor="sap.com" />

JarSL-Version: 20080116.1000

compress: true

Regards,

Rosun

iprieto
Contributor
0 Kudos

Hi,

Change the line:

dependencies:

Try to add a new keycounter 7.1100.20081021173332.0000. Example: 7.1100.20081021173333.0000 in files SAP_MANIFEST.MF and MANIFEST.MF in all places where keycounter 7.1100.20081021173332.0000 appears.

Best regards

Ivá

Former Member
0 Kudos

Hi Ivan,

Thanks for these inputs. Here is my concern though.

Pardon me if you find these queries of mine too naive but Is it advisable to manually change these files? What would these changes do for me exactly? Do explain it to me.

Thanks and regards,

Rosun

Former Member
0 Kudos

Hi Ivan,

This is to tell you that I have tried out your means and it didn't work out.

Regards,

Rosun

iprieto
Contributor
0 Kudos

Hi Rosun,

Could you show me the error log please?

For my experience deploying this archive, usually I have to change the keycounter manually because the deploy engine doesn't works, always it shows me that version to deploy is the same that it was deployed. When I modify the keycounter the deploy works correctly.

I have compared your manifest files with my files and only saw this change.

Regards

Ivá

Former Member
0 Kudos

Hi,

Here is the error we are getting.

[/usr/sap/trans/EPS/in/com.sap.aii.adapter.lib.sda] is not a valid SAP deployable unit. In case it is Java Enterprise application, please convert it to SAP compatible deloyable unit first.

I have tried with manual changes with the MANIFEST files as well.

Thanks and regards,

Rosun

iprieto
Contributor
Former Member
0 Kudos

Hi Iván,

Your replies are a big help. Thanks a lot!

Turns out the driver file (includes 3 jar files) the PI team had sent was for a windows based server while ours is on HP-UX. So the obvious had happened.

Regards,

Rosun

Answers (1)

Answers (1)

Former Member
0 Kudos

answered.