cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reset buffer in SAP

Former Member
0 Likes
15,922

hi all

I've read that we can reset buffer in SAP using this command line /$SYNC

I've tried on our solman but it can not work

Is there anyway to reset the buffer without restarting server?

Thanks

Regards,

Della

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Resetting buffers can significantly change the performance of the entire system for a long time. It should therefore only be used where there is a good reason to do so.

/$SYNC This resets all buffers of the application server

/$CUA This resets the CUA buffer of the application server

/$TAB This resets the TABLE buffers of the application server

/$NAM This resets the nametab buffer of the application server

Cheers,

Jazz

Former Member
0 Likes

Hi Jazz

on which path should I run that command?

reading your statement :

"Resetting buffers can significantly change the performance of the entire system for a long time. It should therefore only be used where there is a good reason to do so."

Is it different effects if I just restart our server? Because restarting our server also clearing the SAP buffer right?

Former Member
0 Likes

> on which path should I run that command?

You should run the command where you normally run the transaction.

> Is it different effects if I just restart our server? Because restarting our server also clearing the SAP buffer right?

Restarting the buffer also cleans up the buffers. Sometimes resetting the buffers may lead to skipping of number ranges in certain transactions. But its very rare. And when buffers are reset, some transactions may take more time for it to be executed as it has to fetch the data from database. (its the same case if you restart the server).

Hope its clear now.

Cheers,

Jazz