Application Development and Automation 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: 
Read only

RFC_SYS_EXCEPTION

Former Member
0 Likes
2,321

Hi,

I am trying to connect to an R/3 system from a VB6.0 program. When I called an RFC I got:

"RfcCallReceive[1]: returns 3: RFC_SYS_EXCEPTION"

I inspected from SM21 and got the message: "CALL_FUNCTION_SIGNON_REJECTED".

does anybody have any idea about my problem?

thanks...

Ferudun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,029

Hi,

it is Because of authorization problem. have you faced this before.

Check you have authorization to connect Remotely.

Regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
1,029

Hi ferudun,

1.

Runtime error: CALL_FUNCTION_SIGNON_REJECTED

This error codes may have any of the following meanings:

1) Incorrect password or invalid user ID

2) User locked

3) Too many login attempts

5) Error in authorization buffer (internal error)

6) No external user check

7) Invalid user type

😎 Validity period of the user exceeded

regards,

amit m.

Read only

Former Member
0 Likes
1,030

Hi,

it is Because of authorization problem. have you faced this before.

Check you have authorization to connect Remotely.

Regards

vijay