|
POST
|
After installing SP1 on both Server and Web Adaptor, I'm unable to register the Web Adaptor with Sever. I get the error: Application Error Unable to register the GIS server with the Web Adaptor. Please make sure that that the GIS server and WebAdaptor are of the same version. Has anyone seen this issue? Dan, I had the same error but without knowing anything else about your site configuration, you may want to look at the thread i started here: http://forums.arcgis.com/threads/72748-SP1-known-bug-Primary-Site-Admin-account-cannot-contain-special-characters-over-SSL?p=254101#post254101 I sure hope that helps!
... View more
12-04-2012
03:08 AM
|
0
|
0
|
3302
|
|
POST
|
[#NIM086518 ArcGIS Web Adaptor 10.1 SP1 cannot be configured with ArcGIS for Server 10.1 SP1 Site over SSL if the Administrator password has special characters ] I sure hope this saves at least someone from the headache we went through yesterday. What started out as possibly one of the smoothest SP upgrades to AGS ever quickly turned into long frustrating day. SP1 upgrade for server went fine, SP1 upgrade for IIS Web Adaptor went fine, but simply couldn't register the adaptor no matter how hard we tried. Fortunately, tech support came across the above bug. I hope this helps!
... View more
12-04-2012
03:06 AM
|
0
|
4
|
1319
|
|
POST
|
I'm also getting an error when trying to register it, but it's a bit different (see attached image). I have an open ticket with ESRI, but no useful information yet. The adaptor does appear in the adaptor list in the Manager webapp, but gives me a different (proxy-related) error whenever I try to access the REST directory with it. I'm using Linux and deploying the adaptor to Tomcat. The web adaptor worked fine at 10.1 final, but can't even be registered properly at SP1. i'm running into the same issue with the same error (except my install is with windows/IIS7)...i also tried the fix supplied at the end of the thread as well as spent about 2 hours on the phone with tech support...no luck. 'Upgrades' never go well.
... View more
12-03-2012
10:30 AM
|
0
|
0
|
3302
|
|
POST
|
Hi Zachary, FYI, the timeframe for the next release of the ArcGIS Viewer for Silverlight is the end of the year/early Jan 2013. Highlights of this release include: - built-in identity manager - support for editor tracking Hope this helps, Derek, from a planning standpoint this helps immensely! I feel much more confident about where I can consolidate my efforts and have a better development plan. Thank-you!
... View more
12-03-2012
03:12 AM
|
0
|
0
|
1109
|
|
POST
|
Is there anyway ESRI could look into a release for the SL Viewer which integrates the identity manager functionality sooner than the next major release? This is the absolute only reason i'm still working with Flex right now. I just struggle to understand why securing via a proxy does you any good if you still need to secure the front end of the web application and then what are you to do if your not using windows based authentication and have 60 or so users in your security store on your arcgis server?
... View more
11-30-2012
10:39 AM
|
0
|
0
|
1109
|
|
POST
|
Sorry for misspelling...no way to edit in mobile forums and Droid won't let me access full site for postings.
... View more
11-22-2012
08:30 AM
|
0
|
0
|
962
|
|
POST
|
I'm hoping someone can she's some light on this. In nearly every example of creating a web based solution for leveraging arcpy, the current user display passes the extent and AOI, etc to the mxd as parameters. Is that always needed? I have a ddp enabeled mxd and an arcpy script which accesses that max to submit a unique id corresponding to the index layer which updates the mxd to that desired page....it also happens to update a dynamic table. Why can't I just roll that script up in a gp service and add it as a tool in my flex app. All the user would supply is the desired page/ id when promoted and a per is produced...the web client wouldn't supply any other parameter. Is it just that simple, or am I missing something?
... View more
11-22-2012
08:26 AM
|
0
|
2
|
1315
|
|
POST
|
Does anyone know a simple way to create a compass rose with true and magnetic north? Just inserting a north arrow doesn't really do justice to map users. Are you talking about an actual declination compass rose like you'd see for nautical use? Basically this would like a circle within a circle... If you are talking about an actual north arrow, would something like this work for you? [ATTACH=CONFIG]19442[/ATTACH] also: http://mappingcenter.esri.com/index.cfm?fa=ask.answers&q=550http://
... View more
11-20-2012
10:55 AM
|
0
|
0
|
3595
|
|
POST
|
Hi, i've been using the DDPwithDynamicTablesAndGraphs_10_v1 as the base for this script. In my test mxd everything works fine, but in that scenario the index layer is not joined to any other FC. When I try to migrate this code to the production MXD I receive the following error: Runtime error Traceback (most recent call last): File "<string>", line 44, in <module> File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\arcobjects\_base.py", line 25, in __getattr__ x = getattr(self._arc_object, attr) RuntimeError: Row: Field LVHarvestUnitID does not exist A quick summary of the code #Reference DDP object and set appropriate page ddp = mxd.dataDrivenPages ddp.currentPageID = ddp.getPageIDFromName(job) #Build selection set jobnumb = ddp.pageRow.LVHarvestUnitID arcpy.AddMessage("Processing: " + jobnumb) arcpy.Select_analysis(jobLayer, arcpy.env.scratchGDB, "\"LVHarvestUnitID\" = '" + jobnumb+ " '") numRecords = int(arcpy.GetCount_management("scratch").getOutput(0)) Line 44 refrences this jobnumb = ddp.pageRow.LVHarvestUnitID and LVHarvestUnitID is a field name within the Index layer. I had tried to provide a fully qualified name like tablename.field name since the index layer is joined to another FC (in order to grab other attributes for some dynamic text in the layout), but this still returns a similar error. Thanks in advance! FWIW I contacted ESRI support regarding the issue and because the line of code was borrowed from a sample on arcgis.com (from the map automation team) they said its generally not supported.
... View more
11-16-2012
04:24 AM
|
0
|
2
|
1492
|
|
POST
|
Thanks for the link, that describes what I want to do and the problem in a nutshell, however it is referring to ArcGIS vers 10 and under. I'm using 10.1 which is now completely different. You don't turn MXDs into services anymore.... and a lot of other core changes, like having to use arcGIS to publish a map rather than on your own server. Did you register your nonspatial database with your GIS Server? EDIT: tested and I can get related data to publish (even related data out in a nonspatial SQL table) but no editing.
... View more
11-09-2012
05:27 AM
|
0
|
0
|
2522
|
|
POST
|
Ah, i see what you mean now. What if you created an OLEDB connection to the non-spatial DB, I believe you can publish that way? http://forums.arcgis.com/threads/24893-ArcGIS-Conecction-OLE-DB-Publishing-MapService-Problem Search "ArcGIS Server OLEDB connection publish"
... View more
11-09-2012
04:13 AM
|
0
|
0
|
2522
|
|
POST
|
No, I have been looking for a solution for years, personally I don't think there is one. That surprises me given the huge need for editing real time data and tying into existing database infrastructure. I believe the Spatial Data Server is what facilitates this functionality.
... View more
11-09-2012
02:23 AM
|
0
|
0
|
2522
|
|
POST
|
Hi, is this relevant to what you're trying to do? Click the plus (+) button and browse to the GIS server connection containing the secured services you will print. The connection needs to have the name and password saved within it. It should be a user connection, not a publisher or administrative connection. http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005q3000000
... View more
11-02-2012
04:37 AM
|
0
|
0
|
2625
|
|
POST
|
Carmen, well here is the answer direct from one of ESRI's solutions engineers (I believe that was the title): (R)egarding the questions about number of web connections and editing ??? ArcGIS for Server Workgroup supports unlimited server connections of any type. However, if you want to scale editing via a feature service to a large number of users, Workgroup???s limitations of 1GB RAM and 1 CPU may present a challenge. I wouldn???t suggest implementing web editing against ArcGIS Server for Workgroup based on what I understand you???re trying to accomplish.
... View more
10-23-2012
10:04 AM
|
0
|
0
|
2538
|
|
POST
|
1) well, just when I thought I had a complete understanding of this, the language for 10.1 you cited makes me unsure. What we would need to know for sure is: are the 'Web application' connections unlimited for viewing? do the 'Web application' connections still adhere to 10 editing connections? Do the unlimited web-based connections apply strictly to web-applications hosted via a web-server or would you also be able to make unlimited connections from applications like ArcGIS Explorer Desktop and/or ArcGIS.com? (want to wager on how long it will take to get answers on this?? I can do some testing on this and get back to you.) 2) Much of the edits we need to accomplish involve significant polygon creation & boundary changes and have coincident lines and topology rules. Exposing that level of editing via the web is challenging to say the least. For you, sounds like the world is going to be your oyster! The connection limitations i mentioned came about with (as near as I can tell) as a result of our main editing staff having a multitude of MXDs open against one database while another replicated database was exposed via map services; both databases on the same instance. However, that was at 10.0, and i'm not clear if the architecture of server has changed (well, actually it has) in terms of how connections are handled. 3)I honestly don't know much about spatial views but have you looked into exposing map services with OLE DB connections or SQL Query Layers? (the Query layers cannot be edited). If I were you I'd try to get connected with the SDE team; I have nothing but good things to say about that particular group at ESRI. Sorry if I haven't been much help, but I'm very interested to get some clear answers regarding your same connection limitation question with Workgroup!
... View more
10-23-2012
04:59 AM
|
0
|
0
|
2538
|
| Title | Kudos | Posted |
|---|---|---|
| 9 | 03-24-2026 11:41 AM | |
| 1 | 11-06-2024 06:58 AM | |
| 1 | 12-16-2022 07:01 AM | |
| 1 | 08-09-2024 06:55 AM | |
| 1 | 08-13-2024 05:58 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-24-2026
12:51 PM
|