|
POST
|
Thanks Dean Wilson. It looks like the graphic layer that your JS code creates to show text, are of polygon type. That is currently not supported in print services. Try change that to point geometry type. That should make it to work. see the attached .zip file that is a modified version of what you sent me. if you use that in a request to your print service, you should see one feature gets labeled (to keep it simple, I removed all other labels from the json). hope this helps.
... View more
08-14-2019
05:03 PM
|
2
|
3
|
7426
|
|
POST
|
Arne Gelfert good to know that it works now. The documentation could be better. We'd like to hear your suggestions on how to make the help better or at least which part you found hard to understand. And we will try to make it better. Thanks a lot
... View more
08-14-2019
04:26 PM
|
0
|
0
|
9453
|
|
POST
|
I really thought the registering a folder with Server wasn't necessary of the template was to be stored in Portal. Yes, your understanding is correct. If a folder is not registered with the server, data from that folder gets copied to the server during publishing. Downside to this approach is that every time you make any changes, you need to republish your service. If you don't want to republish your service, when data gets updated, make sure you registered the folder. note: as you already know that this concept is not unique to print service or geoprocessing service, it is true for map, feature and all other services. having said that step# 5 & 9 are not about registering folder with the server, it is about telling both 'Export Web Map' and 'Get Layout Templates Info' tools where to look for those layout templates you created. If you don't provide that folder, it will look for them in the default location. I'm only seeing the default template when the Print widget opens if you go to Export Web Map task inside your print service REST resources end point, does it list your layout templates in there? How about executing Get Layout Template Info task, does the returned result show correct list? Are you using portal Map Viewer or WAB print widget? if it portal map viewer, did you update URL for the Printing in Organization >> Settings >> Utility Services? for WAB print widget, did you update its source URL
... View more
08-14-2019
09:10 AM
|
0
|
3
|
9453
|
|
POST
|
step 5 & 9 are where you need to specify where your .pagx are stored. if you don't want them copied (e.g. you want to republish after every time you modify any of those templates. note: when you add a new template you must republish), then that folder must be registered to the server
... View more
08-13-2019
03:48 PM
|
0
|
7
|
9453
|
|
POST
|
So in steps 5 and 9, ... ...I've left the field blank, and then checked when you leave them blank, it uses default layout templates. For your print service to use your own layout templates, you must have the folder, containing .pagx files, chosen in both step#5 and #9 Troubleshooting at the print service REST page, as shown here, creates PDF output but it's not based on my custom template. you need to provide a layout template name in the "Layout Template" text box.
... View more
08-13-2019
03:15 PM
|
0
|
9
|
9453
|
|
POST
|
I agree this issue needs to taken to Esri tech support. In the meantime, pls take a look at the value passed in for the parameter named 'webmap_as_json' for the print service. you can use any browser's Developer's Tools >> Network tab to trace the request. If you share that here (zip it if the json is large), I can take a quick look at that too.
... View more
08-12-2019
09:15 AM
|
1
|
6
|
3228
|
|
POST
|
Kevin, First of I really don't know the answer for your question regarding 'feature service tiling'. I hope someone with expertise in that area will chime in. In the meantime please check What's new in 10.7 and 10.6.1 section in the following help which might help you. Query (Feature Service/Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers I was mostly curious to understand why cached map service wouldn't work in your case? You can do both query and identify operations off cached map service plus it will help you draw them very fast even in heavy loads. But it was your requirement to change symbology from the client side changes the equation. With that I got my answer. Thanks a lot.
... View more
08-08-2019
04:40 PM
|
1
|
1
|
3907
|
|
POST
|
Clinton Ballandis we need to take a look at what is going on. could you pls go thru support and submit a bug with reproducible steps?
... View more
08-08-2019
04:37 PM
|
0
|
0
|
5853
|
|
POST
|
Dynamic map image layers slow down after more than a few users at once on a heavy layer Kevin MacLeod I was wondering what is your take on cached map services in your particular situation.
... View more
08-08-2019
10:14 AM
|
0
|
3
|
3907
|
|
POST
|
Kevin MacLeod Thanks for the suggestion. Would you mind add that in https://community.esri.com/community/arcgis-ideas page?
... View more
08-05-2019
01:21 PM
|
0
|
0
|
6831
|
|
POST
|
Is there a way to place the report in the same page as the map of selected parcels? Unfortunately report does support map at this point. If you want, you can use layout table element and its cim property to update its source for each request. But that requires ArcGIS Enterprise 10.7.1 and Pro 2.4. And another limitation would be that it won't flow to next page. you can also take the same approach mentioned in the 2nd link in my last comment but do that in Pro.
... View more
08-05-2019
10:32 AM
|
0
|
2
|
6831
|
|
POST
|
if you want to do that in the print service, pls see following blogs: - Print reports from ArcGIS Enterprise web apps (that is when you publish a print service from ArcGIS Pro) - Printing Popups from Web Application (this is for print services published from ArcMap) if you have already moved to 10.6.1 or above ArcGIS Server/Enterprise, we recommend you to use ArcGIS Pro to publish a print service.
... View more
07-31-2019
01:51 PM
|
2
|
4
|
6831
|
|
POST
|
Hoang, Please contact Esri Support. They will be able to help Thanks.
... View more
07-08-2019
11:33 AM
|
0
|
0
|
3995
|
|
POST
|
Thanks Hoang Hiep. It looks like bug to me in feature service. I see you are using an older version (10.3) of arcgis server, pls reach out to Esri support to find out whether it is fixed in a newer version or not.
... View more
07-04-2019
11:19 PM
|
1
|
2
|
3995
|
|
POST
|
Thanks Hoang I understand you used the following URL when you added the feature layer. Pls correct me if I'm wrong http://localhost:6080/arcgis/rest/services/VNP/FeatureServer/0 Could you pls add a feature layer with this url? http://localhost:6080/arcgis/rest/services/VNP/MapServer/0 I just want to know whether using map service url will help in this case. Also checkout the query request that goes out to the server to fetch those geometries. Do you see outSRS specified in the request?
... View more
07-04-2019
08:38 AM
|
2
|
4
|
3995
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-10-2026
10:17 AM
|