Share via


Settings in the PreProcessingCORE Script for the Exception Management Samples

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The following table lists the settings and the default values in the PreProcessingCORE.vbs script for the ESB Exception Management samples.

Variable

Description

strUser="BTSISOSVC"

The BizTalk Service Account for the IIS application pool (the default is ESBHttpAppPool) to which the script will assign the BizTalk HTTP ISAPI virtual directory. This account must be a member of the default BizTalk Isolated Host Users group at the machine level (for a stand-alone installation) or at domain level (for an Enterprise Farm installation). If this user does not exist, the script will create it and add it to the appropriate groups.

strPwd="pass@word1"

The password for BizTalk Service Account.

strGroup="BizTalk Isolated Host Users"

The name of the BizTalk account group.

strGroupIISWPG="IIS_WPG"

The name of the local IIS services account group.

strGroupBTSAppUsers="BizTalk Application Users"

The name of the BizTalk Application Users account group.

strBTSESBPath="C:\Projects\Microsoft.Practices.ESB"

The path to the Microsoft ESB Guidance installation source files.

strAppPool="ESBHttpAppPool"

The IIS application pool within which the BizTalk HTTP ISAPI virtual directory will run.

strHWSMESSAGE="HwsMessages"

The name of IIS virtual directory to create.

strPathToHWSServices="%PROGRAMFILES%\Microsoft BizTalk Server 2006\HttpReceive"

The full path to the BizTalk ISAPI filter.