|
POST
|
Is more than 1 ArcServer participating in this site? Do you have multiple clusters? If this is just a 1 machine instance, you should be able to just restart the ArcGIS Server service on the server. That should clear it up.... If it doesn't, I would think you should be able to delete the lock file while ArcServer is down, but I don't know the consequences of doing so...
... View more
02-19-2015
10:13 AM
|
0
|
0
|
1854
|
|
POST
|
Tobias Fimpel What prevents you from taking advantage of clustering? I will be clustering in this environment, but I don't see that a load balancer would affect that.
... View more
02-11-2015
06:24 AM
|
0
|
4
|
5890
|
|
POST
|
I have 6 ArcServers participating in 1 site that I am deploying. I have setup the IIS webadaptor on 2 machines that are being load balanced behind an F5. Do I need the webadaptor? All the webadaptor does is forward traffic from port 443 to 6443. It also does a little load balancing (maybe). With the F5, I can do SSL offloading at the hardware level (much more efficient). I can decrypt once at the F5 instead of having to decrypt at IIS, then re-encrypt to pass on to ArcGIS to un-encrypt and have to do it all again on the return. I don't have to have IIS do any URL routing like the web-adaptor does. All traffic to that particular subdomain will be forwarded to the ArcGIS Server site. The way I see it, you are using IIS as a router/load balancer. If I have access to the real thing, it will be much more efficient and I don't see that I lose anything. What am I missing? And has anybody already done this?
... View more
02-10-2015
12:07 PM
|
0
|
18
|
17359
|
|
POST
|
We got a new SHA1 certificate b/c we couldn't just upgrade our proxy to handle SHA2. As soon as we got everything in place with a full chain, it started working. Thanks, Mike Minami So... Credentials CAN BE stored if: using an HTTP layer using an HTTPS layer with certificates correctly installed But CANNOT BE stored if: Using an HTTPS layer with incorrect certificates
... View more
02-02-2015
02:29 PM
|
0
|
0
|
997
|
|
POST
|
Apparently our proxy server only supports SHA1 and the cert they gave us uses SHA2. Waiting to try it out once that gets fixed.
... View more
01-23-2015
07:46 AM
|
0
|
0
|
997
|
|
POST
|
Pretty sure this is the issue. I've got my network guys on it. We put an internal cert issued on the internal webserver, but I'm not sure they setup the cert on the external server correctly. That ssl checker showed some errors so we'll see what happens when we get that cleared up.
... View more
01-21-2015
04:09 PM
|
0
|
0
|
997
|
|
POST
|
Enviro: ArcGIS Server 10.2.2 When I add a secured layer from my server to AGO Content, it asks for credentials, but it doesn't actually store them. I can confirm that I can add a secured service from another company's server and it prompts to save the credentials. The differences I see are that ours are httpS and theirs is just http. We also had the site locked down at the root level instead of being secured at the service level. (I tried switching this to being open at the server level and secured at the service level, but it did not seem to fix the issue. The only thing I can think of is that it may not be fully trusting our certificate. We have a real certificate, not a self signed one, but if you click the lock in chrome, it says that the "identity has not been verified". Can others verify that they are able to add httpS secured services with credentials to AGO? Has anyone ran into this problem? My service (httpS) not saving credentials. Other company service (http) saving credentials. Chrome security info: (verified by our Company Corporate CA)
... View more
01-21-2015
08:34 AM
|
0
|
4
|
5041
|
|
POST
|
Wow, thanks. I didn't know about the IDsOnly. I have done this in the past by ordering by objectid. Here's some pseudocode while True:
q = getEverythingGreaterThanID(maxid) # ordered by objectid of course
doSomethingWithIt(q)
if q.has_key('exceededTransferLimit') == False:
break # exit the loop. We're done here. No more to see here. Go Home
maxID = getMaxID(q)
#Repeat I like your way better.
... View more
01-14-2015
09:08 AM
|
0
|
0
|
4923
|
|
POST
|
Having similar issue. Mine is incidents w/in the past 24 hours with a given start/end time. I am trying to use the histogram time slider, but I have 2 issues: 1) The time starts at 12:12 - 1:12 (instead of 12:00 - 1:00) 2) The data counts don't match the data displayed. Ex: You might move the slider to show all data from 3:12 - 4:12 AM. Half the points have a start time of 10 PM or 7 AM or some other random time. Also, when I look at the raw data, the data counts don't really add up anyway. One thing you might try is from the layer in ArcMap. Get the Properties > Time and hit calculate for "Layer Time Extent". I don't know if this helps, but I did have a problem with the slider showing the wrong dates, and that may have helped.
... View more
10-14-2014
06:56 AM
|
0
|
0
|
577
|
|
POST
|
Having the same problem in Chrome and IE with one of my applications. It was built with an older version of Flex Builder (prob 3.1 ish) . My application that is working was upgraded to the 3.6 App builder . Workarounds: For IE: Ctrl + scroll. This resizes the page, and enables scrolling. - Does not work for Chrome for me Cross Browser: Resize browser: Immediately after resizing, scrolling works. This isn't exactly the best solution. I tried Dan Durkee's solution, but it didn't work for me. My content is secured and you have to login to the map before all of the content loads. I found that no method if performed before logging in will solve this issue. So, if you have some javascript firing after page load, it will not work. This was my quick and dirty solution: <script type="text/javascript"> function waitThenResize() { var resizing = setInterval(function() {resizeM()}, 10000) setTimeout(function() {clearInterval(resizing);}, 120000) } function resizeM() { if (document.getElementById('index').height == '99.9%') { document.getElementById('index').height = '100%' } else {document.getElementById('index').height = '99.9%'} } </script> This will resize the map object every 10 seconds for 2 minutes which will be long enough for the user to log in. Once the user logs in and the map resizes, they can use the scroll wheel to zoom in/out. ----------------------------------------------------------------------------------- EDIT I just "upgraded" the application that wasn't scrolling from 3.0/3.1 somewhere in there to the current 3.6 app builder. Scrolling now works without any work-arounds. Assuming this is some sort of Flash Update that caused this? Can anyone confirm that 1) they are having this problem with versions older than App Builder 3.6 2) They are not having this problem with 3.6.
... View more
09-17-2014
10:37 AM
|
0
|
1
|
1107
|
|
POST
|
Yes, I'm on 10 SP3 and it seems to be fixed Isn't it this behavior? NIM059424 - Null values in the feature class do not get replaced when using Python in the Field Calculator. Seems to be fixed in 10.1. I don't really use python with the field Calculator anymore, though. I had to switch to using cursors to get around the issue and haven't looked back. If you're going to go through all the trouble to create some code, might as well do it up right.
... View more
02-22-2012
07:31 AM
|
0
|
0
|
692
|
|
POST
|
Found the answer: http://social.msdn.microsoft.com/forums/en-US/netfxcompact/thread/3e73293d-eda5-43b0-8018-a19144643922/ Basically, "\" is the root drive. I was on the right track, but instead of "\\" use "\" so change "\\My Documents" to "\My Documents"
... View more
01-12-2012
05:59 AM
|
0
|
0
|
811
|
|
POST
|
I have an Applet that automatically updates certain fields every time my user collects data. It was based on the XYZ+ script. My data is projected in UTM, but my users want to be able to record DMS as well. I found a script on the 15th page of http://arcscripts.esri.com/Data/AS15207.pdf that converts to DD.dddd. This is fine and it works great until I try and move it to my Nomad, because there is no C: drive. How do I reference a file at say "\\My Documents\gis\Coordinate System\NAD 1983 UTM Zone 15N.prj" ? "\" being the root directory. Here's my code: Sub FA Set objRS = Map.Selectionlayer.Records objRS.Bookmark = ThisEvent.Bookmark 'define coordinate systems Set pLLCS = Application.CreateAppObject( "CoordSys" ) Set pMCS = Application.CreateAppObject( "CoordSys" ) 'Set up Coordinate Systems \\\\\-----This is where the problem is-----/////////// pMCS.Import("\\My Documents\gis\Coordinate System\NAD 1983 UTM Zone 15N.prj") pLLCS.Import("\\My Documents\gis\Coordinate System\North American Datum 1983.prj") 'Create Map Points and assign coordinate systems Set pMapPt = Application.CreateAppObject("Point") Set pLLPt = Application.CreateAppObject("Point") Set pMapPt.CoordinateSystem = pMCS Set pLLPt.CoordinateSystem = pLLCS 'Set x/y values for original point pMapPt.X = objRS.Fields.Shape.X pMapPt.Y = objRS.Fields.Shape.Y 'transpose the coordinate to lat long Set pLLPt = pLLCS.Project(pMapPt) For Each f in objRS.Fields Select Case Ucase(f.name) CASE "LATSTRING" f.Value = DMS(pLLpt.Y, "y") CASE "LONSTRING" f.Value = DMS(pLLpt.X, "x") End Select Next objRS.Update Set pMapPt = Nothing Set pLLPt = Nothing Set pMCS = Nothing Set pLLCS = Nothing Set objLyr = Nothing Set objRS = Nothing End Sub Function DMS(v, xy) absV = abs(v) degInt = Floor(absV) min = multDenom(absV, degInt) if xy = "x" then degInt = degInt * -1 end if minInt = Floor(min) sec = round(multDenom(min, minInt),4) DMS = degInt & " " & minInt & " " & sec End Function Function Floor(d) dTmp = Round(d) if dTmp > d then dTmp = dTmp - 1 End if Floor = dTmp End Function Function multDenom(d, dInt) d = d - dInt multDenom = d*60 End Function The code works fine. I just want to include it in case anyone else is trying to do the same thing, or has suggestions on more efficient way. On the desktop I just change 2 lines to: 'Set up Coordinate Systems pMCS.Import("C:\Program Files (x86)\ArcGIS\ArcPad10.0\Coordinate System\Projected Coordinate Systems\UTM\NAD 1983\NAD 1983 UTM Zone 15N.prj") pLLCS.Import("C:\Program Files (x86)\ArcGIS\ArcPad10.0\Coordinate System\Geographic Coordinate Systems\North America\North American Datum 1983.prj") So how do I reference paths on mobile devices that do not have a root drive letter?
... View more
01-11-2012
07:15 AM
|
0
|
5
|
3992
|
|
POST
|
The reason that you have to call the full name is that the namespace isn't imported. Go to Properties>References and check the appropriate namespace
... View more
11-10-2011
12:01 PM
|
0
|
0
|
642
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 09-03-2015 07:41 AM | |
| 1 | 03-13-2015 11:49 AM | |
| 1 | 03-01-2016 04:26 PM | |
| 1 | 02-27-2016 02:52 PM | |
| 1 | 02-29-2016 07:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|