Error received when attempting to gather data from a Cisco PIX Text Log data source:
"Object Name: HOSTNAME
Data Source: Cisco PIX Text Log - HOSTNAME
Description: Error occurred while processing file d:\...gs\fldavfw_0000.txt.The log file contains an invalid record: "2006-04-19 00:2..." starting at symbol 296855."
The Cisco PIX Text Log has a lot of comma-separated data at the end which makes this line match the wrong parser string and error out.
WORKAROUND:
1. Go into Data Sources | Cisco PIX Text Log | Properties | Settings | Edit | and click Next.
2. Edit the regular expression:
"^([^,]*),([^,]*),([^,]*),(\d*),(\d*),[^%]+%PIX-(\d+)-(\d+):[ ]*(.*)[ ]*(?:[\r\n]+|[\r\n]*$)" and replace it with
"^([^,]*),([^,]*),([^,]*),(\d*),(\d*),[^%\r\n]+%PIX-(\d+)-(\d+):[ ]*(.*)[ ]*(?:[\r\n]+|[\r\n]*$)" (omitting the ")
3. Click Next as necessary to finish the wizard | click Finish, then OK on Cisco PIX Text Log.
4. Commit changes.
5. Run the gathering job again to confirm status.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center