cancel
Showing results for 
Search instead for 
Did you mean: 

Brconnect : How to enable dynamic log filename?

Former Member
0 Kudos

Hi all,

I'm using command prompt to schedule (schedule tasks) a check on my database.

I'm using the command below:

brconnect -u / -c -f check >> check.log

which send the result to a log file (check.log).

I'm wondering if there is a way the set the log files using dynamic naming convention; maybe check_ddmmyyyy.log or something; as currently, the log is appending to a single file (check.log) and the log file is quite messy.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Even You can retrive the log file from sapcheck directory under /oracle/<SID> which will give a clear readable file.

Thanks,

Jagadish

Former Member
0 Kudos

This question is not part of SAP; so I've actually asked on the wrong forum..

Sorry..

p/s: I found the solution to my problem by using AutoIT scripting to configure my command prompt