|
POST
|
Hello everyone, In a RelationshipClass between a FC (Parent) and a Table (child) How can I identify the aren't that do not have a child, or features in the Fc that do not have records associated in the table. Thanks
... View more
06-10-2019
12:48 PM
|
0
|
1
|
802
|
|
POST
|
Hi, I did it in Ms SQL Server, running a "Drop and Create To .." I just dropped the table and recreated the same table, but this time with the fields in the right order. This is the sample I wrote: USE [SDE Ms SQL Server Database] GO ALTER TABLE [APP].[MyFCToReorder] DROP CONSTRAINT [g2789_ck] GO /****** Object: Table [APP].[MyFCToReorder] Script Date: 6/10/2019 1:44:37 PM ******/ DROP TABLE [APP].[MyFCToReorder] GO /****** Object: Table [APP].[MyFCToReorder] Script Date: 6/10/2019 1:44:37 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [APP].[MyFCToReorder]( [OBJECTID] [int] NOT NULL, [FCID] [nvarchar](20) NULL, [FieldReordered] [nvarchar](30) NULL, ….. Hope it helps.
... View more
06-10-2019
10:53 AM
|
0
|
0
|
1718
|
|
POST
|
Thanks Robert, When moving a FC to a PGDB, some attributes change, for example the decimal part of a number, and also it adds additional shape fields.
... View more
06-10-2019
10:17 AM
|
0
|
2
|
1718
|
|
POST
|
Hello everyone, Is there a way to change move a field in a FC to be listed in the 3rd position instead of the 10th position? Thanks
... View more
06-10-2019
09:09 AM
|
0
|
5
|
1798
|
|
POST
|
Hello everyone, Where can I download ArcGIS Diagrammer?
... View more
06-07-2019
05:33 AM
|
0
|
5
|
9642
|
|
POST
|
Hello everyone, I am looking for a script that lists all the domains and Feature Classes or tables where the domain is referenced. Also I am interested also in passing as a parameter a specific domain name and listing all Feature Classes and Tables where the domain is referenced. Thanks
... View more
06-07-2019
04:53 AM
|
0
|
1
|
1293
|
|
POST
|
Hello everyone, Is there a way to create a relationship between a FC in a SDE SQL Server database and a table in a r regular SQL Server database? Do I have to copy the table in SDE to create a relationship class -arcpy.CreateRelationshipClass_management. Using ArcGIS Online. we would like to show utility features and their corresponding work orders records stored in a regular MS SQL database. This is a one to many relationship. .
... View more
05-30-2019
11:54 AM
|
0
|
1
|
1128
|
|
POST
|
Hello everyone, We get the following error message: URLError: <urlopen error [Errno 10054] An existing connection was forcibly closed by the remote host> when running the function below : def generateToken(): print "Generating Token" tokenURL = "https://arcgis.com/sharing/rest/generateToken" data = {'username': PortalUtil.getAGOLUserName(), 'password': PortalUtil.getAGOLPassword(), 'referer': "https://www.arcgis.com", 'f': 'json'} encodedData = urllib.urlencode(data) tokenRequest = urllib2.Request(tokenURL, encodedData) tokenResponse = urllib2.urlopen(tokenRequest) tokenResponseJSON = json.load(tokenResponse) print (tokenResponseJSON['token']) return tokenResponseJSON['token'] token = generateToken()
... View more
05-30-2019
08:52 AM
|
0
|
2
|
3270
|
|
POST
|
Finally I am going to create a new map service with only the group of layers - 5 in total- affected by the relate.
... View more
05-15-2019
04:51 AM
|
0
|
0
|
2016
|
|
POST
|
Hi Kelly, We use map services with several layers in order to create groups. Is there a way to group layers when they are publish separate services in a webmap?
... View more
05-10-2019
10:02 AM
|
0
|
1
|
2433
|
|
POST
|
Thank you Mike, I am currently checking this option. Also I am thinking about simply adding the new version of the map service in my WebMap and redo the customization. Thank you for your advice.
... View more
05-09-2019
09:59 AM
|
0
|
1
|
2016
|
|
POST
|
Hello everyone, I had 30 layers and added 3 more layers in a mxd and refreshed an existing map service. When I add the map service in ArcGIS Online using "Add Layer Form Web" to a new webmap lists 33 layers: https://domain/arcgis/rest/services/Projects/MapServer The problem is that I have an existing webmap with 30 layers and I would like to add the 3 missing ones - 3 related tables. How do I refresh the existing webmap adding new layers or in my case the 3 tables? Is there a way to refresh? Simbology in WebMap has been customized, so I am trying to avoid removing and adding again the map service. Thanks
... View more
05-08-2019
11:05 AM
|
0
|
4
|
2172
|
|
POST
|
Hello everyone, Is there a way to get more than one Configure Pop-up window in ArcGIS Onlne. I have a web map and I would like to provide two Pop-up windows for the same layer, one with the attributes and another with related attributes. Thanks
... View more
05-07-2019
12:10 PM
|
0
|
0
|
556
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|