cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved with implementation of:

sapnote_0001335523-PI_Patches_Dependencies

deployed SAPXIGUI sc as it is required as discussed in the note

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear HJ,

Hope you are doing good.

We have seen such issues in the past when the Stack xml used is not valid for this system. Also there may be a case that the SCA file is in the Stack xml, but not in the INbox directory.

Could you please check this as well..

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth

SAP AGS

Former Member
0 Kudos

Hi Hemanth,

Thanks for your reply.

But I'd like to specifically focus on why the com.sap.aii.utilxi.cfg.svc is not existing in my PI server?

As I've indicated above this entry should be present as this "should" be a critical service that needs to be deployed on initial installation.

If you have an access to a PI server you may check

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'm trying to find out how to add this manually or bypass this in the validate queue step (without going to the password required way)

As for the com.sap.xi.gui2.lib I agree with you that the stack xml is missing the SCA for this that's why I'll generate a new one containing it

The only problem is the com.sap.aii.utilxi.cfg.svc