The URL that needs to be provided to the IBM Content Integrator API in order for it to locate the Configuration Server, for example, rmi://<hostname>:1250/<ConfigurationServerName>.

For highly available environments, enter the URL as follows: rmi://<node1Name>:<node1Port>/<ConfigurationServerName>, <node2Name>:<node2Port>/<ConfigurationServerName>.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IICEConfigurationServerURL As String
C#
string IICEConfigurationServerURL { get; set; }
Visual C++
property String^ IICEConfigurationServerURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_iiceConfigurationServerURL();
function set_iiceConfigurationServerURL(value);

ToggleRemarks

ToggleSee Also