cancel
Showing results for 
Search instead for 
Did you mean: 

sysfail error during initial load

Former Member
0 Kudos

Got sysfail error. Checked for shortdumps and found this

MESSAGE_TYPE_X SAPLCRMO

'No external system (such as CRM) connected'

Checked the RFC. Seems ok. Any idea?

  • Get the parameters for the RFC conection.

c_stshd-mass_queue = c_stshd-mass_data.

PERFORM get_download_params_and_queue

TABLES t_bapistructures

USING c_stshd-objname

c_stshd-objclass

gv_destination

gv_rfc_queue

gv_server_release

i_bapicrmdh2

c_stshd-mass_queue

c_stshd

i_transfer_data

i_crmrfcpar

e_rfcoltp.

  • Set variables

e_synchronous_call = gv_synchronous_call.

  • Raise an error if the destination of the foreign system could not be

  • found. (Only during Initial Load, Upload, Compare and Requests).

IF gt_rfcdest[] IS INITIAL AND

NOT i_bapicrmdh2-ref_id IS INITIAL.

MESSAGE x050(c_) WITH

'No external system (such as CRM) connected'(007).

ELSE.

t_rfcdest[] = gt_rfcdest[].

ENDIF.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The RFC Destination for Replication & Realignment (Clt 000) isn't set because only the root admin has access to clnt000 and he's in vacation. Could that be the problem?

Former Member
0 Kudos

Please refer to building blocks CRM connectivity section 3. I think the problem is with defining the crm clients.