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.

Cube Export Errors

Value Brief description
13 CubeExportError. Cube export error.
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 a 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 writing error, database is full (insufficient disk space).

Errors Exporting Express Report

Value Brief description
30 AnalyzerExportError. Error exporting express report.
31 CreateAnalyzerChartMetaError. Error creating chart metadata.
32 CreateAnalyzerMapMetaError. Error creating map metadata.
33 CreateAnalyzerTopobaseError. Error saving 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. Error creating bubble chart metadata.
48 CreateAnalyzerBubbleTreeMeta. Error creating bubble tree metadata.
49 CreateAnalyzerTreeMapMeta. Error creating tree map metadata.
51 TopoConvertError. No topobase in mobile application format.
52 NoDataSource. No data source.

Time Series Database Export Errors

Value Brief description
40 RubricatorExportError. Time series database export error.
41 CreateRubricatorMetaError.  Error exporting metadata from time series database.
42 RubricatorAttributesExportError. Error exporting attributes from time series database.
43 RubricatorDataSelectionError. Error selecting data from time series database.

Regular Report Export Errors

Value Brief description
50 ProceduralReportExportError. Regular report export error.

See also:

Mobile Assembly Enumerations