cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication failed while connecting to Runtime Library Manager

0 Kudos

Hi,

I call up the transaction SM_WORKCENTER in the solution manager system.

I goto TEST MANAGEMENT tab and select ADMINISTRATION and choose GOTO CBTA SETTINGS--> CUSTOMIZE RTL.

Here when i type my password i get the below error.

It is working for all the other users. But it throws this error only with my user id.

I checked SAP notes 1912801 and 1318883 - Implementation of new authorizations in the Web service framework also. But still I'm facing the same issue

Please let me know what is the possible cause of this error and which would be the best solution for this error.

Thanks,

Tamanna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you check the roles and profile of the other user with your user .

mostly its problem with roles and profiles only

Regards,

Naveen gunda

0 Kudos

Hi Naveen,

Thanks for your response.

I have checked the roles and authorizations for my user id.

All the necessary roles are present.

My id is working on another system and not on my system so I guess its a system related issue.

Thanks,

Tamanna.

Answers (4)

Answers (4)

snehanikam
Explorer
0 Kudos

Hi Tammana,

How did you resolve the issue? we're also having same issue. It works on one system and not on another.

rishav54
Active Contributor
0 Kudos

Hi Tammana

Please let me know if it is resolved.

Thnks

Rishav

0 Kudos

Hi Rishav,

Thanks for your reply and support.

I have checked the roles and the authorizations. It is present for my user id.

When I try to login from another system with my id it works fine. Its not working on only on my system. So now I think its a system related issue and am trying to resolve that. If you have any idea what could possibly be wrong then please do suggest.

Thanks,

Tamanna.

rishav54
Active Contributor
0 Kudos

Hi Tamanna

Can you check below

transaction code: SOAMANAGER in your system.

Goto: Service Administration > Web Service Configuration

Search for the CBTA_RTL_MANAGER Service Definition

Select the CBTA_RTL_MANAGER  -> press the "Apply Selection" button.

Go to confirugation

If there is not binding proceed as below otherwise check if it is active.

Now you need to create the binding here, proceed as below if it is not there.

For empty result ->  "Create"

Service name provide as  "CBTA_RTL_MANAGER"  and

Binding name "cbta_rtl_manager" ->Apply settings

Communication Security" ->SSL option selection

- tick checkbox "User ID/Password" in the "Transport Channel Authentication" section

Save the changes

Binding column should be available and you should see in the search screen as active

Thanks

Rishav

0 Kudos

Hi Rishav,

The binding is present there. Please see the screenshot below.

Thanks,

Tamanna.

former_member349306
Discoverer
0 Kudos

Hi,

I am facing the same issue, but my ID works on a different system. It is not working only on my system.

Please let me know if there is any solution to this.

Thanks,

Supraja

rishav54
Active Contributor
0 Kudos

HI Tamana

Do you have below roles

- SAP_SM_EXTERN_WS,

- SAP_SOL_TC_COMP,

- SAP_BC_DWB_ABAPDEVELOPER

Apart from that have you configured RTIL

Authorization Object required for calling the RTL_MANAGER Web Service:

'S_SERVICE'
         ID  'SRV_NAME'  *
         ID 'SRV_TYPE' FIELD 'HS'.

'S_DEVELOP'
        ID 'DEVCLASS' FIELD 'AGS_CBTA_TAF'
        ID 'OBJTYPE' FIELD 'SMIM'
        ID 'P_GROUP' *
        ID 'OBJNAME' *
        ID 'ACTVT' FIELD '03'.

'S_DEVELOP'
       ID 'DEVCLASS' FIELD 'AGS_TAO_TCE'
       ID 'OBJTYPE' FIELD 'SMIM'
       ID 'P_GROUP' *
       ID 'OBJNAME' *
       ID 'ACTVT' FIELD '03'

'S_DEVELOP'

       ID 'OBJTYPE' FIELD 'SMIM'

       ID 'P_GROUP' *

       ID 'DEVCLASS' *

       ID 'OBJNAME' *

       ID 'ACTVT' FIELD '01'.

'S_TRANSPRT'
       ID 'ACTVT' FIELD '03' & '02'
       ID 'TTYPE' FIELD 'TASK'.
'S_TRANSPRT'
       ID 'ACTVT' FIELD '03' & '02'
       ID 'TTYPE' FIELD 'CUST'.

'S_TRANSPRT'
      ID 'ACTVT' FIELD '03' & '02'
      ID 'TTYPE' FIELD 'DTRA'.

Thanks

Rishav