<?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: High Precision Date Field Issue when Registering Tables in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359770#M8725</link>
    <description>&lt;P&gt;Our workflow has been as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a View using CREATE OR ALTER VIEW syntax (within the GP tool and also directly against the geodatabase in SSMS)&lt;/LI&gt;&lt;LI&gt;Run Register with Geodatabase GP Tool, selecting the view from the appropriate SDE connection&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The view we are using combines a registered point feature class with three other registered tables within the same geodatabase. We are not utilizing query layers.&lt;/P&gt;&lt;P&gt;I'm currently running trouble-shooting to prepare for a support ticket submission to see if I can force the conversion by dictating the date format within SSMS utilizing CAST and CONVERT.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 16:51:31 GMT</pubDate>
    <dc:creator>GIS_Spellblade</dc:creator>
    <dc:date>2023-12-12T16:51:31Z</dc:date>
    <item>
      <title>High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1357590#M8715</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I've encountered an issue with registering tables now that the new "high precision" datetime field is available in 3.2/11.2, where when testing an identical, empty table and field, occasionally&amp;nbsp;ArcGIS Pro registers it as a regular "low precision" datetime field, and the rest of the time Pro considers it a "high precision" datetime field. This is using MS SQL Server (DATETIME type, not DATETIME2(7)). &amp;nbsp;We do not currently wish to employ the "high precision" datetime type.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp;&lt;EM&gt;creating&lt;/EM&gt; a table within ArcGIS Pro 3.2, we can create a datetime field and then migrate that field to high precision using the Esri tool afterwards. That's not an issue.&lt;/P&gt;&lt;P&gt;However, when we register pre-existing tables created through SSMS using the Register with Geodatabase tool, we encounter some weird behavior. We have done several tests with multiple databases and tables, and sometimes Pro registers the table as a regular datetime field, and sometimes it registers it was a "high precision" datetime field.&lt;/P&gt;&lt;P&gt;We performed these tests on the exact same tables in multiple databases, and it is using the regular datetime field type in SQL Server. And sometimes Pro registers it as "high precision", and other times it does not.&lt;/P&gt;&lt;P&gt;This is very problematic for us because there is no way (to my knowledge) to "downgrade" to a non-precision datetime field in Esri, and it is only compatible with ArcGIS Enterprise 11.2, meaning we can't publish feature services containing "high precision" datetime fields to lower Enterprise versions.&lt;/P&gt;&lt;P&gt;Is there anyway we can "force" ArcGIS Pro to recognize a field as non-high precision when registering a table with the geodatabase? Or is this a bug or something, because we need Pro to be consistent when registering tables with the geodatabase and not just randomly picking and choosing to use "high precision" or not.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1357590#M8715</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2023-12-06T20:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358246#M8719</link>
      <description>&lt;P&gt;Just to update anyone who might come across this issue. I have found a way where you can "un-migrate" or "downgrade" back to a "low precision" date field. In SSMS, navigate to the&amp;nbsp;GDB_ITEMS table. Query it and find the table you need to remove "high precision" from. There is a Definition column in that table that stores the XML of the table. That is where it contains "high precision" information. You can use the following query to remove "high precision":&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;UPDATE [dbo].[GDB_ITEMS]&lt;BR /&gt;SET Definition.modify('delete (/DETableInfo/GPFieldInfoExs/GPFieldInfoEx/HighPrecision)')&lt;BR /&gt;WHERE ObjectID = (your table ObjectID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note that you might need to modify the query if your table has multiple date fields with "high precision."&lt;/P&gt;&lt;P&gt;I'm sure this is definitely not the recommended way of doing this, but we don't have much other choice when ArcGIS Pro randomly assigns date fields as "high precision" when registering tables with the geodatabase.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 20:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358246#M8719</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2023-12-07T20:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358346#M8720</link>
      <description>&lt;P&gt;Thanks for checking out the new feature with high precision datetime field. As you mentioned, once the registered class is migrated to high precision Date there is no supported way to downgrade. Inconsistent behavior though is not what we want. If the input to the Register with Geodatabase GP tool is the direct database table (i.e. you browse to the table in the tool) then the Date field will be described as high precision and will register with high precision. If you want the resulting Date field to be low precision, use the back stage option to map field types to pre 3.2 field types(Project backstage Options -&amp;gt; Map and Scene -&amp;gt; Add Layers and Tables -&amp;gt; Under Query Layers and text files label), check the option, create new query layer, confirm the Date field is described as low precision date and use the newly created query layer as input to the GP tool to register the class with the geodatabase.&lt;BR /&gt;Documentation: &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 22:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358346#M8720</guid>
      <dc:creator>AnnieJames21</dc:creator>
      <dc:date>2023-12-07T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358567#M8721</link>
      <description>&lt;P&gt;Thank you for your reply. After thorough testing of more than 20 DBs, using the Register with Geodatabase GP tool does NOT always register tables as high precision. It is random. Furthermore, per the Esri documentation you provided, it says "&lt;SPAN&gt;these fields &lt;STRONG&gt;&lt;EM&gt;may&lt;/EM&gt; &lt;/STRONG&gt;be assigned to the new field types." It does not say that it definitively&amp;nbsp;&lt;EM&gt;will&lt;/EM&gt; get assigned, but that it&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;may&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;be assigned. I find that incredibly frustrating because the documentation itself is stating that it&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;might&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;make a field high precision when registering a table for literally the exact same field type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While I appreciate that Esri does have an option to opt-out of these new field types, I find it frustrating that this documentation is hidden away in some other random documentation and not included in the documentation that actually talks about these new field types.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But more importantly, it's frustrating that Pro is not being consistent when registering these tables which could cause a critical failure for us (that we have already encountered), such as not being able to publish feature services on versions prior to 11.2, without an advanced "unsupported" fix or just scrapping the table/DB and trying to register again hoping it doesn't create it as high precision.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 15:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1358567#M8721</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2023-12-08T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359445#M8722</link>
      <description>&lt;P&gt;Do you have a current support ticket with Esri; if so, is there a registered defect or enhancement that our organization can attach themselves to? We re-created a registered view and it automatically cast the date field (which is not high-precision in the feature class the view is based off of) as high precision.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone else that stumbles across this, the above workaround did not solve our view issue, we had to delete and re-register with an ArcGIS Pro below version 3.2.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 23:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359445#M8722</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2023-12-11T23:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359739#M8723</link>
      <description>&lt;P&gt;I have not submitted a support ticket yet because I have not been able to reliably reproduce this issue. More often then not, Esri will not make the field high precision. But every once in awhile, it does and that makes it hard to present to Esri as a bug if I can't reliably reproduce it to them.&lt;/P&gt;&lt;P&gt;But thank you for posting your issue. I am able to reproduce it specifically with the views like you mentioned. I was previously only testing it with tables which make it hard to reproduce. But I have a question. In the register tool, are you selecting the view directly from your DB connection? Or are you making a query layer first and then selecting the view from the table of contents in the register tool.&lt;/P&gt;&lt;P&gt;I CAN reproduce your issue when I am selecting the view directly from the DB. But I can NOT reproduce the issue if I make a query layer first. And that is what Annie said above in a reply to my post.&lt;/P&gt;&lt;P&gt;With what I posted above in this comment, it is technically not a bug because it appears to be working by design, but goodness this is a terrible implementation design choice. Having to rework all of our python scripts to make query layers out of all of the views we need to register in order for Esri to not make a field not high precision is just insane and unnecessary.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359739#M8723</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2023-12-12T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359770#M8725</link>
      <description>&lt;P&gt;Our workflow has been as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a View using CREATE OR ALTER VIEW syntax (within the GP tool and also directly against the geodatabase in SSMS)&lt;/LI&gt;&lt;LI&gt;Run Register with Geodatabase GP Tool, selecting the view from the appropriate SDE connection&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The view we are using combines a registered point feature class with three other registered tables within the same geodatabase. We are not utilizing query layers.&lt;/P&gt;&lt;P&gt;I'm currently running trouble-shooting to prepare for a support ticket submission to see if I can force the conversion by dictating the date format within SSMS utilizing CAST and CONVERT.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359770#M8725</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2023-12-12T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359779#M8726</link>
      <description>&lt;P&gt;Thank you for your comment. To my understanding, in order for Pro to not make that field high precision, it MUST be a query layer first, then you will select that table/view from the table of contents within the register GP tool.&lt;/P&gt;&lt;P&gt;I am able to reproduce your issue using your workflow. However, it works fine if I create a query layer first and use the query layer in the GP tool and NOT the table/view directly from the SDE connection.&lt;/P&gt;&lt;P&gt;In this case, I think it's technically not a bug, but certainly not a good implementation of this new field type.&lt;/P&gt;&lt;P&gt;Unfortunately, this design choice has negative implications for us because that means all of our Python scripts that register tables/views has to be reworked to create query layers for everything first......&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 17:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359779#M8726</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2023-12-12T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359799#M8727</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;I've found a SQL-based workaround, the date field by default (at least for editor tracking) is a datetime2(7); so you can run a CONVERT or CAST to appropriately downscale the precision.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;CONVERT(datetime2(0), yourschema.last_edited_date) AS last_edited_date
CAST(yourschema.last_edited_date AS datetime2(0)) AS last_edited_date
-- by default the datetime2(7) is generated within a geodatabase that has a precision of 7&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;Spoke way too soon. After registering the field is still reading as high precision even though the type is set to datetime2(0)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 17:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1359799#M8727</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2023-12-12T17:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1363364#M8731</link>
      <description>&lt;P&gt;Here's a bug if anyone wants to attach themselves to it:&amp;nbsp;BUG-000163896&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;Synopsis&lt;/EM&gt;&lt;/STRONG&gt;: Creating a database view from ArcGIS Pro 3.2.x, converts the standard precision date field (in source table) to a high precision date field (in database view).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;Status&lt;/EM&gt;&lt;/STRONG&gt; : In review&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 20 Dec 2023 23:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1363364#M8731</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2023-12-20T23:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1383827#M8910</link>
      <description>&lt;P&gt;After a bit of back and forth, this behavior is "expected"; therefore the previous BUG was closed and has been replaced with this ENH request. If you're interested in seeing this resolved feel free to add your organization to the enhancement request.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ENH-000163896&lt;/P&gt;&lt;P&gt;When they create a feature class, they create a date time field in standard precision. Using an automated python workflow, they aim to create a database view from the feature class and register it with the geodatabase. However, when the date time field is created in the database view, it is created in high precision by default, and they are unable to change it to standard precision. Even after changing ArcGIS Pro option to opt out of using new field types for query layers and text files (check the Use field types that are compatible with ArcGIS Pro 3.1 and earlier releases when adding query layers and text files option under Map and Scenes option) the same behavior is reproduced. They aim to create the fields in standard precision since, having high precision fields in database view breaks their workflow.&lt;/P&gt;&lt;P&gt;In ArcGIS Pro 3.2 and later, new field types to support date, time, and big integer values are available. When query layers on unregistered datasets or text files are added to a map in ArcGIS Pro 3.2, these fields may be assigned to the new field types, which are unavailable in earlier releases. By design, when a query layer or database view is created in ArcGIS Pro, it is created in high precision. &amp;nbsp;It is an expected behavior in ArcGIS Pro 3.2 and higher in which high precision fields are created. However, in scenarios where users need to work with standard precision, currently there is no way of attaining this. Hence, adding a functionality in the Register with Geodatabase GP Tool to format date time fields in standard precision will let customers achieve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation Url :&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/arcgis-field-data-types.htm#:~:text=The%20new%20date%20time%20fields,table%20in%20the%20fields%20view" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/arcgis-field-data-types.htm#:~:text=The%20new%20date%20time%20fields,table%20in%20the%20fields%20view&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm#ESRI_SECTION1_856A5CFA37884F889D2BBC0FC31315A2" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm#ESRI_SECTION1_856A5CFA37884F889D2BBC0FC31315A2&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 17 Feb 2024 21:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1383827#M8910</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2024-02-17T21:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1383940#M8911</link>
      <description>&lt;P&gt;Thank you for submitting that, I appreciate it. As I anticipated, it was not a bug because technically, it is working as designed. It's just a terrible implementation of these new field types by Esri.&lt;/P&gt;&lt;P&gt;This issue, caused by Esri, has totally wrecked our Python workflows. How Esri can release new functionality without specifying a "non-high accuracy option" within the&amp;nbsp;&lt;SPAN&gt;Register with Geodatabase GP Tool is beyond me.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 05:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1383940#M8911</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2024-02-19T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1385328#M8933</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I just wanted to point out that I had to seek for a workaround and it wasn't enough setting the &lt;EM&gt;Use field types that are compatible with ArcGIS PRO 3.1 and earlier releases when adding query layers and text files &lt;/EM&gt;option:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="cap1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95470iFDDE0B665E92D3A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cap1.png" alt="cap1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Make sure that you cast your data to avoid high precision field types when creating the query layer. Example with a date type:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;select objectid, CAST(data_modif AS TIMESTAMP(0)), shape from devdb.sde.centros_mp where objectid &amp;gt; 10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way (tested in 3.2.2) I managed to publish without 00396 Error.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 08:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1385328#M8933</guid>
      <dc:creator>Kepa</dc:creator>
      <dc:date>2024-02-22T08:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1513782#M9200</link>
      <description>&lt;P&gt;Did it matter what version of SQL Server that the input data was originating from?&lt;/P&gt;&lt;P&gt;I ask because I am dealing with this issue with ESRI tech support on python scripts to bring SQL Server data into GIS and ESRI tech support is able to use&amp;nbsp;arcpy.env.useCompatibleFieldTypes = True in Pro 3.2.2 on&amp;nbsp; SQL Server v2022 data, but this same code is not reverting date fields to standard precision for me with data from SQL Server v2019.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 17:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1513782#M9200</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2024-08-01T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1517321#M9230</link>
      <description>&lt;P&gt;Only Esri is capable of delivering stochastic software.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 08:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1517321#M9230</guid>
      <dc:creator>AndreaGalligari</dc:creator>
      <dc:date>2024-08-09T08:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1541972#M9308</link>
      <description>&lt;P&gt;I just had my case added to this Enhancement request. Thank you!&lt;/P&gt;&lt;P&gt;For my workflow, I was able to use the 'Additional Information' info listed here:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/unable-to-publish-view-to-web-service-after-registering-bug-000166759" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/unable-to-publish-view-to-web-service-after-registering-bug-000166759&lt;/A&gt;&amp;nbsp;Maybe this can help others also.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 15:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1541972#M9308</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-09-24T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1599160#M9523</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I wanted to add that my organization was experiencing this error, and registering with ArcPro 3.1 prevented the date field from converting into high precision. If this isn't an option and you must publish from 3.2 Pro and higher,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/433412"&gt;@Kepa&lt;/a&gt;&amp;nbsp;'s solution works too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the thread!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 18:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1599160#M9523</guid>
      <dc:creator>emoreno</dc:creator>
      <dc:date>2025-03-25T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: High Precision Date Field Issue when Registering Tables</title>
      <link>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1620067#M9630</link>
      <description>&lt;P&gt;Hi, I'm having a similar problem but in an Oracle database.&lt;/P&gt;&lt;P&gt;I use ArcGIS PRO 3.4 to register a database view and I tried to cast the date fields to DATE or TIMESTAMP(0) while checking the 3.1 compatibility checkbox, but to no avail. The view gets registered as High precission date fields.&lt;/P&gt;&lt;P&gt;I don't have any problem publishing the Map Image layer.&amp;nbsp;But when I filter the layer by date, the services throws an error drawing the layer:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;There is an error during the draw: "service_name" (1). Underlying DBMS error [ORA-01861:&amp;nbsp;Literal does not match the format 'string_format':: ...]&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;The thing is, that the same filter used on a Query over the REST API works just fine, but fails to draw the layer.&lt;/P&gt;&lt;P&gt;The filter/where:&amp;nbsp;&lt;EM&gt;FECHA_ALTA &amp;lt;= date '2024-12-31 23:59:59' AND (FECHA_BAJA &amp;gt;= date '2024-01-01 00:00:00' OR FECHA_BAJA IS NULL)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Anybody has any idea or workaround for this issue?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 14:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/high-precision-date-field-issue-when-registering/m-p/1620067#M9630</guid>
      <dc:creator>jetorres</dc:creator>
      <dc:date>2025-06-02T14:57:54Z</dc:date>
    </item>
  </channel>
</rss>

