-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting Guide
-
Start a command prompt window by clicking on the Windows Start button and typing 'cmd'.
-
Inside the command prompt window, navigate to the folder containing the install file.
cd C:\Users\<user name>\Downloads\GSCFieldApp_1.0.0.0_x64_Debug_Test\GSCFieldApp_1.0.0.0_x64_Debug_Test
- Install by calling PowerShell with some special arguments
Powershell.exe -executionpolicy remotesigned -File "Install.ps1"
Certain usager on rapporté l'option manquante "Run with Powershell" lors d'un clique de droit avec la souris sur le fichier .ps1.
-
Démarrer une invite de commande en appuyant sur le bouton démarré de Windows et taper "cmd".
-
Une fois dans l'invite de commande, naviguer vers le dossier contenant le fichier d'installation (.ps1).
cd C:\Users\<user name>\Downloads\GSCFieldApp_1.0.0.0_x64_Debug_Test\GSCFieldApp_1.0.0.0_x64_Debug_Test
- Toujours dans l'invite de commande, installer l'application à l'aide de PowerShell et de certains arguments spéciaux.
Powershell.exe -executionpolicy remotesigned -File "Install.ps1"
For some new desktops or laptops that comes already comes with ArcGIS 10.6, the default python version is the 64 bits version. This breaks the spatialite extension dll that the scripts use to get some features and spatial queries. The current dll stored in extended libraries is made for a 32 bits system, from the time when everyone was working with ArcGIs 10.2.
This bug can be easily fixed by installing this version of Python: https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
Make sure to select an install path other than the arcgis64x10.6 folder which the installer defaults and make sure to check the option to add python to Path exe.
Pour certains nouveaux ordinateurs de bureau ou portables qui sont déjà livrés avec ArcGIS 10.6, la version par défaut de Python est la version 64 bits. Cela casse la dll d'extension spatialite que les scripts utilisent pour obtenir certaines fonctionnalités et requêtes spatiales. La dll actuelle stockée dans les bibliothèques étendues est faite pour un système 32 bits, de l'époque où tout le monde travaillait avec ArcGIs 10.2.
Ce bogue peut être facilement corrigé en installant cette version de Python : https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi.
Assurez-vous de sélectionner un chemin d'installation autre que le dossier arcgis64x10.6 que l'installateur propose par défaut et assurez-vous de cocher l'option pour ajouter python à Path exe.
User reported that Google map data is not being added to the Table of Contents in ArcGIS Pro or the TPK files
This feature requires an ESRI organizational account. Please get in touch with Bruno Avard to get an ESRI organizational account.
L'utilisateur a signalé que les données cartographiques de Google ne sont pas ajoutées à la table des matières dans ArcGIS Pro ou dans les fichiers TPK.
Cette fonctionnalité nécessite un compte organisationnel ESRI. Veuillez contacter Bruno Avard pour obtenir un compte organisationnel ESRI.