POST
|
hi! Bug number is: BUG-000129632: Signing in to the Survey123 surveys embedded in Operations Dashboards fails in Google Chrome 80.0.3987.149 To resolve the problem: 1. In Google Chrome, go to the address: chrome: // flags /. 2. Deactivate the "SameSite by default cookies" option. 3. Restart Chrome
... View more
08-18-2020
09:58 PM
|
3
|
3
|
5244
|
POST
|
Hi Andrew, I asked Esri support about this issue. They told there is a referenced bug BUG-000130542 - editing a hosted feature layer creates duplicate records in a dependent hosted feature layer view. But I can't find it in Esri's support website. Anyway, the workaround is : Navigate to the Settings tab of the item details page on the hosted feature layer view. Enable editing and sync on the hosted feature layer view. Return to the hosted feature layer and make edits to the field values. Refresh the hosted feature layer view. The records display as expected. In my case I didn't have to do steps 3 and 4. Enabling editing and sync solved the problem immediately and after that I just disabled them. I tried to add/modify records in the hosted layer and everything was right in the hosted view. Regards
... View more
06-09-2020
03:34 PM
|
4
|
1
|
4971
|
POST
|
Hi, Thank you for your advices. 1- In portaladmin everything look fine, I get the right hostname and port 27000 2- In the license manager I properly set up the named users 3- Regarding the firewall, there are no restrictions in communications between my license server and my client machine Note that the license manager is not located on the portal server machine (this should not be a problem). I am trying to get a license for ArcGIS Pro 2.4.3. Anyway we will try to update the license manager to 2020.0 instead of actual 2019.0 and AGPro to 2.5. My main goal is indeed not to use AGOL but Enterprise Portal as a license portal. Regards
... View more
06-08-2020
02:40 PM
|
0
|
0
|
2444
|
POST
|
Same issue here with a hosted feature layer in Portal 10.7.1 Even disabling the "Keep track of created and updated features" setting before creating the hosted view did not work
... View more
06-04-2020
03:45 PM
|
0
|
0
|
4971
|
POST
|
Hi, I am using filter widget and group filter widget on feature layers with dates, and I am noticing different behaviors : Living in Pacific, I have a timezone of UTC+11. I know now that in AGOL / Enterprise, everything is stored in UTC and then translated into local timezone by the client. With the filter widget with the "between two dates" parameter, the filter is correctly applied, however with the group filter and the "before date" parameter, every date before 11AM is not filtered by its (local) day but by the day before. Tested with WAB 2.15 and enterprise 10.7.1 Is this a known bug ? Regards
... View more
05-06-2020
08:25 PM
|
0
|
1
|
869
|
POST
|
Must be the same issue I had : Remove the property("deviceid") and use the deviceid field type instead.
... View more
04-08-2020
01:30 PM
|
0
|
1
|
2146
|
POST
|
Hi, I have the same issue with some of my users. Following Ismael's thread, I was able to embed Survey web form in a dashboard, and edit existing features using url parameters (i.e. &mode=edit&objectId={objectid}&version=latest). Most of the time it works fine but sometimes the survey just doesn't appear at all (warning message like : Survey does not exist or is not available). Tested with up-to-date Chrome and FF browsers. Maybe it is related to the use of ObjectID instead of GlobaID → See this post https://community.esri.com/groups/survey123/blog/2020/02/19/upcoming-changes-to-survey123-web-forms-query-parameters And be sure you update your dashboards within the next days to use GlobalIDs. Regards
... View more
04-02-2020
03:35 PM
|
0
|
0
|
5244
|
POST
|
Hi, I am trying to publish several feature services stored in an enterprise geodatabase (postgres) via the new bulk publish capability in Portal 10.7.1 : Publish layers in bulk from a user-managed data store—Portal for ArcGIS | Documentation for ArcGIS Enterprise One of my service consists of a point FL and a relationship class with a table. Once published I have a feature service for the point FL and another feature service for the table. And of course the relationship is not respected. Note that the publishing is based on the data owner and creator's connexion (.sde) and not the SDE user. So I am wondering what functionalities does the bulk publishing respect ? - Relationship --> Obviously not in 10.7.1, and there is no evidence it does in 10.8 - functionnalities in database (domains, subtypes, attribute rules) ? Thank you
... View more
03-22-2020
08:13 PM
|
1
|
1
|
1009
|
POST
|
Hi, Alternatively you could use the concat() function : concat(value1, value2, …) Returns the concatenation of the string values. concat(${question_one}, ' and ', ${question_two}) regarding the Likert issue, it may have something to do with this : Several appearance types available in Survey123 Connect are instead available as separate question types in the Survey123 web designer. This includes Multiline Text, Dropdown, and Likert. (Quick reference—Survey123 for ArcGIS | Documentation )
... View more
03-11-2020
01:57 PM
|
0
|
1
|
2750
|
POST
|
Hi, I am trying to figure out how to properly set date fields in a report : Report is based on a hosted feature layer (Portal), open in AGPro and most of the report is working well but in the Details section, I try to add a field element from my feature service, which is a date field, and I am facing several issues 1- Field is from the FS and not from the current date or MapFrame date, so type="date" and type="time" does not work. And formatting the dynamic text (<dyn type="report" property="field-value" field="fin" format="dd/MM/yyyy"/>) doesn't work either. It is like the date field is considered a string-field Alternatively I could set up an Arcade field returning a string value with date and/or time, but Arcade field seems not supported in Reports. Manually setting expression/expr0 in the dynamic field doesn't print the Arcade value but only the string "expression/expr0". 2- I have a time zone issue : Living in New Caledonia, the time zone is GMT+11. In my feature service, WebMap, web app etc... the time zone is correct, but in the report, it is not supported and every time before 11AM appears as the day before... I noticed in my feature service : Date fields Time Zone: UTC(Daylight Savings Time not supported), it may be related but I don't really know. 3- not related to the date field issue, I set an integer field with prestring, poststring and emptystring parameters (<dyn type="report" property="field-value" field="pr_m" preStr="+ " postStr=" m" emptyStr="..."/>) preStr and postStr work, but emptyStr doesn't work, maybe it works only with string field ? Any help would be appreciated Thanks
... View more
02-25-2020
06:57 PM
|
0
|
5
|
2691
|
POST
|
Hi James, Thank you so much, now it works fine using the username question type. Strange that half of the survey used to work with the property('username') and kept stopping at the Calculate field... but finally it had nothing to do with calculation
... View more
02-18-2020
05:59 PM
|
0
|
0
|
2750
|
POST
|
Hi there, James Tedrick, I have also a similar problem witrh calculate field not working in web form. My calculation is a nested if based on four select_one questions (also nested in the form) : if(selected(${identification}, 'oui'), ${espece}, if(selected(${carapace}, 'dermochelyidae_luth'), 'luth', if(selected(${carapace}, 'cheloniidae_olive'), 'olivatre', if(selected(${carapace}, 'cheloniidae_5'), 'grosse_tete', if(selected(${ecailles_prefrontales}, 'prefrontales_1'), 'verte', if(selected(${ecailles_prefrontales}, 'prefrontales_2'), 'imbriquee','indeterminee')))))) It works fine in field app but does not in web form. Published from Survey Connect 3.6.137 and tested with web form "as is" 3.6 or "as latest" 3.8. Is this a known issue ?
... View more
02-13-2020
07:33 PM
|
0
|
2
|
2750
|
POST
|
Hi there, I had the very same issue ans resolved it ! Following this thread about bypassing proxy : python - requests: how to disable / bypass proxy - Stack Overflow I succeeded in connecting anonymously to AGOL with the code : import os import requests os.environ['NO_PROXY'] = 'arcgis.com' import arcgis online = arcgis.GIS() print(online) And then was able to deploy the tool using ArcGIS Solution Hope this will help you
... View more
01-30-2020
08:50 PM
|
1
|
0
|
3357
|
POST
|
I've had the same issue after killing a node.js task and restarting WAB's startup.bat, rebooting the server did the job and my apps were back
... View more
01-15-2020
09:56 PM
|
0
|
0
|
1937
|
POST
|
Hi there, If you put your tpk into the media folder, then the end user will have to download the survey and the tpk at the same time, which can be to heavy and long. You should better add it via the form.info, then the user will DL the survey, and after choose whether he wants to DL the TPK in the Survey options. Your .info file is not properly set up, please try the following : Also note that you should enable "append" and "includeLibrary" parameters and also you want to add "defaultType" parameter so the tpk is always used at first, even if the user is connected to the internet (otherwise it will use online map instead) And remember you have to close Survey123Connect to edit the form.info and then launch Connect to upload your survey. { "displayInfo": { "map": { "defaultType": { "name": "BasemapLkrBamberg" }, "mapTypes": { "append": true, "includeLibrary": true, "mapSources": [ { "name": "BasemapLkrBamberg", "url": "http://uni-bamberg.maps.arcgis.com/home/item.html?id=dceb8b94ce7c4cfe8905e8c107cdc53f", "storeInMapLibrary": false } ] }, "home": { "latitude": 49.918889707453765, "longitude": 10.856235446562152, "zoomLevel": 16.0787 }, "includeDefaultMaps": false, "preview": { "coordinateFormat": "utmups", "zoomLevel": 18 } }, "style": { "inputTextColor": "#00457D", "textColor": "#00457D", "toolbarBackgroundColor": "#00457D" } }, "imagesInfo": { "captureResolution": 1280 }, "publishInfo": { "connectVersion": "3.7.62", "webFormTransform": false }, "queryInfo": { "applySpatialFilter": true, "mode": "", "where": "" }, "sentInfo": { "enabled": true } }
... View more
01-14-2020
03:31 PM
|
0
|
0
|
751
|
Title | Kudos | Posted |
---|---|---|
2 | 09-09-2019 04:44 PM | |
1 | 08-25-2019 02:10 PM | |
1 | 01-30-2020 08:50 PM | |
3 | 08-18-2020 09:58 PM | |
4 | 06-09-2020 03:34 PM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|