cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Activsation Error

Former Member
0 Kudos

Hi:

I am tryign to activate an ABAP Proxy in an ECC backend, and I get an error 'No Vendor Specified' with no further details, and the activation is terminated. Has anyone seen this, and what needs to be done to fix this.

BTW:I am using SAP PI 7.0(SP13) as the middleware and ECC6.0 (Basis SP16). I can see and generate my proxies and all objects. All my dictionary objects can be activated individually, and the Messages. However, its only the proxy that does not get activated.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member581827
Participant
0 Kudos

Hi,

Can you please check your date type, message type,message mapping and message interfaces activated in Integration repository?

Kindly try to generate your proxy again...

Regards,

Chandra.

Former Member
0 Kudos

Thanks for the quick responses:

However, as I mentioned, I have all connectivity required, all connections are fine, and I am able to generate the proxy as well.

I can see my methods and I can also implement/activate the method.

All my dictionary objects correspondint to the Message type and Data Type are generated as well, and I am able to activate these individually.

I have issue only when I try to activate the Proxy.

I have already tried using a different SWC and Namespace etc

Once again, problem is when I try to 'ACTIVATE'. I get these two errrors in the log, both indicating 'No Vendor Specified'.

Thanks

Former Member
0 Kudos

Can you go to SXMB_ADM to see if your SAP ECC system is configured as a application system with the corresponding RFC destination of type 'H' to SAP XI?

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

I got the same error when activating a proxy .

Try regenerating the proxy ,and the re activating it .Thats solved my problem.

Anjali

GabrielSagaya
Active Contributor
0 Kudos

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

jyothi_anagani
Active Contributor
0 Kudos

Hi,

check the connections in the ECC like

Regarding Proxy Scenario We need 3 connections

STEP1:

1.TCP\IP connections

1.1.LCRSAPRFC

1.2.SAPSLDAPI

2.Settings are to be done in SLDAPICUST transaction

3.Http Connection: -

3.1.PI_INTEGRATIONSERVER

Purpose of LCRSAPRFC:

In order to get the interface details in SPROXY transaction.

Purpose of SAPSLDAPI

To connect to SLD and get the respective business system name maintained in SLD,

Purpose Of SLDAPICUST

Next Execute transaction SLDAPICUST to maintain the SLD access data.

Purpose of PI_INTEGRATIONSERVER

Create a destination of type H in transaction SM59.This connection is used to send the message to the Integration server

Check all these connections are there or not in ECC.

Thanks.