Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC connection issue

Former Member
0 Kudos

getting following error can any body let me know how to register a program in sm59

ERROR program tibcoadaptor not registered

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

u can connect it by any one of the following methods:

1.classical RFC (using C or VB)

2. COM/DCOM (using Dcom connector as you discussed

3. Web services

4 .NET

5 Active X

RFC server is register at tcode:sm59, you can use tcp/ip connection type to define your destination.

use the following steps :

1. Create a new TCP/IP connection via SM59. Use connection type 'T'.

2. Use activation type 'Registration', but not 'Start'.

3. In the tab opened after you choose 'Activation' write the Program ID: 'myDestinationID'.

4. Save the connection.

5. Test the connection.

hope this is helpful. please rewards points if useful.

regards

sandhya

1 REPLY 1

Former Member
0 Kudos

hi,

u can connect it by any one of the following methods:

1.classical RFC (using C or VB)

2. COM/DCOM (using Dcom connector as you discussed

3. Web services

4 .NET

5 Active X

RFC server is register at tcode:sm59, you can use tcp/ip connection type to define your destination.

use the following steps :

1. Create a new TCP/IP connection via SM59. Use connection type 'T'.

2. Use activation type 'Registration', but not 'Start'.

3. In the tab opened after you choose 'Activation' write the Program ID: 'myDestinationID'.

4. Save the connection.

5. Test the connection.

hope this is helpful. please rewards points if useful.

regards

sandhya