Jump to: navigation, search

Changes


ProxyManager

1,213 bytes added, 08:04, 3 April 2014
</source>
 
 
'''ProxyUpdateErrorCode'''
 
The ProxyUpdateErrorCode property on the ProxyUpdateInformation and ProxyExportInformation provides extended information in case of a not successfull update (export / import). This will help the admin to find inconsistencies in the data. (revision 4 and higher)
 
{| class="wikitable" | width = "50%"
|-
! Error Value!! ErrorName !! Description
|-
| 0|| NoError || Operation was successfull
|-
| 1|| UnknownProxyType || The Proxy or its MetaProxy is not configured correctly (e.g. not using the right Metaclass)
|-
| 2|| NotQueued || The Proxy was not in the correct status (workflow) for the operation
|-
| 3|| TargetInstanceCreationFailed || Creation of a new Targetinstance was not successfull
|-
| 4|| SyncProxyAndTargetDataFailed || An error occured during the update of the data on the target proxy (e.g. wrong data type, etc.)
|-
| 5|| SyncProxyAndTargetReferencesFailed || An error occured during the update of the references of the proxy
|-
| 6|| UnknownTargetType || The TargetType is not configured correctly (e.g. wront Target Meta Class)
|-
| 7|| NoTargetInstanceAvailable || The target object for an proxy is not available any more (only for export)
|-
|}
 
1,579
edits