POST
|
For those out there that have Enterprise up and running with Portal, when you publish your feature layers, are you referencing the data directly from your main editing enterprise database, are you copying the data to Portal and referencing that data, or are you doing something else? Basically I am looking for publishing data workflows for folks that have actually implemented Portal. We are looking at implementing Enterprise and I need some more info on how this all fits together. Any comments regarding the workflow below would also be appreciated. We would only have one database in this scenario, no versioning, staging, etc. From ArcGIS Pro, for each layer I want to publish (which is every layer) Publish Web Layer (Feature Service) to Portal (or is this actually published to Server?)- not sure where this data actually lives, however Create Vector Tile Layer/Package, this data lives on Enterprise somewhere... From Portal Create Layer View (Read-Only from Feature Service) lives in Enterprise somewhere... --OR-- Create a web layer without editing privileges in step 1... From Windows via Model Builder, Python, and Task Scheduler (Nightly task) Overwrite Web Layer - this does not seem possible in Model Builder directly...?? (if this is referencing my edit geodatabase I should not even need to do this...) Overwrite Vector Tile Layer (new in Pro, but haven't tried this yet)
... View more
10-28-2019
08:59 AM
|
1
|
0
|
918
|
POST
|
Is there a way to add third-party vector tiles to an AGOL map? Since we can add vector tile basemaps and ArcPro vector tile layers it would seem the technology is there, but it is just that there seems to be no clear way to add a %.pbf or style.json source. If this is not possible currently, will it be possible in the new beta AGOL map viewer/editor? I also added a feature request here if it is not possible - https://community.esri.com/ideas/16570
... View more
10-28-2019
08:10 AM
|
0
|
0
|
612
|
POST
|
Survey123 is truncating auto-filled geopoints. The form is opened with the url parameters - center=39.944407072286424,-82.00622538104653 However the coordinates end up as center: -82.00623,39.94441 The survey was made with Connect. Is there a field that needs filled out to expand the number of decimal places that the survey will allow?
... View more
10-28-2019
07:59 AM
|
0
|
6
|
984
|
POST
|
Figured it out. I was using a custom tool and after moving that tool to the same location as the model toolbox and importing the custom toolbox into the python script it worked.
... View more
10-17-2019
11:38 AM
|
0
|
0
|
1722
|
POST
|
I am having this same issue. The tool runs fine in ArcCatalog (10.7), and runs from from PowerShell, but when I run it via the Task Scheduler (in PowerShell or CMD) it fails with the 816 error. The python script is actually being called from a Node app, but this works fine when tested directly in PowerShell from within VS Code. Any thoughts would be helpful. I am running python from "C:/Python27/ArcGIS10.7/python.exe". All I want to do is dump SDE to a FGDB daily, unattended, but this task is proving extremely difficult.
... View more
10-17-2019
08:12 AM
|
0
|
1
|
1722
|
POST
|
I realize this is over a year later, but am wondering if you stuck with SQL Express or switched to Enterprise and Postgres? I have just migrated several FGDB to SQL Express and am experiencing performance issues that I did not expect, such as lagging on initial selection of features. After reading through here this might be normal and I either need to live with it or upgrade to Enterprise.
... View more
10-15-2019
07:51 AM
|
0
|
1
|
1325
|
POST
|
Background - I am new to SDE and want to create an SDE and file backup that only copies over changed files. My process is - Iterate Features - use Feature Compare to check if they are the same from SDE to backup SDE, if so then do nothing, if not then continue. I don't think the sort field is the problem. I think the tool tries too hard and all I really need is a simple file/table hash. I tried using the "Shape" field as well and got similar errors.
... View more
10-04-2019
07:44 AM
|
0
|
0
|
1797
|
POST
|
After two days of debugging the Feature Compare tool in ArcCatalog 10.7.1 and reading through this forum it would seem the tool does not work as expected. It seems way too comprehensive. It would be great if there was a "simple" compare checkbox that would just compare the shapes and attributes...debugging all these errors is just not going to cut it. See workaround below if you are in the same situation. Workflow: Import feature into a backup SDE from production SDE Compare Features with Feature Compare (making sure to change the names of the features so they are both the same) Sort by ObjectID If Features are different, delete existing backup and copy new features to backup Expected Result = Features are the same Actual Result, features are different Tried a variety of methods, with a variety of what I consider errors... FeatureClass: ObjectID 21 is different for Field Shape (Base: Geometry, Test: Geometry). SpatialReference: Spatial References have different M precision (Base: 0.000000000000, 1.000000000000, Test: -100000.000000000000, 10000.000000000000). SpatialReference: Spatial References have different Z precision (Base: 0.000000000000, 1.000000000000, Test: -100000.000000000000, 10000.000000000000). So either the tool does not work properly or the documentation is missing key information for users to use this tool properly. Similar Questions with no real answers Feature Compare tool -- why is it comparing geometry? Feature Compare explained Feature Compare Results Feature Compare Tool not working feature compare results show fields mismatch but they are identical Workaround - I am exporting to GeoJSON (with esri2open because the built-in tool Features to JSON tool is not 100% consistent), hashing the files and comparing the hashes, super simple and works 100% of the time.
... View more
10-04-2019
06:57 AM
|
0
|
2
|
1920
|
POST
|
A computer restart fixed this and is now working as expected...that is weird.
... View more
09-30-2019
09:53 AM
|
1
|
0
|
2892
|
POST
|
Similar problem - Start Time: Mon Sep 30 10:56:14 2019 Succeeded at Mon Sep 30 10:56:14 2019 (Elapsed Time: 0.35 seconds) Executing (Calculate Value): CalculateValue validate(r"coz.DBO.utl_stormwater_impervious") "def validate(string):\n return (string).replace(".", "_")" "Any value" Start Time: Mon Sep 30 10:56:14 2019 Value = coz_DBO_utl_stormwater_impervious ERROR 000354: The name contains invalid characters Failed to execute (Calculate Value). Failed at Mon Sep 30 10:56:14 2019 (Elapsed Time: 0.00 seconds) The tool runs, gives me the needed value, but then errors out...why? I have seen this referenced here as well - Model builder: iterative Excel-file import and Shapefile output. I also tried with ValidateTableName with the same error. I just need a valid table name from an SDE database, without the dots.
... View more
09-30-2019
08:15 AM
|
0
|
1
|
2892
|
POST
|
I have two maps, a main map and an overview map with an extent indicator in my layout. I have some layers clipped to an extent in the overview map. However, these layers show up when the map is exported to a PDF, image, PDF as image. Anyone else have this issue or found a workaround? I am running the latest Pro 2.4.1.
... View more
08-22-2019
07:41 AM
|
0
|
0
|
440
|
POST
|
Bruce Harold wrote: Hi Chaim SQL Express is supported by Pro, but you have to make the database connection file in 10.x. Please vote on the ideas you reference. Regards Really? Have you had experience with this? I cannot connect to SQL Server Express "Desktop" Geodatabases in Pro 2.4.1. If you have other information on how to do this please share. I am already connected to the database in ArcCatalog/ArcMap 10.7.1.
... View more
08-16-2019
05:34 AM
|
0
|
2
|
2157
|
POST
|
I know this is two years old, but if you're still there, Dan, what finally convinced you or your superiors to make the financial investment for the upgrade to Enterprise Standard?
... View more
08-16-2019
05:19 AM
|
0
|
1
|
2193
|
POST
|
Is there any update to this question? I cannot connect to SQL Server Express in Pro and am wondering if this is even possible. These are not workgroup or enterprise databases, just the database you can create in ArcMap with no server license using "Database Connections" and "ArcSDE Personal Server". - Just found this tidbit from another post - ...SQL Server Express "desktop" geodatabase, or a personal "mdb" geodatabase. Both of these are not supported any more with pro... can anyone from Esri confirm this is the case in regards to the "desktop" geodatabase support in Pro?
... View more
08-16-2019
05:09 AM
|
2
|
0
|
3569
|
POST
|
So in your case and in Lance your case, all your editing is done in an Enterprise GDB, and you are just using the fGDB for viewing, with the directories set to read-only? Is that correct? This might be the option I go for moving forward.
... View more
07-26-2019
10:43 AM
|
0
|
2
|
1313
|
Title | Kudos | Posted |
---|---|---|
1 | 07-17-2019 11:35 AM | |
1 | 03-02-2020 08:08 AM | |
4 | 02-03-2021 01:03 PM | |
1 | 09-30-2019 09:53 AM | |
3 | 01-14-2020 04:33 AM |
Online Status |
Offline
|
Date Last Visited |
02-03-2021
02:34 PM
|