BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Issue with properties from env settings #433

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

When updating/deploying sso settings by themselves, the settings for the SSO groups aren't being pulled from the env files and instead defaulting to "BizTalk Application Users" and "BizTalk Server Administrators". When looking through the console for the deploy, i can't seem to see "SetPropertiesFromEnvironmentSettings" being called at all.

Any suggestions/help would be appreciated.

Thanks

This work item was migrated from CodePlex

CodePlex work item ID: '11185' Vote count: '1'

tfabraham commented 6 years ago

[expertaaron@2017-11-08] I am having the same issue. The workaround I came up with was to redefine the DeploySSODependsOn property (to include SetPropertiesFromEnvironmentSettings) so that the "Update SSO from settings spreadsheet" menu item in Visual Studio pulls the SsoAppUserGroup and SsoAppAdminGroup properties from the spreadsheet instead of defaulting them.

Bootstrap; InitializeAppName; GetSoftwarePaths; ExportSettings; CustomPostExportSettings; SetPropertiesFromEnvironmentSettings; <--Add this line (without this comment) InitSettingsFilePath

Hope this helps.