jamesfed Posted July 13, 2014 Posted July 13, 2014 Over the past week or so the SIMS CommandReporter.exe feature has really come into its own for us, through some custom reports and various SSIS packages it is driving things like our Moodle class enrolments, our in house designed trip management system and over the summer we will be mashing it into to PowerShell and Active Directory to do some really cool things. So...the question is (just out of personal interest more than anything else) is do the 'cloud' based MIS provider have anything which matches this feature? (aka the ability to programmatically run automated reports exporting as CSV or even raw access to the SQL data through a VPN/whatnot).
matt40k Posted July 14, 2014 Posted July 14, 2014 Most I know about have a web api - you can just plug straight into SSIS. The web component in SSIS is pretty cruddy, so you'll be better off with the scripting component. Its far superior to the SIMS reporting engine \ CommandReport.exe 1
jamesfed Posted July 14, 2014 Author Posted July 14, 2014 Cool Could be a useful snippet of info down the line.
michael2k6 Posted July 14, 2014 Posted July 14, 2014 Progresso allows for subscription reports ussing SSRS so once you have a report built you can schedule it to go by email in various different formats to whoever you like at specified times and include relative (such as date) or fixed parameter.
jamesfed Posted July 14, 2014 Author Posted July 14, 2014 Progresso allows for subscription reports ussing SSRS so once you have a report built you can schedule it to go by email in various different formats to whoever you like at specified times and include relative (such as date) or fixed parameter. Ahh now the only problem there is I wouldn't want a human to be involved in the process at all (from what I understand you have written a human would need to take the attachment out of the email and feed it into a path. For a match in the criteria in the OP it would need to be csv export to a path or direct SQL to SQL.
michael2k6 Posted July 14, 2014 Posted July 14, 2014 Sorry, understood, you'd have to use the API to achieve that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now