cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error during COPA-Ext

former_member184551
Contributor
0 Kudos

Hi Guys

I am new to SAP BW.

I am trying to schedule an initial load but I end up getting the following error message.

This is an extract from the dump.

call function 'RSAN_LOGSYS_DETERMINE'
        destination g_dest
        exporting
          i_client = l_s_desdisp-rfcclient
        importing
          e_logsys = l_rfclogsys.
      if l_rfclogsys <> p_logsys.
        message x000.
      endif.
    endif.

the p_logsys has my correct system name, but l_rfclogsys has some other name.

The Data flow shows a smooth data flow from the dATA source to my infocube and all transfer/update rules are active. The source system is connected succfully to the bw system. (I replicated succfully).

The strange thing is when I perform a delta upload on older packages, there is no dump!!

Can some one please help!!!!!! Points assured

Thanks and Regards

Sameer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Post the complete error pls...

Regards

Former Member
0 Kudos

Hi,

where do you get this error? I believe in your source system. If yes, I think you have some records posted in your COPA-tables that correspond to a logical system that doesn't exist anymore. Did you rename the logical system? Did you copy your system from another system?

regards

Siggi