|
IDEA
|
I agree. In learning the Report tool in Pro, I believe I have searched and reviewed all of the available online help resources. The Report tool appears to provide tabled data only, and there is no way to include maps, aside from inserting a static image on the report cover. In my application, I was hoping to show the point locations of some Workforce assignments on a map, and then have the table of results follow. The Survey123 Feature Report tool, which leverages Word templates, works very well, and is easier to configure directly.
... View more
05-12-2020
12:33 PM
|
0
|
2
|
1816
|
|
IDEA
|
I concur with the need and with the other respondents' comments. We recently installed ArcGIS for Enterprise 10.8. We figured out how to access Survey123.arcgis.com through our portal. When we test the handy-dandy Feature Report tool, we get an error (preview or generate report) "Unauthorized: NTLM, Negotiate." These settings were enabled in the authentication setting on the webadaptor as per another Esri resource. We would also like to see this style of report creation (Word templates) available in ArcGIS Pro as a replacement to the current Reporting tool.
... View more
05-12-2020
12:10 PM
|
0
|
0
|
8042
|
|
POST
|
Hi. I am working with the Report tools in ArcGIS Pro 2.5. The data source is the attribute data from a Workforce assignments feature service. I cannot figure out how to add a Pro map, the dispatcher web map or similar to the report showing the assignment locations for example. This blog suggests that maps can be added to Pro reports (Print reports from ArcGIS Enterprise web apps). What am I missing or doing wrong? I have a small amount of experience with Crystal Reports and SSRS. Many thanks.
... View more
05-06-2020
01:17 PM
|
0
|
0
|
3303
|
|
POST
|
Hi George, thank you again for your help. I will get out IT group involved as they need to be the ones adjusting/adding the memory. I am guessing about 100 feature and/or map services, though many are for data query. We are going to set min=0 on all the services that don't see much activity later today. Looking forward to reviewing the wiki doc. Thank you, Jay
... View more
04-13-2020
10:04 AM
|
0
|
2
|
2703
|
|
POST
|
Hello George, thank you for you the quick response. We have 16 gig of memory on the ArcGIS for Server machine, all of it dedicated to Server. When our IT group looked this morning, when the 130+ arcsoc.exe instances were active, 88% of the memory was being consumed. I don't know the answer to your question regarding memory use when the platform is not experiencing a slow down. Regards, Jay
... View more
04-13-2020
09:46 AM
|
0
|
1
|
2703
|
|
POST
|
We have noticed for many months an afternoon slowdown (~3:00pm on) when working in ArcMap (Pro does not seem to be as affected). Now that we are working from home, the issue seems to plague us somewhat throughout the day. Further, when I rec and post in ArcCatalog, I no longer see the status window, and when I assume the process is finished, I have to close AC with the Task Manager, and then reopen. I can understand home connectivity, routers, bandwidth, etc. causing some of this slowdown, but I would not expect this when connected directly at our office. We have ArcGIS for Server 10.7.1, enterprise geodatabases 10.7.1, and ArcMap at 10.7.1. Pro is at its latest version also. We are not a large user of the platform, but do have services published to Server for editing in web maps and apps. I noticed in reviewing the Stats in Server that one service (having a couple dozen editable layers) was getting the majority of the requests when the user was doing some editing. I have no frame of reference (is this a lot of requests or unusual?), but I don't think this editing was causing the overall slowdown. In Windows Task Manager on the Server machine, we did notice there were many (130+ as of this morning) arcsoc.exe instances(?) running. All were using no CPU resources, but had consumed 99% of the memory. My colleagues and I are outside of our wheelhouse, so we are asking for input on what could be causing this routine slowdown. Many thanks!
... View more
04-13-2020
09:26 AM
|
0
|
6
|
2763
|
|
POST
|
Alix, Yes, it was a privilege issue on the feature dataset and table....embarrassed I am! Regards, Jay
... View more
04-03-2020
09:47 AM
|
1
|
0
|
2450
|
|
POST
|
I may have identified a privilege issue, lack of, on the feature dataset and table, testing now.....sigh....
... View more
04-01-2020
09:02 AM
|
1
|
2
|
2450
|
|
POST
|
We are trying to find an application and workflow to record multiple events over time on single features. We routinely treat sanitary sewer gravity mains to remove tree roots. Each treatment carries a warranty expiration date. Historic and current practice is to retreat the gravity mains prior to the warranty expiration date - whether the mains need treatment or not. We would like to modify this workflow considerably, for example, to add camera inspections and reduce unnecessary treatments. We have a related "Roots" table (with fields: object ID, facility ID, treatment date, warranty expiration date, and global id) joined to the gravity main feature class. The relationship class is one to many, one gravity main to many treatments, using the facility ID in each as the key fields. We are wanting to create an application that allows the related table to be updated. We have been exploring the Smart Editor widget and using WebAppBuilder to configure the application. The Esri online Smart Editor help documentation and related blogs suggest this widget can update related tables. I enable smart editor in the WAB app. If I click on a feature in the app map that had prior root treatment, the facility ID is shown (uneditable which is correct) and the date fields show the last treatment and expiration dates. I can edit these fields to other dates (using the drop down calendar tool), save them successfully, and move on to another feature, or close the widget. If I click on a feature not having prior root treatment (the dates fields are blank) I can insert the dates (using the calendar tool). However, I receive an error and I am unsuccessful in saving the changes, or closing the tool. The feature dataset and table are registered as versioned. The feature service is editable (add, delete, update), published to our Server site (10.7.1), using an edit version of the gravity main feature class and related root table. The edit database connection is registered with our Server. We want to review the edits before reconciling and posting them to our enterprise sde. Any help on the error would be appreciated, along with app solution suggestions. Many thanks.
... View more
04-01-2020
07:39 AM
|
0
|
3
|
2539
|
|
POST
|
George, thank you for the quick reply, and thanks for doing some digging on the issue! Regards, Jay
... View more
03-30-2020
12:51 PM
|
0
|
0
|
1852
|
|
POST
|
George, I understand and can replicate when it comes to reading versioned data within an active T-SQL window but saving it as a view accessible from ArcCatalog is where the problem lies. Sql Server rejects having exec as the first line when saving as a new View in the database. “Incorrect syntax near exec”. Any thoughts?
... View more
03-30-2020
11:54 AM
|
0
|
0
|
1852
|
|
POST
|
We are having trouble creating a spatial view on a versioned dataset in attempt to link the most recent inspection (stored in a SDE related table) with an Asset (SDE Feature Class). The relationship class is a one to many as there can be multiple inspections over time occurring at the same asset location. We can create SQL queries in SQL Server using the setcurrentversion() stored procedure; however, we can’t figure out how to incorporate that stored procedure into creating and saving a new View (if this is even possible?). Our current SDE database structure is multi-versioned, e.g., Default – QA – Edit. Ideally, we would have a spatial view linked with the edit version so that we can dynamically symbolize (i.e. days since last inspection) for field staff to prioritize locations and see real-time updates. We use ArcGIS for Server 10.7.1 and our SQL Server geodatabases at are 10.7.1, as is our ArcMap clients. Pro is at the latest released version.
... View more
03-27-2020
11:14 AM
|
0
|
5
|
1961
|
|
POST
|
I meant to follow-up this thread back in June, my apologies. I was never able to get the web map operational after using the Assistant. I learned from Esri tech support that this utility is not supported by Esri, so use at your own risk. I had to rebuild the web map.
... View more
03-17-2020
06:29 AM
|
0
|
0
|
1636
|
|
POST
|
Hi Henry, Great! I wanted to make sure I got our experience out there in GeoNet. It sounded like this was a first for the Esri tech we were working with (who was quite helpful through it all). Thank you again for all of your help, much appreciated. Regards, Jay
... View more
02-26-2020
06:21 AM
|
0
|
0
|
2319
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2025 08:30 AM | |
| 1 | 09-09-2025 08:47 AM | |
| 1 | 03-07-2024 08:33 AM | |
| 1 | 10-17-2025 11:09 AM | |
| 1 | 07-24-2025 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|