Een veelvoorkomende uitdaging bij het beheren van een ArcGIS Enterprise-systeem is de noodzaak om het ontwerp en de configuratie ervan te documenteren en/of op een andere manier te communiceren. <\/P>
Meestal wordt dit gedaan door iemand die een of meer diagrammen maakt. Deze diagrammen bevatten soms fouten en/of weglatingen. En ze verliezen gemakkelijk hun relevantie naarmate het systeem verandert. De onderliggende uitdaging is dat de documentatie van het systeem niet door het systeem zelf wordt gegenereerd, maar de interpretatie weerspiegelt van één persoon op één moment in de tijd.<\/P>
GIS Enterprise Reporter is ontworpen om deze uitdaging aan te pakken door het automatiseren van het maken van documentatie-artifacten. Richt de tool op uw ArcGIS Enterprise, met administratieve referenties, en het zal documentatie genereren die omvat:<\/P>
De documentatie wordt uitgevoerd in Microsoft Excel-formaat, waardoor het gemakkelijk te delen, analyseren en markeren is.<\/P>
Deze tool is bedoeld voor gebruik door ArcGIS Enterprise-beheerders om hun systeemimplementaties te begrijpen en te documenteren. Het werkt het beste als het wordt uitgevoerd onder een referentie die ook een lokale machinebeheerder is, maar dat is niet verplicht.<\/P>
Houd er rekening mee dat deze tool is gemaakt ter ondersteuning van Esri Professional Services consultingpraktijken. Daarom wordt het niet ondersteund door Esri Technical Support. Alle verzoeken die door de tool worden uitgegeven, worden ondersteund door ArcGIS REST API<\/A> operaties. <\/P>U kunt de tool hier downloaden: https:\/\/github.com\/EsriPS\/gisenterprisereporter<\/A>. De .zip bevat zowel de uitvoerbare bestanden als documentatie. De uitvoerbare is een ".Net Core" uitvoerbaar bestand dat zou moeten werken op elk hedendaags Windows-besturingssysteem. <\/P>De uitvoerbare is ondertekend met een certificaat dat niet is uitgegeven door een openbare certificeringsinstantie. Dus u kunt waarschuwingen (of beperkingen) krijgen van uw besturingssysteem met betrekking tot dat certificaat. Als dat zo is, volg dan de richtlijnen van uw organisatie en de privileges die aan u zijn verleend door samen te werken met de juiste IT-beveiligingsinstanties, het importeren van het certificaat in uw vertrouwensrepository, of het gebruiken van verhoogde privileges om de tool uit te voeren.<\/P>Neem contact met mij op, Danny Krouk (dkrouk@esri.com<\/A>) voor vragen of ideeën voor verbeteringen.<\/P>Dit artikel is bedoeld als het eerste in een korte serie artikelen over GIS Enterprise Reporter. Toekomstige artikelen zullen onderwerpen behandelen zoals het uitvoeren van de tool, het interpreteren van de output en het creëren van nuttige analyses uit de output.<\/P>Volgend artikel in de serie: Het uitvoeren van GIS Enterprise Reporter, Tips & Tricks<\/A><\/P> <\/P>
U kunt de tool hier downloaden:
De uitvoerbare is ondertekend met een certificaat dat niet is uitgegeven door een openbare certificeringsinstantie. Dus u kunt waarschuwingen (of beperkingen) krijgen van uw besturingssysteem met betrekking tot dat certificaat. Als dat zo is, volg dan de richtlijnen van uw organisatie en de privileges die aan u zijn verleend door samen te werken met de juiste IT-beveiligingsinstanties, het importeren van het certificaat in uw vertrouwensrepository, of het gebruiken van verhoogde privileges om de tool uit te voeren.<\/P>
Neem contact met mij op, Danny Krouk (
Dit artikel is bedoeld als het eerste in een korte serie artikelen over GIS Enterprise Reporter. Toekomstige artikelen zullen onderwerpen behandelen zoals het uitvoeren van de tool, het interpreteren van de output en het creëren van nuttige analyses uit de output.<\/P>
<\/P>
Thanks for the kind words @PrayagShah. I'm glad the tool is helpful. If you are interested, there is a separate tool, officially supported by Esri, which is catching up to the features of Enterprise Reporter. I hope that, someday soon, it will eliminate the need for Enterprise Reporter (which is not supported by Esri). This is the Configuration Reporter overview: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/introducing-the-configuration-reporter-for-arcgis-enterprise.
Thank you so much, Danny — this is amazing! I had already deployed the Enterprise environment and kept all the documentation notes with me, but this tool still provided extra information that I had forgotten (haha). It really helped me a lot. Thanks again for creating it!
I'm glad the tool is useful for you @RickeyFight 🙂
@DannyKrouk Thank you for this tool. I ran it and created a simple local html that allows for the search for layers and webapp titles. That way others in our dept can look up layers or webapps if they need service information.
@iprameshwari - Thank you for the kind words. For reasons that are not known to me, ArcGIS Server puts the layer id's in the REST services API but not the REST admin API. This tool only accesses the admin API. So, unless the product developers put the layer id's in the admin API, then it would not be in the foreseeable future of this tool. Sorry about that. - Danny
Hi @DannyKrouk! thanks for creating this awesome tool! it helped me a lot in doing assessment contents of our organization's Portal 😀
I've been searching thoroughly but I haven't found any columns in Portal Content and Server Admin's excel that represent the serviceLayerID (like MapServer/3). Is there anything like so or probably it's going to be improved in the future?
@DeanMoiler Thank you for the kind words. If you have enhancement ideas (or defects), please be in touch.
Thanks for creating this tool @DannyKrouk, I make use of it quite a bit and it's brilliant!
@LHo I see. So, you don't want *objects*, you want *classes*. I have no plans to generate classes from GIS Enterprise Reporter. Sorry.
Hi @DannyKrouk
I was more thinking a kind of adaptor or ingestion function to create at least a subset of the objects, properties, methods etc available in the arcgis python api.
For example, this works when we connect directly to a portal via https.
import arcgisgis = arcgis.GIS(url, u, p)user = gis.users.get(username)groups = user.groupsBut we have a lot of the info in the GIS Reporter output excel files / artifacts, and we could potentially use a lot of the same code if we create similar objects. Exampleimport arcgis_from_reporter as repgisgis = repgis.GIS(admin_excel_file, content_excel_file)user = gis.users.get(username)groups = user.groups
@LHo If you are asking about creating JSON objects, this is what the "migrator artifacts" button does. Be careful what you ask for ... it writes a lot of files.
Hi Danny
Thanks for providing this tool!
Just wondering are you aware of any tool that can convert these excel output files into dummy arcgis python api objects? This way we could reuse python using arcgis code without having to rely on https.
@TracyMoy I'm glad the tool is useful for you. Thank you saying so. 🙂
We just used the tool on our system. Thank you so much! Awesome tool!
Thanks Danny
I will give it a try, thanks for your help.
@ShaunGibbins - You may be interested in the "Services datasets" sheet in the Admin Excel. Each row is a unique combination of service, workspace, and dataset. So, you can see not just which repositories are referenced by a service, but also which datasets. "Manifest workspace info" also reports the repositories referenced by services (slightly different details). The question of *registered* repository is much trickier. It is not always possible to relate the repositories used by services to those which are registered (for a variety of reasons). But, "Registered Workspace Cross References" attempts to do that.
Is it possible to determine which registered datastore is in use by each service? I know I can get which database is in use from the manifest but its the datastore name I am after.I have inherited a bit of mess to unravel where datastores have been registered with different names but reference the same database, so I want to identify services that are using the spurious datastores, republish them with the correct datastore then get rid of the mess once there are no services using them.
Hello @AkmalJasman - I believe queue store is a "quiet default" at a certain release of ArcGIS Enterprise (in the Data Store). It is not another name for the Graph Store (you can add a Graph Store also). I've never seen an option to configure it (or to leave it out of the configuration). I don't know what it does. And, I've not seen any documentation that explains. Sorry that I cannot offer any clarity. To me, it is just a fact reported by the API.
I've run the enterprise reporter in purpose to understand our customer environment deployment. While we analyze the report, we find out one of the repositories categorized as "queue store" just below the relational store. Is queue store being another name for graph store?
@dgiersz_cuyahoga Thanks for the update. The app should run on Win11. If you continue to have problems after your re-download, please reach out *with screen captures* ... here or via email (dkrouk@esri.com).
Will there be a Windows 11 version released? I get a 'This app can't run on your PC' warning when starting the executable. I am using Windows 11 Enterprise.
***Edit*** My bad, I think my exe was corrupted somehow. Downloading the latest version corrected my issue. Keep up the great work!
@DannyKrouk
That is exactly what I needed. Appreciate the info!
@Daniel_C Thank you for the kind words!There is a separate executable called "er.exe" which can be used for scheduled execution of GIS Enterprise Reporter. That's kind of an historical accident. The code called by the executable is the same as that which gets called by the GUI.Section #6 in the Word document that comes with the tool discusses how to use the command-line interface. Essentially, you put your parameters in a json file and provide the file as an argument to the command-line. Here's a partial screen capture from that section of the doc:
Please note that AsynchronousExecution is no longer supported (i.e. the parameter should either be absent or the value should be "false" if it is present) ... another historical accident (sorry).Does this help?
@DannyKrouk This tool is amazing and has saved me a ton of time tracking dependencies on services/databases when we migrated our org to a new server stack last year that had a totally revamped architecture.
I would like to use the output from this this as the source data for some Power BI dashboarding that we are looking to develop to give an admin perspective of our Prod/Test/AGOL environments. The part I'm trying to work though is figuring out how to set this up as a scheduled task. I have been looking at Python subprocess and I can open the program but am struggling with the arguments. Do you have any advice for scheduling Enterprise Reported to run on an interval.
@SteveMcCarthy - Thanks for the idea (and the kind sentiment). I have worked with the ArcGIS Monitor team to help them plan their functionality roadmap as it relates to eGDBs. I had built extensions for the "classic" ArcGIS Monitor edition. I believe their design intent was to include much of what those extensions did in the core product. I have to confess that I have not followed what has come to fruition. But, it does seem like there has been interest and intent. I am sure that, if you have specific ideas, that they would appreciate hearing them. 🙂
@DannyKrouk Has there been any thought as to adding this amazing tool to ArcGIS Monitor? It would be a great fit based on the permissions required to run ArcGIS Monitor. The ArcGIS Monitor Excel Report tool and the would Enterprise Reporting Tool really compliment each other.
Great job on this tool!
Thank you,
Steve
@cboyerTucson Ha! Thanks. Virtual cookies are almost as good as real ones! 😉
Dearest @DannyKrouk , you have just saved me HOURS and HOURS of work. If I could bake you a box of cookies, you'd best believe I would. Thank you so so much for your lightning quick and immeasurably helpful reply and work on this incredible product. 🙏
@cboyerTucson Thanks for the kind words. You might be looking for:
Which gives you this kind of thing:
If that's not quite what you're after, perhaps you can tell me what is missing relative to your interests?Thanks 🙂
Hello! Thank you so much for providing this very powerful tool, we have used it quite a lot. I have a (hopefully) simple question: our organization is attempting to track down what EGDB connections were used when the map services on our stand-alone ArcGIS Server sites were published. I know I can find this information in the \arcgisserver\directories\arcgissystem\arcgisinput\[Folder]\[xyz.MapServer]\extracted\manifest.xml file, however, I am curious if Enterprise Reporter is capable of collecting all of this information into a single source? I have briefly examined its outputs and I definitely see registered data stores, but I have been unable to identify specific service database connections. Any advice is very appreciated 🙂 Thank you, kindly.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.