on 2016 May 27 8:58 AM
Request clarification before answering.
Hi,
for the future:
If ASE is down you can rename the SID.log file, e.g. to SID_yyyymmdd.log. During startup ASE will create a new log file SID.log. By doing this you will have more log files but they are smaller and easier to handle.
When your ASE is running, you can switch to a new log file by using the procedure sp_errorlog. SyBooks Online
So when you run (Linux example path)
sp_errorlog 'change log','/sybase/SM3/ASE-15_0/install/SM3_new.log', 'jslog false'
ASE will stop using your current log SM3.log and start writing into SM3_new.log.
After you reboot ASE it will write into SM3.log again because in the runserver - file (RUN_SM3.bat) the parameter -e specifies this. So if you want to use SM3_new.log permanently you have to change the -e parameter.
Best regards,
Juergen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.