|
IDEA
|
If Geoevent processor could write a new row into a table in a SQL server database it would be great! One use of this would be for a GIS point to trigger the creation of a new service request in our asset management system by inserting a row into a staging table which the asset management application could use to generate an service request.
... View more
12-31-2013
01:15 PM
|
17
|
0
|
1242
|
|
IDEA
|
Please add the ability to execute a SQL stored procedure as an output in GeoEvent Processor. I have a stored procedure that converts some data in a staging table into assets in my Enterprise Asset Management system. It would be good if a user could collect a new asset, say using an iPhone, the new point triggers this stored procedure which re-formats the data to the format required for my EAM to create an asset record.
... View more
12-06-2013
01:31 PM
|
4
|
0
|
855
|
|
IDEA
|
Allow for a SQL Server table or view to be an input into GeoEvent Processor. One use of this would be an app we have on the ipads that only collects tabular data. The app collects lat/long and so if we could generate a point from this that would be great!
... View more
12-03-2013
01:05 PM
|
20
|
3
|
2947
|
|
POST
|
Simon, Not sure I understand why (right now) but when I removed the > and just used the greater than symbol in the XML it worked. <expression alias="Species Code Search" textsearchlabel="Search by species code">
<values>
<value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value>
<value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value>
<value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>
</values>
</expression> There was also an issue with one of your fields (physcnt) attributes not have a space between it and the next attribute making it invalid xml syntax. It still didn't work for me, I removed > and replaced with > in the first expression. I entered AC SA for species, 4 for height and left diameter blank, I also tried entering 0 for diameter. What query did you try? I am not sure what the issue with my physcnt field is, could you elaborate?
... View more
11-18-2013
08:33 AM
|
0
|
0
|
1054
|
|
POST
|
Simon, Not sure which method you are using to generate the token but neither of them have worked for me. Are you choosing IP, HTTP Referrer or Request IP? I was using HTTP referrer. I unlocked the service in question, so it should work without a token now.
... View more
11-11-2013
06:27 AM
|
0
|
0
|
973
|
|
POST
|
Simon, The token is not working for me... New token: N2uo0YnKfkJpkCBgrdi6S3kZPifZAc7KXJu_-sJZeF0.
... View more
11-07-2013
11:25 AM
|
0
|
0
|
973
|
|
POST
|
Simon, OK can you generate a short life token for me then? Token: s2QhjzDmWRZ6WfAMNse-DvLrSEYScwdYlyAxsK_mSwl9K5qvxkJmvKuS4xD34Yrd
... View more
11-07-2013
09:18 AM
|
0
|
0
|
973
|
|
POST
|
rscheitlin;342653 wrote: Simon, What are the field types for height and diameter?[/QUOUTE] The field type is double.
... View more
11-07-2013
05:47 AM
|
0
|
0
|
973
|
|
POST
|
Simon, Does the (simpler) "Row search" work? Yes, and in fact the species code search works just fine if I leave Height and Diameter blank.
... View more
11-07-2013
05:35 AM
|
0
|
0
|
973
|
|
POST
|
Simon, Maybe this is just a type but what is the end comment doing in here (what I have in red)? <values>
<value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value>
<value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value>
<value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>-->
</values> That was left over from when I commented the diameter line to see if that was causing the problem. I cleaned it up and I am still having an issue. Attached is my full config (note that this is on dev server hence all the commented lines), let me know if you would like access to the map service and I will generate a token.
... View more
11-07-2013
05:06 AM
|
0
|
0
|
1061
|
|
POST
|
Using FlexViewer 3.4 with eSearch 3.4 I cannot get the following query to yield results: <values>
<value prompt="Species e.g. AC RU">maximo_production.dbo.GIS_Balances.speciescode = '[value]'</value>
<value prompt="Height e.g. 8" isvaluerequired="false" operator="AND">maximo_production.dbo.GIS_Height.height >= [value]</value>
<value prompt="Diameter e.g. 2" operator="AND" isvaluerequired="false">maximo_production.dbo.GIS_Diameter.diameter >= [value]</value>-->
</values> When I try the following query in ArcGIS Desktop, I yield 3 results: maximo_production.dbo.GIS_Balances.speciescode = 'AC SA' AND
"maximo_production.dbo.GIS_Height.height" >= 5 Any suggestions?
... View more
11-06-2013
10:29 AM
|
0
|
0
|
1062
|
|
IDEA
|
-->
When setting up a relationship class, it would be nice if a definition query or filter could be applied. For example, I have a layer of polygon that contains bituminous, concrete and gravel surfaces. I also have a table of maintenance history for the bituminous only. I have the two related and it sometime causes issues when a user adds a related record from the attribute editor or when accessing the related table some other way such as through identify. There are workarounds that can achieve the above within an MXD, but they don't mitigate a user accessing the data base directly and bringing unfiltered data.
... View more
03-16-2013
06:26 PM
|
7
|
1
|
892
|
|
POST
|
I got it figured out, I managed to setup a database authenticated user. This now makes the field appear in the REST endpoint as maximo_production.user.fieldname without any quotations, thanks for your help.
... View more
03-08-2013
05:19 AM
|
0
|
0
|
740
|
|
POST
|
Yes, and this is a Windows 7 Box with IE9. On my old Windows XP box with IE8, I could simply open a new tab and see the changes. However, on the win7 box, even closing the browser altogether does not seem to load the new config.
... View more
03-08-2013
05:17 AM
|
0
|
0
|
388
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 08-09-2012 08:25 PM | |
| 1 | 09-12-2018 09:21 AM | |
| 15 | 04-26-2015 12:06 PM | |
| 2 | 11-20-2017 08:40 AM | |
| 5 | 02-08-2018 07:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|