|
IDEA
|
This idea should also include Portal for ArcGIS as well. Going through these steps (How To: Configure Portal for ArcGIS with custom symbology ) is very painful and time consuming especially when talking about 100-200 symbols
... View more
07-29-2017
12:19 AM
|
0
|
0
|
2108
|
|
POST
|
Craig, Assignment GlobalID will be critical for us because the way our assets for property (eg. fire panels, doors, water backflow valves) are managed for inspection. We don't use a Work Order system (it's actually a spreadsheet) and therefore can't get a unqiue Work Order ID. The AssetID is going to be used as the Work Order ID so the asset for inspection can be easily seen in the Workforce app. All of our analytics we be done on the relationship of the assignment's GlobalID passed into a hidden text field within Survey123. We would still like to pass Work Order ID field as well to show the contractor in Survey123 that is what they are inspecting. Thanks
... View more
07-19-2017
04:23 PM
|
2
|
1
|
2394
|
|
POST
|
Craig, When you say have the ability, do you mean that it's configurable with only those fields to chose from or other fileds can be selected (eg. GlobalID). Thanks
... View more
07-18-2017
04:57 PM
|
0
|
4
|
2394
|
|
POST
|
What would like to update? If you keep the same name when the service is being republished, there is nothing to update.
... View more
07-12-2017
09:24 PM
|
0
|
0
|
1670
|
|
POST
|
This has happened to me a few times. The only way I know how to fix it is to started again. Delete the portal item for the service Delete the service on server Open ArcGIS Admin and check the correct portal url is used in Managed Portal Connections. HIghlight, click Connect & Save to make sure. Open ArcMap and publish again. Make sure your portal groups are available in the Sharing section of the wizard Good luck
... View more
07-12-2017
03:14 PM
|
0
|
2
|
1670
|
|
IDEA
|
Gianni, Thanks for the reply but this has clouded my idea. My idea still stands to add the ability to pass parameters to a survey. During the configuring process of assigning a survey123 survey to a workforce assignment_type, allow the user to select which fields from the workforce assignment can be passed to allow pre population of survey fields (eg. workorderid) to enable a linkage between scheduled work & condition assessment, etc. for future analysis, etc. i'm not after anything complicated, just fields being pre populated of a particular survey as defined by the assignment_type configuration. i have seen the workforce project json configuration by using ago_assistant tool and know it could be hacked by altering the custom URL scheme for the particular assignment_type but this shouldn't be the way to do it and it would be considered unsupported. Thanks
... View more
07-04-2017
03:39 AM
|
2
|
1
|
3682
|
|
IDEA
|
Gianni, Could you explain a little more on what you mean about 'the filter/order the inbox features'? I assumed this would have been considered, etc. when the format/functionality of Survey123's custom URL scheme was developed. Thanks
... View more
07-03-2017
03:35 PM
|
0
|
1
|
3682
|
|
POST
|
I have managed to create the SQL that will consistently allow me to publish a map service with feature access from. SQL Create Table TESTTAB1008( OBJECTID INTEGER, SHAPE MDSYS.SDO_GEOMETRY, TEXT_DATATYPE NVARCHAR2(50), Constraint PK_TESTTAB1008_OBJECTID Primary Key(OBJECTID) Using Index (Create Unique Index IDX_TESTTAB1008_OBJECTID On TESTTAB1008(OBJECTID)) ); Comment on Column TESTTAB1008.OBJECTID Is 'ESRI auto-incrementing'; Delete From USER_SDO_GEOM_METADATA Where TABLE_NAME='TESTTAB1008' And COLUMN_NAME='SHAPE'; Insert Into USER_SDO_GEOM_METADATA Values ( 'TESTTAB1008', 'SHAPE', MDSYS.SDO_DIM_ARRAY( MDSYS.SDO_DIM_ELEMENT('Longitude', -180, 180, .00000005), MDSYS.SDO_DIM_ELEMENT('Latitude', -90, 90, .00000005) ), 4283); Create Index IDX_TESTTAB1008_SHAPE On TESTTAB1008(SHAPE) INDEXTYPE Is MDSYS.SPATIAL_INDEX Parameters('SDO_COMMIT_INTERVAL = 1000') NOPARALLEL; Select OBJECT_ID From ALL_OBJECTS Where OBJECT_TYPE='TABLE' And OWNER='PLANTRATING_MAIN' And OBJECT_NAME='TESTTAB1008'; Create Sequence SEQ_9197425 -- OBJECT_ID from above query MinValue 1 Start With 1 Increment By 1 MaxValue 2147483647 NoCache Order; Create Or Replace Trigger BIFER_9197425 -- OBJECT_ID from above query Before Insert On TESTTAB1008 For Each Row Declare Begin -- Assign the primary to the new record -- Select SEQ_9197425.NextVal Into :new.OBJECTID From DUAL; End; Grant Select On TESTTAB1008 To Public; Commit; The next problem is it won't allow me to insert data via a webmap created in Portal 10.3.1 It's generating an error without the editor popping up Console error Request body Response body Results in Oracle database Our database is Oracle Spatial 10g using Oracle 11g client on my desktop with Oracle 12c client on ArcGIS server The feature class in Oracle has a SRID set against it (SRID: 4283 - GDA94) The feature class I created before using the database connection's new->feature class right click context menu uses the same SRID without any issues. Does this happen with your version?
... View more
07-02-2017
05:45 PM
|
0
|
0
|
3608
|
|
POST
|
Rex, Thank you for the SQL. I had to alter the trigger relating to getting the next value from the sequence to get it work. It worked the first time I ran the SQL. Made some changes to table name, etc. to minic a new feature class and no luck (getting the same error as above). Currently doing more testing. It is very odd behavour.
... View more
06-29-2017
11:59 PM
|
0
|
0
|
3608
|
|
POST
|
Found this Esri support article (http://support.esri.com/technical-article/000012057) posted in May 2016 which goes through the steps to create database table, sequence, trigger that is suitable to create a feature class in Oracle Spatial RDBMS and pubish a feature service to allow editing of data. There is a note at the end of the article stating its for Server/Desktop 10.2.2. I have been through the steps using 10.3.1 with no success (publishing error 00166 - SEVERITY High - Layer's ObjectID is not maintained by the database and the feature service is being published with "Create" capability enabled, when being analyised) I was able to create a feature class within the Oracle Spatial RDBMS using the new->feature class right click context menu on the database connection file (.sde) within ArcMap/ArcCatalog and publish a feature service using that feature class with editing being possible when used in a WebMap. I have the correct permissions on the database for the schema I'm connecting to (eg. create table, index, sequence, trigger, package, procedure, function). Does anybody know where the documentation/steps are located to correctly create the feature class using SQL DDL statements only to allow a DBA to perform the task without needing any Esri application (eg. ArcMap/ArcCatalog) Thanks
... View more
06-21-2017
03:53 AM
|
1
|
7
|
5067
|
|
POST
|
Alan, It is. We have used this to summate point data relative close to each other (eg. inspection data from Survey123).
... View more
06-20-2017
08:24 PM
|
0
|
0
|
3204
|
|
POST
|
Alan, Esri on their GitHub site have a js cluster code (https://github.com/Esri/cluster-layer-js) you could use. As you zoom in & out of the map the number in the circle changes based on the number of points near that site. Also, Other people have done things similar eg. https://github.com/nickcam/FlareClusterLayer Hope this helps
... View more
06-20-2017
06:11 PM
|
1
|
2
|
3204
|
|
IDEA
|
Agreed. We have a 10.3.1 platform at the moment and I would like to start looking at the new functionality of Enterprise Portal. Having the ability to go and purchase 10 L2 named users for a portal license would be fanastic instead of having to go back Esri account managers, etc.
... View more
06-20-2017
03:30 PM
|
0
|
0
|
465
|
|
IDEA
|
i would like to see the functionality of configuring additional fields (eg. workorderid) to pass to Survey123 (eg. custom url) when setting up assignment types to surveys. This would allow a relationship between assignment & survey to be established. I want to use workforce to manage external contractor works with survey123 for asset inspections but is difficult without a relationship to do further analysis (eg. was the survey done/which asset was missed, etc.) Thanks
... View more
06-12-2017
06:18 AM
|
29
|
18
|
7346
|
|
POST
|
There is more information (presentations) and videos from this year's Dev Summit (http://proceedings.esri.com/library/userconf/devsummit17/index.html). Have a look around and I used information from 'ArcGIS Enterprise: Architecting Your Deployment' to start designing my 10.5 platform
... View more
05-16-2017
06:02 PM
|
1
|
0
|
1664
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-11-2025 07:59 PM | |
| 1 | 10-10-2025 08:03 PM | |
| 1 | 10-19-2025 08:18 PM | |
| 1 | 04-25-2025 07:07 PM | |
| 1 | 11-26-2024 08:41 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2025
07:08 PM
|