ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
TextServer Errors

Macros

#define TEXTSRV_ERR_bad_file_name   (EMH_TEXTSRV_error_base + 25)
 
#define TEXTSRV_ERR_locale_not_supported   (EMH_TEXTSRV_error_base + 34)
 
#define TEXTSRV_ERR_no_declared_statuses   (EMH_TEXTSRV_error_base + 33)
 
#define TEXTSRV_ERR_no_status_names   (EMH_TEXTSRV_error_base + 31)
 
#define TEXTSRV_ERR_no_supported_language   (EMH_TEXTSRV_error_base + 30)
 
#define TEXTSRV_ERR_no_xml4c2_system   (EMH_TEXTSRV_error_base + 26)
 
#define TEXTSRV_ERR_text_key_not_found   (EMH_TEXTSRV_error_base + 27)
 
#define TEXTSRV_ERR_unsupported_status   (EMH_TEXTSRV_error_base + 32)
 

Errors for RAC and SOA connections

#define TEXTSRV_ERR_error_db   (EMH_TEXTSRV_error_base + 1)
 
#define TEXTSRV_ERR_warning_l10n   (EMH_TEXTSRV_error_base + 2)
 
#define TEXTSRV_ERR_information_dataentry_from_pref   (EMH_TEXTSRV_error_base + 3)
 
#define TEXTSRV_ERR_information_dataentry_from_db   (EMH_TEXTSRV_error_base + 4)
 
#define TEXTSRV_ERR_information_database_inconsistent_bypass   (EMH_TEXTSRV_error_base + 5)
 
#define TEXTSRV_ERR_information_database_slight_mismatch   (EMH_TEXTSRV_error_base + 6)
 
#define TEXTSRV_ERR_thinclient_warning_l10n   (EMH_TEXTSRV_error_base + 10)
 
#define TEXTSRV_ERR_thinclient_warning_db   (EMH_TEXTSRV_error_base + 11)
 
#define TEXTSRV_ERR_thinclient_warning_l10n_and_db   (EMH_TEXTSRV_error_base + 12)
 
#define TEXTSRV_ERR_thinclient_information_database_inconsistent_bypass   (EMH_TEXTSRV_error_base + 13)
 
#define TEXTSRV_ERR_thinclient_information_forcing_locale   (EMH_TEXTSRV_error_base + 14)
 
#define TEXTSRV_ERR_thinclient_information_database_slight_mismatch   (EMH_TEXTSRV_error_base + 15)
 

Thin client: Errors when connection is not allowed because of wrong desired locale.

Since those are error messages, they will be displayed within some web page, so the formatting is using the html formatting conventions.

#define TEXTSRV_ERR_thinclient_error_db   (EMH_TEXTSRV_error_base + 20)
 
#define TEXTSRV_ERR_thinclient_error_l10n   (EMH_TEXTSRV_error_base + 21)
 
#define TEXTSRV_ERR_thinclient_error_l10n_and_db   (EMH_TEXTSRV_error_base + 22)
 

Detailed Description

Macro Definition Documentation

#define TEXTSRV_ERR_bad_file_name   (EMH_TEXTSRV_error_base + 25)

The given file is not an entry for TextServer.

Definition at line 90 of file textsrv_errors.h.

#define TEXTSRV_ERR_error_db   (EMH_TEXTSRV_error_base + 1)
The requested locale (%1$) cannot be used by the Teamcenter server process.

Connect in one of the following locales: %2$. Alternatively, limit data entry to characters from one of these locales.

Definition at line 34 of file textsrv_errors.h.

#define TEXTSRV_ERR_information_database_inconsistent_bypass   (EMH_TEXTSRV_error_base + 5)
Your Teamcenter database is configured for English.

If you enter non-English characters, they might be changed, or lost, in the future.

Definition at line 47 of file textsrv_errors.h.

#define TEXTSRV_ERR_information_database_slight_mismatch   (EMH_TEXTSRV_error_base + 6)

Though the requested locale "%1$" is supported by the system, the database encoding (%2$) is different from the Teamcenter server encoding (%3$). Always ensure that all entered characters exist in the "%4$" encoding. Failure to do so could mean that those characters will be changed or lost.

Definition at line 50 of file textsrv_errors.h.

