|
POST
|
Phil, No error. Survey opens fine and does load the values passed from Collector. Survey completes successfully and just will not send it. Yes it gets stuck in the Outbox. All of our devices are Windows (Surface Pro) not iOS. Can confirm the behavior happens on all of them, it is not an isolated issue. I can only send them if I launch the Survey123 application outside of Collector. It's just an extra couple steps but when you need it real time and multiply it times approximately 50 times in a day it starts to add up and get frustrating. arcgis-survey123://?itemID=2f4aa7ec42eb4a98af38ac5595728005&field:targetWeed={TargetWeed}&field:dateStarted={Date_Started_Text}&field:dateCompleted={Date_Completed_Text}&field:notes={Notes1} {Notes2} {Notes3}&field:chemicalUsed={ChemicalUsed}&field:temp={Temperature}&field:windSpeed={WindSpeed}&field:direction={Direction}&field:roadsTreated={Roads}&field:applicator={AppName}&field:uID={GlobalID}
... View more
05-14-2019
06:20 AM
|
0
|
8
|
3043
|
|
POST
|
Is this a know issue? A survey that I have a link for the team to open up through Collector (Version 18.0.2.0) after a line gets collected will not send. It will send if they launch the Survey123 application from the desktop shortcut. This survey only gets used certain months of the year, it work just fine last year. I currently have Version 3.3.64 installed on a Surface Pro (Windows).
... View more
05-13-2019
08:55 AM
|
0
|
11
|
3820
|
|
POST
|
Yes you can use the community version, but I needs be 2015 or 2017 I believe. https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Installation-and-Upgrade
... View more
05-09-2019
06:05 AM
|
0
|
5
|
2528
|
|
POST
|
Yes this is possible with the Pro SDK. https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Custom-Pop-ups
... View more
05-07-2019
10:41 AM
|
0
|
7
|
2528
|
|
POST
|
I see. I think its more important to change the db_connection_properties. Really you should probably change all the connectionProperties when changing to a different databases, it seems you are only changing some of the properties. Try to find and replace every single property. See the ESRI sample below which includes every property, without joins or relates, I believe. {'connection_info': {'authentication_mode': 'OSA',
'database': 'Uhuru',
'db_connection_properties': 'Dunbar',
'dbclient': 'sqlserver',
'instance': 'sde:sqlserver:Dunbar',
'password': '*********',
'server': 'Dunbar',
'user': 'Sly',
'version': 'sde.DEFAULT'},
'dataset': 'Uhuru.SDE.RangerStations',
'workspace_factory': 'SDE'}
... View more
05-02-2019
08:37 AM
|
0
|
0
|
5923
|
|
POST
|
This is what I use, first I get the current connection info and then replace it using parameters. import arcpy
arcpy.SetProgressor("1234", "working on updating sources...")
aprx = arcpy.mp.ArcGISProject("CURRENT")
find_dict = {'connection_info': {'user':'username','password':'userpassword','version':'sde.DEFAULT'},'workspace_factory': 'SDE'}
newuser = arcpy.GetParameterAsText(0)
newpassword = arcpy.GetParameterAsText(1)
version = arcpy.GetParameterAsText(2)
replace_dict = {'connection_info': {'user':newuser,'password':newpassword,'version':version},'workspace_factory': 'SDE'}
aprx.updateConnectionProperties(find_dict, replace_dict,"",False)
... View more
05-02-2019
07:48 AM
|
0
|
2
|
5923
|
|
POST
|
It is not exactly clear what you are asking, but you could probably start by calculating the watershed of each point to get a better idea. Fill -> Direction -> Accumulation -> Snap Pour Point (these will be E, F, G, H, I) -> Watershed.
... View more
05-01-2019
06:33 AM
|
0
|
0
|
3418
|
|
POST
|
You could write a python script to loop through the layers and set the visible property.
... View more
05-01-2019
06:10 AM
|
0
|
0
|
889
|
|
IDEA
|
I see you put this in the Desktop category. It is to my understanding they are not enhancing Desktop anymore, all the focus is on Pro now.
... View more
04-26-2019
08:43 AM
|
0
|
1
|
1197
|
|
POST
|
For a Python 3 Expression try. str(!INLET_ID!) + str(!OBJECTID!-39618) There are several ways to pad it with zeros in python and you do not need to add an extra step. Here is an example. str(!INLET_ID!) + str(f'{!OBJECTID!-39618:04}')
... View more
04-26-2019
07:43 AM
|
0
|
0
|
3439
|
|
POST
|
After you create a version and before you change it try creating a connection to it. CreateDatabaseConnection_management
... View more
04-11-2019
08:50 AM
|
0
|
1
|
1348
|
|
POST
|
I came across this same problem with running scripts within Tasks and eventually abandoned using the Tasks for it. Go and vote this idea up. Perhaps you could use a definition query and a count instead of a python script.
... View more
04-11-2019
08:25 AM
|
0
|
1
|
1423
|
|
POST
|
The status of Esri BUG-000121285 - Angle Alignment set to "Display" is not honored after printing the map directly from ArcGIS Pro. - that you have been associated with has been changed to Implemented. Public Explanation: Case Number: 02290974 Version Fixed: 2.3.2
... View more
04-10-2019
07:08 AM
|
0
|
0
|
3444
|
|
POST
|
Wow. I am not sure what I first searched before asking now. Thanks
... View more
04-04-2019
01:50 PM
|
0
|
0
|
1498
|
|
POST
|
Are Symbols by Multiple Attributes not supported when you import a mxd into Pro? The import does a really good job for the most part, even with symbols by Categories, but any layers that have symbols by Multiple Attributes import as single Features symbols.
... View more
04-04-2019
01:12 PM
|
0
|
3
|
1625
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-23-2026 09:28 AM | |
| 2 | 05-21-2026 09:21 AM | |
| 1 | 05-19-2026 02:25 PM | |
| 1 | 05-19-2026 08:11 AM | |
| 1 | 04-17-2026 01:08 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-28-2026
06:06 AM
|