|
POST
|
Hello @AhmedTarek123 It seems like when the configuration wizard is trying to reach the internal Database, it is unable to achieve a response in designed time. I would suggest having a look at the following documentation and running a check for these on the Data Store machines (in your scenario Relational Data Store): Ports used by ArcGIS Data Store Mostly, as per my understanding it could be 9876 port: 9876 (TCP)—Internal communication between the hosting ArcGIS Server site and the relational data store occurs through this port, as does some communication between the primary and standby relational data store machines. Furthermore, I would recommend adding an exception to Windows Firewall as disabling the Firewall would a tricky situation with IT team. This explains those steps in details : Adding Windows Firewall Exceptions Hope it helps! -Archit
... View more
08-29-2023
05:02 AM
|
0
|
0
|
3010
|
|
POST
|
Hello @CodyPatterson , I am glad I was able to get you a starting point. I think if the services are to kept in the intranet itself i.e. no outside access from internal components or any outside components cannot access internal component that would require more considerations to taken into account. If you can confirm that you are thinking about configuring ArcGIS Enterprise in an environment where there is no internet connection or internet access is prohibited by your organization, I can share more links with considerations. As per my understanding, it would be good to have the reverse proxy as the front end of the configuration and then Web Adaptors and then other components but do consider that it's a lot of rerouting, configuration and a lot of components need to work in cohesiveness to achieve this. Hope it helps! -Archit
... View more
08-28-2023
04:47 AM
|
0
|
1
|
6515
|
|
POST
|
Hello @CiarainSheridan , In order to have a better understanding of this, could you please share the following details: What is the version of ArcGIS Enterprise you are working with? What is the location where the files are being created? Is it possible for you share one of these sqllite files for running a check? There are multiple things where these could be being utilized but would require some troubleshooting. -Archit
... View more
08-28-2023
03:57 AM
|
0
|
0
|
1745
|
|
POST
|
Hello @mikeytes As @MiguelParedes mentioned that the capabilities for these layers are not managed from ArcGIS Server Manager. However, I would recommended definitely having a look at those documents mentioned above which will help you understand that the start/stop is not possible for Hosted Feature Layers but other changes are possible to achieve. Note : Prior to making any changes understand the full impact of those I would suggest two possible ways which I utilize in these scenarios for e.g. to update "maxRecordCount" or "Configure time zone settings" etc. Method 1 : Performing this from ArcGIS Pro In ArcGIS Pro, navigate to the Catalog pane. On the Catalog pane, select Portal > My Content. Under My Content, select the desired layer. Drag and drop the layer into the Contents pane Export the data to Feature Class Right-click the output from above tool > Select Sharing > Overwrite Web Layer. On the Overwrite Web Layer pane, select the hosted feature Layer and click OK. When prompted with the warning message, click OK. Click the Overwrite Web Layer pane > Configuration. Click Configure Parameters. Under Time zone, select the desired time zone or "maxRecordCount" (screenshot attached for reference) Click Analyze then Publish. Method 2 : Editing from ArcGIS Server Admin endpoint (Please note that this is a more severe approach and need understanding of the changes you are making) Furthermore, I would suggest that utilize the ArcGIS Pro method as it allows you to have an easy method to achieve the result as well as allows you not change things from the different endpoint which is much better approach Hope it helps! -Archit
... View more
08-28-2023
03:08 AM
|
0
|
0
|
1972
|
|
POST
|
Hello @mshanaghan , It doesn't seem that there is a possible way to directly creating related table directly from Portal for ArcGIS. I tested with several methods and none let us achieve this. However, there is a template named "Vineyard Management" you can utilize that but I don't think that will fulfill what you are looking for. I would also suggest you can submit an idea on ArcGIS Ideas with proper justification for future. Hope it helps! -Archit
... View more
08-28-2023
01:24 AM
|
0
|
2
|
2875
|
|
POST
|
Hello @TanuHoque, Thanks for sharing this. I tried this on our ArcGIS Enterprise 10.8.1. However, sadly the problem still persists with printing services from Hosting Server. It perfectly works if the map contain other ArcGIS Servers. In order to further troubleshoot the issue I created a separate environment of ArcGIS Enterprise 10.9.1 in a different domain with similar configuration i.e. One machine where all components are installed and other where only Web Adaptors are configured and the problem persists on this as well. This drives me to think that the problem could be with architecture configuration of this type but not too sure as of now. Additionally, I am attaching the script for your reference perhaps I have missed something here. Note: I have tried with registered paths as well. A similar folder exists on ArcGIS Server machines as well (from where .ags files are being refereed.) I am working on troubleshooting this further. I will keep you posted with progress. -Archit
... View more
08-28-2023
12:40 AM
|
0
|
0
|
4956
|
|
POST
|
Hello @CodyPatterson, There are several approaches we can take here. However, I would like to bring a bit of attention to the point and I assume that if you are using other ArcGIS Server roles, they would also be federated with Portal for ArcGIS making the Portal for ArcGIS authentication a single entry point for access for any component within the enterprise There are several approaches we can take for the scenario you mentioned one could be configuring a "Reverse Proxy" and then configuring Portal to use the reverse proxy by following the below documentation: Integrate your portal with a reverse proxy or load balancer You can install your Portal Web Adaptor on a designated Web Server in the DMZ that handles routing requests back to your portal internally. The Web Server would be identified by the reverse proxy alias (typically a DNS), and you can configure the Web Adaptor as you normally would with a Web Adaptor installation that leverages a DNS. This means that when configuring it you need to make sure you use the ntranet URL in the Web Adaptor configuration page as opposed to the default localhost (i.e. the URL for configuration would be https://webAdaptorHost.domain.com/webAdaptorName/webadaptor) A very important thing to understand before delving into this process is that it affects your portal's WebContext, so it would be recommended to set that up before installing the applications, and especially before federating any ArcGIS Servers to the Portal. I would also recommend to review the document above as it considers the process with greater detail. Additionally, make sure you plan how it would be set up in your own environment as some environment-specific variations implemented by your own IT might require a different level of implementation. Additionally, a good document to start can also be the one mentioned below but you would have to tweak a few things as per requirement in your scenario: Deployment Patterns for Exposing ArcGIS Enterprise Secured Services to External Users You can utilize these a basis to start with and further tweak the diagrams you have been building. Hoe I was able to get you a starting point. Hope it helps! -Archit
... View more
08-27-2023
03:15 AM
|
1
|
3
|
6535
|
|
POST
|
Hello All, I am stuck with kind of a similar problem. We have an external CSV from where want to verify the entered code. If the entered code is correct then show the rest of the questions and if the value entered in code is correct we want to provide suggestion saying that entered code is incorrect but the survey doesn't seem to try and meet the condition. We have the following if statement We pull the code value from CSV in a field name (code) as hidden and use the following calculation if(selected('${code}'='${enter_security_code}','${code_check}') and selected(${code}!='${enter_security_code}'),'${check_the_code}','${code_check}') But this seems to error out a below: It would be great if I can get any suggestions as to why this is not working. Any help would be highly appreciated. -Archit
... View more
08-26-2023
10:01 PM
|
0
|
0
|
3349
|
|
POST
|
Hello @Kristofer , I believe what you are looking for is display the table in Survey form itself. I believe that is not possible at this moment (I will run some tests on it). However, I can recommend using the available question types like "select_one", "text" or "integer" (depending on the need) to present these as question. You can also add restriction on input if that is needed. As sample may look like below: I will share more details if I get those after tests. Hope it helps! -Archit
... View more
08-21-2023
05:24 AM
|
0
|
1
|
2601
|
|
POST
|
Hello @RedaAli Including the points which are mentioned by @George_Thompson I would also recommend going through "How To Upgrade to ArcGIS Enterprise 11.x". This is highly detailed and covers mostly all considerations to be made for ArcGIS Enterprise 11.1 Hope it helps! --Archit
... View more
08-21-2023
04:15 AM
|
1
|
0
|
1747
|
|
POST
|
Hello @Ranga_Tolapi As per my understanding there is no similar method as well as not recommended also on higher version. However, as you are looking for 10.9.1, I would recommend looking in the "Reconfigure" option available in Portal Admin. "The reconfigure operation re-creates the index service metadata, schema, and data in the event it becomes corrupted. This operation may take a while to finish. During this time, the index service may not respond to index queries. Keep in mind that reconfigure may not address out-of-sync indices, where the counts in the database and index do not match." For more details refer : Reconfigure Hope it helps! -Archit
... View more
08-21-2023
04:09 AM
|
0
|
0
|
2112
|
|
POST
|
Hello @RiccardoKlinger , We can try to narrow down the cause of this preferably trying some steps and once we narrow it down could come up with a fix. Hence, I would like to request if you could please try/confirm the following: What is the Authentication in Portal for ArcGIS like ArcGIS Logins or Enterprise logins? Have you imported "Root", "Intermediate" and "CA" certificates to Portal? What happens if we try to connect ArcGIS Pro using "7443" URL e.g. https://portalmachine.domain.com:7443/arcgis What does it show in ArcGIS Pro Logs? This can be launched by pressing Ctrl+Alt+M while ArcGIS Pro is open For more information on utilizing and analyzing refer to this Start Diagnostic Monitor Hopefully this helps you narrow down the issue. -Archit
... View more
08-21-2023
03:59 AM
|
0
|
0
|
2134
|
|
POST
|
Thanks @ChadKopplin. These comments are really helpful. As per both our experiences the upgrades should go smoothly without any issues. However, upgrading to ArcGIS Enterprise 11.1 would discontinue the usage of ArcMap service. Hence, I am thinking of going to 10.9.1 first and see if everything works out and I will also have a fallback service from ArcMap (in case something goes out of expectation). I will keep you posted if I successfully solve this by upgrading the system. Thanks for all the valuable comments @ChadKopplin @TanuHoque @David_McRitchie. Much appreciated. -Archit
... View more
08-21-2023
03:47 AM
|
1
|
0
|
5021
|
|
POST
|
Hello @SamehMahmoud77 Including the answer to the queries by @JessicaLM. It would also be helpful if you share the following (If possible): Screenshot of the "Console" Tab of "Developer tools https://support.google.com/docs/thread/1873663/collecting-console-logs-chrome-browser-only?hl=en We traffic HAR logs ref : https://support.google.com/admanager/answer/10358597?hl=en Additionally, have tried clearing the browser cache and trying to "Add member" after that. Hope it helps! -Archit
... View more
08-17-2023
02:47 AM
|
0
|
0
|
1544
|
|
POST
|
Hello @Ivy_Hinson From what I can understand you want to utilize the "Share a Web Map" option in ArcGIS Pro and share it to ArcGIS Online where the feature class you are working with has "Attachments enabled". As per my understanding that can be achieved. To give a brief idea, when we share a web map, it will publish the following (In case of ArcGIS Online): A Web Map A Feature Layer (hosted) A service definition file The hosted Feature layer will contain the attachments which you are mentioning. For more detailed understating, I would recommend following documentations: Share a web map Author a web map Operational layers in web maps Hope I was able to assist with this. -Archit
... View more
08-17-2023
02:33 AM
|
1
|
0
|
918
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Monday | |
| 1 | a week ago | |
| 1 | a week ago | |
| 5 | a week ago | |
| 3 | a week ago |