|
POST
|
I noticed that the \client\stemapp\widgets folder there are folders for 'About' and 'Splash'. Are these widgets available for use in the Beta2? If so, is there a way to get them to show in the WebApp Builder?
... View more
07-28-2014
12:50 PM
|
0
|
4
|
2118
|
|
POST
|
wang zhifang - I agree with Robert, what is the FQDN and where would you add it? Why is there no mention of it in the WebApp Builder documentation? It would be helpful if Esri would provide some sort of mention of deployment scenarios... ie, if app was built on machine A and deployed on machine B, do this... if app was built on machine A and deployed on machine A, do this... All I know is it seemed to work pretty seamlessly with Beta1 and with Beta2 it doesn't.
... View more
07-28-2014
06:03 AM
|
1
|
11
|
2106
|
|
POST
|
wang zhifang - our web server is on a Windows 2008 R2 server (64bit) running IIS 7. I have tried opening the app with both IE (10) and Chrome (36) and the following widgets just spin that they are loading. The only widget that loads is the print widget. a. Basemap b. Legend c. LayerList d. Query e. Measure f. Draw
... View more
07-25-2014
06:13 AM
|
0
|
15
|
3614
|
|
POST
|
Jamie Powell - I am experiencing similar issues. I had the beta1 version and didn't have any issues when downloading the app and placing it on our web server...all the widgets seemed to work fine. At beta2 the widgets only seem to work while in the AppBuilder, but once deployed to our web server, they don't seem to load/work.
... View more
07-24-2014
05:38 AM
|
0
|
1
|
3614
|
|
POST
|
haha...sounds like I'm having the opposite problem as you I am using the default print service. We have a print service, but I haven't tried it out yet, thought the default print service using landscape ansi A looked good enough to suit our needs. No secrets up this sleeve...built the app in AppBuilder, downloaded, placed it on our web server and that seems to be the only widget working.
... View more
07-24-2014
05:37 AM
|
0
|
0
|
3614
|
|
POST
|
I have built a webapp using the beta 2.0 release and when I download the app and place it on our web server, none of the widgets (basemap, query, draw, measure, legend, layer list) seem to load or work. The only widget that does seem to work is the print widget. Any ideas...?
... View more
07-23-2014
03:15 PM
|
2
|
28
|
15844
|
|
POST
|
How would something like this work if a user is adding a feature from a mobile device? Would the ID only be committed once the feature is posted back to the database or does it get generated on creation? If there were multiple people editing the same feature class, since you have the trigger on the add table, does this 'support' versioning where duplicate numbers wouldn't get assigned? Points 2 and 3 are understood.
... View more
07-08-2014
02:26 PM
|
0
|
1
|
4813
|
|
POST
|
Have you implemented this with versioned data or non-versioned data?
... View more
07-08-2014
02:10 PM
|
0
|
3
|
4813
|
|
POST
|
I've heard using a sequence and trigger has worked. Unfortunately, I'm not a DBA and don't really understand creating a sequence or how the trigger would have to be written. Questions: 1) Do you think if I explained this to our Sql DBA he'd understand what I'm after...? 2) Is the sequence stored as a table...? 3) Can the same sequence be used for multiple feature classes?...create one sequence that's used by multiple features to grab an ID? Thanks!
... View more
07-08-2014
02:00 PM
|
0
|
0
|
4813
|
|
POST
|
Has anyone successfully implemented a way of auto-incrementing an integer field within a SDE (Sql Server) geodatabase? If so, would you be willing to share your method with examples? I'd like to have an integer field that increments anytime a feature is created (inserted) and not have to rely on scripts afterwards to populate the field. Our current system is: ArcSDE: 10.1 sp1 RDBMS: Sql Server 2008 R2 Thanks in advance!
... View more
07-08-2014
01:13 PM
|
3
|
32
|
23520
|
|
POST
|
Is there a way to tell if a service is being taxed or if it's not being used? I'm trying to get a better idea of where to set the pooling options for some of our services. I understand that by setting a higher minimum/maximum number of instances allows for more SOC instances but is there a way to definitively tell how much a service is being used? Thanks in advance!
... View more
07-02-2014
08:29 AM
|
0
|
1
|
3765
|
|
POST
|
I was the one that posted that question in GSE 🙂 As mentioned in above thread, the query performs poorly on large datasets with 2 sets of polygons. I ran STIntersects on a similar sized set of features using our address point layer (�??90,000 records) and SQL Server 2008 R2 did not time out and executed the view.
... View more
05-15-2014
04:57 AM
|
0
|
0
|
3450
|
|
POST
|
I can say the query below does what I was looking for, but as mentioned, the performance on a large dataset is poor. When trying to execute on our entire parcel dataset (�??100,000 records) SQL Server (2008 R2) times out. If executed on a smaller dataset, the results are as desired. Thanks for the input from everyone! (polygonA.Shape.STCentroid().STIntersects(polygonB.Shape) = 1)
... View more
05-15-2014
04:50 AM
|
0
|
0
|
3450
|
|
POST
|
I'm trying to construct the query/view within SQL Server...not within ArcMap/ArcCatalog...should have mentioned that eariler. My end goal is to have a SQL view comparing the geometries.
... View more
05-14-2014
12:28 PM
|
0
|
0
|
3450
|
|
POST
|
Does anyone know if it's possible to query SQL geometry by something like 'centroid of polygon'...similar to ArcMap's select by location? I'm trying to do this within SQL Server Management Studio, not ArcMap/ArcCatalog in order to produce a SQL view. I have two polygon layers that are not exactly coincident and if I use STIntersects on the target polygon I get two different values where the polygons are not coincident. I was wondering if there is a query that can be used instead of STIntersects that would be similar to selecting the centroid of the polygon...? Thanks in advance!
... View more
05-14-2014
12:16 PM
|
0
|
8
|
6836
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM | |
| 1 | 12-09-2025 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|