cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_NO_AUTHORITY

shradhasampat
Participant
0 Kudos

Hello,

I get this dump when Informatica tries to connect to SAP CRM system

No RFC authorization for function module "Z_PM_RFC_BC_REG_INFO_GET".

I already checked the user POWERCONNECT for auth S_RFC & it has this assigned.

Kindly request your help in what can be done next ?

********************************************************************************************************

What happened?

    The user "POWERCONNECT" in the client 100 attempted to execute the function

     module

    "Z_PM_RFC_BC_REG_INFO_GET" from the function group "/INFATRAN/ZBCI", but does

     not have the appropriate

    RFC authorization.

    Error in the ABAP Application Program

    The current ABAP program "/INFATRAN/SAPLZBCI" had to be terminated because it

     has

    come across a statement that unfortunately cannot be executed.

What can you do?

    The user "POWERCONNECT" in the client 100 has no RFC authorization for the

    function module "Z_PM_RFC_BC_REG_INFO_GET" of the function group

     "/INFATRAN/ZBCI".

    Please contact your system administrator to give you the RFC

    authorization for the required function modules or function groups

    (such as "Z_PM_RFC_BC_REG_INFO_GET" or "/INFATRAN/ZBCI").

    The RFC authorization object is S_RFC.

    Note which actions and input led to the error.

    For further help in handling the problem, contact your SAP administrator

    .

    You can use the ABAP dump analysis transaction ST22 to view and manage

    termination messages, in particular for long term reference.

Error analysis

    The ABAP program "/INFATRAN/SAPLZBCI" attempated to execute a statement with

     which

    the system automatically checks authorizations and for which the

    user "POWERCONNECT" has no authorization.

    The application program did not take the missing authorization

    into consideration and the program must therefore be terminated.

**************************************************************************************************************************************

Accepted Solutions (0)

Answers (2)

Answers (2)

shradhasampat
Participant
0 Kudos

Thanks ALL for your reply but suddenly without any changes in the system, the problem got solved !!

JPReyes
Active Contributor
0 Kudos

I already checked the user POWERCONNECT for auth S_RFC & it has this assigne

Does it have the right auth in both source and target systems?

Also you can do an authorization trace ST01 to find out where is the auth object getting flaged.

Regards, Juan

Former Member
0 Kudos

Hi Sampath,

provide authorisation objects to user as S_RFC & S_RFCACL it may helpfull

DVKumar

JPReyes
Active Contributor
0 Kudos

S_RFCACL is particular to trusted system RFC's

Regards, Juan

shradhasampat
Participant
0 Kudos

Thanks Juan for reply !!

I started ST01 auth trace but it didn't capture any auth error .

Also we assigned SAP_ALL & SAP_NEW to POWERCONNECT user in SAP system  & still it gives same error so it could be a misleading error rite ?

Former Member
0 Kudos

Hi Shradha

are there any custom authorisation created by informatica?

I mean like a role /INFATRAN/ALL that you have to assign to your rfc user...

Let me know

a