cancel
Showing results for 
Search instead for 
Did you mean: 

Retreiveing RFC destination attributes using JCoDestination

Former Member
0 Kudos

Hello experts,

I have created a RFC destination in 2 CE 7.11 servers via NWA.

When I use the following code on one of the servers:

JCoDestination destination = JCoDestinationManager.getDestination(BACKEND_CONNECTION);
destination.getAttributes();

I get the attributes and everything is okay.

When I use it on the other server, I get NullPointerException.

Can anyone explain this behavior?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all for the help.

Problem seems to be gone.

Former Member
0 Kudos

Hi,

Did you create the RFC distination on the new server using Visual administrator and tested it?

RFC destinations have to be created at both ends at portal visual admin as well as at backend.

Regards

Deepak