August 9, 2007 at 2:37 pm
Hi all,
I am trying create the script which is from net but now able to deploy reports using that script.
I am,using following script:
rs -i c:\PublishReports.rss -s http://servername/Reportserver -v filePath="filePath" -v sqlServerName="SQLServerTest" -v parentFolder="target Folder"
I am getting following error:
C:\e9usc6ik.1.vb(38) : error B
C30035: Syntax error.
/*PublishReport("Report1")
~
C:\\e9usc6ik.1.vb(43) : error B
C30035: Syntax error.
*/
~
The specified script failed to compile with the following errors:
C:\\Temp\rmmy_1lg.1.vb(38) : error B
C30035: Syntax error.
/*PublishReport("Report1")
~
C:\\Temp\rmmy_1lg.1.vb(43) : error B
C30035: Syntax error.
*/
~
thanks
August 11, 2007 at 12:37 pm
The script is failing because what you are doing is not right, because reports deployment problems comes from setting of permissions and moving the ReportServerDB and ReportServerTempDB. The developed reports are very easy to move, the database with stored procedures running you just copy the RDL(reports definition language) and the the solution files, if your reports comes with images with the project you need to copy the images also. There is no need for script just clean copies of total solution files, you can give these to someone even in Netmeeting, as we sometimes do with the customer.
The above is relevant to developed reports, the wizard based reports maybe different but I think copying solution files will solve most deployment probelms.
Kind regards,
Gift Peddie
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply