cancel
Showing results for 
Search instead for 
Did you mean: 

Shortdump after client copy

Former Member
0 Kudos

I've got a runtime errors "SNAP_NO_NEW_ENTRY" after client copy. I think probably caused by transaction log is full. I would like to know how can I clear the log file. Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes you are correct, the dump is bcz of overflow of transaction log. To overcome this you have to take the backup of T log frequentlly. If this will not solve the problem then shrink the T log via DBCC shrinkfile command.

Regards,

Shanker C

Former Member
0 Kudos

May be the following Note should help, try to check other notes too with this keyword

Note 17537 - ABAP/4 runtime error SNAP_NO_NEW_ENTRY

Former Member
0 Kudos

Hi,

check for the transaction log using the enterprise manager.

http://help.sap.com/saphelp_nwmobile71/helpdata/de/f2/31ad44810c11d288ec0000e8200722/content.htm

SAP note#421644

thanks,

Prasanna

Former Member
0 Kudos

Clean out the SNAP table.

Goto SE14 and do an adjust choosing the option of delete data.

Pravin