cancel
Showing results for 
Search instead for 
Did you mean: 

Installing SAP PI ODATA and SFSF Adapter

former_member183909
Active Participant
0 Kudos

See my response to this blog  - but I have questions that needs an answer.

Hi

I have installed on our SAP PI731 single stack Java the SAP PI ODATA and SFSF Adapter via SUM tool.

I've now got to installing the Patches.   I have some questions on my approach.

The Support Packages and Patches contains 3 zip files

  •    CONNECTIVITY1001_1-10013356.zip containing XI7_11_CONNECTIVITY_ADD_ON_1.0_0_01_00.TPZ
  •    PIADAPTERS01_2-20012293.zip  containing Build, Deploy archives - inside Deploy Archive are three ODATA related sda files
  •    PICOASUF01_5-10013382.zip containing Build, Deploy archives - inside Deploy Archive is the SFSF sda files

The last 2 Zips contains the SDA with a BUILD,ARCHIVE and META-INF.

I have unpacked the SDA file from the ARCHIVE folder for installation via the SAP Admin console (not SUM perhaps I should? - but SUM did not want to know about them).

I have deployed them in this order  (as the .app requires components from .lib)

  1. com.sap.aii.adapter.picao.util.app.sda
  2. com.sap.aii.adapter.odata.lib.sda
  3. com.sap.aii.adapter.odata.app.sda
  4. com.sap.aii.sfsf.app.sda

i.e  once in SAP Admin console :  e.g.  deploy D:\newSDA\com.sap.aii.adapter.picao.util.app.sda  version_rule=all

But on deployment I got similar warnings on 3 and then on 4.

Warning occurred on server 13447350 during update of sap.com/com.sap.aii.adapter.odata.app : References Test: There are no matching deploy time references (described in META-INF/SAP_MANIFEST.MF) for the following runtime references [sap.com/tc~bl~httpclient~lib, sap.com/com.sap.xi.directory, sap.com/com.sap.aii.adapter.odata.lib, sap.com/c om.sap.aii.adapter.picao.util.app] (described in the META-INF/application-j2ee-engine.xml), file: com.sap.aii.adapter.odata.app.sda, severity: warning

How can this warning be resolved ??

Accepted Solutions (0)

Answers (1)

Answers (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Jonny,

Put all patches in text file,

Now deploy using deploy D:\newSDA\textfile version_rule=all on_prerequisite_error=stop

Refer - 1921719 - How to deploy same version of software/development component into java system via telnet c...

Share the full logs which are generated by running above command.

Now, once done, goto NWA and check for services and applications related to above patches, check if they are running or not. Then share the results.

Regards,

former_member183909
Active Participant
0 Kudos

you mean do a deploy list like this as per that note ?

deploy list=<file path for a list file which include all SCA/SDA files> version_rule=all on_prerequisite_error=stop


But won't this just do them in the order that I have already done.  I would expect the same warning message.