|
POST
|
Hi everyone, I have been trying to publish a custom print layout in our enterprise, I have try using both ArcGIS Pro and Arcmap to publish it but both of them failed to hide the layer name in the final product. how it looks in arcmap desktop how it looks in Arcgis Pro what it end up looking in the GP service by arcmap. what it looks like in webtool by Arcgis Pro. Also by some reason, in the webtool by arcgis pro, it will always shows all the features even those features didn't show up in the map extent. I already clicked the only show features visible in the map extent option in the layout file.
... View more
07-24-2018
04:33 PM
|
0
|
3
|
1976
|
|
POST
|
I keep getting this warning that said "Failed to log in. Invalid username or password specified." Although during that time nobody is trying to login at all. This warning will appears every 5 seconds or so and it never stop. Anyone have any idea why it happens?
... View more
05-17-2018
05:28 PM
|
3
|
22
|
19000
|
|
POST
|
I'm having the same problem here. And I asked the Customer services and they say it's a BUG (BUG-000113813). But I can't find any info in this bug in Technical Support.
... View more
05-17-2018
09:33 AM
|
0
|
0
|
10637
|
|
POST
|
Hi, I'm trying to use our own print service in the print plus widget. But later I found out that it doesn't execute the "Get Layout Templates Info" GP services like the WAB print widget did. I need some help with adding the "Get Layout Templates Info" in there. I tried to add the code LayerInfos, in the functions and then LayerInfos.getInstance(this.map, this.map.itemInfo)
.then(lang.hitch(this, function(layerInfosObj) {
this.layerInfosObj = layerInfosObj;
return all([this._getPrintTaskInfo(), this._getLayerTemplatesInfo()])
.then(lang.hitch(this, function(results) {
var taksInfo = results[0],
templatesInfo = results[1];
if (templatesInfo && !templatesInfo.error) {
var parameters = templatesInfo && templatesInfo.results;
if (parameters && parameters.length > 0) {
array.some(parameters, lang.hitch(this, function(p) {
return p && p.paramName === 'Output_JSON' ?
this.templateInfos = p.value : false;
}));
if (this.templateInfos && this.templateInfos.length > 0) {
this.templateNames = array.map(this.templateInfos, function(ti) {
return ti.layoutTemplate;
});
}
}
} else {
console.warn('Get Layout Templates Info Error',
templatesInfo && templatesInfo.error);
}
if (!esriLang.isDefined(taksInfo) || (taksInfo && taksInfo.error)) {
this._handleError(taksInfo.error);
} else {
this._handlePrintInfo(taksInfo);
}
}));
})).always(lang.hitch(this, function() {
this.shelter.hide();
}));
and _getLayerTemplatesInfo: function() {
var def = new Deferred();
var parts = this.printTaskURL.split('/');
var pos = parts.indexOf('GPServer');
if (pos > -1) {
var url = null;
if (/Utilities\/PrintingTools\/GPServer/.test(this.printTaskURL)) {
url = parts.slice(0, pos + 1).join('/') + '/' +
encodeURIComponent('Get Layout Templates Info Task') + '/execute';
} else {
url = parts.slice(0, pos + 1).join('/') + '/' +
encodeURIComponent('Get Layout Templates Info') + '/execute';
}
esriRequest({
url: url,
content: {
f: "json"
},
callbackParamName: "callback",
handleAs: "json",
timeout: 60000
}).then(lang.hitch(this, function(info) {
def.resolve(info);
}), lang.hitch(this, function(err) {
def.resolve({
error: err
});
}));
} else {
def.resolve(null);
}
return def;
}, to the printplus.js then the widget fail loading in WAB.
... View more
03-26-2018
11:01 AM
|
0
|
0
|
794
|
|
POST
|
I also tried to uninstall and re-install the data store. But the managed database is still down.
... View more
03-16-2018
01:37 PM
|
0
|
3
|
6438
|
|
POST
|
I try to look at the logs and it said no ArcGis server license was found. How can I update the license for the data store.
... View more
03-16-2018
11:36 AM
|
0
|
4
|
6438
|
|
POST
|
I used the Server manager to remove the data store (by clicking the X on the right side), and reconfigure it through the configuration tool.
... View more
03-15-2018
03:50 PM
|
0
|
0
|
6438
|
|
POST
|
I already tried that through manager and use the configure tool to re-register it, but the relational part is still invalidate.
... View more
03-15-2018
03:38 PM
|
0
|
1
|
6438
|
|
POST
|
I installed the Datastore for a while, it was working for a while. But the relational part (and relational part only) became invalidate recently (see attch). I already tried to update/reconfigure the data store, but still. Any idea why it happened?
... View more
03-15-2018
03:12 PM
|
1
|
14
|
13537
|
|
POST
|
I try tried that, now it gives me another error message :{"error":{"code":500,"message":"Error performing execute operation","details":[]}} here is the server log for the error. But after I install the patch, Arcgis pro starts to consolidating data before uploading the webtool. Before the patch it just jumps to uploading services definition without consolidating the data.
... View more
02-28-2018
02:57 PM
|
0
|
1
|
739
|
|
POST
|
Sorry for the late reply, could you give me more info on how to apply this service?
... View more
02-26-2018
09:12 AM
|
0
|
7
|
1466
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-27-2025 05:04 PM | |
| 1 | 03-15-2018 03:12 PM | |
| 3 | 05-17-2018 05:28 PM | |
| 1 | 06-05-2019 12:47 PM | |
| 2 | 09-14-2018 11:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-26-2025
03:52 PM
|