MobilePublishObjectResult

Description

The MobilePublishObjectResult enumeration is used to determine publication result of the mobile application object.

It is used by the following properties and methods:

Available Values

All possible values of enumerations are divided into groups.

Common values

Value Brief description
0 OK. Publishing was successful.
1 Canceled. Publishing was canceled.
10 Error. Error occurred when publishing.

Error codes

Value Brief description
11 InvalidObjectTypeError. Invalid object type.
12 CreateDataBaseFileError. Error creating a database file.

Errors exporting a cube

Value Brief description
13 CubeExportError. Error exporting a cube.
14 InvalidDimsError. Invalid dimension set.
15 DimExportError. Error exporting cube dimensions.
53 SelectionEmptyError. Unloading the cube containing at least one empty selection in dimension failed.

Errors exporting cube dimensions

Value Brief description
16 CreateDimDBTableError. Error creating a dimension table.
17 CreateDimMetaError. Error creating dimension metadata.
18 DimElementsExportError. Error exporting dimension elements.
19 CreateAnalyzerMetaError. Error creating express report metadata.
20 CreateDataSelectionMetaError. Error creating metadata of dimensions elements selection.

Errors exporting cube data

Value Brief description
21 CubeDataExportError. Error exporting cube data.
22 CreateFactsTableMetaError. Error creating facts table metadata.
23 CreateFactsDBTableError. Error creating a facts table
24 CreateDataTableMetaError. Error creating data table metadata.
25 CreateDataDBTableError. Error creating data table.
26 GetDataFromCubeError. Error obtaining cube data.
27 WriteDataToDBError. Error writing data to a database table.
28 MetaSaveError. Error saving metadata file.
29 MakeZipError. Error creating an archive.
46 DatabaseIsFull. Data recording failed, database is full (insufficient disk space).

Errors exporting an express report

Value Brief description
30 AnalyzerExportError. Errors exporting an express report.
31 CreateAnalyzerChartMetaError. Chart metadata creation failed.
32 CreateAnalyzerMapMetaError. Map metadata creation failed.
33 CreateAnalyzerTopobaseError. Error saving a map topobase.
34 CreateAnalyzerResourcesError. Error saving resources to metadata.
44 AnalyzerMapTopobaseError. Error converting a topobase to SVG.
45 InvalidFixedDimsSelectionError. Unable to publish the report. Fixed dimensions must have single selection. Change selection and repeat publishing.
47 CreateAnalyzerBubbleChartMeta. Bubble chart metadata creation failed.
48 CreateAnalyzerBubbleTreeMeta. Bubble tree metadata creation failed.
49 CreateAnalyzerTreeMapMeta. Tree map metadata creation failed.
51 TopoConvertError. No topobase in mobile application format.
52 NoDataSource. No data source.

Errors exporting a time series database

Value Brief description
40 RubricatorExportError. Error exporting a time series database.
41 CreateRubricatorMetaError.  Metadata export from time series database failed.
42 RubricatorAttributesExportError. Error exporting attributes from a time series database.
43 RubricatorDataSelectionError. Error selecting data from a time series database.

Regular report export failed

Value Brief description
50 ProceduralReportExportError. Regular report export failed.

See also:

Mobile Assembly Enumerations