POST
|
It sounds like the issue is with the 64x version of the 19c client on your AGS machine. I'd recommend working with your DBA to verify EZCONNECT is enabled and/or TNS is properly configured for that specific client. Sounds like you have a number of Oracle clients on your AGS machine and that can definitely get confusing. Good luck! 🙂
... View more
06-10-2024
08:53 AM
|
0
|
0
|
127
|
POST
|
Has anyone upgraded their geodatabase to 11.x that is still editing a Geometric Network from ArcMap? I think that's supported if we stay SQL Server 2019 or lower. Thanks in advance for any input!
... View more
06-10-2024
08:32 AM
|
0
|
2
|
438
|
POST
|
Thank you @RhettZufelt for the response! I tried your suggestion, but unfortunately got the same result saying the feature layer does not exist or is not supported. Any other ideas?
... View more
04-24-2023
10:43 AM
|
0
|
0
|
583
|
POST
|
Hello all. I'm attempting a script to append records from an ArcGIS Online feature layer to a local geodatabase feature class. I want to run the script nightly as a scheduled task. The below works well when I have Pro open and am logged into ArcGIS Online as my Portal. It fails when I run it as a stand alone script, saying the hosted feature layer does not exist or is not supported. Any advice how to accomplish the append properly? Thanks very much in advance. import arcpy
from arcgis import GIS
#connect to ArcGIS Online
agol = GIS(username="username",password="password")
#find the hosted feature layer
item = agol.content.get("6ceffb124830415a9149e7c965e0fd12")
lyr = item.layers[0].url
#reference the geodatbase feature class
fc = r"C:\temp\gdb.sde\GISDB.GIS.TARGET_FC"
#empty the feature class
arcpy.management.TruncateTable(fc)
#append from the feature layer to the feature class
arcpy.Append_management(lyr, fc, "NO_TEST")
... View more
04-24-2023
06:31 AM
|
0
|
3
|
614
|
POST
|
@JackDrost maybe a long shot... but is "allow per request modification of layer order and symbology" enabled? If so, try disabling that and restarting the service. Newer versions of Server have that enabled by default, while some of the older services have it disabled by default. It's tripped me up once or twice.
... View more
05-06-2022
06:33 AM
|
0
|
0
|
957
|
POST
|
I have an old JS API v2.8 map that won't display a cached map service I just published. Older, seemingly similar cached services from the same server display OK. I'm curious if the tile cache storage format changed at some point and the new format won't display in old API versions. Thanks in advance for any info.
... View more
05-04-2022
12:35 PM
|
0
|
0
|
346
|
POST
|
Is it possible to connect to an enterprise geodatabase from Autodesk Civil 3D? We run a SQL Server geodatabase at version 10.7.1 and use Civil 3D 2020. This worked for us in the past with a 10.3.1 Oracle geodatabase. We had to install the old ArcSDE 10.2 command line tools, and then we could connect using something like the following: We haven't been able to get that to work at 10.7.1 and with SQL Server though. We have the SQL Server client installed (MS ODBC Driver for SQL Server 17). Any experience with this?
... View more
04-20-2022
08:48 AM
|
0
|
2
|
1358
|
POST
|
Hello. I'm using the survey widget in Experience Builder with a survey I created in Connect. My ExB widget is configured to "send data to this survey" so that when a user clicks a polygon in a map, the selected shape is sent to a geoshape question in the survey. To complicate things, I added a single choice yes/no question to the survey asking the user if they want to customize the area they selected from the map. If they say 'yes' then I want the map to display in the survey so they can edit the shape. If they say 'no' then I want the map to stay hidden, which is controlled by the relevancy on the geoshape question (e.g. ${CustomizeArea}='Yes'}) The problem is the polygon shape is not being saved when the record is submitted if the user says 'no' to the CustomizeArea question. Maybe that is exactly how it should work, but I hoped the map would just be hidden, and the geoshape would be submitted anyway. Apologies if that is convoluted, but hopefully it makes some sense. Any suggestions? The goal, if not clear, is to save the geoshape to the record even when the geoshape question is hidden from the user.
... View more
03-16-2022
01:17 PM
|
0
|
1
|
355
|
POST
|
Thanks @jorisfrenkel! The script ran without issue for me on all but one server. But then I made the change you suggested and it got the job done.
... View more
12-22-2021
01:17 PM
|
0
|
0
|
1348
|
POST
|
Thank you @RandallWilliams. I see where I missed that in the instructions. Thank you for the quick response.
... View more
12-21-2021
10:14 AM
|
0
|
0
|
2098
|
POST
|
I ran the Esri mitigation script for GeoEvent on a 10.7.1 server. Following execution of the script a security scan still found the JNDI class here: C:\Program Files\ArcGIS\Server\GeoEvent\data\cache\bundle8\version0.0\bundle.jar Any advice? TIA
... View more
12-21-2021
08:15 AM
|
0
|
0
|
2223
|
POST
|
Is it possible to apply a geographic transformation when synchronizing a replica through a geodata service? I found the following technical article: https://support.esri.com/en/technical-article/000009763 The procedure it describes works for me when synchronizing changes directly from a geodatabase to a geodatabase. But I have not been able to apply a transformation when there is a geodata service in the middle. I'm trying to figure out if I'm doing something wrong, or if it just isn't possible. Thanks for any input.
... View more
11-05-2021
09:56 AM
|
0
|
0
|
448
|
POST
|
@BradNiemand I think other responders have discussed some of this above, but I can offer my take. Regarding your first question, I don't think the list would be arbitrary all the time. We have vastly more small apartment buildings, with say eight or fewer units, than large apartment buildings with dozens or hundreds of units. For those smaller buildings a reasonable number of suggestions would display all the subaddresses. For large apartment buildings, I think the subaddress suggestions are still helpful (even if they're the wrong ones), because they alert the end user that subaddresses exist at that location and they should keep typing to get to the correct one. Otherwise the end user may pick the base address (with no unit) assuming that is good enough. For #2, alphabetical works for me. For #3, possible, but I'm not advocating to set the max suggestions high.
... View more
10-22-2021
11:50 AM
|
1
|
1
|
1542
|
POST
|
I tested the "suggestions for partial subadresses" option in Pro 2.9 beta. It works exactly as its name implies. It is definitely an improvement, but also not quite what I anticipated. You must enter some part of the unit number in order to get a suggestion with a unit number. That means you can enter the full base address for an apartment building (e.g. "123 Main St"), but you still won't see any subaddress suggestions until you enter the first character of a unit number. In my ideal world, if I entered "123 Main" into the search, I would like to see a list of suggestions like the below. As is, I only see the first suggestion on the list. 123 Main St 123 Main St Unit 1A 123 Main St Unit 1B 123 Main St Unit 2A 123 Main St Unit 2B
... View more
10-22-2021
08:33 AM
|
2
|
4
|
1558
|
POST
|
Hi @BonnieCecil . @RandallWilliams sent me a list of file extension exceptions that are need if you want to run Portal with "allow unlisted file extensions" disabled. That was a bit overkill for my purpose. I'm just running stand-alone ArcGIS Server. All I really needed was to add "." for the extensionless requests and ".css" so the REST service directly displayed correctly. Later I had to add a few more exceptions due to outputs from print services (e.g. ".pdf", ".png", ".svg", ".jpg", etc). That was about it for me. I won't swear that is comprehensive, but it's been working in production for us for a few months.
... View more
10-04-2021
09:22 AM
|
1
|
1
|
3685
|
Title | Kudos | Posted |
---|---|---|
1 | 10-22-2021 11:50 AM | |
2 | 10-22-2021 08:33 AM | |
1 | 10-04-2021 09:22 AM | |
1 | 03-26-2021 09:49 AM |