|
POST
|
Spot on - for Collector you need a ArcGIS Online (AGOL) account and/or a ArcGIS Server yourself. You may want to check the 9.3 desupport status, as I don't think it is in support for much longer.
... View more
04-07-2014
05:44 AM
|
0
|
0
|
795
|
|
POST
|
Does the ability to allow users to work with feature service data offline exist only through ArcGIS 10.2? To answer the actual question 😄 - yes - or to be exact - 10.2.2 (although 10.2.1 gives you those boxes, it don't actually work!) See http://forums.arcgis.com/threads/100305-Update-on-Collector-and-Offline-Use and http://doc.arcgis.com/en/collector/android/create-maps/offline-map-prep.htm One or more feature layers that are sync-enabled. These can be hosted feature layers or ArcGIS 10.2.2 Server or later feature services.
... View more
04-07-2014
05:39 AM
|
0
|
0
|
899
|
|
POST
|
Hi - see image [ATTACH=CONFIG]32868[/ATTACH] A offline basemap created as a Tled Package from ArcMap. Because it is vector the empty space is being rendered as transparent, showing the default grid below. Is there any way to avoid this - APART from creating the package in a format, like JPG that doesn't support transparency. Cheers ACM
... View more
04-07-2014
05:35 AM
|
0
|
1
|
1307
|
|
POST
|
I spoke to soon - got in this morning and what was working on Friday isn't! Again, the maps display fine, but fail to send anyhting back from ID tasks.
... View more
04-07-2014
12:21 AM
|
0
|
0
|
2854
|
|
POST
|
Original reply marked as answered as that got most of the way there - many thanks - others marked as helpful! For info - what is the lowest version of the API that the new proxy will work on? I have some code stuck at 3.0, which onlyu seems to pass the initial requests in - query tasks go direct to server. ACM
... View more
04-06-2014
01:01 AM
|
0
|
0
|
2854
|
|
POST
|
Thanks for help. I got it working on internal sites ok yesterday. Still not happy where we publish via reverse proxy to the external site but you've given me pointers. I used the stable release, then the nightly.CheersAcm
... View more
04-04-2014
11:05 PM
|
0
|
0
|
2854
|
|
POST
|
Nope, sorry, still a fail on that with the new proxy pages. I set it up and the page works. My config is <?xml version="1.0" encoding="utf-8" ?><ProxyConfig allowedReferers="*"
mustMatch="false">
<serverUrls>
<serverUrl url="http://servername/ArcGIS/rest/services"
username="username"
password="password"
/>
</serverUrls>
</ProxyConfig> Yet I get the login dialog when I start the webpage. If I enter a valid username/password the map displays, but once again the ID tool fails - the client seems to get nothing back - nothing obvious in logs or error console. Also, when I change the config to
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="http://applicationRootURL/"
mustMatch="true"> It fails with w3wp.exe Error: 0 : 2014-04-04 10:40:54 Proxy is being used for an unsupported service (proxy.config has mustMatch="true"): Only the false setting will work. Am I alone in finding this all very confusing? ACM UPDATE #1 Changing to
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="http://servername/"
mustMatch="false">
<serverUrls>
<serverUrl url="http://servername/arcgis/rest/services/test/emap2/MapServer"
username="webmap"
password="password"
matchAll="true"/>
</serverUrls>
- adding the full secured service URL and changing the matchall, seems to work - however I have several services I want to secure so adding just the root and matchall = false is the way I'd want to do it.
... View more
04-04-2014
01:43 AM
|
0
|
0
|
2854
|
|
POST
|
Cheers, I'll try that tomorrow. Any idea if the online help will be updated?
... View more
04-02-2014
11:54 AM
|
0
|
0
|
2854
|
|
POST
|
Ok I decided (why I don't know) to have yet another go at securing my services (about the tenth attempt I think) First off, the help that was in the 9.x versions (http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/ve/help/Working with ArcGIS Server services/ProxyPage.htm) seems to have vanished from the 10.2 help. I cannot see any mention of "proxy.ashx" anywhere in the Help. Secondly, I have a proxy page, it works, I can see the requests in Fiddler going via it. However even though I have the token="jhkjghkjhkjhkjhkjhkjh" bit, it isn't passing this token. Next, which leads me to believe it is all different in 10.2.1, despite the service being secured, and despite not seeing the token in Fiddler, and despite the logs saying it is using anonymous access, maps ARE displayed in my app. It fails when I try an Id, find or query task. I simply want a secure service and the API to pass the credentials, yet every time I try I end up bashing my head on brick walls. Giving up for now ACM
... View more
04-02-2014
04:56 AM
|
0
|
14
|
9924
|
|
POST
|
Indeed - I wish someone else had found this out first. I did my upgrade to 10.2.1 at the weekend - I looked at what was coming in 10.2.2 and decided to go for it as the Help seems to indicate this feature is for 10.2.1 - but the server online notes already includes stuff for 10.2.2! Plus, when you go to 10.2.1 you do actually get the option to allow "sync" in the Feature Access setting of the service - so what is all that about if you can't do it from the Esri supplied app until 10.2.2!
... View more
03-24-2014
08:01 AM
|
0
|
0
|
1752
|
|
POST
|
Yep - "One or more feature layers that are sync-enabled. These can be hosted feature layers or ArcGIS 10.2.2 Server or later feature services. " I got offline working today by adding a feature layer to my ArcGIS.com account and using their basemaps, but to get it all the way back to your server and your SDE your need 10.2.2 - which isn't out yet!
... View more
03-24-2014
07:41 AM
|
0
|
0
|
1752
|
|
POST
|
How are you getting 10.2.2? By waiting until April when it is released 😞
... View more
03-24-2014
07:36 AM
|
0
|
0
|
1752
|
|
POST
|
So, with excitement I downloaded and tested - Doh! Disconnected editing isn't yet available for my data, in my SDE, published by my ArcGIS server as this isn't supported until server 10.2.2 http://doc.arcgis.com/en/collector/android/create-maps/offline-map-prep.htm <face palm>:confused:
... View more
03-24-2014
01:23 AM
|
0
|
0
|
2695
|
|
POST
|
Hi I'm using the basic printTask with a few MXD based templates - all is good, especially now I've worked out the customText feature. Has anyone inserted logic into these? For example I HATE north arrows, but for some printouts they are mandatory (even through it is always straight up) so would like to give the users an option to switch it on or off (plus scale bars and maybe a few other things). Cheers ACM
... View more
03-11-2014
01:25 AM
|
0
|
0
|
682
|
|
POST
|
After failing to write my own measure widget, I'm returning to this one, although it does have one main shortcoming (which mine didn't) and that is it fails to return the area measurement until the drawing is finished. Is there an even I can hook into that intercepts the mouse clicks as the drawing is made and then returns the polygon at that point (or attributes of the polygon)? Cheers ACM PS the other failing is it doesn't spell metres the way we do.;)
... View more
02-19-2014
06:54 AM
|
0
|
0
|
1839
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:14 AM | |
| 1 | 12-01-2023 06:07 AM | |
| 2 | 11-29-2024 04:32 AM | |
| 1 | 05-28-2024 12:50 AM | |
| 1 | 03-16-2023 06:46 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|