Hi,
I was altering an existing RDL file (works fine), which serves as template to convert quotes of CRM to a printable word/pdf file.
(with visual studio 2015 sql report designer)
It was basically just one line of text changed, when I wanted to upload the file to CRM there came this error message:
I googled it and found that usually it has to do with the maximum of used signs, which seemed unlikely to me.
Does anyone else have experience with that issue?
THX
PS sorry for repost, image was not upoloaded
*This post is locked for comments
Hi,
As far as I know, not all the reports that are OOTB in CRM will work once you download them, modify them and try to upload them back. I remember that some of these reports contain even T-SQL statements which is not supported in CRM Online. So it does not matter if you downloaded OOTB report that is working in CRM - you still have to check if it does not contain forbidden elements (like SQL, or VB functions) and only after that you will be able to upload it back.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: 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 'schemas.microsoft.com/.../reportdefinition&; which cannot be upgraded.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147188072</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<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 'schemas.microsoft.com/.../reportdefinition&; which cannot be upgraded.</Message>
<Timestamp>2016-12-28T15:24:18.1470141Z</Timestamp>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Hello,
Click "Download Log File" and provide log file here.
Just FYI - you were able to post an image as a reply to your initial thread.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156