To Migrate SSRS reports from SharePoint Integrated mode to Native mode (From SQL 2012 to SQL 2019) i am executing below command on SQL 2019 server (Target Server), But while executing this , i am getting compiler error
rs.exe -i ssrs_migration.rss -e Mgmt2010 -s “Source Report Server Url” -u user1 -p Password -v ts="Target Report server url"
-v tu="user2" -v tp="Passowrd2"
Error
The specified script failed to compile with the following errors:
?D:\MSRS15\Shared Tools> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe" /t:exe /main:MainModule /utf8output /R:"System.dll" /R:"System.Xml.dll" /R:"System.Web.Services.dll" /R:"D:\MSRS15\Shared Tools\RS.exe"
/out:"C:\Users\ad.rupeshkumar.beher\AppData\Local\Temp\240g3j2o\240g3j2o.exe" /debug- "C:\Users\ad.xyz.beher\AppData\Local\Temp\240g3j2o\240g3j2o.0.vb" "C:\Users\ad.xyz.beher\AppData\Local\Temp\240g3j2o\240g3j2o.1.vb"
Microsoft (R) Visual Basic Compiler version 14.7.3062 for Visual Basic 2012 Copyright (c) Microsoft Corporation. All rights reserved.
This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to Visual Basic 2012, which is no longer the latest version. For compilers that support newer versions of the Visual Basic programming language, see
C:\Users\ad.xyzeher\AppData\Local\Temp\240g3j2o\240g3j2o.1.vb(22) : error BC30203: Identifier expected.
<!DOCTYPE html>
~
C:\Users\ad.rupeshkumar.beher\AppData\Local\Temp\240g3j2o\240g3j2o.1.vb(23) : error BC30636: '>' expected.