|
POST
|
We are going to upgrade our ArcSDE 10 geodatabase to ArcSDE 10.1 We use .lyr files created with ArcMap 10 to provide read only connection to the data. Our clients will be a mixture of 10 and 10.1 for a little while. Are there any issues with using our existing 10 .lyr files to connect to 10.1? I just created a 10 .lyr file connected to our test 10.1 ArcSDE database and didn't see any issues, but wanted to check and see if anyone had seen any known limitations or issues. Thanks, Mele
... View more
02-28-2013
07:43 AM
|
0
|
0
|
878
|
|
POST
|
Doug, Thanks for your reply. Here is what I got to work, which also may be what you are suggesting. I created an MXD that contains our 1969 imagery and set the "Extent Used by Full Extent Command" in the Data Frame Properties to an extent that is similar to the full extent of the 2010 imagery and that is much larger than that covered by the 1969 imagery. I then published the MXD as a map service and imported my tiling scheme from my 2010 imagery. Next I created tiles for the Full Extent of the service using Manage Map Server Cache Tiles dialog in ArcCatalog at my smaller scales (500K, 250K, and 125K). I verified that the Area of Interest settings match the full extent as set in the MXD at time of publishing. After creating the small scale tiles, I then used a polygon representing the boundary of our imagery for 1969 and set the Area of Interest in the Manage Map Server Cache Tiles dialog in ArcCatalog and cached the remaining scale levels. The "missing" tiles now show up in areas that beyond the area covered by the 1969 at larger scales. Mele
... View more
02-19-2013
08:04 AM
|
0
|
0
|
894
|
|
POST
|
I am running SP1 on our ArcGIS 10.1 installation. I have not looked into the IIS ARR article suggested by Domenico. I will take a look. I did not see anything in the logs that helped. Since I posted this to the forum, I contacted ESRI Support and they are suggesting it is a Firewall issue and had us try the following: Here is the Microsoft Knowledge base article about the error that is being received from the web server. Please review the link below: http://support.microsoft.com/kb/837865 Specifically, try to implement the following steps: To work around this issue, configure the Web publishing rule so that it does not block high-bit characters. To do this, follow these steps: 1. Start the ISA server or Microsoft Forefront Threat Management Gateway, Medium Business Edition Management tool. 2. Expand ServerName, where ServerName is the name of your ISA server or Microsoft Forefront Threat Management Gateway, Medium Business Edition computer. 3. Click Firewall Policy, click the Web publishing rule that you created to publish the Exchange server computer for access by OWA users, and then click Edit Selected Rule. 4. Click the Traffic tab, click Filtering, and then click Configure HTTP. 5. Click to clear the Block high-bit characters check box, and then click OK two times. 6. Click Apply to update the firewall policy, and then click OK. I do not have direct access to the ISA server, but have been told this setting is applied to our site and we still have the same issue. We will have to work with our ISA administrator to see if there is any other settings that we can change. Mele
... View more
02-19-2013
07:25 AM
|
0
|
0
|
992
|
|
POST
|
We have aerials obtained in 2010 which cover our entire muncipality and aerials from 1969 that only cover a portion or our area. I have published both the 1969 and 2010 SDE raster datasets as map services and have generated map caches. What I would to do is have the 1969 return a "No Data" tile in areas covered by the extent of the 2010 imagery but no imagery exists for 1969. I have placed the "missing" and "blank" PNGs and JPEGs in my 1969 cache directory, but it is not working as I would like. I have tried to cache the map service to only the extent of the 1969 data or to the full extent of the 2010 data and neither works. [ATTACH=CONFIG]21083[/ATTACH] Any suggestions on how to accomplish this?
... View more
01-25-2013
01:27 PM
|
0
|
2
|
1184
|
|
POST
|
I uninstalled Service Pack 4 for CASE Tools and no longer have this issue. I am now using ArcGIS Desktop 10 Service Pack 5 with ArcGIS Desktop Case Tools Extension 10 Service Pack 3. Mele
... View more
01-23-2013
12:02 PM
|
0
|
0
|
694
|
|
POST
|
What I ended up doing was setting the Editor Widget _currentGraphic property equal to the graphics (results) or my featureLayer.selectFeatures query. featureLayer.selectFeatures(query, esri.layers.FeatureLayer.SELECTION_NEW, function (results) { ZoomToFeature(results) }); setGraphicsAttributes(result); function setGraphicsAttributes (graphic) { editorWidget._currentGraphic = graphic; }
... View more
01-23-2013
06:57 AM
|
0
|
0
|
699
|
|
POST
|
I am using the editorWidget to add new features, delete features, and update features. I am using the Attribute Inspector to display and edit the newly added features and selected features attributes. I recently added a function to my application which allows the user to search for an existing editable feature by a unique identifier (asset_id). I am using the .selectFeatures() method on the FeatureLayer to select and then zoom to a feature based on the asset_id. The attributes for the selected feature display within the attribute inspector with any associated domains and it appears that the fields are editable, but my application errors when a change is made within the attribute inspector. It appears that the attribute inspector is behaving like an info window and is not connected to the FeatureLayer for editing as I get an error which states. Unhandled exception at line 19, column 158500 in http://serverapi.arcgisonline.com/jsapi/arcgis/3.3/js/esri/dijit/editing/Editor-all.js 'this._currentGraphic.attributes' is null or not an object How can I connect the changes made via the attribute inspector in the above example back to the editor widget? Thanks, Mele
... View more
01-22-2013
07:40 AM
|
0
|
1
|
1061
|
|
POST
|
We are using Visio 2007 to create XML Geodatabase Schemas. When importing the XML using the CASE Tools Schema Wizard in ArcCatalog 10 SP5, we get an error message that states: "Problem with Grid Sizes ..." for each feature class in the workspace being imported. The last time that I used the Schema Wizard to import the same XML digram about six months ago, I did not see this error. We now have had to manually set a Grid Value for Grid 1 for each Feature Class when importing which is a tedious work around. Has anyone enountered this error and found a way to fix it? Thanks, Mele
... View more
01-18-2013
10:26 AM
|
0
|
2
|
836
|
|
POST
|
We have ArcGIS Server 10.1 installed and are using the Web Adaptor. Our server is on our internal network and is using reverse-proxy to serve maps to the Internet. When a query is performed using a GET that has a Where clause such as Addr Like '%3%' http://MyServer/arcgis/rest/services/MyService/MapServer/1/query?where=Addr+Like+%27%253%25%27&f=pjson the query returns results, but if the Where clause is: Addr Like '%36%' http://MyServer/arcgis/rest/services/MyService/MapServer/1/query?where=Addr+Like+%27%2536%25%27&f=pjson A 500 Internal Server Error is produced. I suspect a filter setting in IIS is stopping the Query, but don't know where to look. Has anyone encountered this same issue? If so, how did you resolve it?
... View more
01-10-2013
01:36 PM
|
0
|
3
|
3295
|
|
POST
|
We have non feature linked water annotation and water mains with feature linked annotation. In order to transfer existing anno to feature linked annotation the user selects an existing annotation feature and a water main. The program then creates a new feature linked annotation feature where the selected non-feature linked annotation is placed. The program also assigns the Water Main OID of the selected water main to the feature linked annotation LinkedFeatureID. The feature linked annotation is forced to update by setting a field in the water main. In our case, we just updated the Owner field to its current value and then the feature linked annotation is forced to update. Finally the program deletes the non-feature linked annotation. Attached is the code that does the items described above. public static IFeatureClass FCmain_anno; - set to feature linked annotation feature class
public static IFeatureClass FCmain; - set to water main feature class
public static IFeatureSelection FMainSel; set to selected water main
public static ISelectionSet MainSelSet;
public static ISelectionSet Anno_SelSet;
public static IFeatureCursor FCur_main;
public static IFeatureCursor FCur_anno;
public static IFeature FMain;
public static IFeature F_anno;
public static IAnnotationFeature2 Anno_Feat;
FCmain_anno = FLmain_anno.FeatureClass;
FCmain = FLmain.FeatureClass;
//get main feature
IQueryFilter QF = null;
FMainSel = (IFeatureSelection)FLmain;
MainSelSet = FMainSel.SelectionSet;
MainSelSet.Search(QF, false, out Cur_Main);
FCur_main = (IFeatureCursor)Cur_Main;
FMain = FCur_main.NextFeature();
//get existing anno feature
F_annoSel = (IFeatureSelection)FL_anno;
Anno_SelSet = F_annoSel.SelectionSet;
Anno_SelSet.Search(QF, false, out Cur_anno);
FCur_anno = (IFeatureCursor)Cur_anno;
F_anno = FCur_anno.NextFeature();
Anno_Feat = (IAnnotationFeature2)F_anno;
//create new main anno feature
IFeature wmannoFeature = FCmain_anno.CreateFeature();
IAnnotationFeature2 FLannoFeat = (IAnnotationFeature2)wmannoFeature;
FLannoFeat.Annotation = Anno_Feat.Annotation;
UID edUID = new UIDClass();
edUID.Value = "{F8842F20-BB23-11D0-802B-0000F8037368}";
IEditor editor = (IEditor)m_application.FindExtensionByCLSID(edUID);
IEditLayers EditLayers = (IEditLayers)editor;
EditLayers.SetCurrentLayer(FLmain_anno, 0);
//assign OID to feature linked anno
int OIDFieldvalue = FMain.OID;
FLannoFeat.LinkedFeatureID = OIDFieldvalue;
//assign AnnoClassID
int annoclassid = 0;
FLannoFeat.AnnotationClassID = annoclassid;
//store feature
editor.StartOperation();
wmannoFeature.Store();
editor.StopOperation("Done");
////Get new feature linked anno feature and set symbolID
IQueryFilter pQF = new QueryFilterClass();
pQF.WhereClause = "FeatureID = " + OIDFieldvalue;
IFeatureCursor FLannoCursor = FCmain_anno.Update(pQF, false);
long symbolid = 0;
wmannoFeature = FLannoCursor.NextFeature();
wmannoFeature.set_Value((FCmain_anno.FindField("SymbolId")), symbolid);
editor.StartOperation();
FLannoCursor.UpdateFeature(wmannoFeature);
wmannoFeature.Store();
editor.StopOperation("IDs updated");
IQueryFilter mQF = new QueryFilterClass();
mQF.WhereClause = "OBJECTID = " + OIDFieldvalue;
IFeatureCursor mFCursor = FCmain.Update(mQF, false);
IFeature mF = mFCursor.NextFeature();
mF.set_Value(FCmain.FindField("Owner"), mF.get_Value(FCmain.FindField("Owner")));
editor.StartOperation();
mFCursor.UpdateFeature(mF);
editor.StopOperation("Main Updated");
//delete original anno
F_anno.Delete();
pMap.ClearSelection();
mxDoc.ActiveView.Refresh(); I hadn't look at this code for a while so I had to step through the code to jog my fading memory. I hope this makes sample makes some sense. Mele
... View more
11-07-2012
05:40 AM
|
0
|
0
|
1328
|
|
POST
|
I contacted ESRI Support since posting this to the forum. They did not provide assistance for ISA/TMG configuration for ArcGIS Server 10.1 as they said it was out of scope for Support Services as it deals with non-ESRI products. They suggested I contact Microsoft or ESRI Professional services for help. I don't know that Microsoft will know how to configure ArcGIS Server, and I would like to avoid paying Technical Services for information ESRI provided for ArcGIS 10. I am not in the position to experiment with TMG settings as it is out of my department's control, so I hope to get some more detailed instructions to give to our IT security team. Mele
... View more
11-06-2012
11:23 AM
|
0
|
0
|
1496
|
|
POST
|
Johannes, I was able to get something to work, I am reviewing my code so I can refresh my mind as to what it actually does. I will post some code and an explanation to this forum once I figure out what I did. Mele
... View more
11-05-2012
06:18 AM
|
0
|
0
|
1328
|
|
POST
|
We have implemented the esri.toolbars.Navigation in an application and I would like to make it work so that when someone clicks once on the map, the map either zooms in or zooms out depending on the tool selection using the click point as center. I would also like to have rubber band zoom enabled when using the Zoom in tool. Has anyone implemented something like this? Thanks for your assistance. Mele
... View more
10-22-2012
03:46 PM
|
0
|
2
|
1863
|
|
POST
|
Thanks for your response. I am considering using the web adaptor as you suggested. Do I simply need to provide the internal machine name as Server.Domain:Port to our ISA Server Administrator using the port number used by the web adaptor? Mele
... View more
10-22-2012
03:00 PM
|
0
|
0
|
1496
|
|
POST
|
I am not an IT security staff member but rather a GIS Analyst and I am trying to understand how to tell our IT Security team what is needed to make the ArcGIS 10.1 Server installation that will be housed on our internal network accessible to our DMZ and the Internet. We have an existing reverse proxy that is using Microsoft Forefront Threat Management gateway. We have successfully configured ArcGIS Server 10 to use our reverse proxy following the instructions provided in this document for a Microsoft ISA Server. http://support.esri.com/en/knowledgebase/techarticles/detail/32634 However, as the architecture has changed in ArcGIS Server the instructions do not apply to 10.1. As I understand it, we are trying to "intergrate with an existing reverse proxy" as shown below, but the instructions are only for Apache. http://resources.arcgis.com/en/help/main/10.1/index.html#//01550000042s000000 Do I simply need to provide the internal machines name and port number to out Security Team? Is there any reason to use the Web Adaptor in this scenario? Thanks for any assistance, Mele
... View more
10-21-2012
04:46 PM
|
0
|
5
|
2036
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-27-2026 09:23 AM | |
| 1 | 02-26-2026 06:47 AM | |
| 3 | 10-20-2025 05:21 AM | |
| 1 | 03-13-2015 04:39 PM | |
| 1 | 09-18-2025 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|