|
POST
|
Update: We upgraded to Server 10.7.1 successfully. We had troubles with the separate data store upgrade, then finally realized this was an Enterprise step. The upgrade did not remediate the publishing error. After additional troubleshooting, Esri tech support happened to notice an anomaly in the "PublishingToolsEx" JSON file. The 'servicename' is case sensitive. The version we had on our server was "PublishingToolsEX," while the correct version is "PublishingToolsEx." Esri provided the correct JSON code. With copy and paste of the text, I updated the JSON file at our end. Publishing was successful thereafter. We have no idea when/how/where this anomaly originated from.
... View more
02-25-2020
11:05 AM
|
0
|
0
|
6231
|
|
POST
|
Hi Xander, I was beginning to suspect this may be a cause. I tried replacing the empty field records with (calculate field) but accidently messed up my feature class field. I have no restored the feature class and will proceed with more caution! Thanks for your help, Jay
... View more
02-19-2020
08:11 AM
|
0
|
0
|
2496
|
|
POST
|
Hi Xander, I was close, as I was trying to use the ‘IsEmpty” function before my initial GeoNet post. Here is what I am using now, but still no luck. The ‘AE’ text string is still not showing in the pop-up. Thank you for your help. var zonesubtype = $feature.ZONE_SUBTY; When (IsEmpty(zonesubtype), 'AE - An area inundated by 1% annual chance flooding for which BFEs have been determined', zonesubtype == 'FLOODWAY','Floodway designation of AE', zonesubtype == '0.2 PCT ANNUAL CHANCE FLOOD HAZARD','X - An area determined be 0.2% annual chance flood hazard', zonesubtype == 'AREA OF MINIMAL FLOOD HAZARD','X - An area of minimal flood hazard', '')
... View more
02-18-2020
06:16 PM
|
0
|
2
|
2496
|
|
POST
|
Hi. I am working with the January 22, 2020 FEMA data release for my area. I am using the Flood Inquiry web map and app solution. I am new to Arcade. I am trying to create an expression using the 'When' function to provide some descriptive text in the web map and application pop-up. All works well except when I have no value in a record in the ZONE_SUBTY field. How do I have the text written in the pop-up for empty fields? Below is the current Arcade expression. The string in italics is the troublemaker. Thanks in advance, Jay var zonesubtype = $feature.ZONE_SUBTY; When (zonesubtype == 'FLOODWAY','Floodway designation of AE',zonesubtype == '','AE - An area inundated by 1% annual chance flooding for which BFEs have been determined',zonesubtype == '0.2 PCT ANNUAL CHANCE FLOOD HAZARD','X - An area determined be 0.2% annual chance flood hazard',zonesubtype == 'AREA OF MINIMAL FLOOD HAZARD','X - An area of minimal flood hazard','')
... View more
02-18-2020
02:22 PM
|
0
|
4
|
2546
|
|
POST
|
Hi Jill, As per Esri tech support's recommendation, we did upgrade Server from 10.4 to 10.7.1. However, the publishing error persists. Esri tech support has been assisting, but so far we have not been able to resolve this one. I thank you for your assistance. Regards, Jay
... View more
02-06-2020
12:14 PM
|
1
|
0
|
3486
|
|
POST
|
I am confused again. Do I have to upgrade the actual enterprise sde geodatabase (there is a GP tool for this) or does the Server upgrade manage that for me? We use Microsoft SQL. I get the feeling a sde geodatabase upgrade is a separate step, and is also required to bring everything in line. That way "all the card players at the table," Server at 10.7.1, our Desktop clients (already at 10.7.1) and Pro (at 2.4.3), will all play nice with each other? If all the above is yes, then I noticed a set of server OS requirements for our SQL database server that also need to be met, else game over? Finally, if we upgrade Server, the web adaptor, data store (and the sde geodatabases [we have two]) now, then at a later date can we install Portal 10.7.1 (and its corresponding web adaptor) and have the fully functioning ArcGIS Enterprise platform in place? The suggested install order is Portal first, then Server, then the web adaptors and finally the data store. I am wondering about this level of effort to upgrade Server when we are that close to Enterprise?
... View more
02-03-2020
12:04 PM
|
0
|
2
|
3486
|
|
POST
|
Thanks. I see I have to create a new authorization file in MyEsri to move to 10.7.1. It looks like I follow the five steps to generate the new file, place this file in an accessible folder, and have it ready when prompted for it during the install?
... View more
02-03-2020
10:31 AM
|
0
|
4
|
3486
|
|
POST
|
Excellent Jill, thank you. I am reviewing the documentation again (and again, ha!). We are hoping for a smooth transition. I could not locate a Server version 10.7.1 download file other than the one listed under the Enterprise umbrella on MyEsri (same for the web adaptor and data store). So I assume these are three download files to grab?
... View more
02-03-2020
09:09 AM
|
0
|
6
|
3486
|
|
POST
|
We are planning an upgrade of our ArcGIS for Server site from v10.4 to v10.7.1. We experienced a service publishing error that could not be resolved with rigorous troubleshooting with Esri tech support, so the advice was to upgrade Server (which we need to do anyway!). We do not have the resources to move to ArcGIS for Enterprise at present. I am reviewing the Esri documentation, but still have questions. Is the Data Store upgraded during the Server upgrade or is this a separate upgrade. Either way, does the upgrade save the data store account password, data store connections, etc.? I have inherited the project from a person no longer here, and I cannot seem to locate a password specified for the data store. I know the webadaptor is a separate uninstall/install new. Are there any other issues to watch out for when doing such an upgrade? Many thanks in advance.
... View more
02-03-2020
07:59 AM
|
0
|
8
|
3594
|
|
POST
|
Hi Henry, Thanks for the tip. I was able to check the date, valid until April 2020. Esri tech is now spinning up an identical environment to ours to further their testing. We are considering upgrading Server to 10.7.1 until we can get set up on Enterprise. Regards, Jay
... View more
01-28-2020
06:12 AM
|
0
|
0
|
2317
|
|
POST
|
How or where do I look to see if the geodatabase license has expired? I am not well versed in the server-side admin and license management. Our version tree is not complicated, but I too am not well-versed. sde (parent) - QA_version (child) - Edit_version (child to QA). Pattern is used for stormwater, sanitary sewer, water, planning, and IT access/editing. I can't seem to find where the rights and permissions can be modified for the child versions, aside from public, private, protected choices when creating the child version. I have tried so many things I am struggling to keep track. I need to circle back and check the publishing error given a new FC creation as you suggest. I can't remember if I was able to create a new FC, publish it without error using another existing version, but then have it error when I create a new version. It seems to be the latter. Thanks again for your help. We considering upgrading our Server site and our geodatabases to 10.7.1. While we want to move to Enterprise, we are not in a position to go there just yet.
... View more
01-24-2020
07:30 AM
|
0
|
0
|
2317
|
|
POST
|
Ahjung, Are you publishing directly from Pro to Server? Are you using ArcGIS for Enterprise for this process? We are not set up to publish from Pro to Server without Enterprise. We do not have ArcGIS for Enterprise installed yet. Thank you for your input and help. Regards, Jay
... View more
01-23-2020
07:49 AM
|
0
|
0
|
3915
|
|
POST
|
Henry, I have Esri support involved, but so far we have not been able to fix the issue. There was a Server 10.4 publishing patch we installed (https://support.esri.com/en/download/7397). The publishing error persisted despite starting the process from scratch (new MXD, database connection, new child version for editing, data store registering, etc.). My colleagues and I are wondering if there is an issue with publishing when new child versions are created. If we publish from a child version set up several months ago, we can publish the feature class as expected. If I try publishing using a newly created version I was hoping our Planning department would use, so that edits can be made before rec and post, the error occurs. We periodically perform a full database compression, where we delete the versions, compress, and re-create the same exact versions as before. Our concern (fear) is if we compress and then rebuild, we are left with new versions that now don't allow us to publish. Thoughts? Jay
... View more
01-23-2020
07:46 AM
|
0
|
0
|
3915
|
|
POST
|
Hello Henry, Our sde version is 10.4.0 and our ArcMap version is 10.7.1. I see the same message in the properties (except I see 10.4.0). We have had no other publishing issues of this kind with this setup. We are publishing to Server from ArcMap. We are not able to publish to Server from Pro. We have an upgrade to ArcGIS for Enterprise in the works, but that is many months out. In the meantime, I know we are on "thin ice" having a Server version that is several versions behind ArcMap and the ArcGIS platform in general. We are publishing to the data store, but not a managed database. I am fairly certain all of our database connection registrations are the non-managed type. We cannot locate the describedatastore.bat file on our Server. I wonder if the utility did not exist for version 10.4? We do not have any other publishing problems, so this leads me to believe the data store mode is set to readwrite. I suppose it is time to reach out to Esri support. Thanks, Jay
... View more
01-16-2020
08:17 AM
|
0
|
1
|
3915
|
|
POST
|
Tim, Esri was able to correct the issue on their side after I submitted a support ticket. I have no idea what was done, but the matter has been resolved. Thank you. Regards, Jay
... View more
01-16-2020
07:11 AM
|
0
|
0
|
2032
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2025 08:30 AM | |
| 1 | 09-09-2025 08:47 AM | |
| 1 | 03-07-2024 08:33 AM | |
| 1 | 10-17-2025 11:09 AM | |
| 1 | 07-24-2025 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|