|
POST
|
Is this a bug that can be fixed via code? I cannot reproduce, but apparently, it is an issue for some users. Thanks!
... View more
04-17-2015
01:08 PM
|
0
|
0
|
2066
|
|
POST
|
See attached picture. Why do the whitelines occur? How do I get rid of them? This is a JavaScript API web client. Thanks.
... View more
04-08-2015
06:35 AM
|
0
|
5
|
6390
|
|
POST
|
The challenge we are facing is to implement feature level security, but this is not supported at the database level, and historically, at the GIS service level (or this has been very difficult). We intend to implement custom logic at the web or GIS server tier to implement security and enforce complex workflows for editing the GIS data; consolidate our features in the GDB. Overall, there are no published limits to objects in an Enterprise GDB like there are for FGDB.
... View more
03-27-2015
08:25 AM
|
0
|
1
|
1571
|
|
POST
|
Thanks. What strategy would you recommend to implement row level security using Microsoft SQL Server with ArcSDE?
... View more
03-27-2015
08:09 AM
|
0
|
15
|
1571
|
|
POST
|
Yes, we have over 100k tables based on an implementation mainly due to security requirements (no row level security). It takes a long time to connect to GDB and it does not fully compress. We are in the process of migrating to a more manageable number of tables and implementing an SOI to secure GIS services. I need to know if there are any published or non-published limits to the number of GDB objects. I was hoping this may help us determine before we hit the threshold or if we have already passed it. Thanks.
... View more
03-27-2015
07:07 AM
|
0
|
17
|
1571
|
|
POST
|
Thanks for your reply. Is there any online reference to maximum "usable" limits? At what limit will people run into problems? Thanks!
... View more
03-27-2015
06:52 AM
|
0
|
19
|
1571
|
|
POST
|
What is the maximum number of tables/feature classes for an Enterprise GDB? Is there a similar reference for ArcSDE using SQL Server? http://resources.arcgis.com/en/help/main/10.2/index.html#//018s00000002000000 This is from Microsoft: https://technet.microsoft.com/en-us/library/aa933149%28v=sql.80%29.aspx Thanks!
... View more
03-27-2015
06:37 AM
|
0
|
21
|
7105
|
|
POST
|
Thanks. They have tried the FREEHAND tool and do not like it. As is, the POLYGON tool is annoying for the following reason: *It only allows you to insert points if you stop the mouse and click. *If you click while moving the mouse, it pans the map. (when you would expect a point to be inserted). Thanks again!
... View more
03-26-2015
01:52 PM
|
0
|
0
|
534
|
|
POST
|
Currently, when moving the mouse, you cannot insert points. This can only be done when the user stops moving the mouse. My users think this is really annoying. Can the code behind the draw POLYGON tool be altered or is it hidden? Thanks! this.drawToolbar.activate(Draw.POLYGON);
... View more
03-26-2015
12:54 PM
|
0
|
2
|
4044
|
|
POST
|
I am still having problems. Is the dash in the server name an issue? Should I rename the server? All suggestions welcome. Thanks!
... View more
03-24-2015
07:48 AM
|
0
|
3
|
3280
|
|
POST
|
This step is not in the following directions? Enabling SSL on ArcGIS Server when accessed through the ArcGIS Web Adaptor http://resources.arcgis.com/en/help/main/10.2/index.html#//015400000600000000 I cannot verify Step 4 below with the selfsignedcertificate or my own that I create. Enable SSL for your site Steps: Log in to the ArcGIS Server Administrator Directory at http://gisserver.domain.com:6080/arcgis/admin. Browse to security > config > update. For the Protocol parameter, choose the HTTP and HTTPS option and click Update. This will automatically restart your ArcGIS Server site. After your site is restarted, verify that you are able to access the URL https://gisserver.domain.com:6443/arcgis/admin. If you do not get a response from this URL, ArcGIS Server was unable to use the specified SSL certificate. Check your SSL certificate and configure ArcGIS Server to use a new or different SSL certificate. If you are able to access the URL https://gisserver.domain.com:6443/arcgis/admin, browse to security > config > update. For the Protocol parameter, choose the HTTPS Only option and click Update. ArcGIS Server is restarted. Once the server restarts, test that you can access the HTTPS URL of ArcGIS Server, for example, https://gisserver.domain.com:6443/arcgis/rest/services.
... View more
03-23-2015
06:16 AM
|
1
|
0
|
3280
|
|
POST
|
I cannot successfully configure AGS with HTTPS. With the selfsignedcertificate or one that I create, when I choose "HTTP and HTTPS", the server properties never change. It always stays HTTP only. I cannot get past step 4 below. Please see my attached screenshots. I appreciate any help. Thanks!
... View more
03-22-2015
02:10 PM
|
0
|
7
|
7203
|
|
POST
|
I get the error with this code: var g = this.polylineGraphics.graphics[0]; var clone = lang.clone(g); ... where as polylineGraphics: this.polylineGraphics = new FeatureLayer({ layerDefinition: { geometryType: 'esriGeometrypolyline', fields: [{ name: 'OBJECTID', type: 'esriFieldTypeOID', alias: 'OBJECTID', domain: null, editable: false, nullable: false }, { name: 'name', type: 'esriFieldTypeString', alias: 'name', domain: null, editable: true, nullable: false }] }, featureSet: null }, { id: 'polylineGraphics', title: 'polylineGraphics', mode: FeatureLayer.MODE_SNAPSHOT });
... View more
01-15-2015
01:42 PM
|
0
|
0
|
956
|
|
POST
|
I get the following error when trying to clone a grahic: Uncaught TypeError: Cannot read property 'path' of null If I cannot use Dojo lang.clone to copy a graphic, then can someone provide some sample code to do this? I need to make a copy of a graphic, change it's name attribute, and add it to a FeatureLayer. Thanks!
... View more
01-15-2015
12:05 PM
|
0
|
4
|
5222
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-19-2019 10:17 PM | |
| 1 | 06-23-2012 10:49 AM | |
| 1 | 05-11-2017 06:33 AM | |
| 1 | 03-23-2015 06:16 AM | |
| 1 | 12-19-2017 12:21 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|