|
POST
|
I am writing the current date and time to an attribute in an SDE feature class that is being accessed via a FeatureServer when an edit occurs with the following: feature.attributes.sfd_edit_date = Date.now(); It works great, except the time is in UTC and not local when I view it in ArcMap. I understand that Date.now() gets me the current date in milliseconds, but how can I get the time to be the current local time and not the UTC time? Thanks. Mele
... View more
11-30-2015
04:02 PM
|
0
|
5
|
60624
|
|
POST
|
We are using Web App Builder. The web map is in AGOL and on my local machine when I open the app it prompts me for a user name and password to access AGOL. I have a proxy set up on my local machine with our organization AGOL URL in it. When we moved the WAB to another server, we no longer get prompted with a login but instead get a 403 error in Fiddler which states that the user does not have access to the resource on AGOL. Is there a setting I need to configure on the web server to get the proxy to work the same as it does on my machine? I am not concerned about the login requirement as I plan to capture that information when the user starts a session, but am confused as to why I can't even get the login on the server that I get on my local machine. Is there a permissions setting on the proxy? I noticed that on my machine the proxy application is set to anonymous, but as I do not have direct access to the web server I am not sure of its setting. Thanks for any assistance in solving this issue Mele
... View more
11-26-2015
07:22 AM
|
0
|
4
|
4345
|
|
POST
|
Chris, Sorry for the delayed response. I did not see your post. Hopefully you found a solution. If not, I believe what we ended up doing was to make sure that the Export Web Map Task had the annotation sublayers as part of its layer list as well as the parent annotation layers. I can take a look at this when I am back in the office on Monday if you still need some help. Mele
... View more
11-26-2015
07:13 AM
|
0
|
0
|
949
|
|
POST
|
How can you change the features shown in the template in the template picker? I would like to use a template from the map service that does not have all the features available for adding to the map. We are using six symbols in the layers symbology but I would like to have only one of them show up in the template picker when starting the Editor. I would like the user to be able to add only one type of feature. In my application it would be where a fire hydrant is missing in the field. I am using Web App Builder but it appears it is using the JavaScript Template Picker and Editor Widget so I thought I would ask this to JavaScript developers as well. Is this possible? Thanks for any suggestions on how to show only one type in the Template Picker. Mele
... View more
11-23-2015
05:03 PM
|
0
|
0
|
3248
|
|
POST
|
I am using the Edit Widget and the Batch Attribute Editor widget to edit our Feature Layer. I would like to be able to modify two attributes when the Edit is Complete with these widgets. I would like to update a date field and a user field. I know this can be done via the Editor Tracking Fields, but the layer is edited in ArcMap and I only want to update the attributes when an edit occurs via WAB. Is there a place in WAB where I can put some custom code to set these attributes when an edit is compete? Thanks, Mele
... View more
11-16-2015
09:20 AM
|
0
|
9
|
6352
|
|
POST
|
When our WAB application loads it is asking for an AGOL login. Is there a way to capture this? I would like to use the login information to populate an editor tracking field. Any thoughts on how to accomplish this? Thanks Mele
... View more
10-30-2015
04:38 PM
|
0
|
1
|
2831
|
|
POST
|
How can you change the features shown in the template in the Editor Widget? I would like to use a template from the map service that does not have all the features available for adding to the map. Is this possible? Thanks for any suggestions.
... View more
10-30-2015
04:31 PM
|
0
|
0
|
2158
|
|
POST
|
I am looking to use the batch attribute editor or something similar to select one point feature on a map. The batch attribute editor does not appear to support selected points with the single selection mode as you have to click exactly on the point. There does not appear to be a buffer of the feature to support single point selection. Is this possible or is there a better tool to use to edit point feature attributes? Thanks, Mele
... View more
10-12-2015
04:35 PM
|
0
|
1
|
2497
|
|
POST
|
I would like to use a drop down (sic) to give users a choice of values. In my case it would be fire stations and shifts. When they select a value, this value would be used by the Feature Server to update a value automatically without user interaction. I am looking at using the 'batch attribute editor' widget. Let me know if there are any samples of doing this out there. Thanks, Mele
... View more
10-12-2015
04:30 PM
|
0
|
0
|
2345
|
|
POST
|
I am curious as to how the Allow access to all users who are logged in option in the security on a map service using web tier authentication works. We are using our internal AD for managing security via Web Tier authentication with ArcGIS Server 10.2.2 Is this like an anonymous access as long the the user is in our AD Identity store? What I have doing is setting the permissions to allow members of our 'ALL USERS' role to have access to services but I am wonder if checking Allow access to all users who are logged in would make this unnecessary. Also would this allow users to access our services quicker? Thanks for any assistance you can give to add my understanding of this setting. Mele
... View more
08-18-2015
04:35 PM
|
2
|
2
|
3898
|
|
POST
|
We have an internal ArcGIS Server 10.2.2 that is using Web Tire Authentication on all map services. It seems that it take longer to complete the request than it does on our external server which allows anonymous access to its services. This is true on both our Tiled and dynamic services. We can use the IE and Chrome developer tools to see how long the requests are taking and it is a noticeable difference. The response is pretty rapid in both installations so this lead me to look at whether the Web Tier authentication was the culprit. There are many other factors and variables in play, the external machine is a physical box, while the internal is a VM box and their storage locations are different but I wanted to see if others had experienced the same time of latency in requests that we have. If you have experienced this type of latency with web tier authentication requests to ArcGIS Server please let me know how you improved performance. One thought we had was to grant public access to the Tiled services, base maps, aerials, etc. and use Web Tier on the services that really need it. I understand that this can be done by adding another web adaptor to the existing site and allowing anonymous access but I am not ready to change configurations just yet. Thanks, Mele
... View more
04-16-2015
11:50 AM
|
0
|
0
|
3607
|
|
POST
|
We are using the out of the box JavaScript PrintTask with ArcGIS Server 10.2.2 Export Web Map Task. While the PDF is created, the Annotation Layers are not showing up. Our annotation is in ArcSDE and it looks like what is happening is that the 'sublayers' of the annotation for the different annotation classes may be visible in the WebMap, but the parent annotation layer is not so the Export Web Map Task does not show this layers on the map. We are also getting some very generic errors in the logs that I believe are related to this issue. This sounds like a bug with the Export Web Map Task. How do we get the Web Map sent to Export Web Map Task to show all of the annotation that is visible in the on screen map correctly? Thanks, Mele
... View more
04-02-2015
06:54 AM
|
0
|
2
|
4695
|
|
POST
|
Is it possible to set property for feature linked annoation Feature Classes in SDE so that it creates the annotation as Multipart annotation by default? I see that I can stack the annotation on a space using the maplex labeling properties, but don't see where I can force the annoation to split into multiple parts using the same space. Let me know if this is possible or if it has to be done manually after the annotation is created. Thanks, Mele
... View more
03-25-2015
05:12 PM
|
0
|
0
|
3993
|
|
POST
|
Hello, We have an ArcGIS SOE written in C# that opens an MXD and adds .lyr files to it. It then creates a PDF file for the user. Occasionally the SOE fails and I get this message in a try/catch: There are insufficient resources to open another file. (Exception from HRESULT: 0x80030004 (STG_E_TOOMANYOPENFILES)) at ESRI.ArcGIS.Carto.MapDocumentClass.Open(String sDocument, String bsPassword) There is some documentation on the internet for STG_E_TOOMANYOPENFILES, but nothing of use that I have found yet. Has anyone encounter this error and know how I can change the code I have or is this a server issue that code changes won't help resolve? Thanks, Mele
... View more
03-13-2015
04:39 PM
|
1
|
0
|
3419
|
|
POST
|
We are using the JavaScript API to build applications and have implemented our own custom forms to display attributes when a query is performed. We are returning the attributes as JSON and then populating the custom grid to show the data. The issue is that the JSON query returns the stored values we have in ArcSDE and not the descriptions for fields which have a domain associated with them. I do not see any way to alter what is returned from the Query and it appears that we would have to query the layer information and loop through each field to determine if there is a domain associated with it and then change the value to the description. Does anyone have any suggestions on how we can get the description to show up in the attributes and not the stored value? Thanks, Mele
... View more
01-16-2015
01:03 PM
|
0
|
0
|
3221
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-20-2025 05:21 AM | |
| 1 | 03-13-2015 04:39 PM | |
| 1 | 09-18-2025 08:33 AM | |
| 1 | 05-12-2025 03:17 PM | |
| 1 | 08-15-2025 03:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|