|
POST
|
@DanIrwin are you asking about .sddraft or .sd file? .sddraft is just an xml file. Can you pls open .sddraft in a notepad or something to see the content and compare with the other ones (smaller in size) to find out what is the extra information you have in there?
... View more
03-23-2022
08:14 AM
|
0
|
1
|
3502
|
|
IDEA
|
hi @AlekseiPlatushin What version of ArcGIS Enterprise you have?
... View more
03-22-2022
10:06 AM
|
0
|
0
|
1624
|
|
IDEA
|
oh gosh! @BruceHarold I can't seem to recall that arcplot use case. You have anything that I can use to juggle my old memory 😛
... View more
03-17-2022
09:35 AM
|
0
|
0
|
4943
|
|
IDEA
|
@MarcusVowell_Uniti would you mind add some of your use cases/workflows here? thanks
... View more
03-17-2022
09:19 AM
|
0
|
0
|
4955
|
|
POST
|
@KathrynWesson There is one other way (i.e. Window function) that I know you can generate unique ids. That said, I could keep it simple and stupid by simply incrementing oids from each table by some offset number to keep numbers unique in this view. (SELECT OBJECTID, SURV_DATE, SURV_CREW, EXEMPT_COD FROM TR.TR_GIS_ADMIN.CRCP
UNION ALL
SELECT OBJECTID + 1000000 as OBJECTID, SURV_DATE, SURV_CREW, EXEMPT_COD FROM TR.TR_GIS_ADMIN.Flexible
UNION ALL
SELECT OBJECTID + 2000000 as OBJECTID, SURV_DATE, SURV_CREW, EXEMPT_COD FROM TR.TR_GIS_ADMIN.Gravel
UNION ALL
SaECT OBJECTID + 3000000 as OBJECTID, SURV_DATE, SURV_CREW, EXEMPT_COD FROM TR.TR_GIS_ADMIN.Rigid
... View more
03-14-2022
01:44 PM
|
1
|
2
|
7306
|
|
POST
|
Hi @EricMahaffey1 Is ArcMap your primary client app? I do not see the feature flash on the map. Flashing related features on the map appears to be only supported in desktop apps such as ArcGIS Pro or ArcMap. It is not supported in web apps, such as ArcGIS Online Map Viewer. even though the ArcGIS Online Classic Map Viewer allows you to navigate to related features easily (just doesn't support flashing from there). that is supported for both map service layer (aka map image layer) and feature layer (regardless of its source, which could be a map service or a feature service) TanuHoque_0-1646352330537.png You are right, the flashing doesn't work when you the service as a map service layer in ArcMap or you might not even see related records in Pro popup window works fine for feature services. if you want I can give you a workaround that you might not like and might have already thought about, but this might help you get around if all limitations work in your favor. Pls let me know. I'm trying to predict what sort of functionality will be available when the service/layer is accessed from an API. Since you mentioned API, just wanted to know if you are planning to consume this service off a custom application built with JS API or something like that.
... View more
03-03-2022
04:22 PM
|
0
|
1
|
3970
|
|
POST
|
@ShannonKnox I'd say please contact Esri Support and have an analyst take a look at this. It appears there are a lot pieces in this puzzle and won't give you much of advice w/o looking at this. Sorry couldn't help much
... View more
03-03-2022
12:57 PM
|
0
|
0
|
1024
|
|
POST
|
@EricMahaffey1you can publish your map as a map service and you should still be able to access relationship etc. pls let me know if you run into any issues.
... View more
03-03-2022
11:09 AM
|
0
|
1
|
3979
|
|
POST
|
@EricMahaffey1 You can't publish feature service off a FileGDB. A feature service only supports data off enterprise databases unless you want to publish a hosted feature service. Is the reason you want to publish a feature service because you want to do editing via web apps?
... View more
03-02-2022
03:54 PM
|
1
|
1
|
3992
|
|
POST
|
@nacelle_pylon doh!!! here you go: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/mapping/how-to-author-a-feature-layer-to-show-current-in-last-xx-days-or-previous-locations-in-arcgis-pro-and-share-as-a-map-service/
... View more
03-01-2022
01:04 PM
|
0
|
1
|
2685
|
|
POST
|
@nacelle_pylon Here is a blog that was specific to map services. But you might be able to take advantage of this too specially if you publish with that def query set with the layer prior to publishing. [UPDATED: missed pasting the url in the first go] https://www.esri.com/arcgis-blog/products/arcgis-enterprise/mapping/how-to-author-a-feature-layer-to-show-current-in-last-xx-days-or-previous-locations-in-arcgis-pro-and-share-as-a-map-service/
... View more
03-01-2022
11:51 AM
|
0
|
2
|
2708
|
|
POST
|
I agree with that @MichaelVolz says. That said, if you really need to do what you said you would for some reasons, you can turn off the schema locking from your service setting that should allow you do data swapping without stopping the service. That said, we always recommend users to be aware of what they are doing when they turn off data schema locking. TanuHoque_0-1646163219469.png
... View more
03-01-2022
11:34 AM
|
0
|
0
|
2314
|
|
POST
|
hi@LancasterGIS are you referring to ArcGIS Online's default print service? Or print off an enterprise print service. As I noted earlier, this bug is fix in 10.9.1 server. Therefore if you upgrade your enterprise setup to 10.9.1, you should not run into this problem. But if you are trying AGOL's default print service, you will still run into this issue since AGOL default print service has not upgraded to the latest release yet. It is schedule for later part of Q1 or early Q2 of 2022 (fingers crossed).
... View more
02-24-2022
05:14 PM
|
0
|
0
|
1018
|
|
POST
|
hi @cle444 Unfortunately it was too late to have it fixed for 10.9.1. That said, we have it in for the next release. Fingers crossed for fixing it before it releases -- hopefully at the end of Q2 or the beginning of Q3. The bug is still internal. Let me see if I can make it public and if I do, I will share that with you.
... View more
02-24-2022
01:28 PM
|
0
|
1
|
2739
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|