Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"System.ServiceModel.DomainServices.Client.DomainOperationException" error when you upload reports to SQL Reporting


Symptoms

When you try to upload certain reports to Microsoft Azure SQL Reporting, you receive an error message that resembles the following:
Upload Report ErrorSubmit operation failed.

Exception of type'System.ServiceModel.DomainServices.Client.DomainOperationException' was thrown. When you contact support, please provide the activity identifier and timestamp: <ActivityID>

↑ Back to the top


Cause

The issue occurs because the reports violate the Sandboxing rules in SQL Reporting.

Note This behavior is by design.

↑ Back to the top


Resolution

To resolve this problem, configure the Report Definition Language (RDL) file not to use functions or members that are disallowed by the SQL Reporting Sandbox.

For example, a disallowed member can be defined by a custom code in a report even if the custom code is not called within the report. Additionally, a disallowed function can be a Format function that violates the Sandboxing rules. Therefore, you should use the Format property of a text box instead of the Format function when you define a field expression.

↑ Back to the top


More Information

For more information about RDL Sandboxing in SQL Reporting, go to following Microsoft MSDN site:

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2734948
Revision : 1
Created on : 1/7/2017
Published on : 6/20/2014
Exists online : False
Views : 203