DeploymentFramework icon indicating copy to clipboard operation
DeploymentFramework copied to clipboard

Issue with properties from env settings

Open tfabraham opened this issue 8 years ago • 1 comments

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 avatar Nov 06 '17 13:11 tfabraham

[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;

Hope this helps.

tfabraham avatar Nov 27 '17 03:11 tfabraham