POST
|
Thanks.... just needed a 2nd opinion. Also, finding out SQL Express is not an acceptable SDE substitute.
... View more
04-08-2016
07:06 AM
|
0
|
1
|
1834
|
POST
|
trying to publish a layer from a file geodatabase to enable editing through collector or web app builder, but want to keep data local, not the AGO cloud. Is this possible? Help is giving me mixed reviews: 1) unregister the data source from the server so that data can be copied to the server 2) register the data with the server to enable feature access So can I please get a yes or no confirmation whether or not you can edit file geodatabase through a feature service? thanks!
... View more
04-07-2016
09:44 AM
|
0
|
8
|
4786
|
POST
|
Hi Rebecca - am I gathering from this conversation that if we purchase access to the recordings that it is tied to a login... one specific user login? I'm trying to figure out the best way to share presentations with other staff. Thanks! sp
... View more
08-17-2015
08:16 AM
|
0
|
1
|
1898
|
POST
|
Anyone else experience or test this behavior? Our app is available to see, Public Notification
... View more
05-05-2015
07:19 AM
|
0
|
0
|
744
|
POST
|
After a couple of days banging my head against the wall, I finally enlisted the assistance of one of our programmers and she completed the following changes: File Line Change config.js 280 Commented out OccupantLabel (not needed anymore) config.js 283 Old acceptable format was values like "ADDRESSE, SITEADDRESS, SITECITY" and did not let you format multiple fields on a line. New format is ["ADDRESSE","SITEADDRESS", "SITECITY,SITESTATE"] and will put fields in the same "" on the same line (like owner). infoWindow.html 66 & 69 Commented out references to OccupantLabel. infoWindow.js 74 Commented out reference to textoccupant (OccupantLabel). infoWindowView.js 91 Commented out reference to textoccupant (OccupantLabel). infoWindowView.js 504 Commented out string split on occupantFields, reinstated modified line on 532 but could have been left in upper location. Makes more sense to have it closer to it's first call though. infoWindowView.js 531+ Commented out if statement inserting occupant label into output. This gets rid of a blank line. infoWindowView.js 581 Revised the split string as on line 504, revised version is immediately below here. infoWindowView.js 612+ Commented out the if statement inserting occupant label into output like 531+.@ City of Lenexa
... View more
05-01-2015
01:05 PM
|
1
|
0
|
954
|
POST
|
We built a Story Map Series with the side accordion layout. On one page we have an image that with the ability to open in a new window enabled. The main page is a PDF, the image being opened is a jpg both reference by URL. When you click on the small image to open full size, it hides behind the main map content window, as shown below. This happens only in Internet Explorer versions 10+. (The story map does not work in IE 9 at all.) The story maps works perfectly in safari, firefox and chrome. The map is hosted and we are not interested in downloading and hosting on our own site. Full app is here, page in question is the "Stream Buffers".
... View more
05-01-2015
01:02 PM
|
0
|
1
|
4012
|
POST
|
I should add that this is occurring in Chrome. I haven't tried other browsers. City of Lenexa
... View more
04-30-2015
07:36 AM
|
0
|
0
|
744
|
POST
|
so close! I do get the site address, city, state, zip though it prints all on a single line and out of order, like this: SiteAddress Occupant City State Zip I really don't want the OccupantName to come from the code or from that input box, but rather from the "ADDRESSEE" field in our data, so now my question has morphed somewhat in order to figure out where that is passed to the GenerateLabels GP tool. It looks like it should be from that array listed above. Mine looks like this: OccupantFields: "ADDRESSEE","SITEADDRESS","SITECITY","SITESTATE","SITEZIP", Thanks again for your assistance!
... View more
04-29-2015
02:36 PM
|
0
|
2
|
954
|
POST
|
Yes, updates or changes would be the obvious culprit. However, this is an old <nearly win95> server with ArcGIS 10.0 that is being retired and not updated for some time. I did do a compress on the database last week, which is not unusual. The only updates we've been making relative to it's existence is copying things off of it. The other obvious one there would be that there was a move vs. a copy which actually is a very plausible explanation, except for the fact that if I try to recreate the service, it tells me it's already there. We do have a published geocoding service (based off of this invisible locator) which we point most of our applications to. I had to look it up, but we chatted about the VGI tool back in May. Thanks for the chat!
... View more
10-24-2014
08:03 AM
|
0
|
0
|
729
|
POST
|
Thanks for the feedback, Joe. Interestingly, this has all been there working wonderfully for 6+ years, most definitely predating my tenure. We have a toolbox in there too... we use this GDB as a true enterprise sharing hub and haven't encountered any major problems. In fact, the locators and their relative tables are still there and operational; the ArcGIS client will not display them. I am truly befuzzled. ps- didn't I chat with you a few months ago about Versaterm?
... View more
10-22-2014
03:00 PM
|
0
|
2
|
729
|
POST
|
I am unable to see our address locators as objects our Enterprise geodatabase. They were there in recent memory (two days ago was the last known solid memory). Then we had a problem with the GeocodeServer service which led me to investigate the source locator service - gone. Not visible. A screen capture is attached. Easy enough to recreate the Address Locator, but was told by ArcCatalog is already existed. Indeed, you can also see the .LOX tables in the database, just not the locator object. I could not complete a rebuild of the service. I manually typed in the path to the address locator in the AGS geocode service and it does work. I have a python script to rebuild the locator, and it presumably executes (without error). If trying to browse for or using the locator service from the database connection using any ArcX GUI, the address locator cannot be found. This is happening on all instances of ArcCatalog tested, also versions 10.0, 10.1, and 10.2 exhibit the same behavior. Source database is v 10.0 SQL 2005. I am sysadmin. Read only and service accounts have this same behavior. Where did it go / where is it hiding? Anyone else have this experience or any ideas? thanks! sp
... View more
10-22-2014
10:46 AM
|
0
|
4
|
1291
|
POST
|
Actually, still need some assistance here, if possible.... The database user that requires the ability to execute DisconnectUser does now have "processadmin" at the server level. This user is NOT the geodatabase administrator. We are using the DBO schema. What pieces are we missing? The DL user is intended to be a service level data loader user, they can drop, add and truncate feature classes and tables, which they can currently do. Though, we would like to kill database locks just prior to the execution of the ETL process. We do not want to over privilege this user. @ Thanks in advance for your assistance!
... View more
10-10-2014
07:51 AM
|
0
|
0
|
818
|
POST
|
What is the level of permission or explicit permission that is required to be able to execute the arcpy.DisconnectUsers function? the GDB administrator account is set up a db_owner, but unable to run this function. I was able to run as the SQL instance sysadmin, but I need a happy medium. Something that I can script and schedule with stored credentials that are not over privileged. Thanks for the assistance! -sp
... View more
09-24-2014
07:56 PM
|
0
|
3
|
1337
|
Title | Kudos | Posted |
---|---|---|
1 | 03-07-2013 02:51 PM | |
1 | 05-01-2015 01:05 PM | |
1 | 09-24-2014 01:03 PM | |
1 | 09-24-2014 12:36 PM | |
3 | 07-31-2014 02:58 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|