- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
A table issue?
It is my understanding that the files in E:\nic\3700\ENVLAB01-ES\etc\sqltbl are the definition files for the database tables. When comparing the fields in a file in the sqltbl dir and running uds -device mydevice -table access_accounting I am finding than several field names are not the same. I have attached the full text of the sqltbl file and the output of the uds command. Refer to fields such as saddr (laddr), shost (lhost), sportname (lportname), type (ntype), sentbytes (sbytes), recbytes (rbytes), etc
Which field names are correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The items in the 6th column of the SQLTBL file are what you should use in the XML. Those are what show up when you run the -table <tablename> parameters. So for example use laddr instead of saddr.
The first column is just a label.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
