|
POST
|
So the current version of Javascript is 4.30 and so what I think the bug fix notes mean that the issue is resolved in the upcoming 4.31 release, which I believe that the next ExB release will include.....
... View more
10-23-2024
11:37 AM
|
0
|
0
|
3424
|
|
POST
|
Well, the reverse works. That is, setting a full text index on a text attribute in an ArcGIS Online hosted feature layer, and then collaborating that layer back to Portal, search tools such as the map search tool do honor the index. Hopefully the full-text index capability setting will make it into the 11.4 Enterprise release.
... View more
09-18-2024
12:48 PM
|
0
|
0
|
1126
|
|
POST
|
Hi @AndrewSakowicz - if the domain account running the agent for 2024 no longer needs to belong to the Remote Management Users group, does this section: https://doc.arcgis.com/en/monitor/2023.3/get-started/windows/enable-permissions-for-wmi-cimv2.htm still apply?
... View more
09-16-2024
07:20 AM
|
0
|
0
|
3780
|
|
POST
|
I've yet to find a way to do that. It would be a nice enhancement if it could, as the webmap specification allows for it....
... View more
09-16-2024
07:14 AM
|
0
|
0
|
1263
|
|
POST
|
Ok so for whatever reason, the DISTINCT function is a constraint when trying to operate against SQL geometry. Working with my collegue, this works against an SDE layer: var Address = FeatureSetByName($datastore, 'TRANS.AddressPoints', ['AddNumber', 'UnitNumber'],false);
var intAddress = Intersects($feature, Address); //, 'bldgname'
var addNums = [];
for (var i in intAddress){
//console(i);
Push(addNums, i['AddNumber']);
}
addNums = Sort(Distinct(addNums));
console(addNums);
var addCnt = Count(addNums);
Console(addCnt); By setting up an array first to store the Intersects return, and then passing the initial array into a sorted array, the DISTINCT function works or rather validates in the field calculator. So I think I basically answered my own question. @mstranovsky @rlyding @KenBuja
... View more
09-10-2024
01:16 PM
|
0
|
0
|
1236
|
|
POST
|
Hello - I am putting together a relatively simple Arcade script to eventually function as an attribute rule in order to create an identifier in a building footprint polygon by using a combination of an address number and unit number from address point layer. The following works just fine in a file geodatabase, where $feature is my building footprint layer var Address = FeatureSetByName($datastore, 'TRANS.AddressPoints', ['AddNumber', 'UnitNumber'],false); //, 'bldgname'
var intAddress = Intersects($feature, Address); //, 'bldgname'
var addNums = Distinct(intAddress, ['AddNumber']); // always 1 or gt 1
var untNums = Distinct(intAddress , ['UnitNumber']); // always 1 or gt 1, when 1 just use add number
var addCnt = Count(AddNums);
var untCnt = Count(untNums);
Console(addCnt);
Console(untCnt); But when I run this against our current SQL2022 SDE instance to test a calculation in the Field Calculator (upgraded with the latest Pro 3.3.1 internals), it can't get past line 7, because it can't return a DISTINCT" Invalid expression. Error on line 7.Underlying DBMS error [[Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The geometry data type cannot be selected as DISTINCT because it is not comparable.] [TRANS.AddressPoints][STATE_ID = 0] I have to have a distinct array of values for both address number and unit number because they can repeat within a given footprint. Any ideas? @KenBuja ? @rlyding
... View more
09-10-2024
10:17 AM
|
0
|
1
|
1280
|
|
POST
|
Good deal Shelby - now you can go to 11.3. I'm finding it a lot more stable for sure, plus you get all the app upgrades. Remember - if you can work with your IT to disable active virus scanning during the install it will go so much faster, and not throw errors.
... View more
09-10-2024
09:00 AM
|
1
|
0
|
1925
|
|
POST
|
Hello - does anyone know if full text indices will be supported on text fields for hosted feature layers at 11.4? I have an ExB app in AGOL that uses a list widget where the List Widget search function works on a comma-separated text attribute field for a hosted layer. I need the full text index capability so that the search suggestions will populate words from anywhere in the attribute. When I try to use my 11.3 by-reference collaborated layer for the List Widget source, the full text search capability does not function because the AGOL ExB List Widget does not see the source as hosted, which is expected. So I'm trying to determine whether or not I'll need to keep this source layer as fully hosted, or (hopefully) be able to assign the full text index on the attribute in enterprise at 11.4 and that way (again hopefully) the full text index property will persist. Thanks, David
... View more
09-05-2024
07:36 AM
|
0
|
2
|
1318
|
|
POST
|
Hello Hua - I'm not sure that an underscore in a domain service account name is allowed and that may be why the 'Log On As' from the services window is showing as running under Local System. - or the directory permissions for the domain account are such that the domain account could not fully access all of Server's directories - or it did not have full write permissions to create any new directories that 11.3 may need. If the domain account is set up properly, the ArcGIS Server windows process should be showing that it is running from the account: e.g. domain\arcgisserviceaccount, not Local System or Local Service. Documentation exists that also recommends, if possible, to suspend any active virus scanning just prior to the upgrade. This cuts the upgrade and post upgrade times down considerably, and if you remove the web adaptor prior to upgrade the chance of access is minimized.
... View more
09-05-2024
07:23 AM
|
1
|
0
|
3467
|
|
POST
|
Ok @MarkTorrey - thanks for the reply. I'll get this worked into my post-update steps. I have to say, does seem to me that 1) an sd update shouldn't remove a full text index (unlike the attribute indices) and maybe this is something that will be addressed in a future update? and 2) do you know if full text indexes are going to be supported for enterprise hosted feature layers at 11.4? They don't seem to be supported yet at 11.3 . . .
... View more
09-04-2024
11:12 AM
|
1
|
0
|
2464
|
|
POST
|
Ok Josh - thanks for the feedback, I appreciate it. What @MarkTorrey is showing below is what I need to get worked into my post-update steps.
... View more
09-04-2024
11:05 AM
|
0
|
0
|
2465
|
|
POST
|
Hello - does anyone know where I can go in the api to create a full text index for an ArcGIS Online hosted feature layer? I can't seem to find anything in the api documentation. Whenever I overwrite the sd file via the arcpy sharing module to update the data for the layer, the full-text indexes are removed. @JakeSkinner or @jcarlson - do either of you guys know? Thanks, David
... View more
09-04-2024
07:18 AM
|
0
|
4
|
2505
|
|
POST
|
Hi @WhitneyLoy and @Nidhin_G - clearly Josh's reply/solution(s) below render my question moot, but thanks anyway
... View more
09-03-2024
11:23 AM
|
1
|
0
|
3659
|
|
POST
|
Hello @WhitneyLoy - can you report here what support did to help you get the db back online? Did you have to go through the same steps as @Nidhin_G - removing and then recreating the agm database?
... View more
09-03-2024
07:39 AM
|
0
|
1
|
3685
|
|
POST
|
Sure thing @AnninaRupe1 it sounds like you guys are distributed, in that server and portal are on separate VMs, same as us. Only difference is currently we're on Windows VMs on a VMWare host, basically like an on-prem cloud. The thing to keep in mind is that the Mosaic Datasets just contain a reference path to wherever your source imagery is stored, while storing image info (like pixel size, etc), in an an attribute table along with an image footprint shape and a dataset boundary shape, but as part of the mosaic dataset object. I'd say building mosaic datasets from your COGs would be more of longer term service management strategy. But in the short term, until ExB team gets this fixed, you might want to consider doing what I am doing and create an Instant App (like just a Basic Viewer or a Media Map) and have a link to it from your ExB. You can look at my ExB link in this post to see how I did that . . .
... View more
08-23-2024
11:14 AM
|
0
|
1
|
1910
|
| Title | Kudos | Posted |
|---|---|---|
| 6 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 05-22-2026 01:02 PM |
| Online Status |
Online
|
| Date Last Visited |
11m ago
|