|
POST
|
Hi Michael Reither, hope you can assist with this question. We have ArcGIS Monitor setup on a virtual machine. However to configure ArcGIS monitor will remote desktop access and admin access to the machine. This has been raised as a risk in security to provide user with RDP access to ArcGIS monitor server. We tested installing administrator on a local machine and connect to ArcGIS monitor (port 8000 and 443 opened) however it isn't able to view the collection service that has been configured on ArcGIS monitor server. My question here being, is it possible to administer ArcGIS monitor that has been setup on a virtual server without resorting to providing RDP access?
... View more
06-10-2020
03:52 AM
|
0
|
3
|
1839
|
|
POST
|
Hi, I am trying to setup a portal counter which is in a HA environment. When setting up the counter, Portal B works however Portal A returned an error. I ran the support.bat to check the logs but found nothing. Would you be able to provide some advise where can I get more information that is causing it to fail? For example, is it possible to view the request that caused the failure? I tested bypassing the WA (hit port 7443 directly), password doesn't contain special character. Account used has administrator privileges.
... View more
06-05-2020
06:19 AM
|
0
|
4
|
1742
|
|
POST
|
Thank you Michael Reither, that worked well. For anyone that encounter this same issue, I uninstall mongodb open arcgis monitor administrator file -> open-> setting -> config set the new mongod.exe file location and data location rerun post install utility and thats it.
... View more
06-02-2020
11:52 PM
|
0
|
0
|
1891
|
|
POST
|
Hi, Is it possible to run the post install utility tool without having to uninstall everything? The problem is faced is the same as ArcGIS Monitor 10.7.1 login problems **unless there are better advise to login in. and it turn out, I need to downgrade the mongodb version. however when I open up the post install utility tool, everything is greyed out. It is going to be absolutely painful if I have reinstall the whole thing due to political red tapes Can someone advise if there are alternate ways to proceed forward without having to do a complete reinstall?
... View more
05-29-2020
02:23 AM
|
0
|
3
|
1964
|
|
POST
|
Ok, I figured out the reason. My .net Framework is target at 4.6.1 which uses tls 1.0 by default. Solution is to to add System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12; I also change my target framework to 4.6.2 which utilises tls 1.0 and 1.1 by default
... View more
05-15-2020
01:11 AM
|
0
|
0
|
1166
|
|
POST
|
Hi, i have a SOE (server object interceptor) build using 2.4.0 sdk. Everythings works fine however when I disable TLS 1.0 via the registry I get the error shown below. This is my registry below which works if I set enabled to 1. Setting it to 0 will cause the error above. Am I doing something wrong? The feature layer is published using ArcMAP (initially I tried ArcGIS Pro however it doesn't pick up the interceptor) It is a requirement of our client to adhere to the security checklist below (one of which is to disable tls 1.0) CIS Microsoft IIS Benchmarks Any workaround is appreciated
... View more
05-14-2020
06:15 AM
|
0
|
1
|
1221
|
|
POST
|
Hi Jack Silburn, Can you provide more information on what you are trying to do after you have receive the token? Are you trying to create a web application and provide some sort of authentication mechanism? Have you consider using the ArcGIS JS IdentityManager? The redirect_uri is a list of valid URI that is allowed for redirecting when user have successfully login For example if you look at Access ArcGIS Online items using OAuthentication | ArcGIS API for JavaScript 4.15 and their live example Access ArcGIS Online items using OAuthentication - 4.15 when you click on sign in, you will see it redirect the user to the login page for AGOL. IN the request you will see the redirect_uri telling AGOL once the user have successfully signed in, redirect the user back to the redirect_uri link. This link HAS TO BE valid and added in your app registration
... View more
05-13-2020
11:20 PM
|
0
|
7
|
17927
|
|
POST
|
Hi Ian deNeeve, Ian deNeeve you can try doing import tempfile print tempfile.gettempdir() ALTERNATIVELY if you are unsure why not specify the save_path Then you will know exactly where it is. download (save_path=None, file_name=None)https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download Downloads the data to the specified folder or a temporary folder if a folder is not provided. Argument Description save_path Optional string. Folder location to download the file to. file_name Optional string. The name of the file.
... View more
05-13-2020
10:51 PM
|
0
|
2
|
2530
|
|
POST
|
Hi vakhtang zubiashvili, to debug this, open your developer tool, F12 on chrome when you click on ok/add/update on your editor, it will trigger a http request to your feature layer http://LocalHost:6080/arcgis/rest/services/test/aragvi_service/FeatureServer/4 and hit the rest endpoint I think it is applyEdit You can copy that URL and change the format from f=json to f=html which will present you with a HTML page for updating the feature. You can then debug from there to know what went wrong. Hope that helps
... View more
05-13-2020
10:33 PM
|
0
|
4
|
2220
|
|
POST
|
Just taking a shot here if anyone have encounter or have a solution to this very sporadic issue I have encountered ArcGIS Pro 2.4.3 var insp = new ArcGIS.Desktop.Editing.Attributes.Inspector();
insp.Load(jobsLayer, oidSet);
insp[Properties.FieldNames.Default.SUBMIT_BY] = System.Environment.UserName;
insp[Properties.FieldNames.Default.SUBMIT_DATE] = DateTime.Now;
editOperation.Modify(insp);
editOperation.Execute();
if (editOperation.IsSucceeded)
{
success = true;
await CommitChangesUtils.SaveEdits();
} I have a code as shown above that returned successful. editOperation.IsSucceeded also returned true. 99% of the time this have worked well. However twice I encountered an issue where even when editOperation.IsSucceeded have returned true, a edit did not took place (fields not updated). However if I edit that specific feature from ArcGIS pro UI then rerun this, that feature gets updated properly. Feels as if something had locked up that specific feature. Test I have taken: Tested on a new ArcGIS Pro project with the same result (same row is stucked) This lead me to believe it is a geodatabase issue. Re-Run multiple times Check layer.isEditable (both set on UI and in code) No exception thrown
... View more
05-13-2020
10:23 PM
|
0
|
0
|
672
|
|
POST
|
Thank you Robert Scheitlin, GISP. I have added it in a few places including yours and cannot confirm which one got it working. Again, thank you for your help
... View more
05-11-2020
05:52 AM
|
0
|
0
|
1659
|
|
POST
|
I edited "C:\Program Files\ArcGIS\Portal\apps\webappviewer3d\widgets\Splash\setting\nls\Setting_en.js" and "C:\Program Files\ArcGIS\Portal\apps\webappbuilder\stemapp3d\widgets\Splash\setting\nls\Setting_en.js" and now it is loading fine. But that still doesn't explain why the nls entry is missing. hmmm
... View more
05-11-2020
05:46 AM
|
0
|
0
|
1659
|
|
POST
|
Enterprise 10.7.1 I also found out Program Files\ArcGIS\Portal\apps\webappviewer3d\widgets\Splash\setting\nls\settings_en.js.uncompressed.js is missing transparency. I am just unsure which is the right nls folder to edit
... View more
05-11-2020
05:23 AM
|
0
|
5
|
1659
|
|
POST
|
Hi, this isn't a custom widget but the dev here are probably the best people that can help. I am using ArcGIS enterprise portal build in webappbuilder splash widget. It is a new install and when I attempt to add the splash widget, I get stuck at configuration loading with the error below. I know nls is the language translation but I am unsure what is causing this error. Can anyone please assist? It seem to be missing nls.transparency therefore when it is trying to do a string replace on a undefine attribute, it threw an error.
... View more
05-11-2020
12:28 AM
|
0
|
7
|
1728
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-23-2021 06:05 AM | |
| 1 | 04-24-2020 01:46 AM | |
| 1 | 03-29-2022 06:53 PM | |
| 1 | 07-22-2021 07:59 PM | |
| 1 | 03-30-2022 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-30-2022
06:13 PM
|