Run Project
Run import set
Full - It consists in processing again all the files included in the import set, despite the fact that they might had been processed already in the past.
Differential - It consists in processing only the files created and/or modified since the last time the import set was processed.
Note
The Differential option is to be preferred when the number of new/updated files is considerably smaller than the total number of files. It will make GPT processing time much faster.
Errors and Warnings
File is successfully processed with no problems.
File is successfully processed, but some logic of the import set could not be applied. This scenario triggers a warning.
File could not be processed. This scenario triggers an error.
Applies To |
Scenario |
Error Details |
Category |
|---|---|---|---|
DWG only |
DWG files have an attribute called metersPerUnit that specifies the measuring unit used in the drawing. This error is triggered when this unit is different from the one defined in the project general settings. |
Wrong measuring unit. Expected value= {measuring_units} - Current value= {metersPerUnit} |
Configuration |
DWG only |
DWG files have an attribute that defines the spatial reference used by the drawing. This error is triggered when GPT fails to retrieve this info. |
Failed to get spatial info |
Configuration |
DWG only |
DWG files have an attribute that defines the spatial reference used by the drawing. This error is triggered when the attribute value is different from the one defined in the project general settings. |
Wrong spatial reference. Expected value= {geographical_coordinate_system} - Current value= {Projected Coordinate system code} |
Configuration |
DWG; Excel; |
This error is triggered when the combination of optional filter by polygon and import set filters makes a file empty (no features left to be published on the ArcGIS Pro database). |
Combined filters result in the file being empty. Verify filter criteria. |
Filter |
DWG; Excel; |
This error is triggered when for some reason GPT fails to publish the features of an import set to the ArcGIS Pro database. |
Failed to transfer features to the publish dataset. |
Publish |
DWG; Excel; |
This is a fallback error that is triggered whenever something in the code goes wrong, and it doesn’t fall in any of the previously listed scenarios. |
General Error |
Other |
Applies To |
Scenario |
Warning Details |
Category |
|---|---|---|---|
DWG; Excel; |
This warning is triggered when a file of an import set doesn’t contain the attribute that has been defined as a filtering criteria. This means that GPT is not able to apply the filter to the specific file. |
Filtering not possible: FeatureClass does not have attribute {attribute_name} |
Filter |
DWG; Excel; |
This warning is triggered when GPT is not able to apply the filter by polygon for some reason. |
Unable to filter feature by geo-filter: {reason} |
Filter |
DWG; Excel; |
This warning is triggered when GPT is not able to apply a dynamic enrichment, because it failed to load the translation table. |
Dynamic enrichment for new attribute {new_attribute_name} failed to load translation table {CSV_file_name} |
Enrichment |
DWG; Excel; |
This warning is triggered when GPT is not able to apply a dynamic enrichment, because after executing the regular expression no result was obtained. |
Dynamic enrichment for new attribute {new_attribute_name} didn’t get any result when executing regex {extract_regex} on field {sourceField} |
Enrichment |
DWG; Excel; |
This warning is triggered when GPT is not able to apply a dynamic enrichment, because after executing the regular expression, the lookup in the translation table yielded no result. |
Dynamic enrichment for attribute {new_attribute_name} with translation did not find toField= {toField} in file= {CSV_file_name} |
Enrichment |
DWG; Excel; |
This is a fallback warning that is triggered whenever something in the code goes wrong, and it doesn’t fall in any of the previously listed scenarios. |
Enrichment failed for new attribute {new_attribute_name} |
Enrichment |