Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Field Maps
ArcGIS Dashboards
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Imagery and Remote Sensing Insights (IRIS) COP
Electric
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Asia Pacific
Americas
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcGIS API for Flex (Retired)
:
ArcGIS API for Flex Questions
:
ArcGIS API for Flex 3.0 Prerelease - Export Web Ma...
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
ArcGIS API for Flex 3.0 Prerelease - Export Web Map
Subscribe
870
4
Jump to solution
04-04-2012 04:39 PM
by
ShaunWeston
Frequent Contributor
04-04-2012
04:39 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I've been playing around with the new printing functionality with AGS 10.1 and using Flex API 3.0 to try and do some printing, which seems to work pretty well when I use this GP service as the PrintTask:
http://servicesbeta2.esri.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20M...
ut when I try setup my own one, I always get the "Unable to complete operation" error message:
http://remote.splicegroup.co.nz/arcgis/rest/services/SpliceGroup/ExportMap/GPServer/Export%20Web%20M...
o, not sure what's going on here. Both the gp services are exactly the same, just on different servers.
Solved!
Go to Solution.
Tags
(2)
Tags:
flex
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
RobertScheitlin
__GISP
MVP Emeritus
04-05-2012
04:18 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Shaun,
Here is some fiddler debuging details that I get when trying to use your server to print:
This is what I get returned:
[Fiddler] DNS Lookup for "vm-srv103.splice.local" failed. No such host is known
This is the url it is attempting to use when the task completes and it is trying to display the pdf:
http://vm-srv103.splice.local:6080/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPSe...
If I replace the first part of the url with
http://remote.splicegroup.co.nz/
than it works fine
http://remote.splicegroup.co.nz/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPServe...
Sounds like you have something wrong in the web adapter configuration (don't ask me what that is to new for me to know much about it).
View solution in original post
Reply
0
Kudos
4 Replies
by
RobertScheitlin
__GISP
MVP Emeritus
04-04-2012
07:03 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Shaun,
Actually they are different... You should be using this URL instead.
http://remote.splicegroup.co.nz/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%2...
Don't forget to
click the Mark as answer check
on this post and to
click the top arrow (promote)
as shown below:
Reply
0
Kudos
by
ShaunWeston
Frequent Contributor
04-04-2012
07:27 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Yeah that one doesn't work either. I guess it's something to do with my server.
Reply
0
Kudos
by
RobertScheitlin
__GISP
MVP Emeritus
04-05-2012
04:18 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Shaun,
Here is some fiddler debuging details that I get when trying to use your server to print:
This is what I get returned:
[Fiddler] DNS Lookup for "vm-srv103.splice.local" failed. No such host is known
This is the url it is attempting to use when the task completes and it is trying to display the pdf:
http://vm-srv103.splice.local:6080/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPSe...
If I replace the first part of the url with
http://remote.splicegroup.co.nz/
than it works fine
http://remote.splicegroup.co.nz/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPServe...
Sounds like you have something wrong in the web adapter configuration (don't ask me what that is to new for me to know much about it).
Reply
0
Kudos
by
ShaunWeston
Frequent Contributor
04-05-2012
04:29 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Cheers Robert, I thought it might be that. We've got a reverse proxy setup and yeah I need to change a few things there.
Reply
0
Kudos
Post Reply