IDEA
|
Feature collections are necessary to avoid the 180-simultaneous connection issue we've gotten with Feature Services. We've worked with Esri on this issue, they recommend feature collections because the use a different storage mechanism (S3 vs. Azure). Now, if they would only allow us to set a refresh interval in the map document.
... View more
11-01-2016
03:53 PM
|
0
|
0
|
12
|
POST
|
I need to set the refresh interval for a Feature Collection for a hosted site developed in Web AppBuilder. I cannot use the 'Info Summary Widget' for this because it won't allow 2 widgets to be run at the same time. If I enable the Info Summary Widget to start refreshing the Feature Collection, it turns on my 'Summary Widget'/Ticker that I need open all the time for the end user. I don't want to use a Feature Service due to the connection limitations we've run into in the past for our popular AGOL-hosted apps. I've downloaded the app to Web AppBuilder Developers 2.2 edition and download the code to host it locally. However, I am not seeing where I can set the refreshInterval for the only layer I have in the map (excluding the basemap, which we are not allowing users to change). Can someone point me to the correct file I need to update? I'm pretty sure the update needs to occur to one of the .js files in jimus.js\LayerInfos\ directory but I am rather new to the Web AppBuilder. Thanks in advance! -Mark
... View more
11-01-2016
03:42 PM
|
0
|
12
|
1238
|
POST
|
Resolved: I removed the group from the Group Manager's tab for about 15 minutes and added it back in. The old data was gone!
... View more
10-11-2016
09:45 AM
|
0
|
0
|
28
|
POST
|
I have removed items from our ArcGIS Online Subscription that were include in our Open Data Portal. I've since replaced them with new REST Services. 2 issues are happening: 1. The old item is still showing up in Open Data Portal. When I click the 'Edit' button in Data Manager I get this: The item you requested cannot be found. The item may have been deleted or you may have entered an incorrect URL. 2. The new items I added and shared with the appropriate group are not showing up. The new items I am adding are REST Services from our 10.4.1 ArcServer. Help! Thanks, Mark
... View more
10-11-2016
08:37 AM
|
0
|
1
|
1307
|
POST
|
I was able to make the view using Toad, so there must be some syntax issue with the way I am using the 'Create View' tool in catalog. Can anyone give me a working example on how to create a view with that tool?
... View more
10-03-2016
12:00 PM
|
0
|
0
|
49
|
POST
|
I tried removing the semicolon in the Create View tool like this: And it threw the following Errors: ORA-00936: missing expression - DBMS table not found ORA-04043: object schemaowner.REALTIME_CRUMBS does not exist.
... View more
10-03-2016
10:17 AM
|
0
|
0
|
49
|
POST
|
I am trying to create a view in our Oracle 12C SDE instance. I've tried a Python script, the Create View Tool in ArcCatalog and CREATE NEW>View by right-clicking in ArcCatalog and I get the following errors: ORA-00928: missing SELECT keyword ORA -00942: table or view does not exist. DBMS table not found We are using ArcGIS 10.4.1 and SDE 10.4.1 on an Oracle 12C instance. Our geometry type is ST_Geometry. The view I am trying to create has point geometry. The script I am using inside the 'CREATE NEW>VIEW' in ArcCatalog is: CREATE VIEW REALTIME_CRUMB_V55 AS SELECT (OBJECTID, LABEL, LOGDT, SHAPE) FROM schemaowner.TRUCK_HISTORY_3HR WHERE OBJECTID > 0; I am logged in as 'schemaowner' when I try to create the view so I know there's not a privilege issue. I've also confirmed that the 'schemaowner' has 'CREATE_VIEW' privilege granted to it. I've also confirmed that our st_shapelib.dll file and path are confirmed correct in Oracle. Any suggestions? Thanks, Mark
... View more
10-03-2016
09:23 AM
|
0
|
5
|
864
|
POST
|
How can I register a custom coordinate system .prj file with ArcServer that does not have a WKID/WKT? I am using Server 10.4.1. I have a .prj file, and I can use for custom geoprocessing services. But we're running into issues with Roads and Highways. Thanks, Mark
... View more
09-13-2016
04:37 AM
|
0
|
0
|
814
|
POST
|
After some testing and looking at our trace files. We determined that a change had to be made to our sqlnet.ora file in our Oracle client. We added the line 'DEFAULT_SDE_SIZE= 512'. Once that change was made, data loaded much faster. Thanks for everyone's advice to help us solve this include Jim at Esri. -Mark
... View more
07-14-2016
05:05 AM
|
2
|
0
|
73
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|