Software Content Management > Packages > Package Dependencies > Error Messages for the Version or Property Dependency
Error Messages for the Version or Property Dependency
The following sections list error messages that may appear for an asset with version or property dependencies on the View Assets for Deployment page. For more information, see View Assets for Deployment.
For version dependencies:
Scenario
Error Message
You create a version dependency for a package with the operator >, but there is no package installed.
Version dependency check failed for package "TestPackage123". Dependency value is expected to be > [1.0.0.0].
For property dependencies:
Scenario
Error Message
You create a dependency with the property XYZ, but the property XYZ does not exist on the Thing.
Property Dependency check failed for property "ModelProperty". Property does not exist.
You create a dependency with a string property and the operator <.
Property dependency check failed for property "ModelProperty". Operator < cannot be applied on property of type STRING.
The value on the Thing and the value in the dependency do not satisfy the operator <.
The condition checks that the value on the Thing is smaller than the value in the dependency, and that condition is not fulfilled.
For example, the dependency value is expected to be < 2.0, but the Thing value is 3.0.
Property dependency check failed for property "My_InMemory_Number".
The value type in the dependency and on the Thing are different.
Property dependency check failed for property "ModelProperty". Value [STRING] is incompatible with asset property type NUMBER.
Common Errors in Instruction-Based Packages
For instruction-based packages, if the property is remote or empty, it is evaluated on the Axeda agent. A list of possible errors with their descriptions is shown in the table below.
The format of an error is Error received: <description>[<error code>].
For example: Error received: Data item not found [ec =5].
If there is no description, the error is displayed like this: Error received: Unrecognized error received [<error code>]
Error Code
Description
ec = -2
The error code returned by the agent is unknown
ec = -1
No error
ec = 0
Failed
ec = 1
Version
ec = 2
Bad XML format
ec = 3
Unknown SOAP method
ec = 4
Unsupported function
ec = 5
Data item not found
ec = 6
Registry name not found
ec = 7
Registry file read error
ec = 8
Invalid dependency expression
ec = 9
No files found
ec = 10
Some files not found
ec = 11
Downloaded file could not be executed
ec = 12
Archive error
ec = 13
Read error
ec = 14
HTTP status error
ec = 15
Checksum error
ec = 16
Connection failure
ec = 17
Socks failure
ec = 18
HTTP failure
ec = 19
SSL failure
ec = 20
Agent shutdown
ec = 21
Download checksum incorrect
ec = 22
The upload could not be continued; the file no longer exists
ec = 23
Specified directory was invalid
ec = 24
An attempt was made to restart an asset behind a gateway
ec = 25
The SOAP method returned an error
ec = 26
Multi-file transfer without compression is requested
sc = 5
The package execution timed out on the asset side. Please check the asset’s logs.
sc = 11
The dependency check failed on the asset side. Please re-check the package dependencies.
sc = 14
The asset denied package execution. Please check the asset policies.
Was this helpful?