|
POST
|
Looks like I had looked too deep into this... this is now done through the config.json file. e.g. { "fieldName": "CLOSE_TIME", "label": "CLOSE_TIME", "tooltip": "", "visible": false, "format": { "dateFormat": "shortDateShortTime" }, "stringFieldOption": "textbox" },
... View more
08-19-2016
03:24 PM
|
2
|
0
|
573
|
|
POST
|
Of course ESRI broke this in WAB 2.1 Back to only displaying a Date, without time. Are you able to point me in the direction? I have found the code block in Widgets\Query\SingleQueryLoader.js but I cant get the time to appear in the query results or query result popup. _tryLocaleDate: function(date){ var result = jimuUtils.localizeDate(date); if(!result){ result = date.toLocaleDateString(); } return result; },
... View more
08-19-2016
02:59 PM
|
0
|
1
|
573
|
|
POST
|
Hi One should be able to create multiple A-Records and have multiple sub-domain (up to 4) servers though. this is done using Image Extension for ArcGIS Server, so it is strange that ESRI would only have this ability for a MappingServer (Cached Tiles in this case). Further, as Nicolas has pointed out, to also have a TilesServer Property in the REST API available and stated in the documents is odd. I am also stumped on how one would configure this on the ArcGIS Server side. No problem understanding the purpose and web side of it, but how this is setup is something I'd like to know. Side references: Using multiple subdomains with a tiled service layer | ArcGIS Blog
... View more
08-09-2016
07:52 AM
|
0
|
0
|
1803
|
|
POST
|
Each license regardless of level will come in a 4 core package. (Enterprise 4 core) or (workgroup 4 core). To make it easy, each ArcGIS Server will come in 4 core blocks, and this also goes for any extension. (e.g. GeoEvents) would also require 4 core. If you are in an Enterprise environment, the cost will be half of the cost you spend in production in licenses for standing up a Staging Cluster. If you are using a Dev environment, use EDN. If you are having an Active DR, then the cost will essentially be (double) as your live production web stack. If your DR is passive and NOT in the same datacenter, the licences are still double. There are no license additions if DR is passive and within the same datacenter.
... View more
07-27-2016
03:16 PM
|
1
|
0
|
4116
|
|
POST
|
basic IT sys admin work. Right click on the Folder > >Properties >> Security and make sure the ArcGIS Server admin account is also listed as Full Control permissions (allow).
... View more
07-27-2016
03:07 PM
|
0
|
3
|
1876
|
|
POST
|
Yes, updating the shapefile, as long as the folder is a registered data store directory with ArcGIS Server, would flow through. Update the shapefile, the Web App would show the changes on the next REST call. (e.g. Pan/zoom the map) Schemalock should be set to FALSE in the service editor. Filegeodatabases is a better alternative than having shapefiles laying around. Enterprise SDE and FME or some custom .net ETL process would be even better. But I guess it depends on what you plan on doing. Or how much scalability you want to put into this.
... View more
07-27-2016
03:05 PM
|
0
|
0
|
705
|
|
POST
|
This behavior has been logged as a bug.The number is BUG-000094490. This has been fixed on AGOL Web Builder version and will be fixed on one of the upcoming version of WABde.
... View more
07-27-2016
02:56 PM
|
1
|
8
|
2734
|
|
POST
|
Glad you figured it out. That is a five year old item for sure though. .NET 3.5SP1. Loopback only applies to the machine server the request came from though. You should have had no issues from an external machine. ??
... View more
07-26-2016
07:40 AM
|
0
|
1
|
4706
|
|
POST
|
Hi Ravin, It should all work. I have a document with explicit details, I cant post it, but can provide snippets and direction. Summary: Create a custom Geoprocessing Print service which holds Preconfigured secure connections which are set using a User name that has access to ALL Secure Services to allow secure services print through using Windows Authentication / Web-Tier In IIS - WIndows Authentication enabled on the ArcGIS Server Web Adaptor. Have Web-Tier authentication enabled on ArcGIS Server (using manager or admin) Create a new Toolbox under My Toolboxes using ArcCatalog Copy Export Web Map GP Tool from System Toolbox >> Server Tools >> Printing TO the newly created toolbox. Create new AGS Connection This connection will be a User that will have access to ALL ArcGIS Server Services that are locked. This connection MUST be a USER type connection with ArcGIS Server 4. Name the AGS Connection Appropriately 5. Right t click on new GP >> Edit 6. Add the newly created AGS Connection File 7. Validate the URL and AGS Connection 8. Repeat steps for multiple servers (in this case, I do only 1 as we have traffic go through a NLB) 9. Open an ArcMap Session and Add the custom toolbox 10. Add some data to the mapdoc (which the server has visibility to - registered) 11. Double click the custom Print GP 12. Double click the custom Print GP 13. In the results dialog, right click on the successful print and share as >> Geoprocessing service 14. Publish the service 15. name the service 16. Configure the custom GP Service in the service editor (e.g. Asynchronous execution mode) custom templates etc... 17.Analyze 18. Publish When you create the custom Geoprocessor, the connection used MUST be a USER type connection with ArcGIS Server, not Publisher or Admin. Please ensure this.
... View more
07-25-2016
01:29 PM
|
8
|
4
|
7700
|
|
POST
|
Hi Cesar, It should all work. I have a document with explicit details, I cant post it, but can provide snippets and direction. Summary: Create a custom Geoprocessing Print service which holds Preconfigured secure connections which are set using a User name that has access to ALL Secure Services to allow secure services print through using Windows Authentication / Web-Tier In IIS - WIndows Authentication enabled on the ArcGIS Server Web Adaptor. Have Web-Tier authentication enabled on ArcGIS Server (using manager or admin) Create a new Toolbox under My Toolboxes using ArcCatalog Copy Export Web Map GP Tool from System Toolbox >> Server Tools >> Printing TO the newly created toolbox. Create new AGS Connection This connection will be a User that will have access to ALL ArcGIS Server Services that are locked. This connection MUST be a USER type connection with ArcGIS Server 4. Name the AGS Connection Appropriately 5. Right t click on new GP >> Edit 6. Add the newly created AGS Connection File 7. Validate the URL and AGS Connection 8. Repeat steps for multiple servers (in this case, I do only 1 as we have traffic go through a NLB) 9. Open an ArcMap Session and Add the custom toolbox 10. Add some data to the mapdoc (which the server has visibility to - registered) 11. Double click the custom Print GP 12. Double click the custom Print GP 13. In the results dialog, right click on the successful print and share as >> Geoprocessing service 14. Publish the service 15. name the service 16. Configure the custom GP Service in the service editor (e.g. Asynchronous execution mode) custom templates etc... 17.Analyze 18. Publish When you create the custom Geoprocessor, the connection used MUST be a USER type connection with ArcGIS Server, not Publisher or Admin. Please ensure this.
... View more
07-25-2016
01:29 PM
|
4
|
5
|
4706
|
|
POST
|
Thank you Robert for validating. Sending to ESRI...
... View more
07-07-2016
08:41 PM
|
0
|
0
|
2734
|
|
POST
|
I've come a long way since. Certs are handled by the following: IIS Requires a valid cert. ArcGIS Server also ROOT/Intermediate and a signed cert. (to be proper but not mandatory) there is a whole process to create the CSR, then upload the signed cert from that CSR under admin>> machine>> [machine name] >> SSLCertificates create a cert or use self signed. Generate CSR ... Import SignedCert once your organization has given back .cer Import Intermediate / Root/ then EDIT machine to use new Web Server SSL Cert under server machine properties. you can also replace the two self generated certs for WABde with signed certs. (another strange process). As far as what had happened for this posting, id have to go back to my notes.. was some time ago. I am a fan of non-federated Portal (to avoid that user name costs) use Web authentication on the adaptor, enable Web Tier authentication... makes for a seamless user experience.
... View more
07-07-2016
10:54 AM
|
1
|
0
|
1796
|
|
POST
|
Shauna, the issue is not the workflow but that using 10.3 does not support HTTPS WMS services. 10.4 does, I have no problem adding this wms service to a web map for example: https://mesonet.agron.iastate.edu/cgi-bin/wms/iowa/rainfall.cgi? I only have access to 10.4 at the moment though, not 10.3.1
... View more
07-07-2016
09:43 AM
|
0
|
0
|
792
|
|
POST
|
Hi Robert, Can you verify this function works against a layer within a group in the TOC? I have narrowed this down that if Query URL string is using a layer in the layer list root, it works. But if calling a layer in a composite (group layer), the popup is empty. works = the application launches, pans and zooms, selects (highlights), creates graphic, creates center point and popup with attributes shows up Doesn't work = the application launches, pans and zooms, selects(highlights, creates graphic, creates center point and popup shows up but is empty.
... View more
07-07-2016
07:13 AM
|
0
|
2
|
2734
|
|
POST
|
You would take the MapSeries Folder and dump to c:\Program Files\ArcGIS\Portal\Apps if installed to default. There may be one existing already, rename the existing to _OLD and add the new. Next time in portal, Map Series will be available under Create >> APP >> Using a Template >> Story Map Series In that MapSeries folder should be an app folder, resources folder an index.html and license and readme.txt.
... View more
07-05-2016
02:47 PM
|
1
|
1
|
1938
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 09-27-2024 09:04 AM | |
| 1 | 01-06-2016 11:32 AM | |
| 1 | 12-13-2021 10:03 PM | |
| 1 | 07-19-2017 07:31 AM | |
| 1 | 01-18-2016 07:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
03:02 PM
|