|
POST
|
Are there any updates or a timeframe for fixing the survey123 feature reporting issues? We desperately need to print feature reports using Enterprise 10.8 and cannot do so after the July 3rd update. This is the error received after trying a default template that I downloaded from the survey123 "manage feature templates" dialog.
... View more
07-07-2020
08:10 AM
|
0
|
11
|
4021
|
|
POST
|
Getting the same error here. Nothing has changed in the feature template or hosted feature layer. Our Integromat webhook choked, so we started diving into the issue. The feature service works as-expected in both Pro and Enterprise Portal. I also tried download a default "individual" feature template from the survey123 website and using that to create a feature report. I also received the below error. It looks like everything I try results in the below error. We are running Enterprise 10.8 Please help, we need these reports generated for Federal compliance reporting, DAILY! Error occurred when querying data from the feature layer. Error occurred when querying data from the feature layer. Pagination is not allowed unless ''supportsPagination'' is true.
... View more
07-07-2020
07:37 AM
|
0
|
0
|
4212
|
|
POST
|
same here, 498 invalid token nag. This seems to get thrown after a "repeat count exceeded" error in integromat.
... View more
04-21-2020
12:54 PM
|
0
|
0
|
3040
|
|
POST
|
Anyone else having this issue with 10.8? Looks like the "Last Login" date for all members hasn't been updated since we upgraded from 10.7 to 10.8.
... View more
04-13-2020
06:19 AM
|
0
|
9
|
3732
|
|
POST
|
Left the survey connect default of 640 pixels on a published survey form. Field staff captured photos inside the survey123 form, but after the submit we discovered they are poor quality, 640 px. I can't find where the iOS app stores the original full res photos, can anyone help? Looks like Android creates a "my survey attachments" folder, nice feature!
... View more
03-17-2020
12:40 PM
|
0
|
1
|
752
|
|
POST
|
ArcGIS Enterprise 10.8. I just setup an immediate calculation attribute rule on the database. Then published the layers to a feature service, and created a webmap in portal. I noticed that the webmap cannot be taken offline in Collector. Is this expected behavior, i.e. not being able to download an offline area if the feature service contains attribute rule(s)? thanks.
... View more
02-25-2020
02:15 PM
|
0
|
0
|
560
|
|
POST
|
FeatureSetByRelationshipName() works in Collector. I just setup an Attribute rule calculation that queryies the parent layer in the relationship and populates attributes on the child record accordingly. Downfall is that you can't take the map offline in Collector So close...
... View more
02-25-2020
02:12 PM
|
4
|
8
|
3964
|
|
POST
|
It was actually caused by CORS headers that I un-necessarily added to the /portal and /server sites in IIS. After removing those req. headers, the site worked normally.
... View more
11-14-2019
09:17 AM
|
0
|
0
|
2153
|
|
POST
|
I'm still getting this error, any updates? We are on Enterprise 10.7, base deployment. Just trying to login to the s123 website using the same URL format: https://survey123.arcgis.com/?portalUrl=https://our.portal.url/portal I can see the s123 website in dev mode with the PortalURL showing in the header. I then click "Sign In" and am re-directed to the OAuth2 login page of our portal. I supply valid credentials, then am redirected to the error code 11 page, survey does not exist.
... View more
11-12-2019
02:00 PM
|
0
|
2
|
2153
|
|
POST
|
I'd like to use the JS API to upload feature attachment >10MB in size, which I understand 10MB is the file size limit in the JS API. So, it looks like you can upload them using the REST API. Upload the file to ArcGIS Server, something like: var gp = New Geoprocessor({ url: https://<service-url>/uploads/upload }); var sendFile = gp.execute({ file: 'fromBrowser.pdf', f: 'json' }); You then get an Item ID of that uploaded file, something like: sendFile.then(function(response){ var urlToFile = 'https://<service-url>/uploads/' + response.itemID; ... }) From this point, how do you attach the file (that now resides on the ArcGIS Server) to a feature using? https://<service-url>/addAttachment Can REST API addAttachment, attachment parameter be a URL?
... View more
09-13-2019
10:06 AM
|
0
|
0
|
607
|
|
POST
|
Using the FeatureTable without a map example, I just added the IdentityManager reference and changed the featureLayer URL to a secured feat. service on our server.This is a portal hosted feature service. var map; require([ "esri/layers/FeatureLayer", "esri/dijit/FeatureTable", "esri/IdentityManager", "dojo/dom", "dojo/parser", "dojo/ready", ], function ( FeatureLayer, FeatureTable,esriId, dom, parser, ready ) { parser.parse(); ready(function(){ // Create the feature layer var myFeatureLayer = new FeatureLayer("https://ourserver/services/Hosted/testDB/FeatureServer/0", { mode: FeatureLayer.MODE_ONDEMAND, outFields: ["*"], visible: true, id: "fLayer" }); myTable = new FeatureTable({ featureLayer : myFeatureLayer, showGridMenu: true, showAttachments: true, }, "myTableNode"); myTable.startup(); }); }); Everything works, but I can't get the attributes to say "Show (1)" in the below column. If you click on the (0) the attribute dialog is displayed and you can download the attachment. Anyone know how to fix this?
... View more
08-26-2019
07:36 AM
|
0
|
0
|
549
|
|
POST
|
We're using a federated server/portal and the JS API. In this web app, I don't want to use our Portal's default authorization page, mainly because the site has nothing to do with GIS and the customer doesn't want to see the ESRI logo, or anything about ArcGIS Enterprise, ect.. I just want a simple dijit/Dialog that displays a username/password, that's it! Is there a way I can make an ajax call to a server side .php script that would call the Portal OAuth2 rest endpoint to give me the access token? I could then register that access_token with identityManager.registerToken() The below snip is working great, but obiv. displays the default authorization page to handle the user login. An app login just won't work, we need each user to authenticate with the Portal. var info = new OAuthInfo({ appId: "abc1234zyz", portalUrl: "https://our.gisportal.com/portal", popup: false }); esriId.registerOAuthInfos([info]); esriId.checkSignInStatus(info.portalUrl + "/sharing").then( function (){ displayItems(); //secured app content }).otherwise(function (){ // user will be redirected to OAuth Sign In page esriId.getCredential(info.portalUrl + "/sharing"); });
... View more
08-20-2019
06:46 PM
|
0
|
0
|
882
|
|
POST
|
To start, in hindsight it was the correct decision, we're currently up to >20 users now and have not had ANY issues with our on-premise deployment. Each component of the base deployment is running on it's own VM, some are Ubuntu Server 16.0 LTS, others are Win Server 2012 R2. Guest VMs are running on 2 different physical boxes; both are running FREE MS Hyper-V Server Core 2016. We've recently added a 5th component, ArcGIS Datastore - Spatiotemporal role. We started using Tracker for ArcGIS and it requires the spatiotemporal data store. It took about 10 minutes to spin up another Ubuntu Server VM and install/configure the datastore. Again, everything has been working great. The final decision to upgrade came down to these limitations of ArcGIS Server Workgroup: only a max of 10 users only SQL Server Express was supported Since switching to PostgreSQL, the db daemon can utilize as much RAM as you can throw at it. Ver. 10 can also use multiple processors, among several other advantages. Backups are configured as simple cron jobs and the best part yet is that it's running on FREE ubuntu server and did I mention that Postgres is FREE also? It's a win-win for us, and the your end users won't have any clue that db backend your using.
... View more
08-16-2019
05:56 AM
|
4
|
0
|
3887
|
|
POST
|
I'd like to use the JS API platform for a website where users can login and post comments on documents. Those comments would get stored in a table that only that user can edit, but all others can see. It would be nice to store that data in a hosted feature service in our Enterprise Portal. We could also use token based security for the entire site by simply loading a secured table, ect... along with the identityManger class. My question is re: user logins. 1) Is there any way around having 25 dedicated level 2 users? 2) I assume level 2 users are required since each would have editing capabilities on the hosted feature layer? 3) Perhaps we could use a proxy stored (hard coded) level 2 credential, then after login, ask the user what their name is, then use the name to filter the hosted feature layer, ect...? thanks, any ideas are helpful.
... View more
08-12-2019
09:34 AM
|
0
|
0
|
503
|
|
POST
|
For sake of completeness, if this happens to anyone else, it was a time issue with our Primary Domain Controller (PDC), so all other servers were syncing an incorrect time. I guess when client iOS devices connected to our Enterprise Portal and tried to download a secured layer, the incorrect time would throw a security flag and not allow a download. Of course, others weren't able to connect to network drives, VPN, ect... so it was a much larger issue then just Collector. A few w32tm cmds later and all is well.
... View more
08-01-2019
06:26 AM
|
0
|
0
|
592
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 2 | 06-19-2026 05:33 AM | |
| 1 | 05-02-2024 04:44 PM | |
| 1 | 11-04-2025 11:45 AM | |
| 1 | 10-31-2025 06:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|