|
POST
|
Thanks Stuart, no I am at 10.3 I apolgize for not including my release info
... View more
02-27-2015
10:52 AM
|
0
|
0
|
2278
|
|
POST
|
Hi all- It turns out that the above KB is not the above problem. We removed MS15-06 from our update list, re-ran the remaining MS updates, and the problem resurfaced immeditaly AND affected re-draws of dynamic services as well, suggesting some type of communication effect.... While it seemed reasonable that particular KB (MS?) might be the problem for the reasons I outlined, I really have no idea. Here is the list of updates our IT seleced to apply for our environment (All windows server 2008r2 sp1 for all file, gis tier, web tier and database tier (sql server 2012 rdbms)): MS15-009 Security Update for Internet Explorer (3034682) MS15-010 Vulnerabilities in Windows Kernel-Mode Driver Could Allow Remote Code Execution (3036220) MS15-011 Vulnerability in Group Policy Could Allow Remote Code Execution (3000483) MS15-012 Vulnerabilities in Microsoft Office Could Allow Remote Code Execution (3032328) MS15-013 Vulnerability in Microsoft Office Could Allow Security Feature Bypass (3033857 MS15-014 Vulnerability in Group Policy Could Allow Security Feature Bypass (3004361) MS15-016 Vulnerability in Microsoft Graphics Component Could Allow Information Disclosure (3029944) Vulnerability in Virtual Machine Manager Could Allow Elevation of Privilege (3035898) Any one of these (or none of these) could be the problem, but clearly there is more going on with us. We have suspended server updates for this month until we can figure this out.
... View more
02-26-2015
03:19 PM
|
0
|
0
|
904
|
|
POST
|
Hello- I'm constantly receiving the generic error: Method failed.HRESULT = 0x80004005 : Unspecified error. The requested capability is not supported. On both my dynamic and cached image services, reported in the Server logs as a SEVERE. How can I determine which capapbility this error is referring to when I've already dis-allowed all capabilities? Background: Our image services are sourced from mosaic datasets residing in a file gdb that in turn resides in my registered data store directory. The source rasters (tifs) are in a SAN share that is also a registered location. In the Service Editor, under Capabilites WCS and WMS are not allowed. Under Imaging, Image and Metadata are the only allowed Operations. Under Parameters>Catalog Raster metadata level is set to basic. Download number of items is set to 0 per request as I am not allowing downloads. Mensuration methods is set to None. Function allows client specified rendering rules. Editing Allowed types for add is set to Raster Dataset for Basic Types. Any suggestions are appreciated Thanks David
... View more
02-26-2015
07:49 AM
|
0
|
6
|
6535
|
|
POST
|
Hello and potential word to the wise: We experienced a fairly heavy impact on all of our cache map and image services after applying the February MS update titled above. I beleive the KB: https://technet.microsoft.com/library/security/MS15-016 Vulnerability in Microsoft Graphics Component Could Allow Information Disclosure (3029944) This security update resolves a privately reported vulnerability in Microsoft Windows. The vulnerability could allow information disclosure if a user browses to a website containing a specially crafted TIFF image. This vulnerability would not allow an attacker to execute code or to elevate their user rights directly, but it could be used to obtain information that could be used to try to further compromise the affected system. Caused some type of conflict that affected the ability of ArcServer to read all of the source rasters from our Imagery Share. All day we experienced tile draw errors (large and small empty squares) after applying this update to our Windows Server 2008R2 file server. Of course, these tiffs in turn source all of our ImageMosaics that in turn source all of our Image Services. I suspect once ArcServers ability to read the source rasters was affected, that then affected all of our cache services such that we had suffered draw errors accross the board as the ArcServer logs reported draw errors all day. We rolled back the updates, rebooted the machine and all seems fine now. Thanks David
... View more
02-25-2015
03:14 PM
|
0
|
1
|
4459
|
|
POST
|
Michael, Ronnie - I suggest regardless of where you try to build the cache, secure the service first. That way it cannot appear in the rest and has no chance of being accessed while the cache is running David
... View more
02-25-2015
09:28 AM
|
0
|
2
|
2144
|
|
POST
|
Hello- Has anyone experienced this? Using the ArcPad Data Manager tool in Desktop 10.3, we exported a schema-only axf for editig. One feature class with a 1:1 relate. The related table is extracted, it's attribute columns are visible in ArcPad Studio, yet while the related table tab is visible, the attribute columns are not in ArcPad 10.2.2 after adding a feature and related ID. Using the same data and simple get data for arc pad wizard, ArcPad 10.2.1 does display the related table form upon feature and id creation. Thanks- David
... View more
02-25-2015
08:44 AM
|
0
|
0
|
3043
|
|
POST
|
Hi Kelly, thanks I am: <div id="bottomPane" data-dojo-type="dojox/layout/ExpandoPane" data-dojo-props="title:'', region:'bottom', startExpanded:false, splitter:'true'">
<div id="bottomBorder" data-dojo-type="dijit/layout/BorderContainer" region="bottom" style="width: 100%;height:100%;">
<div id="cpBottom" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="splitter: 'false', region: 'center'">
<div id="divGrid"></div>
</div>
</div>
</div> Grid Structure: relGrid = new Grid({
bufferRows : Infinity,
loadingMessage: 'Loading data...',
noDataMessage : "No Records Available",
columns:
[
{field: 'ID', label: 'Account', resizable: true},
{field: 'LINK', label: 'Information', formatter: function(link) {return "<a target='_blank' href=" + link + ">Full In</a>";}, a ble: true},
{field: 'NAME1', label: 'Owner Name', formatter: toTitleCase, resizable: true},
{field: 'JUST', label: 'Justified Value', formatter: toCurrency, resizable: true},
{field: 'ASSD', label: 'Assessed Value', formatter: toCurrency, resizable: true},
{field: 'YRBL', label: 'Year Built', resizable: true},
{field: 'LSQFT', label: 'Recorded Area', formatter: convertPlaces, resizable: true}
]
}, "divGrid");
console.log(relGrid);
relGrid.startup(); To give you an idea of the flow, a the beggining of the ready function, I am setting up a girdPane var and wiring it to the bottomPane div: gridPane = registry.byId('bottomPane'); and then toggling the gridPane open once the memory store is populated and passed its content to the grid: if (!gridPane._showing) {
gridPane.toggle();
} So I'm guessing I would call a refresh after my gridPane toggles? Thanks David
... View more
02-24-2015
08:16 AM
|
0
|
1
|
2301
|
|
POST
|
Kelly, just to let you know I'm not really pursuing this. I think I can get what I need via css on my dgrid. I am experiencing a somewhat nagging issue where my rows are not lining up with the column headers at initial population. If I then click a header, the rows/cells then align just fine. If you have any css suggestion on this that would be great. Thanks David
... View more
02-23-2015
01:51 PM
|
0
|
3
|
2301
|
|
POST
|
I just replied to something similar. Depending on your network envrionment and site architecture, map services with many layers, other complexities or that are under load can still hang at overwrite when specifing 0 minimum pooling instances. But at 10.3, a .glock is not left behind on the service at overwrite failure so you should be able to go right back in, maybe perform a service restart and then you should get a clean overwrite. At least that's been my experience thus far. David
... View more
02-23-2015
01:47 PM
|
0
|
0
|
3851
|
|
POST
|
I would just do a reinstall of server and web adaptor. That way you can reassign the directories and register the server with web adaptor
... View more
02-23-2015
01:36 PM
|
0
|
0
|
1586
|
|
POST
|
Hi Filip, why can't you restart the ArcGIS Server process? David
... View more
02-23-2015
07:13 AM
|
0
|
0
|
1586
|
|
POST
|
Yep, I got it Juan, thanks. Appears to be working well across python, mpc, sdk
... View more
02-19-2015
03:27 PM
|
0
|
0
|
2596
|
|
POST
|
10.2.x has communication issues in both single and multi machine sites that at times resulted in a persistant .glock file remaining when modifying services under load. I usually experienced this on my production site when overwriting services when I set my min pooling instance to 0. When the lock occurs, you will have to stop the ArcServer.exe process on each machine and then delete the lock file if it doesn't auto-kill when you stop the site. Killing the lock has no adverse affects. Server at 10.3 has optimized communication between server machines - I no longer experience this lock.
... View more
02-19-2015
10:24 AM
|
3
|
2
|
2403
|
|
POST
|
That's interesting. We'll be updating our dev instance next week to .3, I'll post back any thing I find....
... View more
02-19-2015
10:15 AM
|
0
|
0
|
2225
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-27-2026 01:27 PM | |
| 2 | 03-25-2026 06:29 AM | |
| 2 | 03-04-2026 11:14 AM | |
| 1 | 02-26-2026 09:46 AM | |
| 1 | 10-30-2025 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|