|
POST
|
Tracy, you could achieve this by overwriting the css property of the pop up title bar color. One way to do that is to figure out which id or class defines the current color, and then overwrite that property. For example, if you add: .esriPopupMobile .titlePane{background: none repeat scroll 0 0 red !important;} at the end of the file jimu.js/css/dojo-override.css then the mobile popup title pane element will be red. I would use something like Google Chrome Developer tools to figure out which css classes you need to change. Hope this points you in the right direction.
... View more
07-03-2015
10:07 PM
|
4
|
2
|
2783
|
|
POST
|
Hi Alex. Not exactly sure, but you could try enabling attachments on the feature class in ArcMap (in the ArcCatalog pane right-click on the feature class to do so) before you publish it to ArcGIS Online. -Tobias
... View more
07-02-2015
08:33 PM
|
1
|
2
|
503
|
|
POST
|
Hi Brian, most likely it is this bug: BUG-000082726 - When using enterprise logins and the Collector for.. Running into the same issue here - hope esri can fix it soon.
... View more
07-01-2015
08:39 AM
|
0
|
1
|
823
|
|
POST
|
Maybe change the Group's properties to only allow the owner of the group to contribute content ?
... View more
06-25-2015
08:52 PM
|
0
|
0
|
454
|
|
POST
|
Hi Adam, here is one way to modify this in the widget's .js code: Line 199 in [...]\arcgis-web-appbuilder-1.1\server\apps\[...]\widgets\Geocoder\Widget.js //geocoding widget original configuration: geocoding service is default, feature layer search is secondary choice. this.config.geocoder.geocoders = this.config.geocoder.geocoders.concat(querys); //geocoding widget will only contain the feature layer search. this.config.geocoder.geocoders = querys; //geocoding widget will contain both geocoder + feature layer search and will default to feature layer search. this.config.geocoder.geocoders = querys.concat(this.config.geocoder.geocoders);
... View more
06-24-2015
04:56 PM
|
1
|
0
|
746
|
|
POST
|
Hi Tiwene, honestly I haven't used the Geoform application since a long time (when it was in beta), so to give you concrete steps I'd have to do a bit of research myself. I do know for sure, though, that if the feature service that captures the submissions has attachments enabled you can configure your Geoform to allow for uploading files with their submissions.
... View more
06-18-2015
10:37 AM
|
0
|
0
|
908
|
|
POST
|
Hi Tiwene, You can share the Geoform application, the web map, the feature layer(s), and any other items that web map references publicly. Then users of the Geoform application will not be required to sign in.
... View more
06-15-2015
06:59 PM
|
0
|
2
|
908
|
|
POST
|
Hi James, this may help: 1. go to ArcGIS Online Assistant (ago-assistant.esri.com) and log in as the web map's owner 2. choose to "Update the URLS of Services ..." 3. change the URL and save. You might want to this on a test-webmap first.
... View more
06-10-2015
09:43 AM
|
4
|
2
|
2206
|
|
POST
|
What I want to accomplish is to periodically stop and start a ArcGIS Server service (SyncTools). Should be doable with a python script and windows task scheduler. But as-is, the Server admin toolbox seems to not work for https connections. Has anyone adapted those tools to work with https connections, or has tips on how else I can accomplish my task with Python? Thanks! Tobias
... View more
06-04-2015
11:15 AM
|
0
|
1
|
2770
|
|
POST
|
Hi Mukesh, my tweaking of the service parameters isn't doing the trick. I was hoping that lowering the SyncTools recycle time to 1hr would have the equivalent effect as re-starting it every hour... but it doesn't So if I understand correctly you have the oracle trigger to remove open transactions, and you also have the python script to re-start the sync service periodically (frequency set to oracle max. allowed idle time?). Just restarting the sync service seems to always resolve the issue for me, but honestly I don't quite understand how/when the problem comes about. Are you able to share your python script or help me understand what causes this issue? Thank you, Tobias
... View more
06-03-2015
09:49 PM
|
0
|
1
|
2012
|
|
POST
|
Thanks Mukesh. That's good to know there is a workaround that so far has worked for you. I now tweaked my service parameters and haven't seen the error since - if the error doesn't show up anymore for a while I'll post more details - I don't have a solid test methodology quite yet.
... View more
06-03-2015
07:01 AM
|
0
|
0
|
2012
|
|
POST
|
I'm occasionally seeing the ArcGIS Collector error "An error occured while synchronizing edits." with these messages showing up in the ArcGIS Server logs: The StandaloneTable:'tablename here' in Map:'Layers' is invalid. The base table definition string "tableowner.tablename" is invalid. Underlying DBMS error [ORA-01012: not logged on Process ID: 26520 Session ID: 912 Serial number: 22779 ] [SDE.DEFAULT]. System/SyncTools.GPServer Has anyone successfully tweaked oracle database, sync or feature service parameters successfully to avoid these errors?
... View more
06-02-2015
10:01 AM
|
1
|
4
|
5928
|
|
POST
|
Hello Mukesh, I'm seeing the same issue and wondering whether you have found any new information since you posted this question earlier this year. (ArcGIS Server 10.3.0, Oracle 11g, Geodatabase 10.3, offline editing via ArcGIS Collector 10.3) Thank you, Tobias
... View more
06-01-2015
02:22 PM
|
0
|
1
|
1252
|
|
POST
|
Thanks for your reply Miaogeng. It seems that the root cause is sync error issue. You are right. I have an open esri support call to help me either solve that issue or get it acknowledged as a current bug. In the meantime I'm hoping to use Collector without the attachments because it still is very useful for us. (Thanks for all your work on it!) What do you see in your ArcGIS Server debug log when sync fails? No obvious error messages. But no existing attachments are ever downloaded, and when I add a new attachment Collector states: "Unable to update feature" followed by "Posting Attachments...", which it will state until I shut down and re-start it. (If I don't include related tables, then attachments work as expected.) Do you use iOS device or Android device? For now primarily Android, because I run into issues with related tables on iOS. (If I don't include related tables, then attachments work as expected.) Have you tried to capture web traffic in iOS/Android during sync? No, I haven't. Have you seen it working to have a versioned ArcSDE feature class with attachments enabled as well as with at least one 1:M related table in Collector, offline mode? Wondering whether my problem is caused by the software or by my workflow/environment.
... View more
05-19-2015
08:26 PM
|
0
|
1
|
649
|
|
POST
|
Hi. Geodatabase attachments are causing us big problems when syncing. As a workaround I want to prevent my users from viewing or editing attachments, and just download & sync features and related tables. I can configure my web map layer's Pop-up to not "Show feature attachments as links". Then the "Show details" pane of a selected feature truly does not show the attachments. However, if I place a new feature or edit an existing feature Collector still allows me add attachments. And that's a problem because in my case any following Sync operations will fail. How can I configure my ArcGIS Server Service and ArcGIS Online Web Map to prevent the addition of new attachments? (I can't delete all attachments, still need them in the geodatabase.)
... View more
05-18-2015
03:02 PM
|
0
|
3
|
4223
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2015 09:20 AM | |
| 1 | 06-02-2015 10:01 AM | |
| 2 | 03-31-2023 10:37 AM | |
| 1 | 01-22-2015 09:18 PM | |
| 1 | 10-31-2022 08:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-03-2024
04:44 PM
|