cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Dump - while running "Replicate Metadata" SAP - IDES BI

Former Member
0 Kudos

Hi All Gurus,

I am getting error which I have attached for your reference. While running Replicate Metadata in RSA1 t-code for SAP BI,

I am getting below dump.

Please suggest any solution that works.

Irin Patel

========================

Runtime Errors         TIME_OUT

Date and Time          11.02.2014 16:16:10

Short text

Time limit exceeded.

What happened?

The program "SAPLRSDS_DATASOURCE" has exceeded the maximum permitted runtime

without

interruption and has therefore been terminated.

Error analysis

After a specific time, the program is terminated to make the work area

available to other users who may be waiting.

This is to prevent a work area being blocked unnecessarily long by, for

example:

- Endless loops (DO, WHILE, ...),

- Database accesses with a large result set

- Database accesses without a suitable index (full table scan)

The maximum runtime of a program is limited by the system profile

parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this

time limit is

exceeded, the system attempts to cancel any running SQL statement or

signals the ABAP processor to stop the running program. Then the system

waits another 60 seconds maximum. If the program is then still active,

the work process is restarted.

Trigger Location of Runtime Error

    Program

SAPLRSDS_DATASOURCE

    Include

LRSDS_DATASOURCEU01

    Row

56

    Module type

(FUNCTION)

    Module Name

RSDS_DATASOURCE_OLDNEW

Source Code Extract

Line

SourceCde

   26

   27

  RANGES: l_tr_objvers FOR l_objvers.

   28

   29

* ==== Objvers: either A/M or D

   30

* ---- A-Version requested

   31

  IF i_objvers EQ rs_c_objvers-active OR

   32

     i_objvers EQ rs_c_objvers-modified.                    " 700SP14

   33

   34

* .... A-Version

   35

    l_tr_objvers-sign    = 'I'.

   36

    l_tr_objvers-option  = 'EQ'.

   37

    l_tr_objvers-low     = rs_c_objvers-active.

   38

    APPEND l_tr_objvers.

   39

* .... M-Version

   40

    l_tr_objvers-sign    = 'I'.

   41

    l_tr_objvers-option  = 'EQ'.

   42

    l_tr_objvers-low     = rs_c_objvers-modified.

   43

    APPEND l_tr_objvers.

   44

* ---- D-Version requested

   45

  ELSEIF i_objvers EQ rs_c_objvers-delivery.

   46

* ---- D-Version

   47

    l_tr_objvers-sign    = 'I'.

   48

    l_tr_objvers-option  = 'EQ'.

   49

    l_tr_objvers-low     = rs_c_objvers-delivery.

   50

    APPEND l_tr_objvers.

   51

  ELSE.

   52

    MESSAGE e000 RAISING failed.

   53

  ENDIF.

   54

   55

* ==== Get New DataSource

>>>>>

  SELECT SINGLE * FROM rsds INTO l_s_ds

   57

         BYPASSING BUFFER " 700 SP8 (restoration issue)

   58

         WHERE datasource EQ i_datasource AND

   59

               logsys     EQ i_logsys AND

   60

               objvers    IN l_tr_objvers.

   61

  IF sy-subrc EQ 0.

   62

    e_new_exists = 'X'.

   63

    IF l_s_ds-objstat EQ rs_c_objstat-active.

   64

      e_new_active = 'X'.

   65

    ELSEIF l_s_ds-objstat EQ rs_c_objstat-inactive.

   66

      e_new_active = ' '.

   67

    ENDIF.

   68

  ELSE.

   69

    e_new_exists = ' '.

   70

    e_new_active = ' '.

   71

  ENDIF.

   72

   73

* ==== Get Old DataSource

   74

  SELECT SINGLE * FROM rsoltpsource INTO l_s_oltpsource

   75

         WHERE oltpsource EQ i_datasource AND

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepak,

I do all things said by you and thanks for your suggestion. Now  I am getting new error which is telling me that RSBOLAP Message 017 RFC is not configured. But all rfc's are configured and running fine while testing in SM59.

Sriram2009
Active Contributor
0 Kudos

Hi Patel

Could you check this SAP Note 1757553 - Errors RSAR502 & RSAR362 restoring/deleting source system


Regards

Ram

Former Member
0 Kudos

Hi Irin,

Do you get still get this error (RSBOLAP Message 017 RFC ) while replicating metatdata or for some other activity ?

Regards,

Archana

Former Member
0 Kudos

Hi,

I have fresh installation of IDES. No system refresh or no Export/Import.

Thanks for your time but error still continues........

Former Member
0 Kudos

Yes Madam,

Error still continues.........

Sriram2009
Active Contributor
Former Member
0 Kudos

RFC created but still error continues.......

Sriram2009
Active Contributor
0 Kudos

Hi

In that case go to transaction code  SM59 test the RFC connection you will get the error just paste or attach

Former Member
0 Kudos

RFC is working fine but Error for replication data continues....

Sriram2009
Active Contributor
0 Kudos

Are you connected any source system? could you share the screen shot of RSA1 - Source system details?

Former Member
0 Kudos

I have both in single system. Java & ABAP instances.

I can connect successfully with ABAP to JAVA which I configured using SM59 & Java Visual administrator but rSA1 is still getting me same error.

Sriram2009
Active Contributor
Former Member
0 Kudos

Please keep in mind that we are not using PORTAL as per my knowledge.

We are using simple GUI of Business Explorer.

Former Member
0 Kudos

Please find error dialog box from Business Explorer.......

former_member188883
Active Contributor
0 Kudos

Hi Irin,

Increase the value of parameter rdisp/max_wprun_time = 1800 . Take SAP restart and check the results

Hope this helps.

Regards,

Deepak Kori.


_timerdisp/max_wprun_time