class ArwaConfiguration

ManagedElement
+-SystemFunctions
+-Lm
+-ArwaConfiguration

Enables configuration of the Arwa server connection properties.

Actions
boolean
connectToArwa ( );
connectToArwa will provide the action id result if the invocation is successful.

Note: This action is only supported in LM deployments with an intermittent connection to Arwa.
boolean
installCustomerMetadataFile ( string uri , EcimPasswordString password );
Initiates the installation of the Client Metadata file defined by the URI given as parameter.

eg.
installClientMetadataFile /tmp/clientMetaData.xml

Return value is true in case the initiation succeeded, false otherwise.

Parameters

Name: uri
Description: The URI of the metadata file that is to be installed.

The URI refers to a local (e.g., file:///data/dir/subdir/customerMetadata) file

The generic URI syntax is defined by RFC 2396.



Name: password
Description: Password to access the referenced file.

If authentication is not password based, this parameter will be ignored.

This parameter is reserved for future use.


Attributes
string
key
noNotification
restricted
arwaConfigurationId = 1
Holds the name used when identifying the MO.
string[0..1]
readOnly
customerName
Name of the current customer (eg. Customer1)
DateTime[0..1]
readOnly
licenseServerLastSuccessfulConnectTime
Last time of successful connection.

i.e. “Fri, Dec 19, 2014 12:41:39 PM”

Note: This attribute is only applicable to LM deployments with an intermittent connection to Arwa.
DateTime[0..1]
readOnly
licenseServerPlannedConnectEvent
Next Schedule for a planned connection to the Arwa server.
NULL if it is PERMANENT connection.

Note: This attribute is only applicable to LM deployments with an intermittent connection to Arwa.
AsyncActionProgress[0..1]
readOnly
reportProgress
Reports if the Arwa connection was successful or not.

  class ArwaConfiguration