Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

SQL Server Gateway and geographic data for paginated report

Hi,

I try to use un paginated report with geographic data.

I have to connected two DataSources (one PostGre with Data and on SQL Server to convert in geometry) because report builder didn't accept postgre geometry or lat and lng.

In Report builder everything work : no problem.

But when I try to publish, "Received error payload from gateway service with ID 3516470: Async operation a74114e6-1f88-4de4-9014-211bc876467b is faulted with [0]Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.DataAccessException: An exception encountered while accessing the target data source GatewayPipelineErrorCode=DM_GWPipeline_Gateway_DataSourceAccessError GatewayVersion=3000.214.8..."

I simplified my report, if the SQL Server use no geometry data it is ok (the 2 gatway work) but if I put a simple data as Cast(Point() as geometry) in one sql server DataSet the error occur (even without a map, just the Dataset).

Do you have any idea to resolve this type of problem ?

3 Replies