|
POST
|
I agree with Scott. If you don't need the features of a multi-user enterprise database such as Oracle or Postgres and you don't need to publish editable feature services I would avoid the complexity. We used Oracle with our first deployment in 2009 but now we almost completely rely on file geodatabases and find them faster and easier to manage than Oracle. However, if you do deploy an enterprise geodatabase it should be on its own server.
... View more
02-12-2023
06:52 PM
|
1
|
0
|
7435
|
|
POST
|
The new map viewer is not compatible with older apps like the Web AppBuilder. I believe the WAB is based on JS API 3.x and the new map viewer is based on JS API 4.x. If you have been editing the JSON you may not be able to recover the web app. Bernie.
... View more
02-05-2023
07:47 AM
|
0
|
0
|
1192
|
|
IDEA
|
I don't do much work with imagery but I am quite certain if you create a raster tile cache of your imagery you will get two benefits: your images will display faster the individual image file names will not be available. Have a look at our imagery basemap. We use satellite imagery for the smaller scales and air photos for the larger scales. Our imagery basemap covers approximately 72,000 km2 - https://geonb.snb.ca/arcgis/rest/services/GeoNB_Basemap_Imagery/MapServer. If you don't want to invest the time building a raster tile cache I suspect there may be options when you build your mosaic dataset to hide the individual image file names. Ask Esri support for some guidance. Good luck, Bernie. Good luck,
... View more
01-31-2023
10:49 AM
|
0
|
0
|
2388
|
|
POST
|
Jennifer, It's hard to say what is going on but I would use the Developer Tools in Chrome to inspect the query URLs that are being sent to your REST API. This may give you some insight into why you are getting incorrect results. Another thought is to ensure your index keys are unique for this point data set. Good luck, Bernie.
... View more
01-31-2023
10:25 AM
|
0
|
0
|
2515
|
|
IDEA
|
Hi, The image you provided appears to be from ArcMap. ArcMap and ArcGIS Pro are full featured Desktop GIS tools designed to give the user full access to datasets. If your users don't expand the group the sublayers will remain 'hidden' but I doubt that is the functionality you want. We use the Web AppBuilder (WAB) to publish many map viewers. In the WAB it is possible to suppress the sub-layers in the legend widget. Would a WAB app be a suitable replacement for what you are trying to accomplish? Bernie.
... View more
01-30-2023
07:25 AM
|
0
|
0
|
2416
|
|
POST
|
Thomas, I replaced the port number with 6443 and updated all of the http calls to https but I still get these errors - do you think this is the self signed cert that you mentioed? Traceback (most recent call last): File "C:\Temp\python_scripts\map_service_stats\mss.py", line 203, in <module> sys.exit(main(sys.argv[1:])) File "C:\Temp\python_scripts\map_service_stats\mss.py", line 56, in main token = getToken(username, password, serverName, serverPort) File "C:\Temp\python_scripts\map_service_stats\mss.py", line 183, in getToken if not assertJsonSuccess(data): File "C:\Temp\python_scripts\map_service_stats\mss.py", line 193, in assertJsonSuccess obj = json.loads(data) File "C:\Python27\ArcGIS10.7\lib\json\__init__.py", line 339, in loads return _default_decoder.decode(s) File "C:\Python27\ArcGIS10.7\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python27\ArcGIS10.7\lib\json\decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded Thanks, Bernie.
... View more
01-27-2023
10:52 AM
|
0
|
1
|
2046
|
|
POST
|
Scott, I presume the same publishing model also applies to web scenes. Is that correct? Bernie.
... View more
01-27-2023
08:28 AM
|
0
|
1
|
3362
|
|
POST
|
Yes the "userLicenseTypeId" is the property you need to filter only the "viewer type" for user in users: print(user.username,",",user.access,",",user.role,",",user.userLicenseTypeId) Sample output: ryan , org , org_user , viewerUT
... View more
01-25-2023
11:27 AM
|
0
|
0
|
2245
|
|
POST
|
I found a great script a few years ago to generate a report for the map service requests on our server: Example: Create a report of all service requests—ArcGIS Server | Documentation for ArcGIS Enterprise The script worked great as it was. But now I need to run it on a server that is configured for https only. The script includes a comment: serverPort = 6080 # assumes server is enabled for HTTP access, HTTPS only sites will require (minor) script changes Changing "serverPort = 6443" does not work. Has anyone modified this script to work with a server configured for https only? Thanks, Bernie.
... View more
01-23-2023
08:22 AM
|
0
|
4
|
2093
|
|
POST
|
Hello, This is just a guess - Have you tried to create an item in AGOL that points to the URL of your external MuniSIG apps? Then you could refer to the AGOL URL of the item. Bernie.
... View more
01-19-2023
07:58 AM
|
0
|
1
|
1302
|
|
POST
|
Vincent, You can "page" through the records using resultOffset=2000 and resultRecordCount=2000. Your first query will need to use resultOffset=0 and subsequent queries you will have to increase the offset by 2000. Some server admins might consider this scraping. Hopefully, each query for 2000 records only ties up the server for a few seconds. Bernie.
... View more
01-10-2023
10:17 AM
|
1
|
0
|
1995
|
|
POST
|
If you are using the Portal Map Viewer and a Web AppBuilder app try using Map Viewer Classic to configure the pop-up. Web AppBuilder apps are not compatible with all the formatting in the new Map Viewer. Another option is to build the app with Experience Builder. Bernie.
... View more
01-05-2023
04:22 AM
|
1
|
1
|
8387
|
|
POST
|
I am quite certain you can create a custom tiling scheme. You should be able to get a copy of the BNG scheme and modify it. Do some searching online and you should find an answer. Bernie.
... View more
01-03-2023
04:29 AM
|
0
|
0
|
1698
|
|
POST
|
In 2022 we began replacing our raster tile basemaps with vector tile basemaps. Unfortunately, we have created many trial versions and variations of our basemaps and we now have a long list of vector tile services hosted in AGOL. Has anyone created a script or Notebook to collect a list of all the vector tile packages with their storage size and usage statistics? I would like to make sure a vector tile package has not been used recently before I choose to delete it. Thanks, Bernie.
... View more
12-30-2022
11:29 AM
|
1
|
6
|
2088
|
|
POST
|
It is be very easy to use an Arcade expression to format the phone number with brackets, spaces, and dashes for display in your pop-ups. Have a look at the Arcade docs.
... View more
12-14-2022
09:29 AM
|
0
|
0
|
1995
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 06-04-2026 12:17 PM | |
| 1 | 02-24-2026 06:27 AM | |
| 3 | 02-24-2026 06:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|