Skip to main content
Skip table of contents

prepareAsset

Input Parameters

FieldsValuesDescription
NameA valid file nameName of the asset used as filename (< 255 chs)
TypeASCII stringAsset file format type

Output Result

FieldsValuesDescription
CommandprepareAssetEcho of the command element name
Code"0" 
"-1" 
"1"
0 = success 
-1 = DTD Violation 
1 = Processing Error

Processing Errors

  • "Not a master manager”  - MAS connected to a slave manager
  • "Asset already in todolist”
  • "No such asset” 
  • "Internal error …”
  • "Cannot add asset to todolist”
  • “empty asset’s name”

Examples

Request

CODE
<prepareAsset Name="Bond 0007" Type="0"/>

Response On Success

CODE
<Result Command="prepareAsset" Code="0"/>

Response On Failure

CODE
<Result Command="prepareAsset" Code="1">
<Description>No such asset</Description>
</Result>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.