POST
|
Bruce- the link is broken. Do you mind reposting, please?
... View more
03-27-2018
01:21 PM
|
0
|
0
|
7
|
POST
|
We had the same problem, and I didn't find an adequate solution on the forum, but finally got it to work: Select the table you want from the Census Bureau (factfinder.census.gov), at the Block level Unzip the archive file, and Open the .CSV file in Excel Delete the Annotated Header (Row 1) Here's where the problem occurs- Both Excel and ArcMap read the 15-digit GEO.id2 as Double Precision Float, but they BOTH display the numbers in Exponential Format, even though we didn't ask for that. If you Declare the Format in Excel, it will change back to 15-digit, and that will save in the .XLSX format, but ArcMap will still read it and display it as Exponential. You can change the Field format (Custom, 0) for the Table Properties, and it will display correctly, BUT since the GEOID10 is a string value, you need to conduct the Join using String. When you Add Field and use the Field Calculator, the string value still comes in as exponential. So, instead, Add Field in the feature polygon layer, and use the Field Calculator to put single quotes around the 15-digit string = "'"+GEOID10+"'" (there is a single quote inside both of those double quotes)\ The new String field looks like this: '130099707022052' In Excel, do the same for the GEO.id2 field using the Text function Concatenate: =CONCATENATE("'",TEXT(B3,0),"'") Export the Excel file to .CSV or tab-delimited .TXT The two string fields will now join Repeat as necessary for additional tables #census #block #attribute #join
... View more
03-07-2018
01:05 PM
|
2
|
0
|
94
|
POST
|
Thank you Jay! It astounds me that we only have two license managers on that server and they can't seem to share!! Your prescription helped them learn how to get along
... View more
03-12-2015
06:46 AM
|
0
|
0
|
516
|
POST
|
Please help with what has become a difficult solve: Running ArcGIS License Manager 10.2.2 on 64-bit Windows Server 2012 R2. Everything fine on Friday, only thing that changed by Monday was we installed our Intergraph SG&I license file for ERDAS Imagine 2015, running on the same server. Put the Intergraph license file in, and all the ERDAS clients work fine, but noticed that the ESRI clients don't work: Since then, we've cleared the firewall, re-read the license file, created and installed an new license file, uninstalled and reinstalled the license manager software, and modified the license file to set an inbound rule on the range of TCP ports. Rebooted both the manager and the server multiple times. Have not found any service packs for 10.2.2 License Manager. The FLEXnet error code means: The desired vendor daemon is down. 1) Check the lmgrd log file, or 2) Try lmreread. Does anyone have any ideas?
... View more
03-11-2015
01:09 PM
|
2
|
4
|
31456
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|