cancel
Showing results for 
Search instead for 
Did you mean: 

Error During Transport

Former Member
0 Kudos

Dear All,

I am transporting object from development XI to QA Xi. We are using CTS. I have transported all IR and SLD objects properly.

Now I am transporting ID objects ( Configuration Objects). During importing the request from QA I am following error.

class java.rmi.RemoteException:

ClientServerException exception:Import failed because of business sy

>>>stem transfer of object Receiver Agreement SYS_System SYS_ECC60 ia_POConfirmRequest: Ob

Please let me know how to resolve this.

Regards,

raghvendra

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Make sure that in the Quality system SLD, u have all the business systems configured for Quality systems and proper transport targets defined.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Thank you. I have checked in SLD quality and transport groups.Please sugest me if any other things need to be checked.

regards,

raghvendra.

FrankMisch
Advisor
Advisor
0 Kudos

Hi,

the whole exception message is very likely:

ClientServerException exception:Import failed because of business system transfer of object Receiver Agreement SYS_System SYS_ECC60 ia_POConfirmRequest: Obligatory transport target for business system XY not found in System Landscape Directory

This usually indicates - as Prateek wrote - that the transport target groups in the SLD have to be checked. Please be

aware that both source and target business system have to be maintained in the the SLD which is used by the import system.

You could search the default trace of the Web As in order to find the real value of XY in your case.

Regards

Frank

Former Member
0 Kudos

I'm facing the same problem but the BS exists in the SLD QA with the transport target configuration.

any idea ? did someone solve that ?

FrankMisch
Advisor
Advisor
0 Kudos

Hi,

as I said the full exception text is longer and tells you which BS causes the problem. To find the full exception text please check the default trace of the QA XI system (http://<server>:<port> --> Netweaver administrator --> system management --> monitoring -> protocols and traces -> View "Default Trace".

Here you can search for the string 'stem transfer of object'. As a result you should get the whole error message:

Import failed because of business system transfer of object [..]Obligatory transport target for business system XY ..

What is the name of the BS XY? Please check whether this system is really part of the QA SLD.

Regards

Frank

FrankMisch
Advisor
Advisor
0 Kudos

Hi,

who did you solve the problem and did my answer help

Regards

Frank

Former Member
0 Kudos

my error is :

TRANSPORTObligatory transport target for business system IQDEV2_ORF_BSYS not found in System

Landscape Directory

Thrown:

com.sap.aii.ib.bom.landscape.SLDElementNotFoundException: Unable to find associated SLD element for

specified class (source element: SAP_XIIntegrationDirectory, [CreationClassName,

SAP_XIIntegrationDirectory, string, Name, directory.xq0.hfavwsapqxq0, string], target element class:

SAP_XIIntegrationServer)

While IQDEV2_ORF_BSYS does exist and has a transport target settings.

any idea ?

FrankMisch
Advisor
Advisor
0 Kudos

Hi,

in order to transport the business system IQDEV2_ORF_BSYS from a source system XIS into a target system XIT the following information must be available in the SLD which is assigned to XIT

a) business system IQDEV2_ORF_BSYS must be defined as part of a group of XIS (e.g. DEV) - even in the SLD of the XIT

b) a transport target group for the business system IQDEV2_ORF_BSYS must be defined for the group of the target XI XIT

Might it be that the SLD is wrong or the target group had been defined for a wrong group (e.g. PROD instead of TEST etc.)?

Details can be found in http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm

Some part of this must be missing.....

Regards

Frank

Former Member
0 Kudos

my problem occured in PI 7.1 and was solved by refreshing the SLD cache from:

http://server:port/dir -> administration -> repository/directory/runtime-> Virtual MachineCache Overview

clean all the cache and try to transfer the chr again.

hope this will help other guys.