POST
|
Henry- Thanks for your reply. Since I work in the government sector, open source (i.e PostgresSQL) is not an option. SQL Server seems to be the standard with the IT here so I think I am going that route. It sounds based upon your email that you are recommending a 4 core SQL Deployment so I would need to purchase two licenses of SQL (does this sound correct?). As you seemed well versed in SQL, what would be the case where you would need a Enterprise version of SQL to run a Enterprise GIS as compared to Standard.
... View more
03-05-2021
10:16 AM
|
0
|
1
|
1964
|
POST
|
I am confused and have been conflicting information how many SQL Server licensesare really needed for ArcGIS Enterprise. Here locally we are planning a implementation of Enterprise and the main remaining question I have is how many licenses of SQL are needed. Its my understanding that SQL licenses are licensed in packs of two (2 core license packs), and according to an implementation guide it recommends 4 cores for the database server, hence the reason 2 licenses would be needed (this comes from a guide published in 2018). Does this sound accurate? Does it matter really which version of SQL is used Express, Standard, or Enterprise? I can't find many good resources and I cant move forward with a purchase without this information. If it helps I would say there would be a max of 20 editors at the same time and that is likely a high estimate. My understanding is the portal that has any webmaps doesn't use the SQL, so I don't think that would be an issue, but if I were to estimate in the future how many instances of the webmaps to be pinged in the future I would estimate 1000 a day , if that makes any difference. Any suggestions? I don't want to waste money on any unnecessary software purchcases but I am lost and trying to find answers. If it helps we are planning to purchase a M640 Dell Server with 3 blades as the main database server., my understandings its like 3 servers in one. Thank you Spencer
... View more
03-04-2021
03:54 PM
|
1
|
3
|
2149
|
POST
|
Ben- Below are some responses. I am learning as I go so I appreciate any additional feedback you can provide. My current thought is to have a 2 server configuration with a SAN for increased storage each with 32 GB Ram and each having 4 cores. I am trying to plan for now and the future but these servers/SAN would be also hosting a repository of asbuilts and drawings associated with installation facilities as well having backups. With all that being said does ESRI have folks that can work to make recommendations. I am under a ELA but not sure if there is this type of support as part of the agreeement. Thanks Spencer Some considerations and questions I ask before I do a deployment are: What capabilities do you need? Initially a multiuser editing environment (enterprise gdb), then eventually portal, web maps, apps. How much downtime can users experience? (This leads to the next three questions) Not sure what this questions is referring to. The ideal would be to have users editing and viewing to not have performance issues and lag. Does the environment need to be highly available? (Active- Active This doubles the amount of machines and licenses usually) Again not sure what this means, the environment would be accessible via a LAN, I don't quite understand how web editing work so I am not sure if this is what you are referring to being highly available Do you want a backup system in place? (Active-Passive This doubles the amount of machines but since only one Enterprise is running at a time you can reuse the licenses) Yes, backup is desired and planned. What sort of data will be stored in the Enterprise system? (This helps you to understand the amounts of data you are likely going to need to store and backup) Vector/Raster Data, maps, eventually webmaps and other items associated with Portal How many people will be administering the system?(How simple does the system need to be so that the admins don't get overwhelmed by the amount of work. Leads into the next question as well.) I envision maybe 1-2 people part time administering the system. I guess another question is this a full time job, isn't most of the work just managing permissions Do you want everything on one machine or each capability to have its own machine? (This depends on the capabilities you want as some need to have their own server for basic performance. Single site vs multi site build) I think we planning to using two servers to balance the load as that seems recommended. What load are you expecting? (Internal users only?, External users?) Here at my location we have about 80 GIS users at varying levels. I would expect about half to actually edit data and half to just be users. As for external users accessing web maps, thats really hard to gage at this point as I work on a military base but I would think no more than 100 individuals would be accessing the portal at one time even thought the total installation population is over 30,000 (soldiers, government staff, and contractors) Most of my builds use the following principles: 4 Cores, 8GB RAM is a minimum for all capabilities (Note: Minimum means it will start, users will not have a very good experience using the minimum!!) According to what I read I thought you had to have 16 GB Ram at a miniumum Using the above advice if I was building a test deployment of Enterprise (ArcGIS Portal, Server (Hosting), and Datastore (relational)) on a single machine I would be looking at 4 core and 24GB of RAM. For a multiple machine deployment for the same ( 3 machines with Portal, Server and Datastore on their own machine) I would look at each machine being 4 core 8GB of RAM. Again the above machines would not deal very well with more than 5 or so users and a handful or services. I would start off with 4 core and 12GB for each service in a multi machine deployment. I'm sure I've missed obvious things above so I'm more than happy to discuss! Thanks, Ben
... View more
05-19-2020
05:30 PM
|
0
|
1
|
1883
|
POST
|
Derek- Thanks for providing the links. I will take a look and if I have further/questions comments as it relates I will post on this thread. Spencer
... View more
05-18-2020
07:54 PM
|
0
|
0
|
1883
|
POST
|
I have been trying to do my homework when planning to eventually implement ArcGIS Enterprise but I have found limited resources finding information related to adequate hardware, infrastructure, architecture for running Enterprise. I am trying to plan for success but I having a hard time answering questions how many cores should new servers have, how much ram, etc.. I am in organization with about 75 users, probably 20 of which would possibly edit. Its really hard to say how many viewers once portal is deployed with web maps (located at a Military Base). Does anyone have any suggestions or links that might offer some assistance.
... View more
05-18-2020
05:37 PM
|
1
|
5
|
2115
|
POST
|
I go to activate the Production Mapping extension in ArcGIS/Catalog and it indicates next to the name of the extension (License not available). What does this mean? I am pretty sure I have a license for this extension but why would it read not available. Is there something I have to do to make it available? I can select the checkbox and make a check but after closing the dialogue box, the extension still doesn't activate. With other extensions where I don't have a license and when I try to activate I get the message "The extension could not be activated. There is no Aviation Charting license currently available.
... View more
02-11-2019
05:26 PM
|
1
|
2
|
2913
|
POST
|
Randy- Appreciate your help with this. Correct me if I am wrong but the way the code was written would be appropriate if one was running the code from say idle or the command line, right? If I plugged this into the field calculator I wouldn't need the first line of code layer = 'layerName' # your layer or shapefile as well as line 4 field2= "waterUtilityNodeIDPK" # field to update , right?
... View more
09-26-2017
09:23 AM
|
0
|
2
|
2076
|
POST
|
I have some python code that does sequential numbering which works and I would think I need some type of if then statement to only add a sequential number at the end if more than one value . I am a novice to python and have taken some course work but programming doesn't come natural to me. I really struggle. Willing to to learn just need help and hints.
... View more
09-22-2017
04:19 PM
|
0
|
0
|
2076
|
POST
|
I would like help with the proper python script to field calculate a fields value from two separate fields plus a sequential number when there is more than 1 record with the same facility number. Basically build a expression where the fields rpsuid + facilityNumber + sequential number if more than two records with the same facility number. The field waterUtilityNodeIDPK I populated manually to show what I would like the result to look like. Please notice the record number with the facility number named Comm where there is only one record. In the IDPK field the value is 6705Comm with no sequential number since there is only one.
... View more
09-22-2017
04:12 PM
|
0
|
13
|
4526
|
POST
|
The data is on a server or a networked location, but I never had any issue with data being stored on a network and not being able to export. The map does have some raster graphics as well that I forget to mention.
... View more
06-01-2015
02:27 PM
|
0
|
2
|
1235
|
POST
|
I am trying to export a mxd file to a pdf or any other image format. The map has some gradient fills, Euclidean buffer rasters, transparencies, etc. The .mxd file is about 4.75 mbs. I am having issues exporting the map to a dpi higher than 200 and this even takes a couple hours to complete. When I try to export at 250 or 300 dpi, ArcMap eventually crashes and I am left with a mxd that I can't export at a reasonable image quality cannont and create a electronic copy that is easily accessible for those without GIS. Any suggestions?
... View more
06-01-2015
02:02 PM
|
0
|
4
|
5023
|
POST
|
Lance- If you provide a FTP site where I can post the files or I can send you a link to a location where you can download to take a better look with what I am dealing with on my end. Additionally do you think running a data recovery software would be of any use to track down geodatabase, if the last known occurence there was a potential for some of the files to be locked while I did that copy and paste which caused my current issue to occur (unusable geodatabase files)? Spencer
... View more
05-21-2014
09:38 AM
|
0
|
0
|
276
|
POST
|
Lance- So I guess I am out of luck. Any other solutions other then using the last backed up copy I have available? If I contact ESRI technical support will they possibly be able to do anything additional that you haven't already suggested. -Spencer
... View more
05-21-2014
08:45 AM
|
0
|
0
|
1864
|
POST
|
When I refered to the signature file I am referring to the (gdb) that every file geodatabase needs for the ArcGIS to read the file as a geodatabase. When I copied and pasted another (gdb) from a another existing geodatabase. ArcCatalog shows the geodatabase symbol, (gray cylinder) but when trying to open it further I get the message "This release of the GeoDatabase is either invalid or out of date. [Invailid Geodatabase release]." I got the same message running the recovery tool, even though as I mentioned the geodatabase was a either a geodatabase created in 10.0 or it was upgraded from a 9.3 release to 10.0 suing the database properties before this happened.
... View more
05-21-2014
06:51 AM
|
0
|
0
|
1864
|
POST
|
Lance/Ron- The FGDB was a 10.0 version thats why that error about it being invalid or out of date is perplexing. I created a new file geodatabse in Arc 10 and then pasted the (gdb) signature file as it was missing this file, but this didn't work either. I have been trying to figure out what files are missing but when I try to google file geodatabase file components, I don't get anything that tells me the file components. Am I completly out of luck or is there still a chance the file is recoverable? -Spencer
... View more
05-20-2014
04:02 PM
|
0
|
0
|
1864
|
Title | Kudos | Posted |
---|---|---|
1 | 03-04-2021 03:54 PM | |
1 | 05-18-2020 05:37 PM | |
1 | 07-08-2011 12:14 PM | |
1 | 02-11-2019 05:26 PM |
Online Status |
Offline
|
Date Last Visited |
08-30-2024
09:34 PM
|