-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The definition of this report is not valid or supported by this version of Reporting Services #6
Comments
Seems like a similar issue to #3 |
@ygeelen-tb |
I did notice that even though my build succeeded I get a warning that the project was not built warning MSB4078: The project file "Accounting\Accounting.rptproj" is not supported by MSBuild and cannot be built. |
@jguaring - You'll need to install the appropriate tools on your build server in order to build report projects. |
@dschuermans - we have SSDT for VS2015 installed on the build server is there a specific version that I should be installing? |
If you deploy to an environment with a different SQL Server version than your reports, then you need an extra build task to build your reports similar to this: |
@ygeelen-tb - not sure what you mean by similar to this: So what I did on my release definition is added an agent task to build the solution using the MSBUILD task, but im getting the below errors 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
MsBuild is the problem, it doesn't recognize rptproj projects (even when SSDT is installed).
|
@ygeelen-tb - build and release worked. Thanks for your assistance. Great Tool |
Great! Thank you, we should have time to write more documentation very soon and this will be included. |
@ygeelen-tb see below- parms passed to the command line task BuildTool - C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com BuildArgument - "C:\Workspaces_WBI\SSRS\Trunk\Call Log Report\CallLogReport.sln" /Project "C:\Workspaces_WBI\SSRS\Trunk\Call Log Report\Call Log Report\CallLogReport.rptproj" /Rebuild "$(BuildConfiguration)|$(BuildPlatform)" |
@ygeelen-tb |
@jguaring For the second issue we implemented a new feature. Please try checking the "Update Data Source" checkbox. |
@ygeelen-tb •C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com in the Tool parameter its the second bullet that does not get the latest version. |
@jguaring The command only builds the code, it doesn't featch the latest version from source control. |
@ygeelen-tb |
Normally not. Only if an extension changes to a new major version, you need to switch to it using a dropdown at the top right of the build/release task in your definition. |
@ygeelen-tb does this option apply to both shared Data sources and Datasets? I tried using the option but got an error below 2017-05-04T14:31:27.3443317Z Updating the DataSources of the report CallLogReport... 213 214 215 216 |
@jguaring Just for our information, did you use VSTS or a TFS instance? |
@muziekklas |
Following up with this issue, we have an older SQL report server version (2012) and receive this error. It seems that the reports still get push when this happens. Is it possible to add an option in the Advanced steps to ignore this particular error? |
Let me know if any of you think this PR might fix this issue, or if any changes should be done to it. |
Well this issue was related to a wrong configuration in VSTS of our product. Could you send us a screenshot (you can hide out passwords and domains ect with some creative paint-skills) of your VSTS configuration? |
This is actually in TFS 2017, moving older SQL reports (created in VS 2008) to a SQL reports server (SQL server 2012, I think.) which configuration screen are you looking for? For the tasks I have the required fields, and service account credentials.
… On Nov 3, 2017, at 2:07 PM, AntonK ***@***.***> wrote:
Well this issue was related to a wrong configuration in VSTS of our product. Could you send us a screenshot (you can hide out passwords and domains ect with some creative paint-skills) of your VSTS configuration?
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
More specific the URI of the service |
Were there any plans to put PR #33 into master? I reviewed it and it looks to be the fix that I need to be able to use this |
@kbrashears I think I've found the actual issue with that error. Verify that you are not trying to send any other files as input to the SQL Reports server. In my case, I was attempting to upload unsupported files to the report server endpoint. Make sure your "Local Report Path" parameter is checking for the RDL file type IE: Use this: Edit: I've also updated the PR with a question on if filtering filetypes as input would be a better solution. |
Hi, we're trying the extension for the first time and still figuring out how to us it.
We're having issues when creating a release and get the below message
The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded.
Webservice URL - http://iwn-sqlbi-d01/reportserver/ReportService2010.asmx?wsdl
TFS - 2017
SQL Server version - 2012
The text was updated successfully, but these errors were encountered: