Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Deploying Reports using Script Errors Out!!!

Author  Topic 

PatDeV
Posting Yak Master

197 Posts

Posted - 2007-08-09 : 16:38:09
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

for the help!!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-08-09 : 16:47:53
That's my script, but I have no idea what those errors are.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

PatDeV
Posting Yak Master

197 Posts

Posted - 2007-08-09 : 16:58:52
yeah,

thank you tara/ when i run that script i get error.

also what is the process to run that script is this right?
rs -i c:\PublishReports.rss -s http://servername/Reportserver -v filePath="filePath" -v sqlServerName="SQLServerTest" -v parentFolder="target Folder"

Do i need to change anything in the Script?

thanks
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-08-09 : 17:15:31
I haven't used it in a few years since I no longer am responsible for that portion. There should be examples in my blog that shows how to run it. Also check out the comments of that blog.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -