FILE NEGATIVE CONTENT

AdrianAdrian
I have a directory with Log-Files. Now I want to check all Logfiles in this directory for the String "Warning". Tha name of the logfiles change everyday. How can I do that?

Comments

  • AdministratorAdministrator
    Create a batch file or VB script that performs that job and use EXTERNAL CHECK to achieve this.
  • AdrianAdrian
    Okay!

    Is it possible to search for this string:

    [Oracle][ODBC][Rdb] send() Ret -1 Err#10038 WSAENOTSOCK File descriptor not a socket
  • AdministratorAdministrator
    yes, with a custom written script you could do this .
This discussion has been closed.