yorek / ssis-dashboard

HTML5 SQL Server Integration Services Dashboard
http://ssis-dashboard.azurewebsites.net/
Apache License 2.0
257 stars 103 forks source link

Could you please add log detail #4

Closed eugeneniemand closed 10 years ago

eugeneniemand commented 10 years ago

The SSRS reports are awful and I think this looks much better. Having log/error details will help me avoid using the built in reports.

yorek commented 10 years ago

Hi eugeneniemand if you click on a execution_id number, you'll have the details for that execution. Here's an example:

http://ssis-dashboard.azurewebsites.net/folder/all/project/all/status/all/execution/121

from here you have access to error and warnings messages. If you want to see the errors, you just have to click on the "errors" tile:

http://ssis-dashboard.azurewebsites.net/execution/121/details/errors

is that what you were looking for?

Or you need more informations...like all the logged messages (like Progress and Info messages)?

eugeneniemand commented 10 years ago

Thanks, I missed that. I had a quick look and it looks like it might do what I want. If not I'll raise a new Issue.

yorek commented 10 years ago

Great :)