|
IDEA
|
09-02-2022
02:08 PM
|
0
|
0
|
4317
|
|
POST
|
@LarsSøe Thanks a lot for sharing the code and so sorry for the delay. We are looking at this and hope to have a fix for this in upcoming release. Appreciate your reporting it to us. Tanu
... View more
08-29-2022
12:14 PM
|
1
|
1
|
2668
|
|
POST
|
One additional note. I have learned this trick from @DrewFlater. No need to download a zip file from AGOL and unzip and bring it in Pro... the entire workflow is integrated within Pro. Thanks Drew!!! That simplifies my life a lot 🙂 TanuHoque_1-1661409825634.png
... View more
08-24-2022
11:45 PM
|
0
|
0
|
4536
|
|
POST
|
hello all, We are using ArcGIS Enterprise 9.1 and are trying to publish custom printing services from ArcPro 3.0. When you publish* a print service from ArcGIS Pro 3.0, your Enterprise server must be 11.0 or above. * more precisely when you create a layout template (aka pagx file) from Pro 3.0. As you know ArcGIS Pro 3.0 is a major release. Document types such as projects, maps etc. that you create in 3.0 can't be directly opened in 2x. If you must share with older client, then you need share that out as project package, map package etc. Since Enterprise 10.9.1 is an older version and it not aware of 3.0 changes, a print service running on 10.9.1 can't recognize layout templates created from 3.0 (even when you publish it from 3.0). Please let me know if you have any question.
... View more
08-24-2022
11:24 PM
|
3
|
6
|
18278
|
|
IDEA
|
as a workaround, you should be able to use QueryLayer to achieve this
... View more
08-24-2022
11:10 PM
|
0
|
0
|
3836
|
|
IDEA
|
@KarenShaw is your main use case for using Query Builder to do QA/QC?
... View more
08-23-2022
03:02 PM
|
0
|
0
|
4796
|
|
POST
|
Apologies @JayantaPoddar as somehow the notification for your comment fell thru the cracks 😞 Thanks @LaurenWinkler for tagging me again. That tech session was recorded awhile back and well before the enhancements went in one of Pro new releases. I have a tbx hosted on agol. Please download it and you might use that as a base. https://www.arcgis.com/home/item.html?id=2b7bd78267444a969dd086f8aaea29ad I will check with gp team to see what they suggest with the new gp toolbox format.
... View more
08-23-2022
02:53 PM
|
1
|
0
|
4567
|
|
IDEA
|
@KarenShaw In addition to what @KoryKramer suggested, you can use Chart option or Unique Value option in the Symbology pane.
... View more
08-23-2022
02:16 PM
|
0
|
0
|
4804
|
|
POST
|
@JayakumarPD Another option you can look at is what we call dynamicWorkspace option in dynamicLayers capability. That allows you to have a map service published with some bare minimum layers and then you can add new layers to the map service dynamically from some registered workspaces. please see some docs here: server doc: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/about-dynamic-layers.htm js api doc: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html you will find some sample in there as well Dynamic layers' performance is on par with layers published with a map service.
... View more
08-18-2022
09:03 AM
|
0
|
0
|
1762
|
|
POST
|
hi @LarsSøe could you please share your code or SOAP request with us? You can share it hear or direct message me. We will take a look and get back to you. Thanks Tanu
... View more
08-17-2022
10:31 AM
|
1
|
1
|
2711
|
|
POST
|
... but Oracle is quite different than SQL and they have what seems to be no easy way to create geometry on the fly with sdo_geometry... I'm not an expert in Oracle by any means... still want to pass it to you... did you try this and not work for you? select
objectid,
SDO_GEOMETRY(2001, 3857, MDSYS.SDO_POINT_TYPE( x_coord, y_coord, NULL), NULL, NULL) as shape_derived,
/* the 2nd parameter is the id for coordinate system; 3857 is the wkid for WGS 1984 Web Mercator (auxiliary sphere) projection */
date_time_field
from myTable
WHERE aFld = 'value'
... View more
08-11-2022
04:03 PM
|
0
|
0
|
2668
|
|
POST
|
also just to let you know that this is something got fixed in ArcGIS Enterprise 11.0 release
... View more
08-11-2022
03:05 PM
|
1
|
0
|
2669
|
|
POST
|
@LSaunders yes you should be able to do this type of query layer with parameters against any enterprise database.
... View more
08-11-2022
03:05 PM
|
0
|
2
|
4332
|
|
DOC
|
Thanks @chill_gis_dude @OderMarcusWCED for your valuable feedback and providing your details workflows.
... View more
08-11-2022
12:13 PM
|
0
|
0
|
7577
|
|
POST
|
@JayakumarPD GP services provide you an option to access results/output via its result map service. The output map and data should be unique for each job-id. I never tried this for the workflow you mentioned above. Please give that a try, in case you haven't done this already. here is the help link: https://enterprise.arcgis.com/en/server/10.8/publish-services/windows/result-map-service.htm
... View more
08-09-2022
11:55 AM
|
0
|
1
|
1770
|
| 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 |
Wednesday
|