|
@@ -226,6 +226,7 @@
|
|
#define HQLERR_NoVirtualAndAlien 4214
|
|
#define HQLERR_NoVirtualAndAlien 4214
|
|
#define HQLERR_CannotFilterLimitInsideActivity 4215
|
|
#define HQLERR_CannotFilterLimitInsideActivity 4215
|
|
#define HQLERR_OutputLimitMaxExceeded 4216
|
|
#define HQLERR_OutputLimitMaxExceeded 4216
|
|
|
|
+#define HQLERR_OutputLimitFutureMaxExceeded 4217
|
|
|
|
|
|
//Warnings....
|
|
//Warnings....
|
|
#define HQLWRN_PersistDataNotLikely 4500
|
|
#define HQLWRN_PersistDataNotLikely 4500
|
|
@@ -535,6 +536,7 @@
|
|
#define HQLERR_NoVirtualAndAlien_Text "GenericDiskReads: VIRTUAL fields are not currently supported with ALIEN types"
|
|
#define HQLERR_NoVirtualAndAlien_Text "GenericDiskReads: VIRTUAL fields are not currently supported with ALIEN types"
|
|
#define HQLERR_CannotFilterLimitInsideActivity_Text "Cannot filter a non keyed limit within a compound activity"
|
|
#define HQLERR_CannotFilterLimitInsideActivity_Text "Cannot filter a non keyed limit within a compound activity"
|
|
#define HQLERR_OutputLimitMaxExceeded_Text "Dali result outputs are restricted to an absolute maximum of %u MB (%u MB specified by option). A huge dali result usually indicates the ECL needs altering."
|
|
#define HQLERR_OutputLimitMaxExceeded_Text "Dali result outputs are restricted to an absolute maximum of %u MB (%u MB specified by option). A huge dali result usually indicates the ECL needs altering."
|
|
|
|
+#define HQLERR_OutputLimitFutureMaxExceeded_Text "In the next platform version dali result outputs will be restricted to an absolute maximum of %u MB (%u MB specified by option). A huge dali result usually indicates the ECL needs altering."
|
|
|
|
|
|
//Warnings.
|
|
//Warnings.
|
|
#define HQLWRN_CannotRecreateDistribution_Text "Cannot recreate the distribution for a persistent dataset"
|
|
#define HQLWRN_CannotRecreateDistribution_Text "Cannot recreate the distribution for a persistent dataset"
|