cancel
Showing results for 
Search instead for 
Did you mean: 

Shot dump while opening the Infopackage

Former Member
0 Kudos

Hi Guys,

In Testing system. i have first started a Init load but it got fail. So the messge it gave me is to replicate the datasource.and i did replicated and activated the trasferstructure.

After that when i want to open the IP to re init again its going to "Shot Dump" and Its not allowing me te create a new IP and not allowing me to open the other IPs for this datasource.0FI_AA_12.

Error analysis

Short text of error message:

      • Data request to the OLTP ***

Technical information about the message:

Message classe...... "RSM"

Number.............. 000

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Variable 3.......... " "

Variable 4.......... " "

"MESSAGE_TYPE_X" C

"SAPLRSSM" or "LRSSMU36"

"RSSM_OLTPSOURCE_SELECTIONS"

kindly help me on this.

regards

KA

Message was edited by: A K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Or else try executing "RSSM_OLTP_INIT_DELTA_UPDATE" program. Give source system and datasource name and just execute. And then try going in to the infopackage.

Thanks,

Rohini

Former Member
0 Kudos

AK,

Try to check and activate the OLTP system and then replicate/activate the datasource. then try to run an IP. hope it helps.

Regs,

Vachan

Former Member
0 Kudos

hi,

Similar prob take a look at these..

Hope these threads will solve ur issue

and let me know further updates

-Shreya

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi AK,

It is dumping because your init request is not deleted in the infopackage. Incase you have another infopackage for full upload then try going in to the infopacke and delete the init request from there and then try going to the infopackage.

Or else go to RSA7 and delete the request for that datasource and then try.

Regards,

Rohini

Former Member
0 Kudos

Hi Rohini.

Thanks a lot Rohini...

problem solved

It dnt allowed me to delete from the Full info package. So i went to RSA7 in r3 then i deleted there and i am able to open the IP.

Thanks

Rewarded.........

Regards

AK

Former Member
0 Kudos

Hi,

See SAP Note 852443

hope it helps

regards

Vikash

Former Member
0 Kudos

Hi,

try analyzing the short dump by using ST22 to get the specific error.

hope it helps

regards

Vikash

Former Member
0 Kudos

Hi

At this its getting dump. what might be the reason....can u please help me.

data: l_field(70).

clear l_field.

concatenate 'DELTA-DELE:' i_logsys '/' i_oltpsource

into l_field.

call 'C_WRITE_SYSLOG_ENTRY' id 'TYP' field ' '

id 'KEY' field 'TE1'

id 'DATA' field l_field.

loop at l_t_rssdlinit_oltpdel.

concatenate 'DELTA-DELE-REQU:' l_t_rssdlinit_oltpdel-rnr

into l_field.

call 'C_WRITE_SYSLOG_ENTRY' id 'TYP' field ' '

id 'KEY' field 'TE1'

id 'DATA' field l_field.

endloop.

message x000.

perform del_source_system_init tables l_t_rssdlinit_oltpdel

using i_logsys

i_oltpsource

'RSSM_OLTPSOURCE_SELECTIONS'

'410'

changing l_subrc.

endif.

l_oltp_read_done = 'X'.

call function 'RSSM_GET_SEL_INT'

exporting

i_dest = i_dest

i_rlogsys = i_rlogsys

i_oltpsource = i_oltpsource

i_oltp_read_done = l_oltp_read_done

importing

e_changed = e_changed

Regards

KA