Hi All,
Error Below
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The report server has RDLSandboxing enabled and the report contains custom code. Remove the Code element from the report definition.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>40d89b35-f745-43e2-bc3b-ef4de1039da9</ActivityId>
<ErrorCode>-2147188077</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>The report server has RDLSandboxing enabled and the report contains custom code. Remove the Code element from the report definition.</Message>
<Timestamp>2017-09-20T05:37:29.505318Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Below is the code :
Public Function Divider(ByVal Dividend As Decimal, ByVal Divisor As Decimal)
If IsNothing(Divisor) Or Divisor = 0 Then
Return 0
Else
Return Dividend / Divisor
End If
End Function
Does anyone know how to disable RDL sandboxing in CRM Online?
*This post is locked for comments
hi Andrii Butenko
when i deploy report in crm showing error like "error uploading report" please help me
Hello,
You can't disable RDL Sandboxing in online.
You will have to replace code with formulas inside your report in places where you use it.
Good luck.
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156