Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 10th, 2006, 04:35 PM
Registered User
 
Join Date: Jul 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Executing vb.net console app via report services

Need to know if I can run a console app (rptApp.exe) via a subscription
out of report services. Built the consol app, it runs great in dev but
when I upload the app to the report service folder and run it I get a
run time error.


Is this even possible? What are my alternatives if not?




 
Old March 27th, 2006, 10:05 AM
Authorized User
 
Join Date: Feb 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

another dumb response but "why would you want to do this from reporting services?"

 
Old March 31st, 2006, 03:56 AM
Wrox Author
 
Join Date: May 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I agree with the previous reply: This is not an appropriate reporting task.

That said, you can execute a stored procedure as the dataset for a report. The SP can call sp_CMDEXEC and run your console app. You can't run risky code from a report due to permission restrictions.

BTW, If your DBA lets you do this on a production server, he should be fired.

Paul Turley, MCSD, MCDBA, MCT, MSF Practitioner





Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert a VB.Net app to a web app? furjaw VB.NET 3 September 24th, 2007 12:27 PM
Redirect Console Output(VB.Net) danasegarane Visual Studio 2005 1 September 9th, 2007 10:30 AM
httpresponse in console application in VB.NET 1.1 bhavna VS.NET 2002/2003 1 March 21st, 2007 06:30 AM
Executing dts from vb.net ninel General .NET 0 August 16th, 2005 03:45 PM
legacy app and .Net web services interoperation. asaleh .NET Web Services 0 October 7th, 2003 05:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.