POST
|
Hi folks, I am using ArcGIS Pro 2.8.2 to publish a Mosaic Dataset to display as a WMS service with ArcGIS Enterprise 10.8. This Mosaic Dataset is composed by RGB images with Alpha channel, they are orthophotos. In ArcGIS Pro, we can see this Mosaic Dataset showing transparency in some areas (I have assigned Band 4 = Alpha channel): But WMS service does not preserve the transparency, as you can see in Enterprise: It also does not preserve transparency in case of calling the service on the command line in a web browser: https://.../MDS_ortho/ImageServer/WMSServer? service=wms&request=GetMap&WIDTH=2024&HEIGHT=1080&FORMAT=image/png&LAYERS=MDS_ortho&BGCOLOR=0x000000&TRANSPARENT=TRUE&VERSION=1.3.0&CRS=EPSG:25831&BBOX=332734.00,4544700.00,340100.00,4551000.00 Also, we have the same result when we consume this WMS service in ArcGIS Pro. How must be publish this WMS service in order to preserve transparency? Best regards, G.
... View more
12-21-2022
02:04 AM
|
0
|
0
|
623
|
POST
|
I modified the code for chart widget but I'm not a JS developer ... If you are, you can find lots of JS libraries with plot functionalities to create your own widget.
... View more
11-23-2022
07:07 AM
|
0
|
1
|
1019
|
POST
|
I'm working with WABIS widgets (release 2.0) with Web App Builder (Developer Edition 2.13). I have followed the good instructions of @CodyBenkelman in this post: https://community.esri.com/t5/arcgis-image-analyst-questions/change-image-processing-templates/m-p/1176724 for using IS Renderer. I have a DTM with an image service associated to show multidirectional hillshade. This is a simple image service, only for testing purpose, defined in ArcGIS Pro with a Raster Function Template (hillshade_multidirectional.rtf.xml) where I defined some parameters as IsPublic (for example ZFactor). The IS Renderer doesn't show any of the published parameters, although Stretch renderer do it. (this renderer has been added by default). I can not see any configuration option. How can I do it? Is it possible to publish the parameter of hillshade image service? Thanks!
... View more
11-23-2022
06:56 AM
|
0
|
0
|
524
|
POST
|
Hi @RehanChaudhary, No, my original question was related a beta project to analyze some widgets functionality looking for easy customization to user demands. In my case, the conclusion was, most of then you have to develop by yourself.
... View more
11-23-2022
06:19 AM
|
0
|
3
|
1025
|
POST
|
Hi all, I have create an Imagery Service with ArcGIS Pro 2.8 with a MosaicDataset with 3 raster layers of different years. This MosaicDataset has an Time attribute, so I can choose with a TimeSlider in ArcGis Pro which raster I would like to see. Also I can do it the same with the Imagery Layer published in Portal for Enterprise 10.8. Problem: I have also created a Custom raster function (shadedrelief.rft.xml) with ArcGIS Pro that I have shared to Portal for Enterprise. I can use this raster function in MapViewer but always is running over ALL temporal range, not only over the selected. Question: Maybe I have to configure some parameter that I have missed in the process? (Attached image shows an example of this behaviour) Any ideas are welcome, thank you for your time!
... View more
10-19-2022
09:13 AM
|
0
|
0
|
323
|
POST
|
I have an ArcGIS Pro 2.5 project with some layers containing VBScript and Arcade functions for labeling. I have published this project as WMS service to Enterprise 10.8. Some layers containing Arcade code doesn't show their elements with WMS service but layers using VBScript code are correctly shown. Is there any incompatibility in Enterprise to understand Arcade code? Any tip about Enterprise incompatibilities with ArcGIS Pro would be appreciated. Thank you!
... View more
09-03-2021
05:24 AM
|
0
|
0
|
382
|
POST
|
I have published a WMS service in Enterprise Server 10.8 with ArcGIS Pro 2.5. This ArcGIS Pro project contains lots of layers organized in several GroupLayers, but WMS service doesn't maintain this layer structure and only shows layerNames. For example, If I have one Main-groupLayer with two Sub-grouplayers containing several layers in this way ... Main-GoupLayer + Sub-groupLayer_01 + points + layername_1 + lines + polygons + Sub-groupLayer_02 + points + lines + layername_2 + polygons ... the WMS service in Enterprise shows this result: Main-GoupLayer + layername_1 + lines + polygons + points + layername_2 + polygons How I have to define WMS service to keep the layer structure? Thanks in advance!
... View more
09-03-2021
04:23 AM
|
0
|
0
|
588
|
POST
|
It is solved! I have adjusted some parameters suggested by Analyze Mosaic Dataset Tool, and now it's working.
... View more
06-16-2021
01:30 AM
|
0
|
0
|
938
|
POST
|
I have a Mosaic Dataset with two rasters (with pyramids and statistics computed). Working in ArcGIS Pro, I can see raster data at maximum level of detail. But in Enterprise 10.8, the ImageryLayer created with ShareAsWebLayer from Catalog looks like this image when I zoom into the data. I can see ImageryLayer if I fit all the image. All raster files (TIFF) and overviews are located in a registered DataStore. Some idea about where is the problem? Thank you
... View more
06-10-2021
04:02 AM
|
0
|
1
|
989
|
POST
|
Hi @MichaelVolz, I seen ERROR 002555 in another sharingjob.log after doing more tests with different parameters after asking the first question in this post. Sorry about this misunderstanding! I have removed all hosted items in Data Store, and IT department changes mode readonly of Data Store to readwrite. You can try running the describedatastore command line tool to check to see if the data store switched into READONLY mode. And you can use changedatastoremode command. You can see more details here: https://enterprise.arcgis.com/en/data-store/10.6/install/windows/data-store-utility-reference.htm
... View more
05-25-2021
08:09 AM
|
0
|
0
|
3362
|
POST
|
Thank you Michael for your time, I have just solved the problem. After some tests I get ERROR 002555: The ArcGIS Data Store (relational) is in read-only mode and new items cannot be published. Please check available disk space. ERROR 001369: Failed to create the service. Failed to execute (Publish Service Definition). Failed. Failed to execute (PublishServiceDefinition). Failed to execute (Publish Portal Service). Failed. There is a very little available disk space. I was wrong trying to publish FC copying all data in server: this way was perfect for some tests with little amount of data but not for whole feature class. My solution: I have copied my fileGeodatabase containing points feature class in a registered folder (fully accesible network place), and have published data with Pro 2.5 with DataType: Reference Registered Data.
... View more
05-19-2021
08:23 AM
|
0
|
2
|
3399
|
POST
|
Hi, I have to to publish a 2D points Feature Layer from ArcGIS Pro 2.5 to Portal for ArcGIS Enterprise 10.6. I have been using "Share as a Web Layer" with parameters: CopyAllData, Map Image (no WMS) And I get this error: "ErrorMessage: Failed to publish web layer" I have checked SharingJobLog.log, the sharing log file in ArcGIS Pro for error messages. It seems that Upload process failed. Status: InProgress StatusMessage: Successfully wrote sharing info file
Status: Pending StatusMessage: Sharing process started
Status: InProgress StatusMessage: Sharing process started
Status: InProgress StatusMessage: Successfully obtained a license from the licensing portal
Status: InProgress StatusMessage: Publishing process started
Status: InProgress StatusMessage: Loading manifest
Status: InProgress StatusMessage: Consolidating data and staging web layer
Status: InProgress StatusMessage: Creating thumbnail from map
Status: InProgress StatusMessage: Using ArcGIS Version 12.3 for staging (Source for version: GP Staging Parameters)
Status: InProgress StatusMessage: Stage Tool initialized
Status: InProgress StatusMessage: Preparing maps and layers for processing
Status: InProgress StatusMessage: Retrieving and processing fonts
Status: InProgress StatusMessage: Executing...
Status: InProgress StatusMessage: Executing (Available Fonts): AvailableFonts
Status: InProgress StatusMessage: Start Time: Wed May 19 11:46:33 2021
Status: InProgress StatusMessage: Succeeded at Wed May 19 11:46:33 2021 (Elapsed Time: 0,02 seconds)
Status: InProgress StatusMessage: Succeeded.
Status: InProgress StatusMessage: Consolidate data
Status: InProgress StatusMessage: Staging map service
Status: InProgress StatusMessage: Compressing package into SD file
Status: InProgress StatusMessage: Successfully staged service (Exiting GP Stage Tool)
Status: InProgress StatusMessage: Uploading service definition
Status: InProgress StatusMessage: Publishing tool initialized
Status: InProgress StatusMessage: Publishing web layer (AGS)
Status: InProgress StatusMessage: Upload failed
Status: InProgress StatusMessage: Publishing tool execution failed
Status: Failed StatusMessage: Failed to publish web layer ErrorMessage: Failed to publish web layer I have publish other point features as Map Image to the same Portal without no problem. In this case the difference is the size of the featureLayer: I'm working with more than 1.000.000 points, and each one has 250 attributes (more o less 1GB of data). Also, I have check this post: https://community.esri.com/t5/arcgis-enterprise-questions/failure-when-publishing-map-image-layer/m-p/1029210#M29507, but I have point feature layer stored in a fileGeodatabase in my computer Please, does anyone know how to solve this error? Best regards
... View more
05-19-2021
04:07 AM
|
0
|
4
|
3426
|
POST
|
Thank you @JeffreyWilkerson! Yes, I have Visual Studio 2019. I amb python developer working with arcgisscripting (python 2, arcmap 9.*), and now arcpy with conda-python 3 for arcgis pro 2.5, also ArcObjects with .NET years ago ... mainly for geoprocessing tasks and geodatabases (data management). There are lots of fascinating examples of new ESRI Apps (3D visualization, Spatial Analysis and Data Science) that i would like to test and you told me the way ... Thanks to you and @BlakeTerhune for all your ideas, you help me a lot. Good weekend !
... View more
05-14-2021
04:33 AM
|
0
|
0
|
418
|
POST
|
Yes, I am so completely new to this topic that I don't have inetpub folder. I have to activate IIS and its features in the Control Panel > Programs and Features > Turn Windows Features on or off Thank you for your time and your patience!
... View more
05-13-2021
05:22 AM
|
0
|
0
|
3056
|
Title | Kudos | Posted |
---|---|---|
1 | 07-15-2020 12:22 AM | |
1 | 07-14-2020 06:00 AM |
Online Status |
Offline
|
Date Last Visited |
12-02-2024
09:57 PM
|