|
POST
|
All my map services are secured and is not open to public. I have a custom flex web application which is in older version (Flex 1.3) that open to public and able to access all secured map services through proxy. The only different is the web application in newer(ArcGIS viewer for Flex v3.5) and older version. Thinking might be cross domain but older version works fine. Thanks.
... View more
01-08-2014
10:21 AM
|
0
|
0
|
1864
|
|
POST
|
I run into this error message on MapManager for ArcGIS View for Flex web application v3.5 when try to open web application to public to use. I tested this on internal web browser and it works fine only happen if public try to access the site. Here is the error message I got: MyLayer layer failed to load: Fault code: Channel.Security.Error Fault.info:Security error accessing url Fault details: Destination: Default:HTTP I have crossdomain.xml on C:\inetpub\wwwroot folder <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" secure="false"/> <allow-http-request-headers-from domain="*" headers="*" secure="false"/> </cross-domain-policy> Besides that, I have another custom flex web application open to public using the same secure map services, proxy, and crossdomain without any error or problem at all. Only on ArcGIS Viewer for Flex web application got error message. Have any ideas for this error message? Thanks.
... View more
01-08-2014
10:04 AM
|
0
|
17
|
6411
|
|
POST
|
I keep getting error message ("Error executing print task") when try to print larger size map with secured services using sample here (http://resources.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Advanced_high_quality_web_map_printing_exporting_using_arcpy_mapping/0154000005z2000000/) If you entering your username & password then able to print larger map without any problem at all. Does anyone able to print larger size map with secure services and modify their python script? Thank you.
... View more
11-08-2013
07:43 AM
|
0
|
0
|
2038
|
|
POST
|
You are right Heather. Because of the BUG and I have find a workaround. Just keep me update if 10.2 will solve the problem. Thank you.
... View more
08-26-2013
01:16 PM
|
0
|
0
|
657
|
|
POST
|
I found out if you try to print Feature Layer on 10.1, it won't print it too. So upgrade to 10.2 will help solve this problem? My temporary solution is removed Feature Layer before send it to print. Thank you.
... View more
08-26-2013
05:41 AM
|
0
|
0
|
1102
|
|
POST
|
I need to turn off a feature layer with label name for "parcelline" from config.xml when print widget is opened or print button is clicked. Not sure how to call LayerName so can set LayerName.visible=false on print widget.
... View more
08-20-2013
12:46 PM
|
0
|
4
|
1756
|
|
POST
|
Can you create two configuration file (e.g. config.xml(contain print widget) & config1.xml(without print widget)) to run same viewer application? For example, If user click a button to run print viewer application before loading viewer application then will use config.xml otherwise will use config1.xml. If so how do you modify the code on index.html file? Thanks.
... View more
08-05-2013
11:29 AM
|
0
|
6
|
1178
|
|
POST
|
I am not using long term token and just asked ESRI support for this problem. You mentioned this on your previous post "If this is not an option for you, you could call PrintParameters.toJSON() and then remove the token from the url in the JSON. You'd then need to use a Geoprocessor to call your print service with the modified JSON" Can you show me how do you get the code to work on print task widget? I would like to give this a try too. Really appreciate your help. Thanks.
... View more
07-30-2013
09:21 AM
|
0
|
0
|
1102
|
|
POST
|
Thanks for replying my thread. At least I am not the only one having this problem now. Would you please keep me update if you able to get it to works. I really appreciated that. Do you think have to do anything on the proxy file too? I run all my secured map services on 10.1 and everything is working find except the printTask. I also run a esri high-quality printing simple code (https://developers.arcgis.com/en/flex/sample-code/printtask.htm) then change url & secure gp sevices to my own services and get the same message. Really spending alot of time on it and didn't find any documents or ways from ESRI team. Just wonder is it a PrintTask bug on 10.1 or not many people using this function at all?
... View more
07-27-2013
11:19 AM
|
0
|
0
|
1952
|
|
POST
|
Can you show me how do you write a code to perform this task? I had created a new secured print service for my gp service. Thank you.
... View more
07-26-2013
08:11 AM
|
0
|
0
|
1952
|
|
POST
|
Muhammad, Do you get a graphic drawn on the screen when you do the initial search? The error you are getting is that it can not get the polygon geometry's first ring. I got the same error message when click "Find Parcels" button to run buffer and address locator works fine. Does anyone able to solve this problem? I use my own map services. Here are the messages: at mynoticewidgets.ParcelNotificationWidget::ParcelRecordData/findParcels() at mynoticewidgets.ParcelNotificationWidget::ParcelRecordData/___ParcelRecordData_Button1_click() Thank you.
... View more
07-13-2010
08:16 AM
|
0
|
0
|
1117
|
|
POST
|
Hi, when i use the SFV to bulid an Web appliction, i found that the map layer visiblity name in liverlayer widget shows the name as "ArcGISDynamicMapServiceLayer137". i tried to find this name in all my workspace, but unfortunately, i didnt get that. could anyone tell me where to fixed this one, just change it as layername or something that I can know the layername clearly. thanks very much for your suggestion. --- afeiarims You need to add these "tiledlayer.name = label;" and "dynlayer.name = label;" to your MapManager .mxml under config function on case statement for both. Hope this help!
... View more
07-01-2010
09:32 AM
|
0
|
0
|
254
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-21-2014 07:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-16-2024
03:00 PM
|