Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8746

Re: ASE SID Log File Increasing

$
0
0

on Windows you probably would need to shutdown ASE, rename the log file, and reboot ASE.

 

Alternatively, run sp_errorlog twice, eg:

 

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

sp_errorlog 'change log', <new_file_name>

go

--

-- out in OS rename/move <old_file_name>

--

sp_errorlog 'change log',<old_file_name>

go

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

 

This should get you back to using the original log file name, which also means there's no need to update the RUNserver file (or Windows registry) with a new log file name (ie, next time the server is started it'll continue to use the 'normal' name).

 

------------

 

Obviously (?) if there is a process that monitors the errorlog it will need to be checked to make sure a) it knows how to switch over to a new log file after executing sp_errorlog or b) it is reconfigured/restarted to find the new log file.


Viewing all articles
Browse latest Browse all 8746

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>