in reply to How to open SQL 2005 errorlog?
(Side note: your regex probably should be /^\s*([\d\/\-]+\s+[\d\:\.]+) ... I.e., the square brackets are missing — presumably as a result of not using <code> tags for the code section...)
As to the open possibly failing... Did you check whether $ref->{log_open_error} is being set to the error message you're generating ("***Error: ...")? If so, what exactly does it say? What's the value of $sqlErrorlog — is it the correct path/filename?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to open SQL 2005 errorlog?
by Anonymous Monk on Jun 06, 2007 at 21:24 UTC | |
by almut (Canon) on Jun 06, 2007 at 22:50 UTC | |
by jc7 (Initiate) on Jun 07, 2007 at 17:57 UTC | |
by almut (Canon) on Jun 07, 2007 at 20:53 UTC | |
by jc7 (Initiate) on Jun 08, 2007 at 20:50 UTC | |
|