cancel
Showing results for 
Search instead for 
Did you mean: 

CMS Assemble Components Step Not working

Former Member
0 Kudos

We're running into a problem migrating our Repository objects into our production environment.

We are able to export using CMS from DEV. We are able to import into Consolidation. However, when we try to assemble the component, we get an error message.

We have three SLDs - DEV, QAS, and PRD. They all have the same content.

The error we get states the following:

Info:Starting Step Repository-export at 2006-03-16 12:48:13.0590 -8:00

Info:Component:efi/XI_EFI_OPEN_HARBOR_SC

Info:Version :DX1_IR.ERP_C.20060316204811

Info:1. PR is of type TCSSoftwareComponent

Info:the workspace will be read from XI

Fatal Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: Exception received:

ClientServerException exception:Software component version with GUID 5747b5e0-ae13-11da-9b2d-da750a031933 does not exist

com.sap.aii.utilxi.misc.api.ResourceException: Software component version with GUID 5747b5e0-ae13-11da-9b2d-da750a031933 does not exist

at com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.getDevline(RepPvcTransport.java:128)

However, we can see the software components in each of the SLDs.

Any ideas why this is failing?

Regards,

Jay Malla

Accepted Solutions (0)

Answers (2)

Answers (2)

FrankMisch
Advisor
Advisor
0 Kudos

Hi Jay Malla,

the hint from Holger is a good one and you should have a closer look to that guide if you plan to change your SWCVs within the SLD.

But before you can do another quick check:

Open the CONS Integration Buider Designer (Repository) and check if the SWCV is part of that system. If not then this is the reason for the problem. An assembly can only be done, if the SWCV had already been transported from the DEV to the CONS system. Otherwise it can't be found during assembly, which is expressed by the exception: 'Software component version with GUID [...] does not exist'

Regards

Frank

Former Member
0 Kudos

Thanks,

We resolved the issue when we exported the entries from the DEV SLD and imported into the QAS and PRD SLDs.

Regards,

Jay

Former Member
0 Kudos

Hi Jay Malla,

seems that in this case only the names of the swcv are the same in both SLD´s but the guids are different.

Please see: http://service.sap.com/nw-howtoguides

-> XI -> How To Make Consistent Changes to Software Component Version

There is explained what to check and how to change.

Good luck,

Holger