Hi,
I have loaded data to ODS though when trying to activate it, the job fails.
I can see the error In ST22 or SM37 though not sure why is this error showing.
The DSO is (BI7.0) and has "Activate Data Automatically" not set.
Also, when run RSRV for that DSO the Log shows:
"Active generated activation program not found Message no. RSDRO551"
I believe there is a program issue but not sure why or how can be fixed?
Would appreciate any insight on that please.
thank you,
Alex
The following is the ST22 log:
---------------------------------------------------------------------------------------------------- | 240| select single * from rsbatchheader into l_s_rsbatchheader where | | 241| batch_id = i_batch_id. | | 242| if sy-subrc <> 0. | | 243| message x000. | | 244| endif. | | 245| else. | | 246|*.... wenn es noch keinen Eintrag in RSBATCHCTRL gibt .... | | 247| if l_batch_process <> 1. | | 248| message x000. | | 249| endif. | | 250|*--- Aufbau von RSBATCHSTACK aus callstack für Support ---- | | 251| call 'ABAP_CALLSTACK' id 'DEPTH' field 99 | | 252| id 'CALLSTACK' field l_t_callstack. | | 253| call function 'RSSM_GET_TIME' | | 254| importing | | 255| e_timestamps = l_tstamps. | | 256| describe table l_t_callstack lines l_lnr_callstack. | | 257| | | 258| loop at l_t_callstack into l_s_callstack. | | 259| l_s_rsbatchstack-batch_id = i_batch_id. | | 260| l_s_rsbatchstack-lnr = l_lnr_callstack. | | 261| l_s_rsbatchstack-mainprogram = l_s_callstack-mainprogram. | | 262| l_s_rsbatchstack-include = l_s_callstack-include. | | 263| l_s_rsbatchstack-line = l_s_callstack-line. | | 264| l_s_rsbatchstack-eventtype = l_s_callstack-eventtype. | | 265| l_s_rsbatchstack-event = l_s_callstack-event. | | 266| l_s_rsbatchstack-uname = sy-uname. | | 267| l_s_rsbatchstack-timestamps = l_tstamps. | | 268| insert rsbatchstack from l_s_rsbatchstack. | | 269| if sy-subrc <> 0. | |>>>>>| message x000. | | 271| endif. | | 272| l_lnr_callstack = l_lnr_callstack - 1. | | 273| endloop. " at l_t_callstack | | 274| | | 275|*---- Eintrag für RSBATCHHEADER ---- | | 276| l_s_rsbatchheader-batch_id = i_batch_id. | | 277| call function 'GET_JOB_RUNTIME_INFO' | | 278| importing | | 279| jobcount = l_s_rsbatchheader-jobcount | | 280| jobname = l_s_rsbatchheader-jobname | | 281| exceptions | | 282| no_runtime_info = 1 | | 283| others = 2. | | 284| l_s_rsbatchheader-host = sy-host. | | 285| call function 'TH_SERVER_LIST' | | 286| tables | | 287| list = l_t_server | | 288| exceptions | | 289| no_server_list = 1 | ----------------------------------------------------------------------------------------------------
-
-
ABAP Control Blocks (CONT)
-
-
Index
Name
Fl
PAR0
PAR1
PAR2
PAR3
PAR4
PAR5
PAR6
Source Code
Line
-
-
605
PAR1
00
0123
LRSBATCHU01
268
606
SQLS
39
016D
LRSBATCHU01
268
607
SQLS
0E
C030
LRSBATCHU01
268
608
cmpr
00
00CA
0114
0000
LRSBATCHU01
269
610
BRAF
05
000C
LRSBATCHU01
269
611
MOVL
00
0002
010C
0055
LRSBATCHU01
270
613
mlq1
02
0005
0F50
0058
LRSBATCHU01
270
615
MOVL
00
0008
010D
0019
LRSBATCHU01
270
617
CLEA
00
010E
LRSBATCHU01
270
618
CLEA
00
010F
LRSBATCHU01
270
619
CLEA
00
0110
LRSBATCHU01
270
620
CLEA
00
0111
LRSBATCHU01
270
>>>>>
MESS
00
0019
LRSBATCHU01
270
622
ccqi
4C
0000
8000
2070
0001
0000
8000
2070
LRSBATCHU01
272
626
BRAX
01
FFD2
LRSBATCHU01
273
627
mvqk
3C
8080
221C
0014
LRSBATCHU01
276
629
FUNC
00
7352
LRSBATCHU01
277
630
FUNC
00
0124
LRSBATCHU01
277
631
FUNC
10
0009
LRSBATCHU01
277
632
PAR2
01
0000
007F
C042
LRSBATCHU01
277
-
-
Edited by: Alex M on Apr 19, 2010 4:40 PM