yorek / ssis-dashboard

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

Please add execution environment #5

Closed eugeneniemand closed 10 years ago

eugeneniemand commented 10 years ago

We have three projects that run against four environments (Regions). If I want to know which one failed it takes a lot of digging. If this can be displayed in the summary it would save a lot of time.

yorek commented 10 years ago

Yeah, good idea. I'll check out how to do that

eugeneniemand commented 10 years ago

There is an environment_name and environment_folder_name on the executions table. I see you already use that table in query/package-info.sql and query/package-history.sql. You should be able to add the column to your query and expose it on the front end.

yorek commented 10 years ago

Yeah it's an easy fix...I already did that I just have to commit the new version to GitHub. I should be able to do it today

yorek commented 10 years ago

Hi eugeneniemand I've just committed the v 0.6.2 beta in the development branch that adds the support for Environments image

eugeneniemand commented 10 years ago

Thanks this looks great

On 3 September 2014 14:36, Davide Mauri notifications@github.com wrote:

Hi eugeneniemand I've just committed the v 0.6.2 beta in the development branch that adds the support for Environments [image: image] https://cloud.githubusercontent.com/assets/2612362/4134719/382e62b8-336f-11e4-9cab-59dc0906ac31.png

— Reply to this email directly or view it on GitHub https://github.com/yorek/ssis-dashboard/issues/5#issuecomment-54297190.