August 6, 2011 at 11:13 am
does anyone know how to deploy report through command line.
I googled it and found rs utility; but it require vb script file??
August 6, 2011 at 12:24 pm
Virender Sihag (8/6/2011)
does anyone know how to deploy report through command line.I googled it and found rs utility; but it require vb script file??
SSRS is Microsoft proprietry Web based reporting tool it is not practical to expect Microsoft to allow command line deployment because all you need is publisher permissions and you can copy and paste any where in the world. The only requirement is the Visual Studio solution file, the same way Microsoft use to create the samples used by developers all over the world.
Kind regards,
Gift Peddie
August 8, 2011 at 5:29 am
rs -i myfile.rss -s http://localhost/reportserver
-v datasource=Northwind
myfile.rss is a vb script file. sample file can be found on net. simple script contains details of the report/datasouce need to be published
August 8, 2011 at 6:25 am
Virender Sihag (8/8/2011)
rs -i myfile.rss -s http://localhost/reportserver-v datasource=Northwind
myfile.rss is a vb script file. sample file can be found on net. simple script contains details of the report/datasouce need to be published
.RSS is a public XML library while the RDL XML file used by Microsoft in SSRS is proprietry so I am not sure vb script can be used to consume it because most things in SSRS is clean .NET Microsoft just show user easier ways to implement the product.
Kind regards,
Gift Peddie
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply