I’m trying to export a list of ports to a CSV file. No matter how I configure the search criteria, when I click the “Export CSV” link, I get a page that is blank other than the text “Report not found.”
I don’t even know how to go about troubleshooting this one. Any help?
Is that the correct syntax for a report of ALL ports (regardless of status)? That gives me a HTTP 500 error.
EDIT: Scratch that. I wasn’t paying attention to the prompt to save the report at the bottom of the screen. I was using IE which I don’t typically use. So while it gave a 500 error for the page, it did still prompt to save the report.
For me i also get the same syntax e.g https://URL/csv.php/report=https://URL/ports/ifSpeed=10000000/
Then it only downloads with the following format (if using forward slashes just redirect back to home page) https://URL/csv.php?report=ports&ifSpeed=10000000
i imagine we we set our base_url to / it will work. will test tomorrow
Regarding not working on 1.54 or newer, is that including the manual edit of the URL? I can get it to work on 1.58 with the manual URL edit, but i encountered a little bug if your filtering on the hostname field.
Ports WebGUI “hostname” field also searches sysName column in the DB.
However when you export to CSV (includes/html/reports/ports.csv.inc.php) matches this to the hostname column in the DB, which means you gain no results back if you are expecting this to search sysName.