cancel
Showing results for 
Search instead for 
Did you mean: 

Password logon no longer possible - too many failed attempts for SAPSYS RFC

Former Member
0 Kudos

Hi

we have an SEM BW IDES with only AS ABAP installed.

everytime, we start our instance, we will get a CALL_FUNCTION_REMOTE_ERROR,

detailed info listed below:

User and Transaction

Client.............. 000

User................ "SAPSYS"

Language key........ "E"

Transaction......... " "

Program............. "CL_SWF_CNT_CCMS_SHMEM_UPD=====CP"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

Information on where terminated

Termination occurred in the ABAP program "CL_SWF_CNT_CCMS_SHMEM_UPD=====CP" -

in "_GET_REFERENCE_VALUE".

The main program was "SAPMSSY8 ".

In the source code you have the termination point in line 20

of the (Include) program "CL_SWF_CNT_CCMS_SHMEM_UPD=====CM001".

The program "CL_SWF_CNT_CCMS_SHMEM_UPD=====CP" was started as a background job

Job Name....... " "

Job Initiator.. " "

Job Number..... " "

Source Code Extract

Line SourceCde

1 METHOD getreference_value .

2 DATA: l_timestamp TYPE timestamp.

3 DATA: ls_wf_settings TYPE swp_admin.

4 DATA: l_buffer_sec TYPE int4.

5 DATA: l_buffer_min(4) TYPE n.

6 DATA: l_seconds TYPE int4.

7 * DATA: l_config TYPE sxmsvalue.

8 DATA: l_proccat TYPE swd_proccat.

9

10 *---- get current time

11 GET TIME STAMP FIELD l_timestamp.

12

13 *---- get customization

14 IF i_logical_destination IS INITIAL.

15 CALL FUNCTION 'SWP_ADMIN_DATA_READ'

16 IMPORTING

17 wf_settings = ls_wf_settings.

18 * WF_DEFAULT_SETTINGS =

19 ELSE.

>>>>> CALL FUNCTION 'SWP_ADMIN_DATA_READ' DESTINATION i_logical_destination

21 IMPORTING

22 wf_settings = ls_wf_settings.

23 * WF_DEFAULT_SETTINGS =

24 ENDIF.

25

26 l_seconds = ls_wf_settings-cont_shmem_upd * 60.

27

28 *---- get buffer (in seconds)

29 * l_proccat = getprocess_category( ).

30 * TRY.

31 * CALL METHOD cl_swf_ccms_utl=>get_configuration

32 * EXPORTING

33 * i_proccat = l_proccat

34 * i_param = if_xms_config=>co_param_ccms_deadline_mon

in su01, client 000, we find that SAPSYS is not a real user.

can anyone give some hint?

Thanks!

George

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Confirm that you are using the latest version of the kernel.

What is your tcode SICK is saying ?

Thanks & Regards,

Satyabrat

Former Member
0 Kudos

Hi George,

In the mean while go through this link too.

[http://www.sapfans.com/forums/viewtopic.php?f=12&t=317043].

Thanks,

Sudheer.

Former Member
0 Kudos

Hi George,

The CALL_FUNCTION_REMOTE_ERROR occurs when there is any problems with the RFC'S.

Once go through this link regarding RFC problems.

[http://help.sap.com/saphelp_nw04/Helpdata/EN/f9/3f69fd11a80b4e93a5c9230bafc767/content.htm]

Thanks,

Sudheer.

Former Member
0 Kudos

Hi, George,

As per my knowledge SAPSYS is group at OS level.

Rgds,

Haresh