#define TEXTSRV_ERR_information_dataentry_from_db   (EMH_TEXTSRV_error_base + 4)

Your data entry must be done using characters from the following locales: %1$.

Definition at line 43 of file textsrv_errors.h.

#define TEXTSRV_ERR_information_dataentry_from_pref   (EMH_TEXTSRV_error_base + 3)

Your data entry must be done using the following locales: %1$.

Definition at line 40 of file textsrv_errors.h.

#define TEXTSRV_ERR_locale_not_supported   (EMH_TEXTSRV_error_base + 34)

The locale "%1$" is not supported.

Definition at line 105 of file textsrv_errors.h.

#define TEXTSRV_ERR_no_declared_statuses   (EMH_TEXTSRV_error_base + 33)

No status is declared.

Definition at line 103 of file textsrv_errors.h.

#define TEXTSRV_ERR_no_status_names   (EMH_TEXTSRV_error_base + 31)

The status does not have any display name.

Definition at line 99 of file textsrv_errors.h.

#define TEXTSRV_ERR_no_supported_language   (EMH_TEXTSRV_error_base + 30)

No language is supported.

Definition at line 97 of file textsrv_errors.h.

#define TEXTSRV_ERR_no_xml4c2_system   (EMH_TEXTSRV_error_base + 26)

Exception when initializing the TextServer module.

Definition at line 92 of file textsrv_errors.h.

#define TEXTSRV_ERR_text_key_not_found   (EMH_TEXTSRV_error_base + 27)

The key "%1$" could not be found in the TextServer text resource files.

Definition at line 94 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_error_db   (EMH_TEXTSRV_error_base + 20)

The connection cannot be established because none of the locales specified in the URL and/or your browser's preferences matches the supported encoding (%1$): %2$.<br/><br/>Change this and try logging-in again.

Definition at line 80 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_error_l10n   (EMH_TEXTSRV_error_base + 21)

The connection cannot be established because none of the locales specified in the URL and/or your browser's preferences (%1$) have proper localization.<br/><br/>Change this and try logging-in again.

Definition at line 83 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_error_l10n_and_db   (EMH_TEXTSRV_error_base + 22)

The connection cannot be established because of the following problems with the locales specified in the URL and/or your browser's preferences:<ul><li>mismatch with the supported encoding (%1$): %2$.</li><li>missing appropriate localization: %3$.</li></ul><br/>Change this and try logging-in again.

Definition at line 86 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_information_database_inconsistent_bypass   (EMH_TEXTSRV_error_base + 13)

Your Teamcenter database is configured for English.\nIf you enter non-English characters, they might be changed, or lost, in the future.

Definition at line 63 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_information_database_slight_mismatch   (EMH_TEXTSRV_error_base + 15)

Though the requested locale "%1$" is supported by the system, the database encoding (%2$) is different from the Teamcenter server encoding (%3$).\nAlways ensure that all entered characters exist in the "%4$" encoding. Failure to do so could mean that those characters will be changed or lost.

Definition at line 69 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_information_forcing_locale   (EMH_TEXTSRV_error_base + 14)

The connection has been forced by the administrator to be with the following language: %1$.

Definition at line 66 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_warning_db   (EMH_TEXTSRV_error_base + 11)

The connection is served with language %1$ because of mismatch with the supported encoding (%2$) for %3$.

Definition at line 57 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_warning_l10n   (EMH_TEXTSRV_error_base + 10)

Warnings for Thin client connections The connection is served with language %1$ because of missing appropriate Teamcenter server localization for %2$.

Definition at line 54 of file textsrv_errors.h.

#define TEXTSRV_ERR_thinclient_warning_l10n_and_db   (EMH_TEXTSRV_error_base + 12)

The connection is served with language %1$ because of the following reasons:\n\tmismatch with supported encoding (%2$): %3$.\n\tmissing appropriate Teamcenter server localization: %4$.

Definition at line 60 of file textsrv_errors.h.

#define TEXTSRV_ERR_unsupported_status   (EMH_TEXTSRV_error_base + 32)

The given status is not supported.

Definition at line 101 of file textsrv_errors.h.

#define TEXTSRV_ERR_warning_l10n   (EMH_TEXTSRV_error_base + 2)

The Teamcenter server does not have '%1$' localization files.

Definition at line 37 of file textsrv_errors.h.