View the output of GP Server Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Setting Output Parameter in ArcPy for Server ToolSending long JSON objects (polygon geometry, table rows) in POST request to Geoprocessing Service?Access geoprocessing service via REST, get JSON backHow can I output an arbitrary number of file urls from a Synchronous Geoprocessing Service?Cannot use published zonal stats geoprocessing service (Arcgis Java API)Feature Service from plain PostgreSQL/PostGIS in ArcGIS Server 10.2Unable to print feature layer from my ArcGIS ServerIs there a size limit when adding features to ArcGIS Server programatically using POST?Geoprocessing Service works in ArcMap but not via Server Manager or JavaScript APIarcpy.JSONToFeatures_conversion and json module conflict
Does the Black Tentacles spell do damage twice at the start of turn to an already restrained creature?
Co-worker has annoying ringtone
The Nth Gryphon Number
I can't produce songs
Simple Http Server
One-one communication
Universal covering space of the real projective line?
Is openssl rand command cryptographically secure?
How to ask rejected full-time candidates to apply to teach individual courses?
Does silver oxide react with hydrogen sulfide?
White walkers, cemeteries and wights
Did any compiler fully use 80-bit floating point?
"klopfte jemand" or "jemand klopfte"?
How to write capital alpha?
Are the endpoints of the domain of a function counted as critical points?
RSA find public exponent
What is the difference between CTSS and ITS?
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
Trying to understand entropy as a novice in thermodynamics
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
What are the main differences between Stargate SG-1 cuts?
What initially awakened the Balrog?
Can an iPhone 7 be made to function as a NFC Tag?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
View the output of GP Server
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Setting Output Parameter in ArcPy for Server ToolSending long JSON objects (polygon geometry, table rows) in POST request to Geoprocessing Service?Access geoprocessing service via REST, get JSON backHow can I output an arbitrary number of file urls from a Synchronous Geoprocessing Service?Cannot use published zonal stats geoprocessing service (Arcgis Java API)Feature Service from plain PostgreSQL/PostGIS in ArcGIS Server 10.2Unable to print feature layer from my ArcGIS ServerIs there a size limit when adding features to ArcGIS Server programatically using POST?Geoprocessing Service works in ArcMap but not via Server Manager or JavaScript APIarcpy.JSONToFeatures_conversion and json module conflict
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My geoprocessing tool has 2 inputs 1 output.
1st input parameter type is a feature layer
2nd input parameter type is a String
3rd output parameter type is a shapefile
when I run it, the window was as follows
The tool works successfully in arc desktop version.
Then I published it as a GP server and when I run it in arc desktop after connecting to the server its window appears without 3rd output parameter as follows. But it works successfully.
In my second step, when I pass parameters to GP server through a javascript, it says job succeeded at the first time of the day and all other Occasions in the day, it says job-failed. When I checked the result parameter(job id ), it says null and JSON code was
"error":
"code": 400,
"message": "Unable to complete operation.",
"details": [
]
Another occasion JSON code was ;
"error":
"code": 400,
"message": "Invalid or missing input parameters.",
"details": [ ]
When I check the result in the server under the job id folder, scratch, and scratch.gdb folders have been created. But the output feature layer file was not created. What is the mistake I have made here?
arcgis-server arcgis-javascript-api json arcgis-rest-api feature-service
add a comment |
My geoprocessing tool has 2 inputs 1 output.
1st input parameter type is a feature layer
2nd input parameter type is a String
3rd output parameter type is a shapefile
when I run it, the window was as follows
The tool works successfully in arc desktop version.
Then I published it as a GP server and when I run it in arc desktop after connecting to the server its window appears without 3rd output parameter as follows. But it works successfully.
In my second step, when I pass parameters to GP server through a javascript, it says job succeeded at the first time of the day and all other Occasions in the day, it says job-failed. When I checked the result parameter(job id ), it says null and JSON code was
"error":
"code": 400,
"message": "Unable to complete operation.",
"details": [
]
Another occasion JSON code was ;
"error":
"code": 400,
"message": "Invalid or missing input parameters.",
"details": [ ]
When I check the result in the server under the job id folder, scratch, and scratch.gdb folders have been created. But the output feature layer file was not created. What is the mistake I have made here?
arcgis-server arcgis-javascript-api json arcgis-rest-api feature-service
add a comment |
My geoprocessing tool has 2 inputs 1 output.
1st input parameter type is a feature layer
2nd input parameter type is a String
3rd output parameter type is a shapefile
when I run it, the window was as follows
The tool works successfully in arc desktop version.
Then I published it as a GP server and when I run it in arc desktop after connecting to the server its window appears without 3rd output parameter as follows. But it works successfully.
In my second step, when I pass parameters to GP server through a javascript, it says job succeeded at the first time of the day and all other Occasions in the day, it says job-failed. When I checked the result parameter(job id ), it says null and JSON code was
"error":
"code": 400,
"message": "Unable to complete operation.",
"details": [
]
Another occasion JSON code was ;
"error":
"code": 400,
"message": "Invalid or missing input parameters.",
"details": [ ]
When I check the result in the server under the job id folder, scratch, and scratch.gdb folders have been created. But the output feature layer file was not created. What is the mistake I have made here?
arcgis-server arcgis-javascript-api json arcgis-rest-api feature-service
My geoprocessing tool has 2 inputs 1 output.
1st input parameter type is a feature layer
2nd input parameter type is a String
3rd output parameter type is a shapefile
when I run it, the window was as follows
The tool works successfully in arc desktop version.
Then I published it as a GP server and when I run it in arc desktop after connecting to the server its window appears without 3rd output parameter as follows. But it works successfully.
In my second step, when I pass parameters to GP server through a javascript, it says job succeeded at the first time of the day and all other Occasions in the day, it says job-failed. When I checked the result parameter(job id ), it says null and JSON code was
"error":
"code": 400,
"message": "Unable to complete operation.",
"details": [
]
Another occasion JSON code was ;
"error":
"code": 400,
"message": "Invalid or missing input parameters.",
"details": [ ]
When I check the result in the server under the job id folder, scratch, and scratch.gdb folders have been created. But the output feature layer file was not created. What is the mistake I have made here?
arcgis-server arcgis-javascript-api json arcgis-rest-api feature-service
arcgis-server arcgis-javascript-api json arcgis-rest-api feature-service
edited Apr 12 at 9:19
Shanaka Herath
asked Apr 12 at 9:12
Shanaka HerathShanaka Herath
797
797
add a comment |
add a comment |
0
active
oldest
votes
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%2f318579%2fview-the-output-of-gp-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f318579%2fview-the-output-of-gp-server%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