update events set loc = geometry :: STGeomFromText (concat ('Point (', ltrim (STR (x, 99, 11 )), '', ltrim (STR (y, 99, 11) ) , ')' ) , 28406 );
Underlying DBMS error [Microsoft SQL Server Native Client 11.0]: the metadata could not be derermined because statement 'EXEC (@ ececstring) in procedure' sp_renamed 'contains dynamic SQL. Consider using WITH RESULT SETS clause to explicitly describe the result set '
I have registered database from SQL SERVER 2012 (enterprise edition) on arcgis server 10.1. I made layer from x,y-table. When I try publish service with this layer without feature access - all works fine, but when I try to publish service with feature access, then I get an error "Layers data source is not supported (Feature service)". Why?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.