cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WebSAP problem

Former Member
0 Likes
1,168

Hi,

I am getting a "connection timed out after 60 sec" error on one of our BSP application page.

Have checked all parameters which seem fine.

There is a function module which uses this RFC. I test RFC destination 'XYZ' connection in SM59(TCP-IP) and the test is successful. But when I execute this Function module in SE37 with RFC destination 'XYZ' ,I am getting dump with the exception 'CALL_FUNCTION_REMOTE_ERROR'.

Can anyone please advise me on how I can look further to fix the issue.

Thanks,

Anudutt M S

View Entire Topic
Former Member
0 Likes

ST22:

Runtime Error CALL_FUNCTION_REMOTE_ERROR

Error analysis:

An error occurred when executing a REMOTE FUNCTION CALL.

It was logged under the name "RFC_EXTERNAL_ABORT"

on the called page.

________________

SM21:

Details

Recording at local and central time........................ 27.09.2011 09:03:33

Task................ 11675 . 01 D1 Dialog work process No. 01

User................ WIPRO02

Client.............. 100

Terminal............ ba06-efe

Session............. 2

Transaction code.... SE37

Program name........ RS_TESTFRAME_CALL

Problem class....... T Transaction Problem

Development class... SABP

Further details for this message type

Module name......... abrfcrcv

Line................ 0394

Error text.......... RfcExtendedReceive

Documentation for system log message AB 0 :

The specified runtime error has occurred in the system.

Parameter

a.. CALL_FUNCTION_REMOTE_ERROR

Technical details

File................ 001254

Position............ 0000363420

Entry type.......... l ( Error (Module, Row) )

Message ID.......... AB 0

Variable parts...... RfcExtendedReceive abrfcrcv0394

-Anudutt M S

ChandrashekharMahajan
Active Contributor
0 Likes

Hi,

your FM is remotely enabled? please check that. also check this thread,

Thanks,

Chandra

Former Member
0 Likes

Yes.Function module is Remotely enabled.

Former Member
0 Likes

Also when I check logs in Work directory. It shows:

Mon Sep 26 15:08:32 2011

M ThrCreateShObjects allocated 130174 bytes at 700000006b10000

N SsfSapSecin: putenv(SECUDIR=/usr/sap/RA3/D01/sec): ok

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF trace level is 0 .

N ===...SSF library is /usr/sap/RA3/SYS/exe/run/libsapcrypto.o .

N ===...SSF hash algorithm is SHA1 .

N ===...SSF symmetric encryption algorithm is DES-CBC .

N ===...sucessfully completed.

N =================================================

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

W =================================================

W === ipl_Init() called

W ITSP Running against db release 620!

W ITSP Disable Kernel Web GUI functionality

W === ipl_Init() returns 2, ITSPE_DISABLED: Service is disabled (sapparam)

W =================================================

S

S Mon Sep 26 15:08:52 2011

S found spool memory service RSPO-ACTIONS at 7000008c32c5f60

S catch mode for rspo_rperf disabled

B dbtran INFO (init_connection '<DEFAULT>' [ORACLE:640.00]):

B max_blocking_factor = 5, max_in_blocking_factor = 5,

B min_blocking_factor = 5, min_in_blocking_factor = 5,

B prefer_union_all = 0, prefer_union_for_select_all = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 1,

B convert AVG = 0, alias table FUPD = 0,

B escape_as_literal = 1, opt GE LE to BETWEEN = 0,

B select * =0x0f, character encoding =SBCS / <none>:-,

B use_hints = abap->1, dbif->0x1, upto->2147483647, rule_in->0,

B rule_fae->0, concat_fae->0, concat_fae_or->0

E Profile-Parameter: enque/sync_dequeall = 0

M extStatHook: This process does not report performance statistics

L

L Mon Sep 26 15:09:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:15:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:21:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:27:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:33:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:39:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:45:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:51:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 15:57:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:03:38 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:09:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:15:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:21:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:27:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:33:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:39:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:45:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

L

L Mon Sep 26 16:51:37 2011

L Auto-Deletion of spool requests: Disabled, note 498668

..

..

This error repeating continuously till today.