|
POST
|
David - Thanks for the reply. I had tried using INT prior to BIGINT. Same results. Ed
... View more
06-05-2025
09:13 AM
|
1
|
0
|
1401
|
|
POST
|
Hi - I'm trying to use sde.next_rowid to get an OID for a new row to be created in a table registered and versioned within a SQL*Server 10.8.1 geodatabase. Here's my syntax: DECLARE @next_oid AS BIGINT EXEC sde.next_rowid 'gisadmin', 'ASSEMBLY', @next_oid OUTPUT Here's the error I receive: Msg 8144, Level 16, State 2, Procedure gisadmin.i36_get_ids, Line 0 [Batch Start Line 13] Procedure or function i36_get_ids has too many arguments specified. I'm afraid I'm stumped. The syntax I'm using matches what has been documented here (https://community.esri.com/t5/geodatabase-questions/using-sde-next-rowid-in-t-sql/td-p/761989) and other places. Any suggestions would be greatly appreciated. Thx, Ed
... View more
06-05-2025
08:49 AM
|
0
|
4
|
1421
|
|
POST
|
Hi George - I do have an 10.8.1 client -- though its not identical to the 10.6.1 client. I tested creating a version with the 10.8 client on the 10.6.1 Geodatabase with the Geodatabase Administration too. This worked without error. I can't really say whether the problem occurred recently. Creating versions with the Geodatabase Administration tool is not part of our company's normal work flow. I happened to do it last week as part of a test. The problem may have been present a long time. ArcPro and the U/N is, as I'm sure you know, a big, costly decision and above my pay grade. Since we're moving to 10.8 soon and since we rarely create versions with the Geodatabase Admin tool, I may leave this sleeping dog lie. Though I might first take a look at other differences between the 10.6.1 and 10.8.1 clients. Thanks again for your help. Ed
... View more
03-19-2025
07:55 AM
|
0
|
0
|
1794
|
|
POST
|
Right. This is ArcGIS 10.6.1. We'll be upgrading to 10.8.1 in a month. The DBMS is SQL*Server 2017. The database has a geometric network, so ArcGIS Pro does not apply. Thanks for the reply. Ed
... View more
03-19-2025
06:52 AM
|
0
|
0
|
1814
|
|
POST
|
I should note that my steps to create the version are: 1. Open the Geodatabase Administration tool 2. Right-click on the SDE.Default version and select "New Version" 3. Complete the New Version dialog. The dialog disappears and Arc tries to think a little while before it gets stumped and crashes.
... View more
03-19-2025
06:38 AM
|
0
|
0
|
1820
|
|
POST
|
STACK_TEXT:
00000000 00000000 ArcCatalog.exe!unknown_function+0x0
00000000 00000000 unknown![.ecxr]+0x0
00bddcd8 7736d652 KERNELBASE!RaiseException+0x62
00bddd3c 7393d9a1 clr!RaiseTheExceptionInternalOnly+0x27c
00bdddd8 7393e846 clr!IL_Throw+0x146
00bddea0 12c06e14 PresentationCore_ni!System.Windows.Automation.Peers.AutomationPeer.GetChildren+0x38c468
00bddec4 12879be1 PresentationCore_ni!System.Windows.Automation.Peers.AutomationPeer.isDescendantOf+0x19
-->
... it also crashes in ArcMap. However, using the "Create New Version" tool in ArcMap works fine without error. Also, though the process of creating a new version in the "Geodatabase Administration" tool results in a rapid exit, the version is still created and seems to be no worse for wear. My hunch is that the error occurs when Arc is tying to reload the form's list of versions, *not* when trying to create the version itself. I say this because when I examine the resulting dmp file with WindDbg it looks like the error is raised from the Windows Presentation Framework (below). This could be completely off base, but any suggestions on how I might resolve this would be greatly appreciated. Thx, Ed STACK_TEXT:
00000000 00000000 ArcCatalog.exe!unknown_function+0x0
00000000 00000000 unknown![.ecxr]+0x0
00bddcd8 7736d652 KERNELBASE!RaiseException+0x62
00bddd3c 7393d9a1 clr!RaiseTheExceptionInternalOnly+0x27c
00bdddd8 7393e846 clr!IL_Throw+0x146
00bddea0 12c06e14 PresentationCore_ni!System.Windows.Automation.Peers.AutomationPeer.GetChildren+0x38c468
00bddec4 12879be1 PresentationCore_ni!System.Windows.Automation.Peers.AutomationPeer.isDescendantOf+0x19
... View more
03-19-2025
06:36 AM
|
0
|
6
|
1822
|
|
POST
|
Is it possible that when we shut down the sync-enabled feature services that we also go into the system services and stop the sync geoprocessing service that this would prevent client requests from entering the queue? Ed
... View more
03-18-2025
05:29 PM
|
0
|
0
|
834
|
|
POST
|
Hi all - We have an ArcGIS runtime-based mobile solution that attempts to sync with nine (9) separate sync-enabled feature services published via portal from an archive-enabled enterprise geodatabase once or twice a day. There are approximately 600 mobile clients connecting at different times over three daily work shifts. This generally works OK. However, we recently had a need to bring the feature services down for about 5 hours for maintenance over a weekend. When we brought the feature services back up the portal servers were immediately flooded with requests in what one member of our team likened to a denial-of-service attack. We eventually got the situation under control by a set of steps we would rather not have to repeat. My question is, it seems there must be a better way to do this. Should we have (somehow) paused the client requests when the feature services were restored? Any suggestions would be much appreciated. Thx, Ed
... View more
03-16-2025
09:19 AM
|
0
|
1
|
889
|
|
POST
|
After much testing, including tests that incorporated the Esri-suggested work-around for the ArcPro bug (deleting individual fields in distinct "DeleteField" operations rather multiple fields at a time) I'm now convinced this is also a bug in ArcMap/ArcCatalog. Specifically, Oracle versioned views (evw's) can "break" (not be updated to reflect deleted fields) when fields are deleted through Python scripts. I've also found that there is a (fairly) convenient way to repair the views once broken. Simply select the affected class in ArcCatalog and select "Manage | Enable SQL Access" , as described here It would be much better if the views didn't break in the first place. But if they do, at least you don't have to modify the SQL in SQL*Developer to fix them. Ed
... View more
03-14-2025
06:06 PM
|
0
|
0
|
789
|
|
POST
|
We recently ran a Python script to remove multiple old, unused fields from several versioned feature classes. Initial testing found this to work OK. Later rounds of testing found that this script "broke" multiple versioned views -- as in, the _evw SQL was not updated to remove the deleted fields. We later found the following bug report describing this problem occurring when multiple fields are deleted in ArcGIS Pro. However, our script ran in ArcMap. Is there a chance the same bug reported for Pro also exists in ArcMap? Thx, Ed https://support.esri.com/en-us/bug/a-versioned-enterprise-geodatabase-view-does-not-update-bug-000164901
... View more
03-11-2025
09:10 AM
|
0
|
1
|
836
|
|
POST
|
Its a json file downloaded from my.esri. I've been working with ESRI tech support on this for about two weeks. They're stumped, too. I'm about to install the license server on another machine... which seems to work. Thanks again, Ed
... View more
02-27-2025
12:07 PM
|
0
|
0
|
5394
|
|
POST
|
Hi Richard (or anyone) - I followed you suggestion and made IPv4 preferred over IPv6 - as indicated in the screenshot below (I think). The darn license manager still returns a MAC address of "ffffffff". And when I try to authorize my license file I still get an error that the MAC address in the license does not match the address of the machine. Any other thoughts would be greatly appreciated. Ed
... View more
02-26-2025
03:21 PM
|
0
|
0
|
5412
|
|
POST
|
Hey Richard - Just saw your post. Thanks much for responding. I'll take a look at your link. Ed
... View more
02-26-2025
02:26 PM
|
0
|
0
|
5415
|
|
POST
|
Hi Joker - I assume you're using a geometric network here, true? If so, that's the way the software works. A junction is the endpoint of all lines connected to the junction. If you move the junction the endpoints of the line move. Depending on exactly what you wan to do, you may be able to insert a vertex (or vertices) on either side of the junction, so when you move the junction only that, and the small segments between your new vertex and the junction will move. Adding a screen shot may help other better understand exactly what you are trying to do. Ed
... View more
02-23-2025
09:09 AM
|
1
|
1
|
1479
|
|
POST
|
Hi I'm trying to authorize licenses downloaded from my ESRI using LSAdmin. I keep getting a message that the MAC address in the license file does not match the MAC address of the machine. When I click on "Machine IDs" I get the message below saying the MAC address is "ffffffff". When I issue ipconfig /all my Ethernet Adapter Physical Address is "00-00-00-06..blablah" -- a regular MAC address. Not sure why LSAdmin is not picking this up. If anyone has run into this and found a solution, any suggestions would be much appreciated. Thx, E
... View more
02-22-2025
12:04 PM
|
0
|
6
|
5487
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 07:31 AM | |
| 1 | 05-11-2026 02:55 PM | |
| 1 | 01-07-2026 12:34 PM | |
| 1 | 01-04-2026 05:14 PM | |
| 1 | 12-17-2025 07:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|