POST
|
Ok, I was able to test this on a PC with Windows 7, and ArcMap 10.0. I created a new mxd, added two layers from my file geodatabase, then added a tiff, & then added the georeferencing toolbar. I chose the Update Georeferencing option, and then added that georef'd tiff to my mxd. After that, ArcMap quit working.
... View more
10-29-2015
08:08 AM
|
0
|
4
|
2099
|
POST
|
OK, I put my data into a file geodatabase, created a new mxd, and added only the file geodatabase layers and a tiff. I rectified it, started editing my layer, then left it alone on my desktop, and opened Task Manager. After about 20 minutes, memory usage climbed to 2.8 gigs and the map window greyed out. I can't use the XP machine today, but I'll try it tomorrow if possible.
... View more
10-27-2015
11:45 AM
|
0
|
0
|
2099
|
POST
|
Thanks for the quick reply, Jake! My personal geodatabase is pretty small - it's just to hold my sketched streets and preliminary addresses. I use it strictly on my own computer for drafts. I guess I'm too old-school - I need to switch to the file geodatabase format! There's a spare Windows XP computer around here, but I'm pretty sure I had this problem on my old, Windows 7 machine. But I wouldn't swear to it. Will post my test results. Thanks again!
... View more
10-27-2015
08:46 AM
|
0
|
1
|
2099
|
POST
|
Ever since we upgraded to version 10, I'm having issues with using georeferenced tiffs in ArcMap. Here's my workflow - I receive a plat, then add it to ArcMap, georeference it, and then I sketch in streets and assign addresses. At version 10, when I begin this task, after anywhere from 10-15 minutes, ArcMap starts gobbling up my memory and eventually becomes unresponsive. I am reduced to keeping my task manager open so I can watch out for the rapid increase in memory and (hopefully) save my mxd before it locks up, usually when it's close to 3 gigs eaten. I have seen references to a memory leak but that was supposedly fixed at version 10.2 ( I thought) - others have said to remove the georeferencing toolbar from the mxd, and save it, then close out and reopen - that didn't help. This occurs whether I am using an existing mxd, or I've also built new ones, and after rectifying the image, I will close out that mxd and create a new mxd using only the rectified image so I don't need to use the georeferencing toolbar any longer - it still occurs. It's gotten so bad, I can't do my work. If I am interrupted, say by a phone call, I have sat at my desk, not interacting with ArcMap, and watched it go from 120 Mb or so on my task manager, then it steadily and rapidly climbs to around 3 gigs, becomes nonresponsive, and my only choice is to End Task and start over. Does anyone have any ideas? This is causing me HUGE problems in my daily work. I'm using Windows 8.1, our sde is in Sql 2014 (this was a recent upgrade and my problems started before the upgrade). I usually have both sde layers and personal geodatabase layers in my mxd. Here's a snippet of my Task Manager when ArcMap is non responsive.
... View more
10-27-2015
08:23 AM
|
0
|
10
|
5392
|
POST
|
Does this help any? Screenshot of the main services page of this service, and some of the SRView1 showing most of the fields. I didn't want to bombard you so if I haven't sent enough just let me know. Thanks!
... View more
07-09-2013
12:11 PM
|
0
|
0
|
2181
|
POST
|
Elizabeth, What you sent is the zip is not the eSearchWidget.xml... Hmm, am not seeming to have a good week! Ok, where exactly do I find said widget xml file? I copied the xml that shows up in the flex builder when I click 'modify' on the widget tab. That is the file that I have been editing, is that the problem? I know I really need a flex builder class. Unfortunately this project is fast tracked & has to come before any training. Thanks for helping!
... View more
07-09-2013
10:01 AM
|
0
|
0
|
2182
|
POST
|
Here's my zip file, Robert. I removed the part of your code that searches by Sub list (although I know we will want that later on down the line). So all I need this tool to do now is just search by owner name. I also removed the metric distance searches.. I left my mistake w/the operator syntax for you to look at. When I run the tool I get a error #1009. Thanks again for your help!
... View more
07-09-2013
08:38 AM
|
0
|
0
|
2182
|
POST
|
Elizabeth, So you have tested the Query at the REST End point just like I said in my last post (not just in ArcMap)?... I actually have never tested a SDE View Join in my widget so it might be an issue there... Robert- Yes, I was able to query the REST end point successfully. Is there a problem w/joining a layer to a table for querying in the flex viewer? I see that as a basic need of end users, but nothing in the out-of-the-box widgets seem to allow for a user defined query. I am looking for a way to allow users to find parcels based on attributes of a CAMA table. This CAMA table is not really an sde view, it's actually a standalone table in our sde. (It has a legacy name of 'view' but it's not really a view). Sorry I seem to be confusing the issue! Thanks for your help. If you don't think your widget is appropriate for my task do you happen to know one that would be?
... View more
07-09-2013
05:11 AM
|
0
|
0
|
1709
|
POST
|
Hi Robert- Yes, my sql syntax is correct. I should have mentioned I was masking the url to our server. Sorry about that! I am using fully qualified field names since the layer is joined to a view.
... View more
07-08-2013
12:00 PM
|
0
|
0
|
1709
|
POST
|
Hello All- I'm new to Flex Viewer & especially to custom widgets. I am using version 3.3 & downloaded the enhanced search widget for application builder. I can't figure out how to get this search to work. I am trying to query a view in the sde, that is joined to our parcel layer (also in sde). That's really all I need to do for this first step - which I have to have up & running by this Thursday. I'm trying to search through the ESRI documentation & the 2 threads on this widget but since I am under such a time crunch, I think I must be missing something. I am using URLs for my map service. Everything is located on one server. What part of this code do I need to fix, and can someone point me in the right direction? BTW, I had to delete some of the code related to graphical searches to make this post short enough for forum rules. Thank you! <configuration>
<layers>
<layer>
<token/>
<definitionexpression/>
<enableexport>true</enableexport>
<name>Owner Name Search</name>
<url>http://192.1.1.xxx:6080/arcgis/rest/services/MyMapService/MapServer/4</url>
<expressions>
<expression alias="Owner_Name" textsearchlabel="Search Owner Last Name:" isvaluerequired="true">
<values>
<value prompt="Example: Owner: " isvaluerequired="true" operator="AND">upper(santarosagis.GISADMIN.QS36F_SRVIEW1.OWNER_NAME) LIKE upper('%[value]%')</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Zoning</graphicalsearchlabel>
<spatialsearchlayer>false</spatialsearchlayer>
<titlefield>OWNER_NAME</titlefield>
<fields all="true"/>
<links/>
<zoomscale usegeometry="true" zoompercent="2"/>
<autoopendatagrid>false</autoopendatagrid>
<queryattachments>false</queryattachments>
<relates/>
<symbology>
<simplefillsymbol color="0xff0000" alpha="0.5">
<outline color="0xff0000" alpha="0.8" width=".4"/>
</simplefillsymbol>
</symbology>
</layer>
</layers>
<tables>
<table>
<token/>
<definitionexpression/>
<enableexport>true</enableexport>
<enableprintgrid title="Selected Sub Types">true</enableprintgrid>
<name>Sub Type</name>
<url>http://192.1.1.xxx:6080/arcgis/rest/services/MyMapService/MapServer/5</url>
<expressions>
<expression alias="Owner_Name" textsearchlabel="Search for Owner Last Name:">
<values>
<value prompt="Example: 100" userlist="60,70,80,90,100" autosubmit="false">REPLSCORE > [value]</value>
</values>
</expression>
</expressions>
<titlefield>FACILITYID</titlefield>
<fields all="false">
<field name="FACILITYID"/>
<field name="FCLASS" alias="Feature Class" gridfield="true"/>
<field name="ASSETCOND" alias="Asset Condition" gridfield="true"/>
<field name="CONDDATE" alias="Condition Date" dateformat="MM/DD/YYYY" useutc="true" gridfield="true"/>
<field name="REPLSCORE" alias="Replacement Score" gridfield="true"/>
</fields>
<links>
<link alias="View Traffic Photo" disablelinksifnull="true">
<![CDATA[{agree_with_incident}]]>
<icon><![CDATA[assets/images/i_camera.png]]></icon>
</link>
</links>
<relates/>
<queryattachments>false</queryattachments>
</table>
</tables>
</symbols>
</configuration>
... View more
07-08-2013
11:15 AM
|
0
|
0
|
1709
|
POST
|
Won't this cause an issue if I change the instances to local host? My gis server connection was made using localhost. Do I need to create a new connection using the server name or IP address? If I try to browse to http://localhost:6080/arcgis/rest/services/MyMapService/ (this is my test map service for this flex viewer project), it will not connect. Any thoughts? Thanks!
... View more
07-03-2013
05:00 AM
|
0
|
0
|
924
|
POST
|
Elizabeth, All instances of localhost In your config file need to be changed, also any widget config files that have localhost in them need changing, Regards Anthony Ok, thanks I will give this a try.
... View more
07-02-2013
01:08 PM
|
0
|
0
|
924
|
POST
|
Elizabeth, If you are trying to view your site on another machine that is not your server you need to replace localhost with your server name or IP address Regards Anthony In the config file? Or in the cross domain file? I thought from my reading I couldn't use IP address in the cross domain file? And do I have to stop & restart anything?
... View more
07-02-2013
12:20 PM
|
0
|
0
|
924
|
POST
|
Elizabeth, What do you have as your server name in your URLs in the config.xml file? Regards Anthony Hi Anthony- Well, I have several config.xml files on the server but if you want me to look at the one in inetpub/wwwroot/flexviewers it has this as the server name: <layer type="feature" label="Parcels" url="http://localhost:6080/arcgis/rest/services/MyMapService/MapServer/3" mode="onDemand" visible="true"/>
... View more
07-02-2013
11:40 AM
|
0
|
0
|
924
|
Title | Kudos | Posted |
---|---|---|
1 | 07-06-2016 09:17 AM | |
2 | 06-16-2016 02:42 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|