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>.
Namespace:
FileNet.Api.AdminFor highly available environments, enter the URL as follows: rmi://<node1Name>:<node1Port>/<ConfigurationServerName>, <node2Name>:<node2Port>/<ConfigurationServerName>.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