Kentico / ADImport

Kentico Xperience Active Directory Import Utility is an application which allows importing of users and groups (roles) from Active Directory into Kentico Xperience.
https://www.xperience.io
MIT License
3 stars 2 forks source link

Setup blowing up after selecting database from dropdown #11

Closed shivinders closed 6 years ago

shivinders commented 6 years ago

OS is Windows 10 Enterprise x64 version 1803 build 17134.1. Trying to run setup for the very first time as local admin. After entering Azure SQL database info, SQL username, establish connection succeeds. Error 1 occurs when database is selected from dropdown. Error 2 occurs when clicking Continue on Error 1.

error-1-details-May-29-2018.txt error-1-may-29-2018 error-2-may-29-2018 error-2-details-May-29-2018.txt

shivinders commented 6 years ago

Adding loadFromRemoteSources enabled="true" to runtime node in ADImport.exe.config resolved this. Documenting here so someone else can use this.

https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/loadfromremotesources-element

ZdenekS81 commented 6 years ago

I'm closing the issue. We weren't able to reproduce described errors.

The error itself means that some assemblies or files were downloaded from an unsecured source and the solution is to use the mentioned config key loadFromRemoteSources or find these assemblies and unblock them manually (right click on the file > Properties > General tab > click Unblock).