Select to view content in your preferred language

ArcGIS Server 10.2.2 Rest Query

2317
1
09-08-2015 01:23 PM
WalterDziuba
Occasional Contributor

We're using an external table connected to a SQL Server data. The table name is GIS_StoneOrchard.dbo.GIS_cemetery_sites. The field names have been given alias names.

After publishing the map service, the resultant REST end point shows the following field names:

GIS_StoneOrchard.GEOCORTEX.%GIS_cemetery_sites.interred_persons

If I query the REST end point, the following query fails:

GIS_StoneOrchard.GEOCORTEX.%GIS_cemetery_sites.interred_persons like '%John%'

But if I query the REST end point with the following query, the query is successful:

interred_persons like '%John%'

This is impacting our Geocortex Essentials site where it seems now that when Essentials queries the REST end point, the query is failing.

Any comments?

Walter

0 Kudos
1 Reply
AsrujitSengupta
Regular Contributor III

I guess this is just a duplicate Post.

External SQL Server Connection Name and Alias

You can just tag the places, you want the thread to be seen in instead of posting it under different places.

ArcGIS for ServerManaging DataEnterprise GIS

0 Kudos