|
POST
|
I am trying to convert the attachment tables DATA tab (BLOB/VARBINARY) into Base64. USE UTILITIES SELECT CAST(CAST('' as XML).value('xs:base64Binary(sql:column("DATA"))', 'VARBINARY(MAX)') AS NVARCHAR(MAX)) FROM FeatureClass_ATTACH_evw WHERE REL_OBJECTID = '51' go Results: "�က䙊䙉Ā ĀĀ" Is there a way to convert the BLOB into Base64?
... View more
07-12-2017
06:35 AM
|
0
|
2
|
15296
|
|
POST
|
Republishing a survey with Survey123 Connect after just updating some Coded Domain Values does update the options within the survey but does not update the domains in the HFS. How can I update the domains in the hosted feature service without loosing my data. When I access the Admin Rest endpoint it gives me the option to Update Definition but there is nothing to edit, the Input is blank. Portal Federated with Server 10.4.1
... View more
07-11-2017
01:04 PM
|
0
|
17
|
8614
|
|
BLOG
|
I am seeing the latest update in AppStudio for Survey123 and Connect were on 6/18. Can the new 2.2 version be added soon please. Thanks.
... View more
07-11-2017
11:41 AM
|
0
|
0
|
1476
|
|
POST
|
James Tedrick I have been trying to set up a survey which is tied to a federated service with a repeat and attachments on both the FS and Table. I am receiving the error below when attempting to publish even though both of my services are set to Supports ApplyEdits With Global Ids: true. My FS - ID: 0 in service MXD. Global Ids enabled, attachments enabled (based on GIDS), editor tracking enabled, archiving enabled, indexed on globalid field (unique: yes, ascending: yes) Supports ApplyEdits With Global Ids: true at rest end point. My Table - ID: 1 in service MXD. Global Ids enabled, attachments enabled (based on GIDS), editor tracking enabled, archiving enabled, indexed on globalid field (unique: yes, ascending: yes) Supports ApplyEdits With Global Ids: true at rest end point. My FS and Table relationship: Simple, 1-M, No Notifications, Origin is FS, Dest. is Table based, primary key: GlobalID, foreign key: parentrowid I have created my survey and published it to the portal as a HFS. I then export as file geodatabase and import the feature layer and table into my sde and create attachments etc and relationships. Scenario 1 I publish an mxd with the IDs noted above. When I add the item description URL to my survey and delete the .itemINFO file I recieve the following error... I have verified that both my FS and Table both have Supports ApplyEdits With Global Ids: true. Scenario 2 When I create a new survey based on the Feature Service option within Survey123 and select the same feature service as above I receive the same error as above. In Scenario 2 it sets my attachments to false (probably because those image fields to not get carried through the feature layer. Should I be able to use a feature service with a related table federated with portal in a survey?? UPDATE: I changed my feature-table relationship to GlobalID and parentrowid (guid) and that fixed one error.
... View more
06-23-2017
07:19 AM
|
0
|
0
|
1591
|
|
POST
|
I was able to use the submission url successfully. Archiving must be enabled. (add attribute index geoprocessing tool did not work, maybe I did that wrong) Also, the submission url formatting IS https://domain.com/arcgis//sharing/rest/content/items/xxxxxxxxxPortal Item IDxxxxxxxxxx IS NOT https://domain.com/arcgis/home/item.html?id=xxxxxxxxxPortal Item IDxxxxxxxxxx
... View more
06-13-2017
08:29 AM
|
0
|
0
|
1591
|
|
POST
|
I would like more detail/documentation on publishing surveys with services federated with my portal and server. What are the requirements for the published feature service? I would like to take an existing survey, add the rest end point to the submission url and publish. Currently I am getting this error. My work flow: 1. Publish my survey to ArcGIS Portal 10.4.1. 2. Export my HFS as FG. 3. Create Service MXD with feature class from exported FG. (enabled attachments after adding globalids. Ran 'add attribute index geoprocessing tool') 4. Copy Survey, insert rest end point of federated feature service. (update form_id to that of the layer from service) 5. Receive Error. Alternatively: 1. Using the same federated feature service. 2. In Connect adding a new survey. 3. It creates the new survey with the correct schema but the submission URL is not the rest endpoint, its a feature service item description url. 4. Also when publishing I receive the same error as above.
... View more
06-09-2017
05:57 AM
|
0
|
4
|
2673
|
|
POST
|
Gary, GeoEvent can be VERY frustrating. The properties look correct. I troubleshoot by recreating the inputs, reimporting the layer definition, deleting and recreating the service & checking logs to make sure connections are working.
... View more
06-05-2017
12:47 PM
|
1
|
0
|
4195
|
|
POST
|
Can you use another field as the Where field instead of ObjectID when updating a feature?
... View more
05-17-2017
07:00 AM
|
0
|
0
|
1875
|
|
POST
|
I have two feature classes, both have the same Track_ID, field Zone. I would like to monitor the input of feature class #1. When there is a new entry, its updates a field in feature class #2 based on the field Zone (where Zone = Zone) I cant figure out how to accomplish this and where to use the wehre clause and which service definition to use. My input works fine so far, but not my service or output. Thanks!
... View more
05-16-2017
08:11 AM
|
0
|
0
|
887
|
|
POST
|
I would like to copy data from one hosted feature service to another and maintain attachments. Creating a local copy in arcmap does not seem to hold attachments. Any suggestions? Thanks.
... View more
05-03-2017
07:51 AM
|
0
|
2
|
4553
|
|
POST
|
When I open a new Survey123 Connect App in AppStudio it says version 1.0.1. Below that it askes me if I would like to upgrade to version 2.0. As expected, when I select Update to version 2.0 it brings me to the Survey123 Connect downloads page ( I would think this link would not be there if this was already version 2.0). I would like to confirm that the Survey123 Connect is version 2.0 in AppStudio. Is there something in the code that would tell me? AppStudio would have you believe that it is infact version 2.0, however, it is not clear. Thanks.
... View more
05-02-2017
05:36 AM
|
0
|
2
|
1547
|
|
BLOG
|
Thanks for getting the code to AppStudio so quick! Also, 2.0 seems to have fixed Bug BUG-000103903....THANKS!
... View more
04-27-2017
06:47 AM
|
1
|
0
|
5274
|
|
POST
|
I was eventually able to add the fields I needed, however, now I run into this issue... I am experiencing trouble adding a field to multiple Hosted feature services in our HA environment using this method - http://support.esri.com/technical-article/000012167. I am able to use the method above in our non HA environments but not in our HA. The HA server machines seem to not sync properly as when I refresh the rest end point, the added fields toggle on/off. - WEBPAGE REFRESH RESULTS --> ArcGIS 10.4.1 Server Federated with Portal in a HA Cluster. Thanks.
... View more
04-25-2017
06:30 AM
|
0
|
1
|
1273
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2026 08:20 AM | |
| 2 | 06-11-2026 02:54 PM | |
| 3 | 06-11-2026 05:45 AM | |
| 1 | 06-09-2026 02:07 PM | |
| 1 | 06-05-2026 01:26 PM |