ArcGIS Server 10.2.2 - Map Export Sometimes Returns Blank Imagearcgis server & reverse proxy serverToken...
Identifying "long and narrow" polygons in with PostGIS
Proving an identity involving cross products and coplanar vectors
Do I have to take mana from my deck or hand when tapping a dual land?
Quoting Keynes in a lecture
Why is the Sun approximated as a black body at ~ 5800 K?
Is it feasible to let a newcomer play the "Gandalf"-like figure I created for my campaign?
Overlapping circles covering polygon
How many people need to be born every 8 years to sustain population?
Does Doodling or Improvising on the Piano Have Any Benefits?
Typing CO_2 easily
The Digit Triangles
What is the meaning of "You've never met a graph you didn't like?"
How do you justify more code being written by following clean code practices?
Why does the Persian emissary display a string of crowned skulls?
Personal or impersonal in a technical resume
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Is there a way to play vibrato on the piano?
Giving feedback to someone without sounding prejudiced
Why is the principal energy of an electron lower for excited electrons in a higher energy state?
"Oh no!" in Latin
What should be the ideal length of sentences in a blog post for ease of reading?
How to leave product feedback on macOS?
How to reduce predictors the right way for a logistic regression model
ContourPlot — How do I color by contour curvature?
ArcGIS Server 10.2.2 - Map Export Sometimes Returns Blank Image
arcgis server & reverse proxy serverToken Error with ArcGIS Server 10.2.2ArcGIS Silverlight QueryTask Fails After Upgrade to ArcGIS Server 10.2.2ESRI Map Cache Errors at Release 10.2.2ArcGIS Server Manager (10.2.2) - permissions applied to folder not “sticking”Cannot publish Composite Locator to ArcGIS Server 10.2.2Setup ArcGIS 10.2.2 and SQL Server 2012Jagged line and markers when publish map on ArcGIS ServerExposing Active Directory Groups on ArcGIS Server 10.2.2Download Image (GeoTiff) from ESRI Server Rest Map service
I've run into a fun little issue with ArcGIS Server 10.2.2 to end my week with... I have discovered today that the export operation (the one that renders map layer images) is randomly returning blank images. As in - I enter a export url into the browser, hit F5, get expected image. Hit F5 again - get blank image. Hit F5 again - get expected image. None of the parameters are changing - its exact same url. There is no observable pattern - sometimes I got to hit F5 multiple times before I get expected image.
I remember facing a similar bug back at 10.1 - where every other GET query failed (How does that make it through testing???). This seems awfully similar to that. I starting search GeoNet - and have seen similar posts. Does anyone know if there is any official NIM for this issue - and more importantly a solution or workaround?
arcgis-server arcgis-10.2 arcgis-rest-api
add a comment |
I've run into a fun little issue with ArcGIS Server 10.2.2 to end my week with... I have discovered today that the export operation (the one that renders map layer images) is randomly returning blank images. As in - I enter a export url into the browser, hit F5, get expected image. Hit F5 again - get blank image. Hit F5 again - get expected image. None of the parameters are changing - its exact same url. There is no observable pattern - sometimes I got to hit F5 multiple times before I get expected image.
I remember facing a similar bug back at 10.1 - where every other GET query failed (How does that make it through testing???). This seems awfully similar to that. I starting search GeoNet - and have seen similar posts. Does anyone know if there is any official NIM for this issue - and more importantly a solution or workaround?
arcgis-server arcgis-10.2 arcgis-rest-api
add a comment |
I've run into a fun little issue with ArcGIS Server 10.2.2 to end my week with... I have discovered today that the export operation (the one that renders map layer images) is randomly returning blank images. As in - I enter a export url into the browser, hit F5, get expected image. Hit F5 again - get blank image. Hit F5 again - get expected image. None of the parameters are changing - its exact same url. There is no observable pattern - sometimes I got to hit F5 multiple times before I get expected image.
I remember facing a similar bug back at 10.1 - where every other GET query failed (How does that make it through testing???). This seems awfully similar to that. I starting search GeoNet - and have seen similar posts. Does anyone know if there is any official NIM for this issue - and more importantly a solution or workaround?
arcgis-server arcgis-10.2 arcgis-rest-api
I've run into a fun little issue with ArcGIS Server 10.2.2 to end my week with... I have discovered today that the export operation (the one that renders map layer images) is randomly returning blank images. As in - I enter a export url into the browser, hit F5, get expected image. Hit F5 again - get blank image. Hit F5 again - get expected image. None of the parameters are changing - its exact same url. There is no observable pattern - sometimes I got to hit F5 multiple times before I get expected image.
I remember facing a similar bug back at 10.1 - where every other GET query failed (How does that make it through testing???). This seems awfully similar to that. I starting search GeoNet - and have seen similar posts. Does anyone know if there is any official NIM for this issue - and more importantly a solution or workaround?
arcgis-server arcgis-10.2 arcgis-rest-api
arcgis-server arcgis-10.2 arcgis-rest-api
edited Jan 24 '15 at 2:07
PolyGeo♦
53.7k1781244
53.7k1781244
asked Jan 24 '15 at 2:02
user890user890
3,62313061
3,62313061
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The solution on the JavaScript API side is to intercept the request to export map by passing a handler function to esriRequest.setRequestPreCallback like explained here
https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
Check if ioArgs.url ends with "MapServer/export"
If yes, then set ioArgs.content.random to Math.random()
add a comment |
We are facing same trouble, but with AGS version 10.4.1 clustered. Has anyone found the cause and resolution? Any documenation/help on this will be appreciated.
We learnt that ArcGIS Server has two processing engines. One for ArcMap with verion 10.x and the other for Pro with version 11.x. The key to the solution may lying between these two engines possibly?
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f131606%2farcgis-server-10-2-2-map-export-sometimes-returns-blank-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The solution on the JavaScript API side is to intercept the request to export map by passing a handler function to esriRequest.setRequestPreCallback like explained here
https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
Check if ioArgs.url ends with "MapServer/export"
If yes, then set ioArgs.content.random to Math.random()
add a comment |
The solution on the JavaScript API side is to intercept the request to export map by passing a handler function to esriRequest.setRequestPreCallback like explained here
https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
Check if ioArgs.url ends with "MapServer/export"
If yes, then set ioArgs.content.random to Math.random()
add a comment |
The solution on the JavaScript API side is to intercept the request to export map by passing a handler function to esriRequest.setRequestPreCallback like explained here
https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
Check if ioArgs.url ends with "MapServer/export"
If yes, then set ioArgs.content.random to Math.random()
The solution on the JavaScript API side is to intercept the request to export map by passing a handler function to esriRequest.setRequestPreCallback like explained here
https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
Check if ioArgs.url ends with "MapServer/export"
If yes, then set ioArgs.content.random to Math.random()
answered Jan 24 '15 at 6:36
Aamir SulemanAamir Suleman
1,418614
1,418614
add a comment |
add a comment |
We are facing same trouble, but with AGS version 10.4.1 clustered. Has anyone found the cause and resolution? Any documenation/help on this will be appreciated.
We learnt that ArcGIS Server has two processing engines. One for ArcMap with verion 10.x and the other for Pro with version 11.x. The key to the solution may lying between these two engines possibly?
New contributor
add a comment |
We are facing same trouble, but with AGS version 10.4.1 clustered. Has anyone found the cause and resolution? Any documenation/help on this will be appreciated.
We learnt that ArcGIS Server has two processing engines. One for ArcMap with verion 10.x and the other for Pro with version 11.x. The key to the solution may lying between these two engines possibly?
New contributor
add a comment |
We are facing same trouble, but with AGS version 10.4.1 clustered. Has anyone found the cause and resolution? Any documenation/help on this will be appreciated.
We learnt that ArcGIS Server has two processing engines. One for ArcMap with verion 10.x and the other for Pro with version 11.x. The key to the solution may lying between these two engines possibly?
New contributor
We are facing same trouble, but with AGS version 10.4.1 clustered. Has anyone found the cause and resolution? Any documenation/help on this will be appreciated.
We learnt that ArcGIS Server has two processing engines. One for ArcMap with verion 10.x and the other for Pro with version 11.x. The key to the solution may lying between these two engines possibly?
New contributor
New contributor
answered 9 mins ago
MukeshMukesh
12
12
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f131606%2farcgis-server-10-2-2-map-export-sometimes-returns-blank-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown