The following are the COM object warning (WRN) and error (ERR) codes, defined in FpcErrorCodes.h. Note that the error codes with a message identifier equal to or greater than 0xC004039D are defined only in ISA Server 2006 Enterprise Edition.
|
Symbolic name
|
Code
|
Message ID
|
Message text
|
|---|
|
S_FPCLOG_BAD_COLUMN_SELECTION
|
FPC_WRN(0x200)
|
0x80040200
|
An invalid set of log fields was selected. Any required log field that was not selected will also be logged.
|
|
S_FPC_ALERTSRV_ALERT_NOT_FOUND
|
FPC_WRN(0x201)
|
0x80040201
|
The specified alert was not found.
|
|
S_FPC_SERVICE_INACCESSIBLE
|
FPC_WRN(0x202)
|
0x80040202
|
The service is inaccessible.
|
|
E_FPC_CERTIFICATE_NOT_INSTALLED
|
FPC_ERR(0x300)
|
0xC0040300
|
The specified certificate cannot be located.
|
|
E_FPC_CROSS_PRIORITY_BOUNDARY
|
FPC_ERR(0x301)
|
0xC0040301
|
A Web filter can be moved only into the positions of filters that have the same priority.
|
|
E_FPC_DEST_NOT_IP
|
FPC_ERR(0x302)
|
0xC0040302
|
This destination object is not defined using an IP address.
|
|
E_FPC_NO_STORAGE
|
FPC_ERR(0x303)
|
0xC0040303
|
The object cannot be written to persistent storage before its containing object is saved.
|
|
E_FPC_OBJECT_INVALID
|
FPC_ERR(0x304)
|
0xC0040304
|
The object is not valid.
|
|
E_FPC_STRING_BAD
|
FPC_ERR(0x305)
|
0xC0040305
|
The string is empty or invalid.
|
|
E_FPC_EVENT_NOT_DEFINED
|
FPC_ERR(0x306)
|
0xC0040306
|
The event GUID specified in the alert cannot be found in the events collection.
|
|
E_FPC_NON_REMOVAL_EVENT
|
FPC_ERR(0x307)
|
0xC0040307
|
ISA Server predefined events cannot be removed.
|
|
E_FPC_ALERT_KEY_INVALID
|
FPC_ERR(0x308)
|
0xC0040308
|
The additional key specified is outside of the range of possible values.
|
|
E_FPC_CANNOT_DEL_DEFAULT_RULE
|
FPC_ERR(0x309)
|
0xC0040309
|
The default rule cannot be removed.
|
|
E_FPC_CANNOT_MOVE_DEFAULT_RULE
|
FPC_ERR(0x30A)
|
0xC004030A
|
The order of application of the default rule cannot be modified. It will always be applied last.
|
|
E_FPC_CORRUPTED_OBJECT_DATA
|
FPC_ERR(0x30B)
|
0xC004030B
|
The object's data is corrupted.
|
|
E_DOMAIN_CANT_BE_IP_ADDR
|
FPC_ERR(0x30C)
|
0xC004030C
|
An IP address cannot be used for a domain name in a domain name set.
|
|
E_FPC_QUERY_BUFFER_FULL
|
FPC_ERR(0x30D)
|
0xC004030D
|
There are too many records in the query result.
|
|
E_FPC_THRESHOLD_OUT_OF_RANGE
|
FPC_ERR(0x30E)
|
0xC004030E
|
The threshold set is not in the range of permissible values from 1 through 65535.
|
|
E_FPC_OLD_DAILYSUMMARY_VERSION
|
FPC_ERR(0x30F)
|
0xC004030F
|
A daily summary file is corrupted, or was generated with a previous version of the product. It cannot be used to generate the report.
|
|
E_FPC_INVALID_SERVER_NAME
|
FPC_ERR(0x310)
|
0xC0040310
|
The server name has not been specified or is invalid. Enter a valid server name.
|
|
E_FPC_STRING_CONTAINS_INVALID_CHARACTERS
|
FPC_ERR(0x311)
|
0xC0040311
|
The server name contains invalid characters. Enter a valid server name.
|
|
E_FPC_EMPTY_STRING
|
FPC_ERR(0x312)
|
0xC0040312
|
The string is empty or invalid.
|
|
E_FPC_VALUE_TOO_LARGE
|
FPC_ERR(0x313)
|
0xC0040313
|
The value is larger than the maximum allowed value.
|
|
E_FPC_VALUE_TOO_SMALL
|
FPC_ERR(0x314)
|
0xC0040314
|
The value is smaller than the minimum allowed value.
|
|
E_FPC_COMPONENT_NOT_INSTALLED
|
FPC_ERR(0x315)
|
0xC0040315
|
The ISA Server component is not installed.
|
|
E_FPC_BAD_IP_FORMAT
|
FPC_ERR(0x316)
|
0xC0040316
|
A valid IP address must be provided.
|
|
E_FPC_IP_FROM_MORE_THAN_TO
|
FPC_ERR(0x317)
|
0xC0040317
|
The value of Ip_From must be lower than the value of Ip_To.
|
|
E_FPC_IP_PAIR_ALREADY_EXISTS
|
FPC_ERR(0x318)
|
0xC0040318
|
The IP address range specified already exists in the list.
|
|
E_FPC_ALERT_MUST_HAVE_ACTIONS
|
FPC_ERR(0x319)
|
0xC0040319
|
The alert <AlertName> must have at least one action enabled.
|
|
E_FPC_DEFAULT_RULE_IS_READ_ONLY
|
FPC_ERR(0x31A)
|
0xC004031A
|
This property cannot be modified for the default rule.
|
|
E_FPC_PROTOCOL_IS_READ_ONLY
|
FPC_ERR(0x31B)
|
0xC004031B
|
The protocol definition cannot be removed or modified.
|
|
E_FPC_ALERT_ALREADY_DEFINED
|
FPC_ERR(0x31C)
|
0xC004031C
|
An alert with the event GUID, server name, and additional key specified already exists.
|
|
E_FPC_FAILED_TO_READ_DISK_SIZE_AND_TYPE
|
FPC_ERR(0x31D)
|
0xC004031D
|
The disk size and type properties cannot be read.
|
|
E_FPC_EVENT_IN USE
|
FPC_ERR(0x31E)
|
0xC004031E
|
The event definition <EventName> cannot be removed because it is used by the alert <AlertName>.
|
|
E_FPC_PNAT_PROTOCOL_NOT_INBOUND
|
FPC_ERR(0x31F)
|
0xC004031F
|
The protocol specified is not a server (inbound) protocol.
|
|
E_FPC_ITEM_IN_USE
|
FPC_ERR(0x320)
|
0xC0040320
|
In Standard Edition: The <ObjectType1> <ObjectName1> cannot be deleted because it is used in the <ObjectType2> <ObjectName2>.
In Enterprise Edition: The <ObjectType1> <ObjectName1> cannot be deleted because it is used in the <ObjectScope> <ObjectType2> <ObjectName2>.
|
|
E_FPC_LOW_RANGE_MORE_THAN_HIGH_RANGE
|
FPC_ERR(0x321)
|
0xC0040321
|
The lower port must be smaller than or equal to the upper port in the <ObjectType> <RangeName>.
|
|
E_FPC_PORT_OUT_OF_RANGE
|
FPC_ERR(0x322)
|
0xC0040322
|
The lower and upper ports defining a port range must be between 1 and 65535.
|
|
E_FPC_IDENTICAL_STORAGE_NAME
|
FPC_ERR(0x323)
|
0xC0040323
|
An item with an identical storage name already exists in this collection. Each item added to the collection must have a unique storage name.
|
|
E_FPC_NOT_COMMON_NETWORK_DIALUP_CONNECTION
|
FPC_ERR(0x324)
|
0xC0040324
|
The specified network dial-up connection cannot be found on the computer.
|
|
E_FPC_NOT_FULL_URL
|
FPC_ERR(0x325)
|
0xC0040325
|
The URL must start with http://.
|
|
E_FPC_NO_CREDENTIALS
|
FPC_ERR(0x326)
|
0xC0040326
|
No credentials were provided.
|
|
E_FPC_NO_DIALUP_AVAILABLE
|
FPC_ERR(0x327)
|
0xC0040327
|
Automatic dialing cannot be used. There are no dial-up connection entries configured.
|
|
E_FPC_INVALID_NETWORK_CHOSEN_FOR_AUTODIAL
|
FPC_ERR(0x328)
|
0xC0040328
|
Automatic dialing cannot be enabled for this type of network.
|
|
E_FPC_NOT_SUPPORTED_IN_STANDARD_EDITION
|
FPC_ERR(0x329)
|
0xC0040329
|
The method or property is not available in ISA Server Standard Edition.
|
|
E_FPC_BAD_LDT_DOMAIN_NAME_FORMAT
|
FPC_ERR(0x32A)
|
0xC004032A
|
The string is not a valid local domain table (LDT) domain name.
|
|
E_FPC_TCP_UDP_MISMATCH
|
FPC_ERR(0x32B)
|
0xC004032B
|
An invalid API was used for the specified protocol.
|
|
E_FPC_HTTP_CACHE_MIN_MUST_BE_LESS_THAN_MAX
|
FPC_ERR(0x32C)
|
0xC004032C
|
The minimum time for content expiration in the cache rule <RuleName> must be less than or equal to the maximum time.
|
|
E_FPC_NEED_SERVER_FOR_CREDENTIALS
|
FPC_ERR(0x32D)
|
0xC004032D
|
Credentials cannot be added when no server is available.
|
|
E_FPC_INVALID_PORT
|
FPC_ERR(0x32E)
|
0xC004032E
|
A port number between 1 and 65535 must be provided.
|
|
E_FPC_INVALID_PORT_INC_0
|
FPC_ERR(0x32F)
|
0xC004032F
|
A port number between 0 and 65535 must be provided.
|
|
E_FPC_INVALID_PERIODICAL_RUN_ARGUMENTS
|
FPC_ERR(0x330)
|
0xC0040330
|
The repetition time is longer than the specified interval.
|
|
E_FPC_INVALID_ICMP_CODE
|
FPC_ERR(0x331)
|
0xC0040331
|
An ICMP code between 0 and 255 must be provided.
|
|
E_FPC_INVALID_ICMP_TYPE
|
FPC_ERR(0x332)
|
0xC0040332
|
An ICMP type between 0 and 255 must be provided.
|
|
E_FPC_INVALID_PROTOCOL
|
FPC_ERR(0x333)
|
0xC0040333
|
A communication protocol number between 0 and 255 must be provided.
|
|
E_FPC_PREDEFINED_ITEM_IS_READ_ONLY
|
FPC_ERR(0x334)
|
0xC0040334
|
This property cannot be modified for the predefined item.
|
|
E_FPC_CAN_NOT_DELETE_PREDEFINED
|
FPC_ERR(0x335)
|
0xC0040335
|
The item cannot be deleted. It is part of the static configuration.
|
|
E_FPC_IP_RANGE_SET_NOT_ALLOWED
|
FPC_ERR(0x336)
|
0xC0040336
|
This network type cannot have an IP range set.
|
|
E_FPC_XML_PASSWORD_REQUIRED
|
FPC_ERR(0x337)
|
0xC0040337
|
A password containing at least eight characters must be specified in the EncryptionPassword parameter when the fpcExportImportPasswords flag is set.
|
|
E_FPC_XML_MISMATCH_IMPORT_OBJECT
|
FPC_ERR(0x338)
|
0xC0040338
|
The file cannot be imported. The exported file contains an object of type <ObjectType1> which cannot be imported into an object of type <ObjectType2>.
|
|
E_FPC_XML_SCHEMA_VALIDATION_FAILED
|
FPC_ERR(0x339)
|
0xC0040339
|
Schema validation failed on the exported XML document.
|
|
E_FPC_XML_NO_SERVER_AVAILABLE_FOR_EXPORT_PASSWORD
|
FPC_ERR(0x33A)
|
0xC004033A
|
There is no available ISA Server computer to decrypt the exported password. Verify that services are running on at least one ISA Server computer.
|
|
E_FPC_NO_VPN_CONNECTION_FOR_THE_NETWORK
|
FPC_ERR(0x344)
|
0xC0040344
|
The VPN properties cannot be configured for non-VPN networks.
|
|
E_FPC_CAN_NOT_CHANGE_CONNECTION_TYPE
|
FPC_ERR(0x345)
|
0xC0040345
|
The connection type cannot be set for the network specified.
|
|
E_FPC_IP_RANGE_ENTRY_INTERSECT_WITH_LOCAL_NETWORK
|
FPC_ERR(0x346)
|
0xC0040346
|
The <NetworkName> network includes IP addresses in the range <LowerLimit>–<UpperLimit>. Networks cannot contain IP address ranges that overlap another network.
|
|
E_FPC_IP_RANGE_ENTRY_INTERSECT_WITH_LIMITED_BROADCAST
|
FPC_ERR(0x347)
|
0xC0040347
|
The specified address range contains the limited broadcast IP address (255.255.255.255). Change the IP range so that it does not contain 255.255.255.255.
|
|
E_FPC_IP_RANGE_ENTRY_INTERSECT_WITH_LOCAL_VPN_CONFIG
|
FPC_ERR(0x348)
|
0xC0040348
|
The static address pool of the VPN configuration includes IP addresses in the range %1–%2. Networks cannot contain IP address ranges that overlap the static address pool of the VPN configuration. (This error is generated only in Standard Edition.)
|
|
E_FPC_INVALID_NETWORK_CONNECTION_TYPE
|
FPC_ERR(0x349)
|
0xC0040349
|
The connection type is not valid for this network type.
|
|
E_FPC_VPN_STATIC_ADDRESS_POOL_RAN_OUT_OF_ADDRESSES
|
FPC_ERR(0x34A)
|
0xC004034A
|
There are not enough IP addresses available for VPN connections. For each server, the number of IP addresses in the static address pool must be at least one greater than the sum of the maximum number of connections allowed in the VPN configuration and the number of VPN networks.
|
|
E_FPC_PREDEFINED_NETWORK_IS_READ_ONLY
|
FPC_ERR(0x34B)
|
0xC004034B
|
This property cannot be modified for a predefined network.
|
|
E_FPC_STORAGE_VER_MISMATCH
|
FPC_ERR(0x34C)
|
0xC004034C
|
The ISA Server storage version is incompatible.
|
|
E_FPC_ALERTSRV_UNKNOWN_EVENT
|
FPC_ERR(0x34E)
|
0xC004034E
|
The event signaled cannot be found.
|
|
E_FPC_ALERTSRV_BAD_EVENT_GUID
|
FPC_ERR(0x34F)
|
0xC004034F
|
The event GUID is not a valid GUID.
|
|
E_FPC_ALERTSRV_DUPLICATED_ALERT
|
FPC_ERR(0x350)
|
0xC0040350
|
An alert with the same event condition, server name, and additional key is already defined.
|
|
E_FPC_PROTOCOL_NOT_OUTBOUND
|
FPC_ERR(0x351)
|
0xC0040351
|
The specified protocol is a server (inbound) protocol. Inbound protocols can only be used in server publishing rules.
|
|
E_FPC_VIP_IS_NOT_IN_RELATED_NETWORK
|
FPC_ERR(0x352)
|
0xC0040352
|
The specified virtual IP address <virtual IP address> is not contained in the <NetworkName> network, in which the Network Load Balancing cluster resides.
|
|
E_FPC_NLB_NIC_IDENTIFIER_IS_NOT_UNIQUE
|
FPC_ERR(0x353)
|
0xC0040353
|
The specified network adapter (<AdapterName>) in the Network Load Balancing configuration of the <NetworkName1> network is already used for Network Load Balancing of the <NetworkName2> network on this server.
|
|
E_FPC_NO_ACCESS_PROPERTIES_FOR_THE_RULE
|
FPC_ERR(0x354)
|
0xC0040354
|
Access rule properties can only be configured for access rules, and not for other rules such as Web publishing and server publishing rules.
|
|
E_FPC_NO_SERVER_PUBLISHING_PROPERTIES_FOR_THE_RULE
|
FPC_ERR(0x355)
|
0xC0040355
|
Server publishing properties can be configured only for server publishing rules.
|
|
E_FPC_NO_WEB_PUBLISHING_PROPERTIES_FOR_THE_RULE
|
FPC_ERR(0x356)
|
0xC0040356
|
Web publishing properties can only be configured for Web publishing rules.
|
|
E_FPC_BAD_ITEM_NAME
|
FPC_ERR(0x357)
|
0xC0040357
|
The <ObjectType1> referenced by <ObjectType2> <ObjectName> does not exist.
|
|
E_FPC_AUTHENTICATION_SCHEME_FORWARD_ONLY
|
FPC_ERR(0x358)
|
0xC0040358
|
The authentication method selected cannot be used to authenticate Web publishing requests. Only outgoing Web requests can be authenticated using this method.
|
|
E_FPC_AUTHENTICATION_SCHEME_REVERSE_ONLY
|
FPC_ERR(0x359)
|
0xC0040359
|
The authentication method selected cannot be used to authenticate outgoing Web requests. Only Web publishing rules can use this authentication method.
|
|
E_FPC_AUTHENTICATION_DOESNT_PROVIDE_NAMESPACE
|
FPC_ERR(0x35A)
|
0xC004035A
|
The selected user namespace is not supported by an authentication method.
|
|
E_FPC_AUTHENTICATION_SCHEME_EXCLUSIVE
|
FPC_ERR(0x35B)
|
0xC004035B
|
<AuthenticationMethod> authentication cannot be used together with any other authentication method.
|
|
E_FPC_INVALID_DATE
|
FPC_ERR(0x35E)
|
0xC004035E
|
The date is invalid.
|
|
E_FPC_INVALID_DAYS_OF_WEEK
|
FPC_ERR(0x35F)
|
0xC004035F
|
At least one day of the week must be specified.
|
|
E_FPC_INVALID_DAY_OF_MONTH
|
FPC_ERR(0x360)
|
0xC0040360
|
The day of the month must be a number from 1 through 31.
|
|
E_FPC_ADD_LINK_WITHOUT_PUBLISHING
|
FPC_ERR(0x361)
|
0xC0040361
|
To add a link to a report, publishing must be enabled for the report.
|
|
E_FPC_INVALID_EMAIL_CONFIGURATION
|
FPC_ERR(0x362)
|
0xC0040362
|
To send an e-mail, specify a valid SMTP server name, From line, and To line (or Cc line).
|
|
E_FPC_INVALID_PUBLISHING_CONFIGURATION
|
FPC_ERR(0x363)
|
0xC0040363
|
When publishing a report, you must specify a valid publishing folder.
|
|
E_FPC_INVALID_CATEGORIES
|
FPC_ERR(0x364)
|
0xC0040364
|
The report must include one or more valid report categories.
|
|
E_FPC_VPN_STATIC_ADDRESS_POOL_INVALID_RANGE
|
FPC_ERR(0x365)
|
0xC0040365
|
IP address ranges in the static address pool must be between 1.0.0.0 and 223.255.255.255.
|
|
E_FPC_VPN_STATIC_ADDRESS_POOL_RANGE_TOO_SMALL
|
FPC_ERR(0x366)
|
0xC0040366
|
The IP address range is not valid. An IP address range must contain at least two IP addresses.
|
|
E_FPC_VPN_MAXIMUM_CONNECTION
|
FPC_ERR(0x367)
|
0xC0040367
|
The value specified for the maximum number of connections must be between <LowerLimit> and <UpperLimit>.
|
|
E_FPC_VPN_INVALID_IP
|
FPC_ERR(0x368)
|
0xC0040368
|
An IP address must be either 0.0.0.0 or belong to the range from 1.0.0.0 to 223.255.255.255.
|
|
E_FPC_VPN_INVALID_VALUE_IPS
|
FPC_ERR(0x369)
|
0xC0040369
|
The IP address of the primary server must be specified, or the option of using a DHCP server must be selected.
|
|
E_FPC_INVALID_SAVEASHTML_CALL
|
FPC_ERR(0x36A)
|
0xC004036A
|
Only reports that have been generated successfully can be saved in HTML format.
|
|
E_FPC_SERVER_PUBLISHING_HAS_NO_NETWORKS
|
FPC_ERR(0x36B)
|
0xC004036B
|
At least one network or network set must be specified for the server publishing rule <RuleName>.
|
|
E_FPC_VPN_NETWORK_LISTENER_LIST_EMPTY
|
FPC_ERR(0x36C)
|
0xC004036C
|
At least one network must be selected for VPN client access.
|
|
E_FPC_VPN_PROTOCOL_NOT_CHOSEN
|
FPC_ERR(0x36D)
|
0xC004036D
|
At least one protocol must be selected for VPN remote client access.
|
|
E_FPC_NO_FULL_ADMINISTRATORS_LEFT
|
FPC_ERR(0x36E)
|
0xC004036E
|
ISA Server cannot delete the specified user. An ISA Server configuration must include at least one user who is delegated the role of ISA Server Full Administrator.
|
|
E_FPC_PROTOCOL_RAW_CAN_NOT_HAVE_AN_APPLICATION_FILTER
|
FPC_ERR(0x36F)
|
0xC004036F
|
A protocol definition that has a raw or ICMP protocol cannot have an application filter associated with it.
|
|
E_FPC_PROTOCOL_ONLY_ONE_RAW_CONNECTION_ALLOWED
|
FPC_ERR(0x370)
|
0xC0040370
|
A protocol definition can have only one raw connection.
|
|
E_FPC_NO_LOCALHOST_IN_NETWORK_RULE
|
FPC_ERR(0x371)
|
0xC0040371
|
The Local Host network cannot be included in a network rule.
|
|
E_FPC_WEB_PUB_RULE_MUST_HAVE_SPECIFIC_PUBLIC_NAMES
|
FPC_ERR(0x372)
|
0xC0040372
|
The Web publishing rule <RuleName> can apply only to public names that do not include an asterisk (*). When link translation is enabled, the public name cannot include wildcard characters, and must be explicit.
|
|
E_FPC_PROTOCOL_MUST_HAVE_PRIMARY_CONNECTION
|
FPC_ERR(0x373)
|
0xC0040373
|
The protocol definition must include at least one primary connection.
|
|
E_FPC_PROTOCOL_ONLY_SAME_DIRECTION_CONNECTION_ALLOWED
|
FPC_ERR(0x374)
|
0xC0040374
|
Primary connections for the protocol definition must be configured for either outbound or inbound traffic, but not both.
|
|
E_FPC_REPORT_RUN_REQUIRES_SCHEDULER_RUNNING
|
FPC_ERR(0x375)
|
0xC0040375
|
The Microsoft ISA Server Job Scheduler service must be running to create a report.
|
|
E_FPC_WEB_PUBLISHING_RULE_NO_LISTENER
|
FPC_ERR(0x376)
|
0xC0040376
|
No Web listener is specified for the Web publishing rule <RuleName>.
|
|
E_FPC_VPN_IPSEC_PRESHARED_SECRET_NOT_SUPPORTED
|
FPC_ERR(0x377)
|
0xC0040377
|
The use of a preshared IPsec key is not supported on this version of Windows.
|
|
E_FPC_RADIUS_QUARANTINE_NOT_SUPPORTED
|
FPC_ERR(0x378)
|
0xC0040378
|
VPN quarantine based on RADIUS policies is not supported on this version of Windows.
|
|
E_FPC_BACKUP_ROUTE_MISSING_SERVER_NAME
|
FPC_ERR(0x379)
|
0xC0040379
|
A server name must be specified in the backup route in the chaining rule <RuleName>.
|
|
E_FPC_PRIMARY_ROUTE_MISSING_SERVER_NAME
|
FPC_ERR(0x37A)
|
0xC004037A
|
A server name must be specified in the primary route in the chaining rule <RuleName>.
|
|
E_FPC_WEB_BROWSER_CUSTOM_SCRIPT_MISSING
|
FPC_ERR(0x37B)
|
0xC004037B
|
The URL or file name of a custom script for configuring Firewall client Web browsers must be specified for the <NetworkName> network.
|
|
E_FPC_DIALUP_MISSING_USER_NAME
|
FPC_ERR(0x37C)
|
0xC004037C
|
No user name was specified for the automatic dialing configuration.
|
|
E_FPC_VPN_IPSEC_NETWORK_NOT_SUPPORTED
|
FPC_ERR(0x37D)
|
0xC004037D
|
Retrieval of the IPsec VPN network settings is not supported for networks that do not have an IPsec connection.
|
|
E_FPC_VPN_L2TPPPTP_NETWORK_NOT_SUPPORTED
|
FPC_ERR(0x37E)
|
0xC004037E
|
Retrieval of the L2TP/PPTP VPN network settings is not supported for networks that do not have a VPN connection.
|
|
E_FPC_VPN_INVALID_PRESHARED_SECRET
|
FPC_ERR(0x37F)
|
0xC004037F
|
A non-empty string must be specified for the preshared secret.
|
|
E_FPC_VPN_IPSEC_NETWORK_REMOTE_SERVER_INVALID
|
FPC_ERR(0x380)
|
0xC0040380
|
The name specified for the remote server is not a valid IP address.
|
|
E_FPC_VPN_IPSEC_NETWORK_LOCAL_SERVER_INVALID
|
FPC_ERR(0x381)
|
0xC0040381
|
The name specified for the local server is not a valid IP address.
|
|
E_FPC_ITEM_IN_USE_NOT_IN_COLLECTION
|
FPC_ERR(0x382)
|
0xC0040382
|
In ISA Server Standard Edition: The <ObjectType1> <ObjectName> cannot be deleted because it is used in <ObjectType2>.
In ISA Server Enterprise Edition: The <ObjectType1> <ObjectName> cannot be deleted because it is used in <Scope> <ObjectType2>.
|
|
E_FPC_ISASCHED_DOWN
|
FPC_ERR(0x383)
|
0xC0040383
|
The job cannot be started because the Microsoft ISA Server Job Scheduler service is not running. Check the status of the service.
|
|
E_FPC_VPN_S2S_AUTHENTICATION_METHOD_EMPTY
|
FPC_ERR(0x384)
|
0xC0040384
|
At least one authentication method must be selected for site-to-site VPN access.
|
|
E_FPC_WEB_PUB_RULE_NO_PUBLIC_NAMES
|
FPC_ERR(0x385)
|
0xC0040385
|
No public domain name or site name is specified for the Web publishing rule <RuleName>.
|
|
E_FPC_VPN_NET_INVALID_CERTIFICATE_AUTHORITY
|
FPC_ERR(0x386)
|
0xC0040386
|
The certification authority name must contain between <LowerLimit> and <UpperLimit> characters.
|
|
E_FPC_VPN_NET_INVALID_PRESHARED_KEY
|
FPC_ERR(0x387)
|
0xC0040387
|
The preshared key must contain between <LowerLimit> and <UpperLimit> characters.
|
|
E_FPC_SERVER_NOT_JOINED_TO_DOMAIN
|
FPC_ERR(0x388)
|
0xC0040388
|
The server is not joined to the domain.
|
|
E_FPC_DENY_SRV_PUB_NOT_ALLOWED
|
FPC_ERR(0x389)
|
0xC0040389
|
Server publishing rules cannot be configured as "deny" rules. By design, server publishing rules allow access to specified servers for which access is denied by default.
|
|
E_FPC_VPN_NET_CONFLICTING_AUTH_PROTOCOLS
|
FPC_ERR(0x38A)
|
0xC004038A
|
For VPN site-to-site authentication, you can specify EAP authentication, or any combination of the alternative authentication protocols (PAP, SPAP, CHAP, MS-CHAP, MS-CHAP v2). EAP cannot be enabled together with any other authentication protocol.
|
|
E_FPC_ISASTG_SERVICE_UNAVAILABLE
|
FPC_ERR(0x38B)
|
0xC004038B
|
The Microsoft ISA Server Storage service is unavailable.
|
|
E_NO_SITE_OR_DOMAIN_DEFINED
|
FPC_ERR(0x38C)
|
0xC004038C
|
The URL specified does not contain a domain or site name. If you want to specify a folder, the folder prefix "/" must come after the domain name.
|
|
E_PORT_NUMBER_IN_WEB_SITE_NAME
|
FPC_ERR(0x38D)
|
0xC004038D
|
The Web server name cannot contain a port number. The port numbers to be used for redirecting requests to this Web server can be specified in the HTTPRedirectPort and SSLRedirectPort properties for the rule.
|
|
E_DISCONNECT_CONTAINING_ARRAY
|
FPC_ERR(0x38E)
|
0xC004038E
|
The server cannot be disconnected from the containing array.
|
|
E_FPC_MSDE_NOT_INSTALLED
|
FPC_ERR(0x38F)
|
0xC004038F
|
The MSDE feature is currently not installed. To install MSDE, in the Add/Remove Programs, select Microsoft ISA Server 2006 and click Change. Then, in the Microsoft ISA Server 2006 Installation Wizard, use the Modify option to add MSDE to the installation.
|
|
E_FPC_LISTENER_WITH_SAME_IP_AND_PORT_IN_USE
|
FPC_ERR(0x390)
|
0xC0040390
|
A Web listener configured to listen on the same IP address and port is already being used by the rule <RuleName>.
|
|
E_FPC_2_LISTENERS_WITH_SAME_IP_AND_PORT_IN_USE
|
FPC_ERR(0x391)
|
0xC0040391
|
The Web listeners used in the rule <RuleName1> and in the rule <RuleName2> specify identical IP addresses and ports. Web listener IP addresses and ports used by different rules cannot overlap.
|
|
E_FPC_INVALID_PUBLISHING_CREDENTIALS_CONFIGURATION
|
FPC_ERR(0x392)
|
0xC0040392
|
The user account does not have the required permissions to publish the report.
|
|
E_FPC_UPLOAD_NEW_CONFIGURATION
|
FPC_ERR(0x393)
|
0xC0040393
|
Some configuration changes were not applied. For more details, see Windows Event Viewer.
|
|
E_FPC_INVALID_LOG_DIRECTORY_AND_TYPE
|
FPC_ERR(0x394)
|
0xC0040394
|
The full path option is selected for the log file path, but the log directory is specified by an empty string.
|
|
E_FPC_PROTOCOL_NOT_SERVER_PROTOCOL
|
FPC_ERR(0x395)
|
0xC0040395
|
The specified protocol is not an inbound (server) protocol and cannot be used in the server publishing rule <RuleName>.
|
|
E_FPC_SSL_MUST_HAVE_CERTIFICATE
|
FPC_ERR(0x396)
|
0xC0040396
|
When SSL) is enabled and an SSL port specified, you must specify a certificate for SSL authentication.
|
|
E_FPC_CORRUPTED_ITEM_OBJECT_ATTRIBUTE
|
FPC_ERR(0x397)
|
0xC0040397
|
Attribute <AttributeName> of object type <ObjectType> is corrupted. You should delete the object owner <OwnerName> of type <Type>, fix the corrupted attribute, or import a valid configuration.
|
|
E_FPC_CORRUPTED_OBJECT_ATTRIBUTE
|
FPC_ERR(0x398)
|
0xC0040398
|
Attribute <AttributeName> of object type <ObjectType> is corrupted. You should delete the object, fix the corrupted attribute, or import a valid configuration.
|
|
E_FPC_XML_VERSION_MISMATCH
|
FPC_ERR(0x399)
|
0xC0040399
|
The XML file cannot be imported to this version of ISA Server. Install the latest version of ISA Server, including hot fixes and patches, and then try importing the XML file again.
|
|
E_FPC_CANNOT_IMPORT_SYSTEM_POLICY_RULE
|
FPC_ERR(0x39A)
|
0xC004039A
|
System policy rules cannot be imported individually.
|
|
E_FPC_CANNOT_SAVE_CACHEDRIVE_WHEN_ISACTRL_SERVICE_DOWN
|
FPC_ERR(0x39C)
|
0xC004039C
|
The ISA Server Control service is currently stopped. As a result, the changes made to the configuration cannot be saved. To save the changes, you must either start the ISA Server Control service, or disable the changed cache drive setting by resetting it back to 0.
|
|
E_FPC_NOT_SUPPORTED_IN_ARRAY_SCOPE
|
FPC_ERR(0x39D)
|
0xC004039D
|
In ISA Server Enterprise Edition, the property or method <Name> is not supported in array scope.
|
|
E_FPC_NOT_SUPPORTED_IN_ENTERPRISE_SCOPE
|
FPC_ERR(0x39E)
|
0xC004039E
|
In ISA Server Enterprise Edition, the property or method <Name> is not supported in enterprise scope.
|
|
E_FPC_NOT_SUPPORTED_IN_SE_MODE
|
FPC_ERR(0x39F)
|
0xC004039F
|
the property or method <Name> is not supported.
|
|
E_FPC_NOT_SUPPORTED_IN_EE_CENTRAL_MODE
|
FPC_ERR(0x3A0)
|
0xC00403A0
|
In ISA Server Enterprise Edition, the property or method <Name> is not supported when a Configuration Storage server is used.
|
|
E_FPC_NOT_SUPPORTED_IN_EE_LOCAL_MODE
|
FPC_ERR(0x3A1)
|
0xC00403A1
|
The property or method <Name> is not supported when the configuration is stored only on the local computer.
|
|
E_FPC_ENTERPRISE_ITEM_CANNOT_REFERENCE_ARRAY_ITEM
|
FPC_ERR(0x3A2)
|
0xC00403A2
|
In ISA Server Enterprise Edition, an enterprise item cannot reference an array-level item.
|
|
E_FPC_XML_IMPORT_ARRAY_OR_POLICY_NOT_IN_XML
|
FPC_ERR(0x3A3)
|
0xC00403A3
|
The exported enterprise XML file does not include data for the importing object. The file cannot be imported into this object.
|
|
E_FPC_XML_IMPORT_FROM_NON_VALID_XML
|
FPC_ERR(0x3A4)
|
0xC00403A4
|
The XML file cannot be imported into this object. Verify that the exported file is valid and that it contains an appropriate object type.
|
|
E_FPC_XML_IMPORT_CROSS_SCOPE
|
FPC_ERR(0x3A5)
|
0xC00403A5
|
The file cannot be imported. The file contains a <Scope1> <ObjectType1>, which cannot be imported into a <Scope2> <ObjectType2>.
|
|
E_FPC_NOT_CONNECTED_TO_ENTERPRISE
|
FPC_ERR(0x3A6)
|
0xC00403A6
|
In ISA Server Enterprise Edition, the property or method <Name> is not supported when the ISA Server computer is not connected to a Configuration Storage server.
|
|
E_FPC_CARP_IS_NOT_SUPPORTED_IN_WEB_PUBLISHING
|
FPC_ERR(0x3A7)
|
0xC00403A7
|
In ISA Server Enterprise Edition, CARP is not supported in a Web publishing scenario.
|
|
E_FPC_PUBLISHING_RULES_NOT_SUPPORTED_IN_ENTERPRISE_POLICY
|
FPC_ERR(0x3A9)
|
0xC00403A9
|
In ISA Server Enterprise Edition, the publishing rules are not supported in an enterprise policy.
|
|
E_FPC_ALLOW_POLICY_RULES_IN_ARRAY_POLICY_BLOCKED
|
FPC_ERR(0x3AA)
|
0xC00403AA
|
In ISA Server Enterprise Edition, the access rules that allow traffic cannot be added to the array's Firewall policy.
|
|
E_FPC_DENY_POLICY_RULES_IN_ARRAY_POLICY_BLOCKED
|
FPC_ERR(0x3AB)
|
0xC00403AB
|
In ISA Server Enterprise Edition, the access rules that deny traffic cannot be added to the array's Firewall policy.
|
|
E_FPC_PUBLISHING_POLICY_RULES_IN_ARRAY_POLICY_BLOCKED
|
FPC_ERR(0x3AC)
|
0xC00403AC
|
In ISA Server Enterprise Edition, server publishing rules or Web publishing rules cannot be added to the array's Firewall policy.
|
|
E_FPC_POLICY_RULES_EXISTS_IN_ARRAY_POLICY
|
FPC_ERR(0x3AD)
|
0xC00403AD
|
In ISA Server Enterprise Edition, the array policy placeholder cannot be disabled because the array <Name> contains policy rules.
|
|
E_FPC_DENY_POLICY_RULES_EXISTS_IN_ARRAY_POLICY
|
FPC_ERR(0x3AE)
|
0xC00403AE
|
In ISA Server Enterprise Edition, deny rules cannot be blocked for this array because at least one access rule that denies traffic is already defined for this array.
|
|
E_FPC_ALLOW_POLICY_RULES_EXISTS_IN_ARRAY_POLICY
|
FPC_ERR(0x3AF)
|
0xC00403AF
|
In ISA Server Enterprise Edition, allow rules cannot be blocked for this array because at least one access rule that allows traffic is already defined for this array.
|
|
E_FPC_PUBLISHING_POLICY_RULES_EXISTS_IN_ARRAY_POLICY
|
FPC_ERR(0x3B0)
|
0xC00403B0
|
In ISA Server Enterprise Edition, publishing rules cannot be blocked for this array because at least one publishing rule is already defined for this array.
|
|
E_FPC_NOT_SUPPORTED_FOR_ARRAY_POLICY_PLACE_HOLDER
|
FPC_ERR(0x3B1)
|
0xC00403B1
|
In ISA Server Enterprise Edition, the property or method is not supported for an array policy placeholder rule.
|
|
E_FPC_ENTERPRISE_NETWORK_ALREADY_INCLUDED
|
FPC_ERR(0x3B4)
|
0xC00403B4
|
In ISA Server Enterprise Edition, the selected enterprise network <EnterpriseNetworkName> is already included in the array network <ArrayNetworkName>. An enterprise network cannot be included in more than one array network.
|
|
E_FPC_ENTERPRISE_NETWORK_INCLUDED_IN_TWO_NETWORKS
|
FPC_ERR(0x3B5)
|
0xC00403B5
|
In ISA Server Enterprise Edition, the <EnterpriseNetworkName> enterprise network is currently included in both the <ArrayNetworkName1> and <ArrayNetworkName2> array networks. An enterprise network cannot be included in more than one array network.
|
|
E_FPC_SE_MIGRATE_ONLY_SUPPORTED_FOR_ARRAY
|
FPC_ERR(0x3B6)
|
0xC00403B6
|
In ISA Server Enterprise Edition, the file being imported can only be imported to an array node.
|
|
E_FPC_SE_MIGRATE_ONLY_SUPPORTED_ONE_SERVER
|
FPC_ERR(0x3B7)
|
0xC00403B7
|
In ISA Server Enterprise Edition, the file being imported can only be imported into an array that has one server.
|
|
E_FPC_SE_MIGRATE_ONLY_SUPPORTED_MERGE
|
FPC_ERR(0x3B8)
|
0xC00403B8
|
In ISA Server Enterprise Edition, the selected file cannot be used to restore the configuration. It can only be used for importing.
|
|
E_FPC_NLB_NETWORK_TYPE_MUST_BE_ADAPTER
|
FPC_ERR(0x3B9)
|
0xC00403B9
|
In ISA Server Enterprise Edition, Network Load Balancing can be enabled on a network only if the connection to the network is configured to be through a network adapter.
|
|
E_FPC_CANNOT_REMOVE_LAST_SERVER_FROM_ARRAY
|
FPC_ERR(0x3BA)
|
0xC00403BA
|
In ISA Server Enterprise Edition, removing a server from an array with a single server is not allowed. Either uninstall the server or delete the entire array.
|
|
E_FPC_ENT_NETWORK_IN_ARRAY_NETWORK_SET_NOT_ALLOWED
|
FPC_ERR(0x3BB)
|
0xC00403BB
|
In ISA Server Enterprise Edition, array network sets cannot include enterprise networks.
|
|
E_FPC_ENT_NETWORK_SET_IN_LISTENER_NOT_ALLOWED
|
FPC_ERR(0x3BC)
|
0xC00403BC
|
In ISA Server Enterprise Edition, a publishing rule cannot listen on an enterprise network set.
|
|
E_FPC_NO_NLB_CLUSTER_CONFIG_FOR_THE_NETWORK
|
FPC_ERR(0x3BD)
|
0xC00403BD
|
In ISA Server Enterprise Edition, the Network Load Balancing cluster properties can be configured only for networks whose connection type specifies a connection through a network adapter.
|
|
E_FPC_INVALID_NLB_CLUSTER_MASK
|
FPC_ERR(0x3BE)
|
0xC00403BE
|
In ISA Server Enterprise Edition, the Network Load Balancing cluster IP mask must not be 255.255.255.255.
|
|
E_FPC_PARENT_ARRAY_NOT_CONTAINING_ARRAY
|
FPC_ERR(0x3BF)
|
0xC00403BF
|
In ISA Server Enterprise Edition, application and Web filters can only be added to and removed from an array in which this server is located.
|
|
E_FPC_INVALID_CONFIGURATION
|
FPC_ERR(0x3C0)
|
0xC00403C0
|
In ISA Server Enterprise Edition, the storage configuration agent was unable to upload the configuration to the service.
|
|
E_FPC_STORAGE_SERVER_INACCESSIBLE
|
FPC_ERR(0x3C1)
|
0xC00403C1
|
In ISA Server Enterprise Edition, the storage configuration agent was unable to access the Configuration Storage server.
|
|
E_FPC_ITEM_IN_USE_NOT_IN_ARRAY_COLLECTION
|
FPC_ERR(0x3C2)
|
0xC00403C2
|
In ISA Server Enterprise Edition, the <ObjectType1> <ObjectName> cannot be deleted because it is used in a <ObjectType2> of the <ArrayName> array.
|
|
E_FPC_ITEM_IN_USE_NOT_IN_POLICY_COLLECTION
|
FPC_ERR(0x3C3)
|
0xC00403C3
|
In ISA Server Enterprise Edition, the <ObjectType1> <ObjectName> cannot be deleted because it is used in a <ObjectType2> of the enterprise policy <PolicyName>.
|
|
E_FPC_ITEM_IN_USE_IN_ARRAY
|
FPC_ERR(0x3C4)
|
0xC00403C4
|
In ISA Server Enterprise Edition, the <ObjectType1> <ObjectName1> cannot be deleted because it is used in the <ObjectType2> <ObjectName2> of the <ArrayName> array.
|
|
E_FPC_ITEM_IN_USE_IN_POLICY
|
FPC_ERR(0x3C5)
|
0xC00403C5
|
In ISA Server Enterprise Edition, the <ObjectType1> <ObjectName1> cannot be deleted because it is used in the <ObjectType2> <ObjectName2> of the enterprise policy <PolicyName>.
|
|
E_FPC_VPN_S2S_NO_ASSIGNED_SERVER
|
FPC_ERR(0x3C6)
|
0xC00403C6
|
In ISA Server Enterprise Edition, the ISA Server computer specified as the connection owner is not configured for VPN site-to-site network <NetworkName>.
|
|
E_FPC_IP_RANGE_ENTRY_INTERSECT_WITH_STATIC_POOL
|
FPC_ERR(0x3C7)
|
0xC00403C7
|
In ISA Server Enterprise Edition, the VPN configuration static address pool for the server <ServerName> already includes IP addresses in the range <LowerLimit>–<UpperLimit>. New IP ranges cannot overlap existing ranges in the current static address pool.
|
|
E_FPC_NO_ENTERPRISE_NETWORK_IN_PREDEFINED_ARRAY_NETWORK
|
FPC_ERR(0x3C8)
|
0xC00403C8
|
In ISA Server Enterprise Edition, a predefined array network cannot include an enterprise network.
|
|
E_FPC_NO_PREDEFINED_ENTERPRISE_NETWORK_IN_ARRAY_NETWORK
|
FPC_ERR(0x3C9)
|
0xC00403C9
|
In ISA Server Enterprise Edition, an array network cannot include a predefined enterprise network.
|
|
E_FPC_DEPRECATED
|
FPC_ERR(0x3CA)
|
0xC00403CA
|
In ISA Server Enterprise Edition, the property or method <Name> is deprecated and should not be used.
|
|
E_FPC_DHCP_NOT_SUPPORTED_ON_MULTI_SERVER_ARRAYS
|
FPC_ERR(0x3CB)
|
0xC00403CB
|
In ISA Server Enterprise Edition, DHCP cannot be used to assign IP addresses to VPN clients or remote endpoint servers on multiple-server arrays.
|
|
E_FPC_XML_MISMATCH_IMPORT_OBJECT_UPGRADE_ARRAY
|
FPC_ERR(0x3CC)
|
0xC00403CC
|
In ISA Server Enterprise Edition, the file cannot be imported. It is an upgrade file of a server and therefore can only be imported into an array object.
|
|
E_FPC_XML_MISMATCH_IMPORT_OBJECT_UPGRADE_ROOT
|
FPC_ERR(0x3CD)
|
0xC00403CD
|
In ISA Server Enterprise Edition, the file cannot be imported. It is an upgrade file of an enterprise and therefore can only be imported into a root (enterprise) object.
|
|
S_FPC_LOGGING_RESUMED
|
FPC_WRN(0x3CE)
|
0x800403CE
|
In ISA Server Enterprise Edition, logging has been resumed following a previous failure.
|
|
E_FPC_DEST_NOT_IP_MASK
|
FPC_ERR(0x3CF)
|
0xC00403CF
|
In ISA Server Enterprise Edition, the lIP mask specified for the object is invalid.
|
|
S_FPC_TIME_SKEW
|
FPC_WRN(0x3D0)
|
0x800403D0
|
In ISA Server Enterprise Edition, the time setting of at least one server in the array is not synchronized with the rest of the array. As a result, the records of some servers may be delayed. Synchronizing the time settings for array members will resolve this problem.
|
|
E_FPC_IMPORT_ONLY_SUPPORTED_FOR_ROOT
|
FPC_ERR(0x3D1)
|
0xC00403D1
|
The file that you are importing is from an older build of ISA Server. Importing such files is only supported if the file was exported from the root node and can only be imported to the root node.
|
|
E_FPC_INVALID_SPOOF_DETECTION_MODE
|
FPC_ERR(0x3D2)
|
0xC00403D2
|
The spoof detection mode is not valid for this network.
|
|
E_FPC_CAN_NOT_CHANGE_SPOOF_DETECTION_MODE
|
FPC_ERR(0x3D3)
|
0xC00403D3
|
The spoof detection mode cannot be modified for this network.
|
|
E_FPC_ARRAY_STORAGE_SERVER_INACCESSIBLE
|
FPC_ERR(0x3D5)
|
0xC00403D5
|
In ISA Server Enterprise Edition, ISA Server Management was unable to access the Configuration Storage server to which the array members are connected.
|
|
E_FPC_REPLICATION_ERROR
|
FPC_ERR(0x3D6)
|
0xC00403D6
|
In ISA Server Enterprise Edition, a replication error occurred between the Configuration Storage server to which ISA Server Management is connected and the Configuration Storage server to which the array members are connected.
|
|
E_FPC_IP_IS_NOT_SUPPORTED_AS_CONFIGURATION_STORAGE_NAME
|
FPC_ERR(0x3D7)
|
0xC00403D7
|
In ISA Server Enterprise Edition, using an IP address for specifying the Configuration Storage server is not supported. Use the fully qualified domain name (FQDN) instead.
|
|
E_FPC_MACHINE_ACCOUNT_COULD_NOT_BE_RESOLVED
|
FPC_ERR(0x3D8)
|
0xC00403D8
|
In ISA Server Enterprise Edition, the Server service on the Configuration Storage server could not be accessed. This service is required for saving restored server data. Verify that the service is running. Alternatively, restore the configuration on the Configuration Storage server locally.
|
|
E_FPC_INVALID_PARAMETER_FOR_SE
|
FPC_ERR(0x3D9)
|
0xC00403D9
|
In ISA Server Standard Edition, the value specified for the parameter <ParameterName> is not valid.
|
|
E_FPC_WEB_PUBLISHING_RULE_NO_SERVERFARM
|
FPC_ERR(0x3DA)
|
0xC00403DA
|
No server farm is specified for the Web publishing rule <RuleName>.
|
|
E_FPC_SERVERFARM_NO_SERVERS
|
FPC_ERR(0x3DB)
|
0xC00403DB
|
No published servers are specified for the server farm <ServerFarmName>.
|
|
E_FPC_XML_ISA2000_UPGRADE_NOT_SUPPORTED
|
FPC_ERR(0x3DC)
|
0xC00403DC
|
The configuration could not be imported. Importing an ISA Server 2000 configuration into ISA Server 2006 is not supported.
|
|
E_FPC_FBA_NOT_SUPPORTED_IN_FORWARD_PROXY
|
FPC_ERR(0x3DD)
|
0xC00403DD
|
The property or method is not supported for the Web listener properties of a network.
|
|
E_FPC_ONLY_ONE_CODE_PAGE_SUPPORTED
|
FPC_ERR(0x3DE)
|
0xC00403DE
|
An attempt was made to specify more than one code page in a Web publishing rule.
|
|
E_FPC_CODE_PAGE_NOT_NUMERIC
|
FPC_ERR(0x3DF)
|
0xC00403DF
|
The string supplied to specify the code page does not represent a numeric value.
|
|
E_FPC_URL_WITHOUT_PROTOCOL
|
FPC_ERR(0x3E0)
|
0xC00403E0
|
An attempt was made to specify a URL without a protocol in a link translation mapping.
|
|
E_FPC_URL_TOO_LONG
|
FPC_ERR(0x3E1)
|
0xC00403E1
|
An attempt was made to specify a URL that is longer than 2,057 bytes in a link translation mapping.
|
|
E_FPC_EMPTY_PATH_MAPPINGS
|
FPC_ERR(0x3E2)
|
0xC00403E2
|
No path mappings are defined in the path mappings collection for the Web publishing rule.
|
|
E_LINK_TRANSLATIONS_NOT_APPLIED_YET
|
FPC_ERR(0x3E3)
|
0xC00403E3
|
The configuration stored on the ISA Server computer does not yet contain the link translation configuration for the specified rule.
|
|
E_ANY_PUBLIC_NAME_SELECTED
|
FPC_ERR(0x3E4)
|
0xC00403E4
|
A link translation dictionary cannot be generated for a rule that applies to any public name.
|
|
E_FPC_CODE_PAGE_NOT_SUPPORTED
|
FPC_ERR(0x3E5)
|
0xC00403E5
|
Link translation does not support the specified code page.
|
|
E_FPC_DEPRECATED_CONFIG_GROUP
|
FPC_ERR(0x3E6)
|
0xC00403E6
|
The configuration group of system policy rules specified is no longer supported.
|
|
E_DOMAIN_NAME_CONTAINS_PORT_NUMBER
|
FPC_ERR(0x3E7)
|
0xC00403E7
|
A port number is appended to the domain name specified.
|
|
E_FPC_ADD_VENDOR_SYSTEM_POLICY_RULE_NOT_IN_VENDOR_MODE
|
FPC_ERR(0x3E8)
|
0xC00403E8
|
An attempt was made to add a new vendor system policy rule when the the administration COM object hierarchy is not in vendor mode.
|
|
E_FPC_REMOVE_VENDOR_SYSTEM_POLICY_RULE_NOT_IN_VENDOR_MODE
|
FPC_ERR(0x3E9)
|
0xC00403E9
|
An attempt was made to remove a vendor system policy rule when the administration COM object hierarchy is not in vendor mode.
|
|
E_FPC_SERVICE_INACCESSIBLE
|
FPC_ERR(0x3EC)
|
0xC00403EC
|
The Microsoft ISA Server Control service could not be accessed.
|
|
E_FPC_INCOMPATIBLE_AUTHENTICATION_AND_DELEGATION_SCHEMES
|
FPC_ERR(0x3ED)
|
0xC00403ED
|
The authentication settings of the Web listener used in the rule %1 are not compatible with the type of credentials delegation configured for this rule.
|
|
E_FPC_MAIL_LOG_NOT_SUPPORTED
|
FPC_ERR(0x3EE)
|
0xC00403EE
|
SMTP Message Screener logging is no longer supported in this version of ISA Server.
|
|
E_FPC_URL_NOT_TRANSLATABLE_TO_ACP
|
FPC_ERR(0x3EF)
|
0xC00403EF
|
The URL for redirecting links to unpublished sites contains one or more non-ANSI characters.
|
|
E_FPC_HTTPS_REDIRECT_REQUIRES_SSL
|
FPC_ERR(0x3F0)
|
0xC00403F0
|
HTTP requests cannot be redirected as HTTPS requests if no SSL port is configured or if there is an SSL accelerator in front of the ISA Server computer.
|
|
E_FPC_SSL_CLIENT_CERTIFICATE_RESTRICTION_ALLOWS_ANY_CERTIFICATE
|
FPC_ERR(0x3F1)
|
0xC00403F1
|
An SSL client certificate restriction allows any certificate.
|
|
E_FPC_SSL_CLIENT_CERTIFICATE_RESTRICTION_ON_VALUE_OF_EHNANCED_KEY_USAGE
|
FPC_ERR(0x3F2)
|
0xC00403F2
|
An SSL client certificate restriction requires the Enhanced Key Usage field to have a value containing a specified string.
|
|
E_FPC_CLIENT_CERT_TRUST_LIST_NOT_SUPPORTED_IN_FORWARD_PROXY
|
FPC_ERR(0x3F3)
|
0xC00403F3
|
An SSL client certificate trust list cannot be defined for the Web listener for outgoing requests from a network.
|
|
E_FPC_CERT_RESTRICTIONS_NOT_SUPPORTED_IN_FORWARD_PROXY
|
FPC_ERR(0x3F4)
|
0xC00403F4
|
SSL client certificate restrictions cannot be defined for the Web listener for outgoing requests from a network.
|
|
E_FPC_NLB_VIPS_MUST_BELONG_TO_SAME_SUBNET
|
FPC_ERR(0x3F5)
|
0xC00403F5
|
One or more of the additional virtual IP addresses added to the Network Load Balancing cluster do not belong to the same subnet as the first virtual IP address.
|
|
E_FPC_VPN_REMOTE_SITE_DIPS_NOT_SUPPORTED
|
FPC_ERR(0x3F6)
|
0xC00403F6
|
The set of dedicated IP address ranges for remote VPN servers cannot be retrieved for networks that are not linked by VPN connections with the L2TP or PPTP protocol.
|
|
E_FPC_INCOMPATIBLE_ARRAY_VERSION
|
FPC_ERR(0x3F7)
|
0xC00403F7
|
The array could not be created on this Configuration Storage server because the stored configuration only allows adding arrays from newer versions of the product.
|
|
E_FPC_CURRENT_MGMT_NOT_ALLOWED
|
FPC_ERR(0x3F8)
|
0xC00403F8
|
The enterprise configuration is from a newer version of ISA Server than the installed version of ISA Server Management. You cannot manage this enterprise using this version of ISA Server Management. To manage the enterprise, you must use a newer version of ISA Server Management.
|
|
E_FPC_NO_ADAPTERS_INFORMATION_EXIST
|
FPC_ERR(0x3F9)
|
0xC00403F9
|
Network adapter details for the server <ServerName> are currently unavailable. Verify that network adapters for this server are connected.
|
|
E_FPC_PUBLIC_NAME_INVALID_FOR_SSO
|
FPC_ERR(0x3FA)
|
0xC00403FA
|
The server public name <ServerName> used in the rule <RuleName> contains one or more illegal characters.
|
|
E_FPC_SERVICE_NOT_SUPPORTED_BY_USER_SET
|
FPC_ERR(0x3FB)
|
0xC00403FB
|
A required service is not supported by one or more of the authentication schemes used by the user set.
|
|
E_FPC_PRIMARY_VIP_CHANGED
|
FPC_ERR(0x3FC)
|
0xC00403FC
|
The primary virtual IP address for the <NetworkName> network cannot be changed because additional virtual IP addresses are configured for this network.
|
|
E_FPC_WEB_PUB_RULE_SSL_REQUIRE_SECURE_CHANNEL_DEPRECATED_VALUES
|
FPC_ERR(0x3FD)
|
0xC00403FD
|
The enumeration values fpcSSLRequireSecureChannel and fpcSSLRequireBoth for the SSLRequireSecureChannel property of a Web publishing rule are deprecated.
|