Hi,
We have a new server that has ArcGIS Server 10.1 SP1, Desktop 10.1 (no SP1), SQL 2008 R2, and Windows Server 2008 R2, IIS7, and Esri Web Adaptor installed on it. We created our maps, registered the data with Server and published the maps as services. We have the "Site (root)" directory security set to "Public, available to everyone". We can see the REST endpoints at
http://fwbgis/arcgis/rest/services so the Web adaptor is working. (No, the site is not open to the general public, only to those on our network)
I tested our old version of FlexViewer 3.0 that was configured to work with our 10.0 services on our old server. Changed all of the rest
http://.... to point to the new server and everything works EXCEPT popups. All of the services are Dynamic.
I downloaded the uncompiled FlexViewer 3.1 and started from scratch. Everything works EXCEPT popups. I just get a small spinning clock that quickly dissappears.
I have also tried the eSearch widget and cannot select a parcel to buffer - I receive "[RPC Fault faultString="Requested operation is not supported by this service." faultCode="400" faultDetail="The requested capabiliity is not supported."]
Any ideas?
This is a sample of one of the popup.xml files that are in the popups folder in the Flexviewer app that works on the old system but not on the new system:
Quote:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<title>City Address</title>
<fields>
<field name="SITE_ADDR" alias="Address" visible="true" />
<field name="LOCID" alias="Location ID" visible="true" >
<format usethousandsseparator="false"/>
</field>
<field name="CAD" alias="CAD" visible="true" />
<field name="XCoord" alias="XCoord" visible="true" />
<field name="YCoord" alias="YCoord" visible="true" />
<field name="EMS_DIST" alias="EMS" visible="true" />
<field name="FIRE_ZONE" alias="FIRE" visible="true" />
<field name="STRAP" alias="STRAP" visible="true" />
</fields>
<showattachments>FALSE</showattachments>
</configuration>
Thank you!
Luci