cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP_AS_WITHOUT_POOL giving issue

Former Member
0 Kudos

Hi All,

I have written jco code to fetch the data from crm.

my code:

static String DESTINATION_NAME1 = "ABAP_AS_WITHOUT_POOL";

createDestinationDataFile(DESTINATION_NAME1, connectProperties);

error which i am getting:

[Thread-118,5,ApplicationThreadGroup]##0#0#Error#1#/System/Server/Connector/Rfc#Plain###[JCoAPI] DefaultDestinationManager.getDestinationInstance(ABAP_AS_WITHOUT_POOL) called on provider com.sap.security.core.server.destinations.provider.DestinationsProviderFrame returned null#

[Thread-118,5,ApplicationThreadGroup]##0#0#Error##Plain###com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination ABAP_AS_WITHOUT_POOL does not exist#

The same piece of code is working in development system. If i tried to deploy the same in production machine i am getting the above error while accessing the application.

Actually i am not clear about ABAP_AS_WITHOUT_POOL parameter. This parameter(ABAP_AS_WITHOUT_POOL) should define in server leve?

Please help me out from this.

Regards

Suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It seems you are using JCO 3.0.

Have you created a destination under Configuration Management->Destination ?

At runtime it looks at this place.

Create an RFC destination and test.

Regards

Ayyapparaj