Esri / arcgis-powershell-dsc

This repository contains scripts, code and samples for automating the install and configuration of ArcGIS (Enterprise and Desktop) using Microsoft Windows PowerShell DSC (Desired State Configuration).
Apache License 2.0
113 stars 61 forks source link

install ODBC Driver as part of the installation package #193

Closed dird-hyang closed 4 years ago

dird-hyang commented 5 years ago

Hi, It would be very handy to include the installation or update the ODBC driver as part of the configurable installation items. We use SQL Server to store and manage most of our spatial data. I have to manually install the ODBC driver in order for the portal/server to register the connection file to the SQL DB. This is just a wish list. Thanks for the consideration. Helen

pfoppe commented 5 years ago

Vote Up! This hit us today on testing out a PSDSC install of ArcGIS Enterprise. We will be looking for alternative automated install options for the SQL Server Driver as well so that we dont have to manually complete this work.

Thanks for the consideration.

DCHuber commented 5 years ago

Vote Up!

cameronkroeker commented 4 years ago

Hello @dird-hyang @pfoppe and @DCHuber,

This has been added to the latest release, v3.0.0:

https://github.com/Esri/arcgis-powershell-dsc/releases

Tutorial Wiki: https://github.com/Esri/arcgis-powershell-dsc/wiki/V3.-Register-an-Enterprise-Geodatabase-with-ArcGIS-Server-site

Sample Config: https://github.com/Esri/arcgis-powershell-dsc/blob/master/SampleConfigs/v3/Gis%20Servers/GISServer-Database.json

pfoppe commented 4 years ago

Great news!!! Thank you!