<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Esri Maps for SharePoint: How To Debug the &amp;quot;Esri Maps Connect&amp;quot; Workflow? in ArcGIS for SharePoint Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/esri-maps-for-sharepoint-how-to-debug-the-quot/m-p/545382#M1523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone from the SharePoint team might have more troubleshooting info on this.&amp;nbsp; I have successfully set up a connection with a SQL Server 08 R2 database on the same domain as my SharePoint Server.&amp;nbsp; With the current configuration of EM4S you will need to enable anonymous access by adding the following permissions to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT AUTHORITY\ANONYMOUS LOGON or NT AUTHORITY\IUSR will need to have db_reader access to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If external &amp;amp; on the same domain also add this login/user:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[domain name]\[SharePoint server machine name]$ for example mine is AVWORLD\mysharepointmachine$ this will need db_datareader/db_datawriter/db_ddladmin permission.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be issue if the SQL Server is on a different domain than your SharePoint server.&amp;nbsp; Are you able to make a business connectivity service?&amp;nbsp; Below is a sharepoint blog that might have some useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sharepoint-blog.com/business-connectivity-services-bcs-overview/" title="http://sharepoint-blog.com/business-connectivity-services-bcs-overview/"&gt;Business Connectivity Services (BCS) Overview - SharePoint Blog&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you still have issues I would suggest to reach out to the support team at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@esri.com"&gt;support@esri.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 19:05:33 GMT</pubDate>
    <dc:creator>CarrieDavis</dc:creator>
    <dc:date>2015-02-26T19:05:33Z</dc:date>
    <item>
      <title>Esri Maps for SharePoint: How To Debug the "Esri Maps Connect" Workflow?</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/esri-maps-for-sharepoint-how-to-debug-the-quot/m-p/545381#M1522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how I can debug the Esri Maps Connect Workflow within SharePoint 2013?&lt;/P&gt;&lt;P&gt;I want to read external data from a remote SQL Server DB and the only thing I can see (with the Profiler on the remote server) is a connection established with Anonymous Logon and the following SQL statements are being executed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1&lt;/P&gt;&lt;P&gt;exec sp_executesql N'select TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE from INFORMATION_SCHEMA.TABLES where (TABLE_CATALOG = @Catalog or (@Catalog is null)) and (TABLE_SCHEMA = @Owner or (@Owner is null)) and (TABLE_NAME = @Name or (@Name is null)) and (TABLE_TYPE = @TableType or (@TableType is null))',N'@Catalog nvarchar(4000),@Owner nvarchar(4000),@Name nvarchar(4000),@TableType nvarchar(4000)',@Catalog=NULL,@Owner=NULL,@Name=NULL,@TableType=NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2&lt;/P&gt;&lt;P&gt;select * from ['FIRST_TABLE_FROM_THE_ABOVE_RESULT'] where 1 = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation says that all events and details should be logged to the workflow history list, but it's &lt;EM&gt;empty&lt;/EM&gt;. So, the result is &amp;lt;None&amp;gt; in all of the drop down fields within the Esri Maps Connect form (s. attached PNG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or hint for debugging or solving the problem would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/esri-maps-for-sharepoint-how-to-debug-the-quot/m-p/545381#M1522</guid>
      <dc:creator>ThomasBohnert2</dc:creator>
      <dc:date>2015-02-26T11:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Esri Maps for SharePoint: How To Debug the "Esri Maps Connect" Workflow?</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/esri-maps-for-sharepoint-how-to-debug-the-quot/m-p/545382#M1523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone from the SharePoint team might have more troubleshooting info on this.&amp;nbsp; I have successfully set up a connection with a SQL Server 08 R2 database on the same domain as my SharePoint Server.&amp;nbsp; With the current configuration of EM4S you will need to enable anonymous access by adding the following permissions to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT AUTHORITY\ANONYMOUS LOGON or NT AUTHORITY\IUSR will need to have db_reader access to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If external &amp;amp; on the same domain also add this login/user:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[domain name]\[SharePoint server machine name]$ for example mine is AVWORLD\mysharepointmachine$ this will need db_datareader/db_datawriter/db_ddladmin permission.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be issue if the SQL Server is on a different domain than your SharePoint server.&amp;nbsp; Are you able to make a business connectivity service?&amp;nbsp; Below is a sharepoint blog that might have some useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sharepoint-blog.com/business-connectivity-services-bcs-overview/" title="http://sharepoint-blog.com/business-connectivity-services-bcs-overview/"&gt;Business Connectivity Services (BCS) Overview - SharePoint Blog&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you still have issues I would suggest to reach out to the support team at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@esri.com"&gt;support@esri.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/esri-maps-for-sharepoint-how-to-debug-the-quot/m-p/545382#M1523</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2015-02-26T19:05:33Z</dc:date>
    </item>
  </channel>
</rss>

