Skip to Content
0
Former Member
Nov 12, 2011 at 04:15 AM

com.sap.aii.utilxi.cfg.svc not found - Update 7.1 ISS SPS04 to 7.11 SPS05

72 Views

Hi NW/PI gurus,

I'm trying to upgrade a PI 7.1 ISS (SPS04) to 7.11 (EHP1 SPS05)

In the validate-queue step of the Java part errors were encountered and I found that the Java components were patched to 7.1 SPS10 already (equivalent of EHP1 SPS05)

So what I did was to generate a new stack XML but this time restricted to AS ABAP & PI Usage Types only (I dropped the AS JAVA Usage Type since the java components are patched to 7.1 sps10 already)

I am generating the stack xml from the marketplace btw since we don't have a Solution Manager connection

and I am using SUM 1.0 SP02 (patch level 18)

I reset the SUM tool, then reran again

The error previously encountered was gone this time, but a new error in the same validate-queue step came up and the error is below:

Nov 10, 2011 5:16:45 PM [Error ]: Deployment of archive C:\usr\sap\trans\EPS\in\SAPXIESR05_22-20002651.SCA --> com.sap.xi.repository.sda for component sap.com/com.sap.xi.repository is rejected because it does not pass the validation check.
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependencies:
sap.com/com.sap.aii.utilxi.cfg.svc not found in the admitted batch items and the repository
sap.com/com.sap.xi.gui2.lib not found in the admitted batch items and the repository
Nov 10, 2011 5:16:45 PM [Info  ]: Archive C:\usr\sap\trans\EPS\in\SAPXIAFC05_0-20002650.SCA for component sap.com/SAP-XIAFC was admitted for deployment
Nov 10, 2011 5:16:45 PM [Info  ]: Archive C:\usr\sap\trans\EPS\in\SAPXIAF05_39-20002649.SCA for component sap.com/SAP_XIAF was admitted for deployment
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.aii.proxy.svc'.
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.aii.adapter.mail.app'.
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.aii.adapter.ispeak.app'.
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.aii.adapter.jms.svc'.
Nov 10, 2011 5:16:45 PM [Error ]: Detailed message:
  1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.aii.adapter.marketplace.svc'.

SUM was trying to deploy the SCA's SAPXIESR05_22-20002651.SCA, SAPXIAFC05_0-20002650.SCA, SAPXIAF05_39-20002649.SCA, SAPXITOOL05_17-20002653.SCA

but it can't detect the jars com.sap.aii.utilxi.cfg.svc and com.sap.xi.gui2.lib to which the SCA's have a dependency on.

Now I tried to look for the jars, for com.sap.xi.gui2.lib this is ok because this is contained under the SAPGUI***.SCA and this SCA wasn't included in my stack xml so I will generate a new stack xml containing this and download the SCA

But for the com.sap.aii.utilxi.cfg.svc, this is a service/jar that should have been installed on the initial installation of PI 7.1, but I checked it in my server and this doesn't exists?!

Checking done:

http://host:port/nwa/sys-config --> Services Tab --> put filter on "Service Component Name" column with value cfg.svc

There should be an entry for this with values "XPI Service: All Config Service = com.sap.aii.utilxi.cfg.svc"

Now I am at a lost on why this Service is not existing here. (it should exists already from the Initial installation of PI 7.1)

Do you guys have any idea on how I can add this entry? There is no option to add an entry from this nwa/sys-config page

(it should be there already because it is a critical service which has many dependencies as you can see in the validate-queue error logs)

I believe once this entry exists in the system the SUM validate-queue step will finish successfully.

Any thoughts highly appreciated

Additional Info:

PI system is sandbox

Active Usage Types: PI, AS, AAS --> as seen in http://host:port/utl/UsageTypesInfo

I already re-ran the CTC wizard template for PI NetWeaver Initial Set-up as discussed in Note 1309239, finished successfully, checked again in nwa/sys-config but the com.sap.aii.utilxi.cfg.svc is still not existing

Environment: Windows 2008 Server x64, MS SQL Server 2005 SP2