|
DOC
|
This document will include slides and related information from the UC2017 session on Leveraging Native Spatial Data Types in ArcGIS using Query Layers. Sessions: Wednesday, July 12 Leveraging Native Spatial Data Types in ArcGIS using Query Layers 5:00pm - 5:30pm SDCC - Tech Theater 18 Exhibit Hall A ------------------------------- Thursday, July 13 Leveraging Native Spatial Data Types in ArcGIS using Query Layers 12:00pm - 12:30pm SDCC - Tech Theater 18 Exhibit Hall A ------------------------------------------------- Helpful links: What is a Query layer? http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/what-is-a-query-layer-.htm Configure database and clients to user query layers http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/configure-database-and-clients-for-query-layers.htm Choose a unique identifier field for a query layer http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/choose-unique-identifier.htm Older blog - The Evolution of Query layers http://blogs.esri.com/esri/supportcenter/2014/04/08/the-evolution-of-query-layers/
... View more
07-06-2017
05:16 AM
|
5
|
1
|
2526
|
|
DOC
|
This document will include slides and related information from the UC2017 session on Leveraging SAP HANA and ArcGIS. Session: Wednesday, July 12 Leveraging SAP HANA and ArcGIS 12:00pm - 12:30pm SDCC - Tech Theater 19 Exhibit Hall A Helpful links: FAQ: Does the ArcGIS platform support the SAP HANA database? http://support.esri.com/technical-article/000012246 Connect to SAP HANA from ArcGIS https://pro.arcgis.com/en/pro-app/help/data/databases/connect-saphana.htm Privileges for using ArcGIS with SAP HANA https://pro.arcgis.com/en/pro-app/help/data/databases/privileges-saphana.htm
... View more
07-05-2017
09:18 AM
|
4
|
2
|
2622
|
|
BLOG
|
This blog will give you information about the ability to register database views with the geodatabase at 10.5. ArcGIS allows access to database views and tables that are not registered with the geodatabase via a query layer. An unregistered view within a geodatabase can be a view that is created using DBMS client tools or via the Create Database View tool. Many users that work with enterprise geodatabases and database views have requested the ability to register views with the geodatabase. This will store information about the database view within the geodatabase system tables to allow the user experience with views to be similar for viewing and querying geodatabase tables and feature classes. At the 10.5 release the Register with Geodatabase tool has been enhanced with additional parameters and now allows the registration of views with the geodatabase. You will also notice the right click Manage > Register with Geodatabase context menu for unregistered objects will now open the Register with Geodatabase tool. The process of creating a registered view: 1. Create a view using DBMS client tools or Create database view geoprocessing tool 2. Register with Geodatabase using Register with geodatabase geoprocessing tool The registration process requires a view to exist that is created via the database client tools, or by using the Create Database View tool. After the view exists the view can be registered using the Register with Geodatabase tool. The right click context menu from existing database views will also open the Register with Geodatabase tool with some of the initial parameters populated. Depending on the type of columns and if the view contains existing records parameters are pre-populated when opening the tool from the right click context menu. Not all tables or views are good candidates to register with the geodatabase, so this two-step process allows users the flexibility to interact with unregistered database views via a query layer and optionally register with the geodatabase. Registered views: After the database view is registered with the geodatabase it will appear the same as a geodatabase table or feature class, depending on if the view definition contains a spatial column. Views with a spatial column will be displayed with a feature class icon corresponding to the geometry type chosen during registration. Benefits: Performance improvements for viewing and querying due to table metadata (rowid, extent, etc) being stored within the system tables No prompt to specify a unique identifier when adding database views to ArcMap/Pro clients Ability to create and store geodatabase metadata on the registered view User experience: Registered views are read only geodatabase objects. This means that operations such as altering the schema or underlying data will be prevented. A error message 'Not supported on a view' will be received to alert you when the operation is not supported against a registered view. Registered views can be renamed, but the schema itself is read only in ArcGIS To prevent participation in geodatabase functionality where workflows will involve editing registered views cannot be added to feature datasets and registered views cannot participate in geodatabase relationship classes. Additionally other geodatabase functionality that implies editing (such as editor tracking, attachments, etc) are blocked. Registered views can be published via map services or query only feature services. Schema modifications to the underlying tables the view is based on should be handled by refreshing the view definition using the RDBMS client tools. Next, making a connection via the ArcGIS client will update these changes. Requirements: The OBJECT ID FIELD parameter is required for database view registration. This requires a unique integer column that can represent the ROW ID for the registered view. For tables with a spatial column: A single spatial column Spatial column must contain a single entity type If table is empty with a spatial column - it is still required to input these parameters for Shape Field, Geometry Type, and Coordinate System during registration.
... View more
12-14-2016
06:53 AM
|
14
|
11
|
12925
|
|
POST
|
A new technical article has been created that sounds similar to this geonet thread - changes in the transaction model at 10.4 result in slower performance with joined views if the joined columns not being indexed properly. Problem: Performance of SQL Server views degrades after upgrading to ArcGIS 10.4
... View more
12-08-2016
06:16 AM
|
3
|
0
|
5076
|
|
IDEA
|
Todd - Thanks for sharing this perspective of why you need to reorder the fields in your organization. Your reason for needing to reorder the fields permanently is due to the layer ordering not persisting through to your published feature services. This has been documented as a known issue and is being reviewed. Please contact support services if you would like to be linked to this defect. This is specific to feature services and does not occur with map services. BUG-000090535 - Feature Service Fields List Order is not maintained on REST endpoint.
... View more
07-11-2016
12:06 PM
|
2
|
0
|
1841
|
|
IDEA
|
This is good information to have, but I just wanted to add some info about the precautions of doing this type of modification: Change Column Order in a Table https://msdn.microsoft.com/en-us/library/aa337556.aspx Using SQL Server Management Studio – Right click on table > Design *Must have Designers option unchecked Using Transact-SQL - This task cannot be performed using Transact-SQL statements. Caution “Changing the column order of a table may affect code and applications that depend on the specific order of columns. These include queries, views, stored procedures, user-defined functions, and client applications. Carefully consider any changes you want to make to column order before making it. Best practice is to specify the order in which the columns are returned at the application and query level. You should not rely on the use of SELECT * to return all columns in an expected order based on the order in which they are defined in the table. Always specify the columns by name in your queries and applications in the order in which you would like them to appear.”
... View more
06-23-2016
01:11 PM
|
2
|
0
|
1213
|
|
POST
|
Just as Vince asked I am wondering what situation you are running into where you would need to modify one of these parameters. There are parameters that are modified through the use of user interface menus and tools within this table and no manual manipulation should be done. At 10.3 there was a new tool released to configure logfile types/settings.
... View more
03-17-2016
09:30 AM
|
1
|
1
|
686
|
|
POST
|
There is an ideas post for this as well as an enhancement for this functionality. This would pair very nicely with the new functionality of the 'Create Database User' tool creating the log file tables for the user without having to make a selection set, etc. ENH-000090374 - Add the option within the 'Create Database User' geoprocessing tool to toggle between a user with permission to connect or a user with permission to load data http://ideas.arcgis.com/ideaView?id=087E0000000Cx8dIAC#sthash.sk5AnmOD
... View more
03-14-2016
10:03 AM
|
0
|
0
|
685
|
|
POST
|
There is a new geoprocessing tool at 10.4 'Recalculate Feature Class Extent' Note this tool requires an exclusive lock for it to successfully execute.
... View more
02-25-2016
12:15 PM
|
0
|
1
|
1307
|
|
POST
|
Yes please contact support and provide the various workflows that lead to this context menu for permissions not being available. This can be tested inhouse and added to the existing defect as additional workflows to reproduce this to help the investigation of the cause of this issue. After this is verified by our support team they will associate your customer number to the defect.
... View more
11-30-2015
04:56 PM
|
0
|
2
|
1856
|
|
POST
|
This sounds like a known issue that we have logged in Support Services. Please contact support if you have questions about this bug specifically. Also please see if you can successfully using the Change Privileges geoprocessing tool as a workaround instead of the right click manage > privileges context menu/dialogue. BUG-000086223 - The feature dataset privileges dialog box does not appear after enabling a recently migrated parcel fabric with the Local Government Information Model (LGIM) UPDATE: It is understandable that using the 'change privileges' geoprocessing tool is not a solution for viewing the existing privileges. This behavior is being investigated for a future release, so please contact support and reference the following defects to determine if you are encountering the same behavior. NIM096337 / BUG-000086223
... View more
11-30-2015
09:04 AM
|
2
|
4
|
1856
|
|
POST
|
Thanks April for reporting back here after your support case. The following enhancement was logged for you and we also suggested using the ArcGIS Ideas site to see how many others are interested in this functionality/behavior when registering spatial tables with the geodatabase. ENH-000092182 - Provide an option using ArcGIS Geoprocessing Tools to exclude the SE_ANNO_CAD_DATA column when registering an Oracle SDO_Geometry spatial table directly with the geodatabase. The ArcGIS Idea is a good idea to go along with the internal enhancement for this functionality that we logged. Continue support for registering an Oracle Spatial layer with the geodatabase without adding the SE_ANNO_CAD_DATA field to the underlying table. - See more at: http://ideas.arcgis.com/ideaView?id=087E0000000kAgxIAE#sthash.7dEzAbsu.dpuf
... View more
11-17-2015
06:19 AM
|
0
|
1
|
1620
|
|
POST
|
Thanks Shannon - I spoke to a few about this as well. I'll work with April through the Support case we have open and let you know what comes of it.
... View more
10-30-2015
04:35 AM
|
0
|
0
|
1754
|
|
POST
|
April - I tested this out and am finding the same thing. As long as you don't include the entity type of c for CAD when using the sdelayer -o register the SE_ANNO_CAD_DATA column is not created during registration with SDE or subsequently with the registration of the geodatabase. Is there a reason you cannot have this column stored in the table even if it remains empty? I see you have a support case open on this - 01702061
... View more
10-29-2015
01:11 PM
|
0
|
6
|
1754
|
|
POST
|
I believe you are referring to SQL Server GEOMETRY type and not ST_GEOMETRY.
... View more
10-29-2015
05:47 AM
|
0
|
1
|
1356
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | a month ago | |
| 2 | 11-06-2025 03:32 PM | |
| 8 | 05-23-2022 01:34 PM | |
| 1 | 03-24-2022 06:56 AM | |
| 1 | 07-03-2024 06:55 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|