POST
|
I'm running into the same issue, did setting a timeout and retry policy solve the issue?
... View more
03-31-2023
07:02 AM
|
0
|
1
|
2181
|
POST
|
Hi, Just running into this issue again with a different survey. The survey's name contains an apostrophe and the pulldata function will not return any values from the csv within survey123 connect (v. 3.14.281 - windows x64).
... View more
06-07-2022
10:53 AM
|
0
|
0
|
798
|
IDEA
|
Hi, when using a multiline image question to browse and pick a photo in the Survey123 app for windows (v3.13), I always need to navigate away from the C:\Users\jkelly\Applications\ArcGIS\ArcGISSurvey123 folder to the folder containing my images. I would like to submit an idea that when browsing for the next (2nd, 3rd, 4th, etc) photo, that browsing would begin in the folder last used. Is that possible?
... View more
02-11-2022
08:13 AM
|
1
|
0
|
221
|
POST
|
Got it working. I copied the Core and CoreHost dlls from the server framework folder to my development computer and referenced those. I also had to set the "copy local" property of the reference to true. When compiled, the program worked on the server against the ArcGIS Server License. I think there was a version difference. Details of the files show the file version of my ArcGIS Pro dlls as 12.9.0.32739 and the dlls for ArcGIS Server are 12.9.0.31642.
... View more
02-02-2022
11:04 AM
|
1
|
0
|
2107
|
POST
|
ArcGIS Server is licensed. Could the problem be that I am developing against references in my ArcGIS Pro 10.9.1 installation, but when I move my compiled application to the server, the server has ArcGIS Server 10.9? My compile options are set to copy the reference dlls to the compiled application's bin folder.
... View more
01-27-2022
04:11 AM
|
0
|
0
|
2124
|
POST
|
Hi, I am trying to create a standalone Core Host application to update a featureclass in a scheduled task. I am running into an issue trying to use Host.Initialize(Host.LicenseProductCode.ArcGISServer). The license is showing that it is initializing with an Advanced License level, but later in the code I am not able to make a connection to an Enterprise Geodatabase. I have a try catch block around it, but if there is an error, it is not getting caught. Here is the code that crashes: Dim gottenFeatureClass As FeatureClass = Nothing DeedsUpdateLog.WriteToLogFile("Setting up connection properties for Deeds Feature Layer on " & instance & ".") Dim connProps As New DatabaseConnectionProperties(EnterpriseDatabaseType.SQLServer) connProps.AuthenticationMode = AuthenticationMode.DBMS connProps.Instance = instance connProps.Database = "Property" connProps.User = usrUser connProps.Password = usrPassword connProps.Version = "sde.DEFAULT" DeedsUpdateLog.WriteToLogFile("Connecting to the geodatabase.") Dim theGeodatabase As Geodatabase = New Geodatabase(connProps) Try DeedsUpdateLog.WriteToLogFile("Opening the deeds featureclass.") gottenFeatureClass = theGeodatabase.OpenDataset(Of FeatureClass)(featClassName) DeedsUpdateLog.WriteToLogFile("Deeds featureclass opened.") Catch ex As Exception DeedsUpdateLog.WriteToLogFile("Error.") gottenFeatureClass = Nothing Throw ex Finally theGeodatabase.Dispose() End Try Return gottenFeatureClass It crashes at line: "Dim theGeodatabase As Geodatabase = New Geodatabase(connProps)" because I am getting the log message "Connecting to the geodatabase.", but nothing else in my log after that. It is a console application, so the console window (cmd window) opens momentarily and then dissapears, with no error messages at all. I think it is because I am trying to use ArcGIS Server to initialize, if I use Host.Initialize(Host.LicenseProductCode.ArcGISPro) the whole process completes from start to finish. Any ideas?
... View more
01-19-2022
10:57 AM
|
0
|
7
|
2193
|
POST
|
Close with the YYYYMMDD format - if you use YYY-MM-DD and enclose with single quote it should work. There is also a Date function that is sometimes required for local ArcGIS Server services. i.e. where=RptDt > Date '2021-01-01' or where=RptDt > '2021-01-01' will both work for ArcGIS Online services.
... View more
01-18-2022
07:06 AM
|
0
|
0
|
1558
|
POST
|
Actually, just found the deleteFeatures method on the table object - That's 1+ for improvement. Maybe there is an Append or Copy features that I haven't found yet in the new API. Sorry for the negative comments before about the new SDK.
... View more
01-18-2022
06:42 AM
|
0
|
0
|
2513
|
POST
|
I am trying to re-write older ArcObject (ArcGIS 10.8) to reproduce some background processing that updates a feature class by first deleting all the rows and then appending all new data from an interim in memory feature class. I ran into a wall when trying to call the geoprocessing tools DeleteFeatures and Append - well actually it was the Geoprocessing.MakeValueArray() that failed. Reading this, looks like it is not possible. Not a good experience of "Upgrade", loosing functionality.
... View more
01-17-2022
11:57 AM
|
0
|
1
|
2524
|
POST
|
Not sure if you found out how to access an in memory feature class, but it took me quite a while to figure it out. And it was all because you need to call the build method of the schemabuilder object first. I doesn't exist until you call Build. Then it is as easy as *** memGeoDatabase.OpenDataset(Of FeatureClass)("Deeds") *** memGeoDatabase here is just a GeoDatabase object that is my in memory geodatabase.
... View more
01-14-2022
11:49 AM
|
0
|
0
|
640
|
POST
|
Will this also work in the webform? I tried and doesn't seem to work, maybe I am doing something wrong. Edit: Forgot to mention that it was working fine in the IOS app before I tried it out in the webform.
... View more
01-13-2022
06:11 AM
|
3
|
3
|
4201
|
IDEA
|
I like this idea and would like to have some more granular control of permissions as well. Similar to the original idea, we have one group (employees) who submit timesheets via survey123 only the ability to view their own data, while another group (forepersons) the ability to view everyone's data. Further addition to this is Fine-Grained permission control of what each group can edit. Thanks.
... View more
11-05-2021
08:50 AM
|
0
|
0
|
338
|
POST
|
I see that this has already been answered/replied to in another question. https://community.esri.com/t5/arcgis-survey123-questions/survey123-image-question-signature-appearance-has/m-p/1100874#M37433
... View more
09-24-2021
07:18 AM
|
0
|
0
|
2322
|
POST
|
Hi we were generating reports with a signature image at the bottom of the report and all of a sudden they started appearing with black boxes around them. I assume this is due to a recent update. I've looked at the attached images for the signature in the feature service and between September 20 and September 21, (2021), the signature images have changed. Signatures from September 20th and earlier show the signature pen mark entirely filling the white area, signatures from September 21st and later show the signature pen mark filling a white area that is inside of a larger black background. This looks bad in the report, can it be corrected? I've attached some signature images of before and after the change. We only use IOS devices so I do not know if the same thing happens with android. Thanks,
... View more
09-24-2021
07:08 AM
|
0
|
2
|
2338
|
POST
|
I am updating an older form and found that my pulldata from csv function was no longer working. I could not figure out why (coincidentally it was this data that I was updating). After taking the problematic questions aside into a new survey, they worked fine. Then I decided to create another new form this time giving the form a name that contained an apostrophe, which survey123 displays the apostrophe as 'X'. Next I again copied in the problematic questions, and then the pulldata no longer worked. Is there an easy way to update the form's name? Or is this a known issue with a workaround? I do not want to republish a new survey, only update the old one since I want to keep all the survey data together, and I also have automated process built around downloading the survey data locally. Those automated process would then also have to be updated for the new service url and it would not contain the historic data. Also, I haven't republished any changes yet that I am making to my form, but am noticing the original form is still working even though the name contains an apostrophe. Is it only a glitch in survey123 connect? Any help appreciated. Cheers,
... View more
05-12-2021
10:13 AM
|
0
|
2
|
1039
|
Title | Kudos | Posted |
---|---|---|
1 | 08-14-2020 04:58 AM | |
3 | 01-13-2022 06:11 AM | |
1 | 02-11-2022 08:13 AM | |
1 | 02-02-2022 11:04 AM | |
1 | 07-11-2019 04:54 AM |
Online Status |
Offline
|
Date Last Visited |
Monday
|