|
POST
|
In ArcMap 10.5.1 I have a user whose Raster GRIDS would not appear in her MXD after upgrade (from ArcGIS 10.3.1). We resolved this by running the Build Pyramids and Statistics tool on the users data. This allowed the GRIDS to appear on the map, but now the GRIDS appear to be offset to the east by about 1 mile form the underlying geometry (e.g., a road feature class) when seen in Data View in ArcMap. When other users login to the same machine and load the same GRID and road layers the data lines up as expected. We have already cleared the normal.mxt, HKLU for the users registry, and repaired ArcGIS Desktop 10.5.1. As stated, the odd thing is only one user on the machine has the problem. When other users open the same MXD (when logged in as themselves) they don't have the issue. Rich
... View more
12-06-2017
02:15 PM
|
0
|
14
|
3804
|
|
POST
|
are you sure it is not opening on your second screen or is minimized? If the above is not the case try deleting \HKEY_CURRENT_USER\Software\ESRI\ArcGISPro\Licensing. This key will be recreated the next time you start ArcGIS Pro.
... View more
12-06-2017
12:16 PM
|
1
|
3
|
4436
|
|
POST
|
Within a python program you can do this to get the values from the Model Process that called it. #Check to see if we have the expected number of parameters, in this case 2 if arcpy.GetParameterCount !=2: print "Script requires two arguments (table file name and a field name)." raise Exception # Gets the value from the Model Process theFileName= arcpy.getparameterastext(0) theFieldName= arcpy.getparameterastext(1) Some coders also use theFileName= sys.argv[1].lower() theFieldName=sys.argv[2].lower() In this case sys.argv[0] would be the name of the 'program' itself. Rich
... View more
12-06-2017
11:58 AM
|
0
|
4
|
3669
|
|
POST
|
In this case adding the port number to the license server name 27004@myLicenseServer appeared to fix the issue. We had tried the FLEXLM_TIMOUT=5000000 (5 seconds) but that appeared to have no impact on this issue since the 'you are not licensed' window would pop up immediately after starting ArcMap (no 5 second delay was seen). I also found that the registry setting for in [HKCM\SOFTWARE\WOW6432Node\ESRI\License10.5] for the "DESKTOP_CONFIG" key was set to "FALSE". I changed this to TRUE to match my other working installations. How this became FALSE is unknown. Note - the office location with the problem was using a VPN as well. Thanks for the ideas :-). Rich
... View more
12-06-2017
11:49 AM
|
1
|
0
|
10380
|
|
POST
|
As requested. I also installed ArcGIS Pro on this machine. I have Pro setup to use Concurrent Use licensing and the licenses area installed on the same server as ArcGIS Desktop licenses. Interestingly ArcGIS Pro can reach the server and get a license (Basic) while ArcMap, on the same machine, cannot. Rich
... View more
12-05-2017
10:18 AM
|
0
|
0
|
10380
|
|
POST
|
yes the ArcGIS license manager is at 10.5.1. Note - it is not a user environment issue since multiple people have had the same issue on this machine. Rich
... View more
12-04-2017
04:35 PM
|
0
|
0
|
10380
|
|
POST
|
In ArcGIS Desktop 10.3.1 (and now ArcGIS Desktop 10.5.1 after upgrade) I have a computer were ArcMap will not start. When I attempt to start ArcMap (or ArcCatalog, ArcScene, etc.) it says 'You are not licensed for ArcGIS for Desktop Basic. Use the ArcGIS Administrator to view the software available'. When I run ArcGIS Administrator it shows I've select Basic and that I have many BASIC licenses available. Pinging the license server returns the expected IPv4 results. I've check the IPv4 connection and it is active (vs. IPv6). Ideas?
... View more
12-04-2017
03:09 PM
|
0
|
5
|
16234
|
|
POST
|
Sounds like you are going to re-digitize the "graphic" and Create a new feature class? If you are giving up on defining your projection correctly then you should covert the DXF to a feature class then Georefernce the data in ArcMap instead. As a reference layer load a feature class that is in the projection that you want and contains lines or points that are shown in your CAD drawing. This could be a layer with Survey control points that are shown on your DXF or an airphoto of the area you are working with (e.g., has a road that is shown on your DXF). See details at for georeferencing: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Georeferencing_a_CAD_dataset/001000000010000000/ As a side note, at ArcGIS 10.5.1/10.4.1 they changed how what data is allowed in a project file (.prj). In the past you could include comments in your PRJ file. Now if you have comments the prj file will not be read by ArcMap. Check your .prj that came with your DXF and remove any comments. Rich
... View more
12-01-2017
09:35 AM
|
0
|
0
|
1197
|
|
POST
|
To be more precise, the Locate Features Along Routes tool in the Linear Referencing toolbox will do this for you. The output of the tool is an Event Table with point data showing where your polygons intersect your routes.
... View more
11-06-2017
02:41 PM
|
1
|
1
|
1130
|
|
POST
|
Anyone know what the a mxr file is? The first time I saw the file type was in a python error message after iterating through mxd's in a folder. It appears the .mxr files was created by python for each .mxd in the folder. This happened when I exported the mxd's map to jpeg in 10.5.1.
... View more
10-27-2017
10:50 AM
|
0
|
0
|
694
|
|
POST
|
Good news! with ArcGIS Desktop 10.5.1 and Windows 10 Build 1703 .xlsx file now work without issue. On the downside Microsoft just released a new KB, KB4041676 (OS Build 15063.674), patch on October 10th, 2017 that breaks connects to .xls file 😞 More at information on this at http://support.esri.com/en/technical-article/000016969
... View more
10-27-2017
10:26 AM
|
0
|
0
|
3388
|
|
POST
|
One issue with this solution is if you install the 2007 components then run Access 2016, Office will automatically 'upgrade' some components, which breaks this Fix. As a work around, install the 2007 components as Administrator. If your regular users do not have Admin permissions, when they run Access 2016, Office will be unable to 'auto upgrade'. Rich
... View more
09-26-2017
09:13 AM
|
2
|
6
|
7850
|
|
POST
|
This applies to ArcGIS Server 10.5 through 10.8.1 The general rule is 4-5 map services per CPU core or 16-20 services on a standard 4 core CPU. Each service can also have from 0 to ~24 instances. This rule assumes the services are in continues use (a few times a minute or greater); if you have services that are used infrequently the threads can be recyled freeing up resources. For example, if an ArcGIS Server was federated with a Portal, and the server was used to host AGOL type 'map services' produced by logged-in indivudal users then the services would only be used by the owner (unless they shared them). In those cases you could host >100 or more services on a single box -the limit being your physical memory on the server. To reduce the impact of a large number of underused services on memory, in ArcGIS Server Manager set the minimum number of instances to 'MinInstances = 0' vs. the default of 1. For ArcGIS Server 10.5 minimum physical memory is 8 GB per license installed. If Portal and ArcGIS Server were installed on the same machine then you would want 16 GB physical memory. General rule of thumb is your vitual memory should be 2x your physcial memory (i.e., 32 GB on a local disk). You cache or d:\data drive should be on a fast storage device and should start at 500 Gb with the ability to grow to 2 TB if you were using the server as given in this example. Each service takes a minimum of 2 MB of memory. CPU is 4 core, >=3.5 GHz, and should support graphics; but that is the hard one with all the changes in the last few years... 😞
... View more
08-14-2017
02:44 PM
|
1
|
0
|
3413
|
|
POST
|
Kuba, ArcGIS License Manager 10.5.1 fully supports concurrent use licensing for ArcGIS Pro. If you already have your Pro licenses loaded into the license manager they will carry over to the 10.5.1 LM when you upgrade in-place. One key NEW feature with the ArcGIS Pro 2.0 install package is the addition of several new install properties for the package. ArcGIS Pro 1.4.1 you only had one property (ALLUSES), with 2.0 you have the following: msiexec /i ArcGISPro.msi ALLUSERS=1 ESRI_LICENSE_HOST=<license server> SOFTWARE_CLASS=BASIC AUTHORIZATION_TYPE=CONCURRENT_USE So for the first time Enterprise deployments are practical. Rich
... View more
07-06-2017
09:21 AM
|
1
|
1
|
1709
|
|
POST
|
If ArcGIS full supported T-SQL we could just do WHERE DATENAME(weekday, DueDate) <> 'Sunday' or DATENAME(weekday,GETDATE()) = 'Thursday' https://technet.microsoft.com/en-us/library/ms174395(v=sql.105).aspx If your data is in a database, I would suggest calculating the Day there and save the result into a new field, then use a method similar to the one described above for mapping.
... View more
04-20-2017
02:37 PM
|
1
|
0
|
2019
|
| Title | Kudos | Posted |
|---|---|---|
| 8 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-17-2026 08:21 AM | |
| 1 | 06-15-2026 08:41 AM | |
| 1 | 06-10-2026 08:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|