SSO Settings Importer (SSOSettingsFileImport.exe)

Parent Previous Next

The SSO Settings Importer (SSOSettingsFileImport.exe) is a tool that loads an XML settings file into an SSO affiliate application.  This is typically done automatically by setting the MSBuild property IncludeSSO to True in a Deployment Framework for BizTalk project file (.btdfproj).


SSOSettingsFileImport.exe [@argfile] <AffiliateAppName> [/SettingsFile:<value>] [/List[+|-]] [/DeleteApp[+|-]] [/UserGroupName:<value>] [/AdminGroupName:<value>] [/PropToModify:<value>] [/PropValue:<value>] [/Help|?|h] [/Version|v]


Arguments

Argument

Description

AffiliateAppName

The name to be given to the SSO application.  This is generally the name specified in a Deployment Framework project's ProjectName element.

SettingsFile

Path to the XML file (usually created by EnvironmentSettingsExporter.exe) containing settings to load into SSO

List

Print out all name/value pairs currently stored in the SSO application

DeleteApp

Delete the SSO application

UserGroupName

SSO user group name (name or DOMAIN\name) used when SSO was configured

AdminGroupName

SSO admin group name (name or DOMAIN\name) used when SSO was configured

PropToModify

Name of an existing name/value pair to modify

PropValue

New value for an existing name/value pair to modify (with PropToModify)

Help OR ? or h

Displays command-line help text.

Version OR v

Displays program version information


Remarks

The associated SSO Settings File Reader API (SSOSettingsFileReader.dll) caches values in memory, so there may be a delay of up to 60 seconds after a modify operation before the updated settings appear through the API.


Created with the Personal Edition of HelpNDoc: Free help authoring tool