3.2.5.210.2.1.2 GetLobSystemInstanceProperty

Return Type: CSOM String

Gets the value of the specified property for the given external system instance.

Parameters:

lobSystemName: The name of the external line-of-business (LOB) system under which the external system instance is defined.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty.

lobSystemInstanceName: The name of the external line-of-business (LOB) system instance.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty.

propertyName: The name of the property whose value is retrieved.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty. The allowed properties whose value can be read are WcfEndpointAddress, ODataServiceUrl, RdbConnection Data Source and ODataConnectionSettingsId. These properties are described in [MS-BDCMFFS] section 2.1.3.24.

Exceptions:

Error Code

Error Type Name

Condition

-2147024809

System.ArgumentException

Either the line-of-business (LOB) system or line-of-business (LOB) system instance does not exist in the Business Data Connectivity (BDC) MetadataCatalog file.

-2147467261

System.ArgumentNullException

At least one of the parameters is null.

-1

System.InvalidOperationException

Tried to read a property that is not in the list of properties whose value can be read.

-2147024894

System.IO.FileNotFoundException

BDC MetadataCatalog file not found.