|
POST
|
We are upgrading to 10.2.1 because of the 3rd party dependencies with ArcFM, this is the latest version that Schneider Electric supports for this product. Thank you for links and tips.
... View more
04-28-2016
09:12 AM
|
1
|
1
|
1656
|
|
POST
|
Is it possible to get a list of feature classes that are used in AGS map/feature services using the ArcGIS Server REST API?
... View more
04-22-2016
09:54 AM
|
1
|
1
|
2783
|
|
POST
|
My organization has a few ArcGIS Server Sites that we are upgrading from 10.0-10.2.1, in addition to a move from Oracle to SQL Server. The ArcGIS Server sites support applications such as Geocortex and Cityworks. The intended migration from 10.0-10.2.1 is to move our physically hosted applications and services to a virtual environment, we have already identified our Virtual Machines and resource allocation based on our license agreement, however from a very high level, what are suggested best practices when upgrading and migrating ArcGIS Server Sites and associated databases? My initial thought for the order of operations for this upgrade is to 1.) Install and upgrade all ArcGIS Server 10.0 sites to 10.2.1 2.Insall all upgraded 3rd party applications on respective VMs, Cityworks and Geocortex 3.)migrate all Oracle based data to SQL server via direct connect 4.)Create MXDs for map and feature services 5.)Test applications and workflows for 3rd party applications consuming map and feature services. Should anything here be reconsidered or refined? The objective is to successfully upgrade the GIS environment based on organization and end user needs. The area that is unclear for me is the testing procedures of newly installed sites and applications. We will not support a staging environment for each of the ArcGIS Server sites.
... View more
04-21-2016
12:39 PM
|
0
|
5
|
4585
|
|
POST
|
My organization is preparing to migrate several GIS services from physical machines to virtual and before allocating RAM to the virtual machines, we need to gather the necessary requirements such as the throughput of GIS services and RAM consumed by these services. Is there a way to identify these benchmarks either in the command line or with a Python script? I would like to identify how much RAM has been consumed by each service over a certain amount of time, ideally and use that metric to plan for the virtualization of our services.
... View more
03-28-2016
02:32 PM
|
0
|
0
|
2068
|
|
POST
|
I had a hunch that I was doing something incorrect with the host and instance; I was hoping to just work locally from SQL Server Express. Is this possible, or do I need an enterprise DB setup?
... View more
03-25-2016
07:42 AM
|
0
|
1
|
1124
|
|
POST
|
I am using Esri's System Designer to design my organization's enterprise GIS. However, when launching the program and attempting to configure a SQL Server Express DB, I receive the error shown below. What is the correct way to configure a DB to work with SQL Server Express?
... View more
03-25-2016
07:27 AM
|
0
|
3
|
2974
|
|
POST
|
Duplicated form GIS StackExchange: I would like to deploy between 4 and 5 ArcGIS Server 10.2.1 instances with different licenses on one machine. Can this be accomplished by pointing the server to different ports via the web adaptor or another method? I would also have other 3rd party applications on this physical machine with 1-3 virtual machines. The ideal configuration would be a RAID with 32 Gigs of RAM on one physical machine.
... View more
03-22-2016
09:13 AM
|
0
|
1
|
1695
|
|
POST
|
.logo-med { background-image: url('capture2.png') !important; } Results in: On Wed, Mar 16, 2016 at 9:20 AM, Robert Scheitlin, GISP <geonet@esri.com>
... View more
03-16-2016
09:23 AM
|
0
|
1
|
878
|
|
POST
|
I am writing an Esri JavaScript API application and would like to replace the Esri logo with my client's logo. I have found that using logo.med allows me to replace the logo, however, there are size dependencies in the API that I cannot change. I would like my logo size to be about 85px x 29px. Here's an example of the image that I am using which appears incorrectly at the bottom right of the map. This incorrect because the image shows up 4 times. I am using .logo-med to change the logo. How can I set the CSS so that I can use the image at any size that I prefer? <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> <title>Create web map from id</title> <link rel="stylesheet" href="https://js.arcgis.com/3.16/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="https://js.arcgis.com/3.16/esri/css/esri.css"> <style>
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #FFF;
overflow: hidden;
font-family: "Helvetica";
}
#rightPane {
background-color: #E8E8E8;
border: solid 2px #B8B8B8;
margin: 5px;
width: 20%;
}
#map {
background-color: #FFF;
border: solid 2px #B8B8B8;
margin: 5px;
padding: 0;
}
.esriLegendServiceLabel {
display: none;
}
#search {
display: block;
position: absolute;
z-index: 10px;
top: 25px;
right: 1025px;
}
.logo-med {
background-image: url('capture2.png') !important;
}
</style>
... View more
03-16-2016
09:13 AM
|
0
|
3
|
2361
|
|
POST
|
I would like to use the search and geocode function in the same manner as the example that you have provided; but with that being on one page and the map and returned attributes on another. So whenever an address is entered a rquest is sent and another page opens with the marker as shown above.
... View more
03-15-2016
12:25 PM
|
0
|
1
|
1621
|
|
POST
|
Ah, thank you Robert. This is what I was looking for. Is it possible to use this workflow, however using the search function on one page and making an ajax call to return the map and attributes associated with the spatial intersection? My knowledge of the JSAPI is somewhat limited and I am learning as I go; any direction would be much appreciated.
... View more
03-15-2016
11:49 AM
|
0
|
3
|
1621
|
|
POST
|
Robert, I have added my feature layer from hosted in ArcGIS Online, what would be the best way to use InfoTemplate and SimplerMarkerSymbol to return the values from the console to my intersected feature in my popup?
... View more
03-15-2016
09:36 AM
|
0
|
5
|
1621
|
|
POST
|
I figured out the error with this, there was a typo in line 141.
... View more
03-14-2016
03:14 PM
|
0
|
0
|
297
|
|
POST
|
I still receive the errors when replacing HTTPS with HTTP On Fri, Mar 11, 2016 at 10:20 AM, Robert Scheitlin, GISP <geonet@esri.com>
... View more
03-11-2016
10:26 AM
|
0
|
7
|
1621
|
|
POST
|
I have access. On Fri, Mar 11, 2016 at 10:07 AM, Robert Scheitlin, GISP <geonet@esri.com>
... View more
03-11-2016
10:08 AM
|
0
|
9
|
1621
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-16-2017 02:33 PM | |
| 1 | 01-18-2022 07:40 AM | |
| 1 | 04-28-2021 09:29 AM | |
| 1 | 10-24-2016 12:07 PM | |
| 1 | 04-28-2016 09:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-18-2022
03:08 PM
|