123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: UDA
- (C) Copyright IBM Corp. 2005, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- $Header: //uda/main/prod/res/udamsgs_en.xml#4 $ -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="UDA">
- <section name="CUR">
- <string name="ROWFETCH" errorCode="0000">Unable to fetch the row.</string>
- </section>
- <section name="TBL">
- <string name="FILECREATE" errorCode="0000">Unable to create a temporary file.</string>
- <string name="TOOMANYRECORDS" errorCode="0001">There are too many records for the table container.</string>
- <string name="FILESEEK" errorCode="0002">There was a Seek error while processing a temporary file.</string>
- <string name="FILEREAD" errorCode="0003">There was a Read error while processing a temporary file.</string>
- <string name="FILEWRITE" errorCode="0004">There was a Write error while processing a temporary file.</string>
- </section>
- <section name="SQL">
- <string name="AB_LOADPROCFAIL" errorCode="0001">It was not possible to access the Allbase executable library.</string>
- <string name="ACTIVEBLOBS" errorCode="0002">There are active blobs associated with this "<param type="string" index="1"/>".</string>
- <string name="ACTIVECURSOR" errorCode="0003">The cursor to be released has not been closed.</string>
- <string name="ADDITIONALCOLUMNS" errorCode="0004">There are one or more additional columns in the data.</string>
- <string name="AMBIGUOUSROWSTOFETCH" errorCode="0005">Only one 'rows to fetch' value can be specified for a cursor, but two have been supplied.</string>
- <string name="ATTRIBUTE_NOT_SET" errorCode="0006">It is not possible to set the "<param type="string" index="1"/><param type="string" index="2"/>" attribute at this time.</string>
- <string name="BADCRITERIA" errorCode="0007">An invalid combination of metadata selection criteria has been specified.</string>
- <string name="BADDBHANDLE" errorCode="0008">An invalid database handle has been supplied for the operation "<param type="string" index="1"/>".</string>
- <string name="BADDBNAME" errorCode="0009">An invalid database name has been supplied for the operation "<param type="string" index="1"/>".</string>
- <string name="BADDESCAREA" errorCode="0010">The descriptor area contains an invalid "<param type="string" index="1"/>" reference.</string>
- <string name="BADINFOTYPE" errorCode="0011">Information has been requested for an unknown feature at offset <param type="integer" index="1"/>.</string>
- <string name="BADMETADATA" errorCode="0012">Corrupt or obsolete metadata has been encountered during the operation "<param type="string" index="1"/>".</string>
- <string name="BADNTVSQL" errorCode="0013">Invalid native SQL was detected in the select list.</string>
- <string name="BADPARAMETER" errorCode="0014">Parameter "<param type="string" index="1"/>", passed to "<param type="string" index="2"/>" is invalid.</string>
- <string name="BADPBVERSION" errorCode="0015">Version <param type="integer" index="1"/> of the "<param type="string" index="2"/>" parameter block is not supported (versions 1 through <param type="integer" index="3"/> are supported).</string>
- <string name="BADROLLBACK" errorCode="0016">The "ROLLBACK" operation cannot be applied to a(n) "<param type="string" index="1"/>".</string>
- <string name="BADTRHANDLE" errorCode="0017">An invalid transaction handle has been supplied for the operation "<param type="string" index="1"/>".</string>
- <string name="BINDINAPPROP" errorCode="0018">Parameter arguments may only be bound to a request that is a stored procedure invocation.</string>
- <string name="BUGCHECK" errorCode="0019">An internal system failure has occurred during the operation "<param type="string" index="1"/>".</string>
- <string name="CANCELFAILURE" errorCode="0020">An attempt to cancel the "<param type="string" index="1"/>" operation has been rejected by the target database.</string>
- <string name="CLOSEDBLOB" errorCode="0021">The specified blob is already closed.</string>
- <string name="CLOSEDCURSOR" errorCode="0022">The specified cursor is already closed.</string>
- <string name="CONNECTIONDROPPED" errorCode="0023">The connection to the "<param type="string" index="1"/>" database has been terminated due to an unrecoverable error.</string>
- <string name="CONNECTIONINACTIVE" errorCode="0024">The connection to the "<param type="string" index="1"/>" database supplied to the "<param type="string" index="2"/>" operation is inactive.</string>
- <string name="CONNECTREJECT" errorCode="0025">A connection has been rejected by the remote interface during the operation "<param type="string" index="1"/>".</string>
- <string name="CONVERSION" errorCode="0026">An illegal data conversion has been attempted during the operation "<param type="string" index="1"/>".</string>
- <string name="CURSORABORT" errorCode="0027">The underlying database has cancelled the cursor supplied to the "<param type="string" index="1"/>" operation.</string>
- <string name="CURSORS" errorCode="0028">There are active cursors associated with the request to be freed.</string>
- <string name="DATAEXCEPTION" errorCode="0029">A data exception occurred during the "<param type="string" index="1"/>" operation.</string>
- <string name="DATETIMEEXCEPTION" errorCode="0030">A date or time manipulation exception occurred during the "<param type="string" index="1"/>" operation.</string>
- <string name="DBACCESS" errorCode="0031">Unable to access the "<param type="string" index="1"/>" database. Check that the connection parameters to the database are configured correctly. For example, ensure that the data source connection contains the signon information, such as a password, to connect to the database.</string>
- <string name="DBCORRUPT" errorCode="0032">Corrupt database data structures have been encountered during the operation "<param type="string" index="1"/>".</string>
- <string name="DBDLL_FNNOTFOUND" errorCode="0033">An attempt was made to invoke a function that does not exist in the dynamic link library "<param type="string" index="1"/>"; please verify that this DLL corresponds to version "<param type="string" index="2"/>".</string>
- <string name="DBDLL_NOMEMORY" errorCode="0034">There is insufficient memory to load the dynamic link library "<param type="string" index="1"/>".</string>
- <string name="DBDLL_NOTFOUND" errorCode="0035">The dynamic link library "<param type="string" index="1"/>" could not be located in the search path or one of its dependent dynamic link libraries failed to load.</string>
- <string name="DBDLL_SYSTEMERR" errorCode="0036">An unexpected Windows error <param type="integer" index="1"/> occurred while attempting to load the dynamic link library "<param type="string" index="2"/>".</string>
- <string name="DBDLL_UNKNOWN" errorCode="0037">Unknown dynamic link library could not be located. Check the ".INI" files.</string>
- <string name="DBINFO_SYNTAX_ERROR" errorCode="0038">A syntax error was detected while parsing the line number "<param type="integer" index="1"/>" near "<param type="string" index="2"/>" in the file "<param type="string" index="3"/>".</string>
- <string name="DBINFO_SYNTAX_FUNCTIONS" errorCode="0039">A syntax error was detected while parsing the entry number "<param type="integer" index="1"/>" near "<param type="string" index="2"/>".</string>
- <string name="DBINFOSYNTAX" errorCode="0040">A syntax error was detected while parsing "<param type="string" index="1"/>" in the file "<param type="string" index="2"/>"</string>
- <string name="DBNOTFOUND" errorCode="0041">Database "<param type="string" index="1"/>" could not be found within the multi-database.</string>
- <string name="DBONETRANS" errorCode="0042">Only one transaction per database attach is permitted by the underlying database.</string>
- <string name="DBPARSER" errorCode="0043">The underlying database detected an error during processing the SQL request.</string>
- <string name="DBROLLBACK" errorCode="0044">The current transaction has been rolled back by the underlying database during the operation "<param type="string" index="1"/>".</string>
- <string name="DBS_BAD_CALL" errorCode="0045">A dBASE call failed.</string>
- <string name="DBS_BAD_KEY" errorCode="0046">The key value is multi-segment or an invalid numeric data type.</string>
- <string name="DBS_BLOB_ALREADY_OPEN" errorCode="0047">The selected blob has already been opened.</string>
- <string name="DBS_BLOB_BPB_VERSION" errorCode="0048">An unsupported blob parameter block version was specified.</string>
- <string name="DBS_BLOB_FILE_NOT_SET" errorCode="0049">No blob may be accessed since no record has been selected.</string>
- <string name="DBS_BLOB_NOT_A_BLOB" errorCode="0050">The specified field is not a blob.</string>
- <string name="DBS_BLOB_NOT_OPEN" errorCode="0051">The specified blob has not been opened.</string>
- <string name="DBS_BLOB_ORDER" errorCode="0052">Blobs must be read in increasing numerical column order.</string>
- <string name="DBS_BLOB_PREV_NOT_CLOSED" errorCode="0053">The previous blob has not been closed.</string>
- <string name="DBS_CACHE" errorCode="0054">Unable to open or close the repository.</string>
- <string name="DBS_CATALOG" errorCode="0055">Unable to load the index information from dBASE catalog files.</string>
- <string name="DBS_DBASECONV" errorCode="0056">Invalid value was found in a dBASE Float or Numeric field.</string>
- <string name="DBS_DBASE2" errorCode="0057">dBASE II files are not supported.</string>
- <string name="DBS_DIRECT_EMPTY" errorCode="0058">The directory does not contain any dBASE III or IV files.</string>
- <string name="DBS_ENCRYPT" errorCode="0059">Unable to open encrypted databases.</string>
- <string name="DBS_INVL_BLOCK_NUM" errorCode="0060">A memo field contains an invalid block number.</string>
- <string name="DBS_MEMO_NOT_EXIST" errorCode="0061">The memo file does not exist.</string>
- <string name="DBS_MEMO_READ" errorCode="0062">An Input/Output error occurred while reading the memo file.</string>
- <string name="DBS_NOTDBASE" errorCode="0063">The file is not a dBASE III or IV or its header record is corrupted.</string>
- <string name="DBS_OPEN" errorCode="0064">Unable to open the ".DBF" or ".NDX" file.</string>
- <string name="DBS_READ" errorCode="0065">Unable to read the ".DBF" or ".NDX" file.</string>
- <string name="DBS_TABLE_NOT_FOUND" errorCode="0066">Unable to find the table.</string>
- <string name="DBTIMEOUT" errorCode="0067">The "<param type="string" index="1"/>" operation for the "<param type="string" index="2"/>" database has timed out.</string>
- <string name="DBUDF_AGGRSUPPORT" errorCode="0068">Line <param type="integer" index="1"/> : error : aggregate functions are not supported.</string>
- <string name="DBUDF_CASTLITERAL" errorCode="0069">Line <param type="integer" index="1"/> : error : the function may not be cast to literal value.</string>
- <string name="DBUDF_CASTSIZE" errorCode="0070">Line <param type="integer" index="1"/> : error : a character or binary cast value must have a maximum size.</string>
- <string name="DBUDF_DBDEFINITION" errorCode="0071">Line <param type="integer" index="1"/> : error : database function definition encountered.</string>
- <string name="DBUDF_DBTYPES" errorCode="0072">Line <param type="integer" index="1"/> : error : database functions do not support type "<param type="string" index="2"/>".</string>
- <string name="DBUDF_EXTDEFINITION" errorCode="0073">Line <param type="integer" index="1"/> : error : external function definition encountered.</string>
- <string name="DBUDF_EXTTYPES" errorCode="0074">Line <param type="integer" index="1"/> : error : external functions do not support type "<param type="string" index="2"/>".</string>
- <string name="DBUDF_INVLACTDBFUNNAME" errorCode="0075">Line <param type="integer" index="1"/> : error : invalid actual database function name "<param type="string" index="2"/>".</string>
- <string name="DBUDF_INVLDBFUNNAME" errorCode="0076">Line <param type="integer" index="1"/> : error : invalid database function name "<param type="string" index="2"/>".</string>
- <string name="DBUDF_INVLEXTFUNNAME" errorCode="0077">Line <param type="integer" index="1"/> : error : invalid external function name "<param type="string" index="2"/>".</string>
- <string name="DBUDF_INVLPRECISION" errorCode="0078">Line <param type="integer" index="1"/> : error : encountered "<param type="string" index="2"/>", expected precision.</string>
- <string name="DBUDF_INVLSCALE" errorCode="0079">Line <param type="integer" index="1"/>: error : encountered "<param type="string" index="2"/>", expected scale.</string>
- <string name="DBUDF_LASTOPTIONAL" errorCode="0080">Line <param type="integer" index="1"/> : error : only the last parameter may be optional.</string>
- <string name="DBUDF_MISMATCHPAREN" errorCode="0081">Line <param type="integer" index="1"/> : error : mismatched parentheses.</string>
- <string name="DBUDF_NOLENGTH" errorCode="0082">Line <param type="integer" index="1"/> : warning : character or binary parameter size ignored.</string>
- <string name="DBUDF_ONEOPTIONAL" errorCode="0083">Line <param type="integer" index="1"/> : error : only one parameter may be optional.</string>
- <string name="DBUDF_ONLYLITERAL" errorCode="0084">Line <param type="integer" index="1"/> : error : "LITERAL" may not be combined with other data types.</string>
- <string name="DBUDF_OPTIONALTYPES" errorCode="0085">Line <param type="integer" index="1"/> : error : optional data types are only supported for database functions.</string>
- <string name="DBUDF_PARAMPOSITIONS" errorCode="0086">Line <param type="integer" index="1"/> : error : parameter positions are incorrect.</string>
- <string name="DBUDF_PRECISIONVALUE" errorCode="0087">Line <param type="integer" index="1"/> : error : precision of a "DECIMAL" or "NUMERIC" value must be greater than zero.</string>
- <string name="DBUDF_PRECLESSSCALE" errorCode="0088">Line <param type="integer" index="1"/> : error : precision is less than scale.</string>
- <string name="DBUDF_RETURNSIZE" errorCode="0089">Line <param type="integer" index="1"/> : error : a character return value must have a maximum size.</string>
- <string name="DBUDF_RETURNTYPE" errorCode="0090">Line <param type="integer" index="1"/> : error : the function may not return a value of type "<param type="string" index="2"/>".</string>
- <string name="DBUDF_SCALEVALUE" errorCode="0091">Line <param type="integer" index="1"/> : error : scale of a "DECIMAL" or "NUMERIC" value must be greater than or equal to zero.</string>
- <string name="DBUDF_SYNTAXERRNEAR" errorCode="0092">Line <param type="integer" index="1"/> : syntax error near "<param type="string" index="2"/>".</string>
- <string name="DBUDF_TOOMANYPARAMS" errorCode="0093">Line <param type="integer" index="1"/> : error : external function accepts more parameters than maximum allowed (16).</string>
- <string name="DBUDF_UNKNOWNTYPE" errorCode="0094">Line <param type="integer" index="1"/> : error : unknown data type "<param type="string" index="2"/>".</string>
- <string name="DEADLOCK" errorCode="0095">A lock conflict with another process has been encountered during the operation "<param type="string" index="1"/>".</string>
- <string name="DISCONNECT" errorCode="0096">An error occurred while detaching from the database.</string>
- <string name="DIVBYZERO" errorCode="0097">A division by zero exception was encountered.</string>
- <string name="DUPLICATE_DBNAME" errorCode="0098">The local database name "<param type="string" index="1"/>" occurs more than once in the multi-database connection.</string>
- <string name="DUPLICATEFUNCTIONSUPPORT" errorCode="0099">Duplicate name "<param type="string" index="1"/>" was found in the underlying database.</string>
- <string name="DYNAMICSQL" errorCode="0100">A dynamic SQL error occurred during the "<param type="string" index="1"/>" operation.</string>
- <string name="EOD" errorCode="0101">There is no more data to fetch.</string>
- <string name="FCN_F_OPEN" errorCode="0102">Unable to open a temporary file.</string>
- <string name="FCN_MALLOC" errorCode="0103">Memory allocation failed.</string>
- <string name="FEATURESUPPORT" errorCode="0104">The feature "<param type="string" index="1"/>" in the function "<param type="string" index="2"/>" is not supported.</string>
- <string name="FLOATOVERFLOW" errorCode="0105">A floating point overflow exception was encountered.</string>
- <string name="FUNCTIONSUPPORT" errorCode="0106">The function "<param type="string" index="1"/>" is not supported.</string>
- <string name="GENERAL" errorCode="0107">A general exception has occurred during the operation "<param type="string" index="1"/>".</string>
- <string name="GENERALMATH" errorCode="0108">A general arithmetic exception was encountered.</string>
- <string name="IB_GDSSHRFAIL" errorCode="0109">Unable to access the Interbase shareable image.</string>
- <string name="IB_LOADPROCFAIL" errorCode="0110">Unable to access the Interbase executable library.</string>
- <string name="IMPEXCEEDED" errorCode="0111">An internal implementation limit has been exceeded during the operation "<param type="string" index="1"/>".</string>
- <string name="INACTIVEBLOB" errorCode="0112">The blob supplied to the operation "<param type="string" index="1"/>" is inactive.</string>
- <string name="INACTIVEBLOB_GET" errorCode="0113">The blob supplied to the operation "get blob" is inactive.</string>
- <string name="INACTIVECURSOR" errorCode="0114">The cursor supplied to the operation "<param type="string" index="1"/>" is inactive.</string>
- <string name="INAPPROPREQ" errorCode="0115">Inappropriate SQL request.</string>
- <string name="INCOMPATIBLE_ATTRIB" errorCode="0116">The "<param type="string" index="1"/>" attribute is invalid for a(n) "<param type="string" index="2"/>".</string>
- <string name="INFORMATION" errorCode="0117">The target database has returned information concerning the "<param type="string" index="1"/>" operation.</string>
- <string name="INITIALIZED" errorCode="0118">The initialization routine has already been called.</string>
- <string name="INVALID_ATTRIB" errorCode="0119">The supplied "<param type="string" index="1"/>" attribute is invalid.</string>
- <string name="INVALID_VALUE" errorCode="0120">The supplied attribute value "<param type="string" index="1"/>" is invalid for attribute "<param type="string" index="2"/>".</string>
- <string name="INVALIDDB" errorCode="0121">An invalid database has been encountered during the operation "<param type="string" index="1"/>".</string>
- <string name="INVALIDDBNAME" errorCode="0122">Invalid database name: "<param type="string" index="1"/>".</string>
- <string name="INVALIDREQ" errorCode="0123">Insert/Update/Delete requests are not permitted in read-only transactions.</string>
- <string name="INVBULKFETCH" errorCode="0124">Only one tuple is permitted to fetch when the request involves blob data.</string>
- <string name="INVDATE" errorCode="0125">The value of the date is invalid for this database.</string>
- <string name="INVL_HANDLE" errorCode="0126">An invalid handle has been supplied to "<param type="string" index="1"/>".</string>
- <string name="INVLBLOBOPER" errorCode="0127">The operation "<param type="string" index="1"/>" is invalid for this blob.</string>
- <string name="INVLCALLTRANS" errorCode="0128">A "CALL" request can only be executed in a read-write transaction.</string>
- <string name="INVLLOGIN" errorCode="0129">Invalid login information was detected by the underlying database.</string>
- <string name="INVLPBOPTION" errorCode="0130">The "<param type="string" index="1"/>" parameter block option at offset <param type="integer" index="2"/> is invalid.</string>
- <string name="INVLRECORDSIZE" errorCode="0131">The size of the "<param type="string" index="1"/>" record (<param type="integer" index="2"/>) exceeds the maximum supported size (<param type="integer" index="3"/>).</string>
- <string name="INVROWSTOFETCH" errorCode="0132">The number of rows to be fetched by a cursor has not been specified.</string>
- <string name="INTOVERFLOW" errorCode="0133">An integer overflow exception was encountered.</string>
- <string name="IOERROR" errorCode="0134">A low-level input/output error has occurred during the operation "<param type="string" index="1"/>".</string>
- <string name="KEEPCURSORS" errorCode="0135">The "<param type="string" index="1"/>" operation cannot be performed with outstanding keep cursors still active.</string>
- <string name="LANGIDSUPPORT" errorCode="0136">The database-specific native language is not supported.</string>
- <string name="LEBDBHANDLE" errorCode="0137">The lock existence block contains a bad database handle.</string>
- <string name="MAP_BADCOGNOSINI" errorCode="0138">The "COGNOS.INI" file is invalid near "<param type="string" index="1"/>".</string>
- <string name="MAP_BADDBENTRY" errorCode="0139">The "COGNOS.INI" entry for the database "<param type="string" index="1"/>" is invalid.</string>
- <string name="MAP_BADMAPFILE" errorCode="0140">The Mapfile is invalid on line <param type="integer" index="1"/> near "<param type="string" index="2"/>".</string>
- <string name="MAP_NODATABASES" errorCode="0141">There are no database entries in the "COGNOS.INI" file.</string>
- <string name="MAP_NOLOCALNAME" errorCode="0142">The local name "<param type="string" index="1"/>" was not found in the Mapfile.</string>
- <string name="MAP_NOMAPFILE" errorCode="0143">Unable to open Mapfile "<param type="string" index="1"/>".</string>
- <string name="MATHEXCEPTION" errorCode="0144">An arithmetic exception was detected.</string>
- <string name="META2ACTIVE" errorCode="0145">Only one request may be active for each of "sqlColumns", "sqlIndexes" and "sqlTables".</string>
- <string name="META2CURSORS" errorCode="0146">Only one cursor may be active for each metadata request type.</string>
- <string name="MISSINGPARMS" errorCode="0147">Input parameters are required to run the associated request.</string>
- <string name="MSGNOTBOUND" errorCode="0148">One or more of the request parameter descriptors that was passed to the "<param type="string" index="1"/>" operation has the data type "<param type="string" index="2"/>". You must provide valid data types for all parameter descriptors.</string>
- <string name="NEEDBLOBS" errorCode="0149">The SQL request requires blob data.</string>
- <string name="NOCOMMUNICATION" errorCode="0150">A non-recoverable transport layer error has occurred during the operation "<param type="string" index="1"/>".</string>
- <string name="NOCONTEXT" errorCode="0151">A context value is required for the requested attribute.</string>
- <string name="NODATA" errorCode="0152">There is no data available.</string>
- <string name="NODBINFO" errorCode="0153">Unable to locate the following database information file: "<param type="string" index="1"/>"</string>
- <string name="NOKEEPRETAIN" errorCode="0154">The "RETAIN" option was supplied to the "<param type="string" index="1"/>" operation but a "NO KEEP" cursor was associated with the transaction.</string>
- <string name="NOMATHTRAP" errorCode="0155">Unable to establish an arithmetic trap.</string>
- <string name="NOMEMORY" errorCode="0449">An error occurred when allocating memory during the "<param type="string" index="1"/>" operation.</string>
- <string name="NONULLPARMS" errorCode="0156">Null parameter values are not supported.</string>
- <string name="NORESULTSET" errorCode="0157">The request does not have an associated result set.</string>
- <string name="NOSECURITYINFO" errorCode="0158">The operation "<param type="string" index="1"/>" has been cancelled since the requested security information has not been provided.</string>
- <string name="NOTBOUND" errorCode="0159">You must call "<param type="string" index="1"/>" prior to executing a stored procedure that either expects or returns parameter values in order to provide type information for these parameters.</string>
- <string name="NOTRANSSUPPORT" errorCode="0160">The database does not support transactions.</string>
- <string name="NOWRITESQL" errorCode="0161">"INSERT", "UPDATE", and "DELETE" SQL requests are not supported for the "<param type="string" index="1"/>" database.</string>
- <string name="NULLBLOB" errorCode="0162">A null-valued blob is associated with the given blob handle.</string>
- <string name="OLEDB_NODESCRIPTION" errorCode="0447">OLEDB returned an error message without the description field.</string>
- <string name="OLEDB_NOSOURCE" errorCode="0448">OLEDB returned an error message without the source field.</string>
- <string name="OLEDB_RDSENV1" errorCode="0165">The OLEDB driver returned the following message: "<param type="string" index="1"/>".</string>
- <string name="OLEDB_RDSENV2" errorCode="0166">The OLEDB source returned the following message: "<param type="string" index="1"/>".</string>
- <string name="OLEDB_SQLSTATE" errorCode="0167">The OLEDB driver returned the following values: SQL STATE = "<param type="string" index="1"/>", SQL ERROR CODE = "<param type="integer" index="2"/>".</string>
- <string name="ONEATTACH" errorCode="0168">Only one database attach is permitted by this SGI (Structured Gateway Interface) implementation.</string>
- <string name="ONECURSOR" errorCode="0169">Only one cursor per request is permitted by this "SGI" implementation.</string>
- <string name="ONETRANSACTION" errorCode="0170">Only one transaction per database attach is permitted by this "SGI" implementation.</string>
- <string name="OPENBLOB" errorCode="0171">The specified blob is already open.</string>
- <string name="OPENEDCURSOR" errorCode="0172">The specified cursor is already open.</string>
- <string name="OPER_PENDING" errorCode="0173">The operation is pending.</string>
- <string name="OPERATIONABORT" errorCode="0174">The operation "<param type="string" index="1"/>" has been cancelled.</string>
- <string name="OPERCANCEL" errorCode="0175">The operation "<param type="string" index="1"/>" has been cancelled.</string>
- <string name="OR_CONNECTION_CHARSET_MISMATCH" errorCode="0176">The database character set "<param type="string" index="1"/>" and the client character set setting "<param type="string" index="2"/>" do not match.</string>
- <string name="OR_CONNECTION_CHARSET_MISSING" errorCode="0177">The database character set "<param type="string" index="1"/>" and the client character set need to be set.</string>
- <string name="OR_ERROR_MESSAGE" errorCode="0446">Oracle returned an error message.</string>
- <string name="PBOPTIONSUPPORT" errorCode="0178">The "<param type="string" index="1"/> <param type="string" index="2"/>" parameter block option is not supported.</string>
- <string name="PBOPTIONSUPPORTVAL" errorCode="0451">The "<param type="string" index="1"/><param type="integer" index="2"/>" parameter block option is not supported.</string>
- <string name="PRIORDEADLOCK" errorCode="0179">The operation "<param type="string" index="1"/>" is not permitted due to a prior transaction deadlock.</string>
- <string name="PRIORROLLBACK" errorCode="0180">The operation "<param type="string" index="1"/>" is not permitted due to a prior transaction rollback by the underlying database.</string>
- <string name="QUALNAME" errorCode="0181">Expecting a qualified database name.</string>
- <string name="RAISEISOLEVEL" errorCode="0182">"<param type="string" index="1"/>" not supported; raised to "<param type="string" index="2"/>".</string>
- <string name="RBI_COLLIMIT" errorCode="0183">The maximum number of columns in a select list "<param type="string" index="1"/>" has been exceeded.</string>
- <string name="RBI_COLUMN" errorCode="0184">The column "<param type="string" index="1"/>" was not found.</string>
- <string name="RBI_COLUMN2" errorCode="0185">The reference to the column "<param type="string" index="1"/>" is ambiguous.</string>
- <string name="RBI_COLUMNNO" errorCode="0186">The column number in the "ORDER BY" clause is invalid.</string>
- <string name="RBI_DBNOTFOUND" errorCode="0187">The database "<param type="string" index="1"/>" was not found in the multi-database connection.</string>
- <string name="RBI_DUPSORTKEY" errorCode="0188">A duplicate column was found in the sort list.</string>
- <string name="RBI_LOCALNAME" errorCode="0189">The local name qualifier "<param type="string" index="1"/>" is invalid.</string>
- <string name="RBI_NODBNAME" errorCode="0190">A local database name is required within a multi-database to locate a specific database.</string>
- <string name="RBI_QCOLUMN" errorCode="0191">The column "<param type="string" index="1"/>" was not found in the table or view "<param type="string" index="2"/>".</string>
- <string name="RBI_RESULTSETDESC" errorCode="0192">A description of the resultset returned from the stored procedure "<param type="string" index="1"/>" could not be found.</string>
- <string name="RBI_SSEXISTS" errorCode="0193">The snapshot "<param type="string" index="1"/>.<param type="string" index="2"/>" already exists.</string>
- <string name="RBI_SSNOTFOUND" errorCode="0194">Unable to find the snapshot "<param type="string" index="1"/>.<param type="string" index="2"/>".</string>
- <string name="RBI_SUBQCONTEXTLIMIT" errorCode="0195">The maximum number of subqueries or derived tables in a request has been exceeded.</string>
- <string name="RBI_TABLE" errorCode="0196">The table or view "<param type="string" index="1"/>" was not found in the dictionary.</string>
- <string name="RBI_TABLE2" errorCode="0197">The reference to the table "<param type="string" index="1"/>" is ambiguous.</string>
- <string name="RBI_TABLIMIT" errorCode="0198">The maximum number of tables "<param type="string" index="1"/>" in a request has been exceeded.</string>
- <string name="RBI_UNIONNCOLS" errorCode="0199">The number of columns for each select list of the "UNION" clause are not equal.</string>
- <string name="RDAERROR" errorCode="0200">A Relational Data Access (RDA) error occurred during the "<param type="string" index="1"/>" operation.</string>
- <string name="RDS_COM_INIT" errorCode="0201">There was an error initializing "COM".</string>
- <string name="RDS_IDBSCHEMA" errorCode="0202">Interface "IDBSchemaRowset" must be supported for this type of request.</string>
- <string name="RDS_INVLMULTISQL" errorCode="0203">Insert, update, and delete SQL statements are not supported in multi-database connections.</string>
- <string name="RDS_INVLXSQLIDX" errorCode="0204">The supplied native SQL identifier is invalid.</string>
- <string name="RDS_INTERNAL" errorCode="0205">An unexpected error has occurred during the PREPARE operation.</string>
- <string name="RDS_OLEDB" errorCode="0206">The OLEDB driver returned the following value: HRESULT= <param type="string" index="1"/>".</string>
- <string name="RDS_OLEDB_DBINFO" errorCode="0207">The provider is not recognized and it does not support SQL-92 or ODBC minimum grammar. Try setting "DBINFO_TYPE" in the connection string or in the "cogdmol.ini" file.</string>
- <string name="RDS_OLEDB_INIT" errorCode="0208">There was an error initializing "MSDA" for OLEDB.</string>
- <string name="RDS_OLEDBTYPE" errorCode="0209">OLEDB-DMS data type conversion error "<param type="string" index="1"/>".</string>
- <string name="REQUESTS" errorCode="0210">There are active requests associated with the specified transaction.</string>
- <string name="REQUESTABORTED" errorCode="0211">The underlying database has cancelled the request supplied to the "<param type="string" index="1"/>" operation.</string>
- <string name="RESULTSET" errorCode="0212">The invoked procedure has an associated result set.</string>
- <string name="RGE_AGGBADARGTYPE" errorCode="0213">The data type of an argument to an aggregate function is invalid.</string>
- <string name="RGE_BADDTYPE" errorCode="0214">Columns of an unknown data type cannot be included in a snapshot.</string>
- <string name="RGE_EXTFUNCBINPARM" errorCode="0215">The parameter "<param type="string" index="1"/>" to the external function "<param type="string" index="2"/>" must be of type BINARY or VARYING BINARY.</string>
- <string name="RGE_EXTFUNCCHARPARM" errorCode="0216">The parameter "<param type="string" index="1"/>" to the external function "<param type="string" index="2"/>" must be of type CHARACTER or CHARACTER VARYING.</string>
- <string name="RGE_EXTFUNCNOTAVAIL" errorCode="0217">The external function "<param type="string" index="1"/>" is not accessible.</string>
- <string name="RGE_EXTFUNCNUMPARMS" errorCode="0218">The external function "<param type="string" index="1"/>" requires <param type="integer" index="2"/> parameter(s), but <param type="integer" index="3"/> supplied.</string>
- <string name="RGE_FUNC_NOT_AVAIL" errorCode="0219">The function "<param type="string" index="1"/>" is being used for local processing but is not available as a built-in function, or at least one of its parameters is not supported.</string>
- <string name="RGE_INVBLOBACC" errorCode="0220">A database key or unique index is required to access blob data.</string>
- <string name="RGE_NONAME" errorCode="0221">Expressions occurring in snapshots must be named.</string>
- <string name="RGE_NOTYPE" errorCode="0222">The data type of parameter "<param type="string" index="1"/>" cannot be determined.</string>
- <string name="RGE_SORTONBLOB" errorCode="0223">A sort is attempted on a blob or text field.</string>
- <string name="RJN_KEY_MAKE" errorCode="0224">Key load error in the join engine (Key column: <param type="integer" index="1"/>).</string>
- <string name="RJN_KEY_MAKE_ES" errorCode="0225">Key load error in the join engine.</string>
- <string name="RJN_EQUI_KEY" errorCode="0226">Equivalence is not a key.</string>
- <string name="RJN_EQUI_TYPE" errorCode="0227">Equivalence types are incompatible.</string>
- <string name="RJN_INVL_PARM_ATTR" errorCode="0228">Invalid join parameter in the attribute <param type="integer" index="1"/>.</string>
- <string name="RJN_INVL_PARM_BLOCK" errorCode="0229">The specified join list store block size: <param type="integer" index="1"/> is invalid. It should be at least 2.</string>
- <string name="RJN_INVL_PARM_BUFFER" errorCode="0230">The specified join container buffer size: <param type="integer" index="1"/>is invalid. It should be at least 64 kb.</string>
- <string name="RJN_INVL_PARM_JOIN" errorCode="0231">The parameter join type <param type="integer" index="1"/>is invalid.</string>
- <string name="RJN_INVL_PARM_OPER" errorCode="0232">The join equivalence operator <param type="integer" index="1"/>is invalid.</string>
- <string name="RJN_INVL_PARM_TBLS" errorCode="0233">Number of join tables <param type="integer" index="1"/> < 2.</string>
- <string name="RJN_JOIN_MIXED" errorCode="0234">Given join cannot be mixed with other join types.</string>
- <string name="RJN_JOIN_NOTVALID" errorCode="0235">Given join is not valid.</string>
- <string name="RJN_LTBL_ATTR" errorCode="0236">Left table attribute is not a key.</string>
- <string name="RJN_MULTITBL_ALL" errorCode="0237">Multitable for inner, cross, union, except and intersect.</string>
- <string name="RJN_MULTITBL_MIXED" errorCode="0238">Multitables cannot mix operators.</string>
- <string name="RJN_ONE_TIME" errorCode="0239">Error "<param type="string" index="1"/>".</string>
- <string name="RJN_RTBL_ATTR" errorCode="0240">Right table attribute is not a key.</string>
- <string name="RJN_VRANGE_SET1" errorCode="0241">The value is out of range: the current set is <param type="integer" index="1"/> > the total aggregate is defined as <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_SET2" errorCode="0242">The value is out of range: the current set is <param type="integer" index="1"/> > the total projection is defined as <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_AGGR" errorCode="0243">The value is out of range: the aggregates defined as <param type="integer" index="1"/> are different than the total aggregates <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_ATT2" errorCode="0244">The value is out of range: the attribute number <param type="integer" index="1"/>, order <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_ATTR" errorCode="0245">The value is out of range: the set attributes <param type="integer" index="1"/>, total attributes <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_COL" errorCode="0246">The value is out of range: the input column <param type="integer" index="1"/> > total columns <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_COMP_BREAK" errorCode="0247">The value is out of range: the compute break set <param type="integer" index="1"/> > total key <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_CTRL_BREAK" errorCode="0248">The value is out of range: the control break set <param type="integer" index="1"/> > total key <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_CURS" errorCode="0249">The value is out of range: the key cursor number <param type="integer" index="1"/>, order <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_JIDX" errorCode="0250">The value is out of range: the join index <param type="integer" index="1"/>, total <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_KEY1" errorCode="0251">The value is out of range: the number of keys for the cursor <param type="integer" index="1"/>, total key <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_KEY2" errorCode="0252">The value is out of range: the set keys <param type="integer" index="1"/>, total keys <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_LATTR" errorCode="0253">The value is out of range: the left attribute <param type="integer" index="1"/>, maximum table attribute <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_LTBLI" errorCode="0254">The value is out of range: the left table index <param type="integer" index="1"/>, right table index <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_MKEY" errorCode="0255">The value is out of range: the table key count <param type="integer" index="1"/>, multi-key count <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_PROJ" errorCode="0256">The value is out of range: projections defined <param type="integer" index="1"/> different than total projections <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_RATTR" errorCode="0257">The value is out of range: the right attribute <param type="integer" index="1"/>, maximum table attribute <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_REC" errorCode="0258">The value is out of range: total record <param type="integer" index="1"/>, update request range <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_RTBLI" errorCode="0259">The value is out of range: the right table index <param type="integer" index="1"/>, join index <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_SET3" errorCode="0260">The value is out of range: equivalence index set <param type="integer" index="1"/>, total <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_TBL1" errorCode="0261">The value is out of range: the table key count <param type="integer" index="1"/>, exist key count <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_TBL2" errorCode="0262">The value is out of range: the number of tables <param type="integer" index="1"/>, the maximum allowed <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_TBL3" errorCode="0263">The value is out of range: the table number <param type="integer" index="1"/>, order <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_UPD1" errorCode="0264">The value is out of range: the update set number <param type="integer" index="1"/>, order <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_UPD2" errorCode="0265">The value is out of range: the update set number <param type="integer" index="1"/>, total set <param type="integer" index="2"/>.</string>
- <string name="RJN_VRANGE_UPD3" errorCode="0266">The value is out of range: the update field number <param type="integer" index="1"/>, total field <param type="integer" index="2"/>.</string>
- <string name="RPR_BAD_PARAM_TYPE" errorCode="0267">Incompatible types for parameter number <param type="integer" index="1"/> in the function "<param type="string" index="2"/>".</string>
- <string name="RPR_DBFUNCPARAM" errorCode="0268">The function "<param type="string" index="1"/>" must be processed by the database but the parameter "<param type="string" index="2"/>" is not supported by the database.</string>
- <string name="RPR_FACLIMIT" errorCode="0269">The maximum number of boolean factors in a predicate expression "<param type="string" index="1"/>" has been exceeded.</string>
- <string name="RPR_NSTAGGR" errorCode="0270">Aggregate functions may not be nested.</string>
- <string name="RPR_ILLAGGCOMB" errorCode="0271">Illegal combination of standard and extended aggregates.</string>
- <string name="RPR_ILLRAGG" errorCode="0272">Running aggregates are not permitted in a group operation.</string>
- <string name="RPR_ILLREF" errorCode="0273">An invalid reference to column "<param type="string" index="1"/>" was detected in a group operation.</string>
- <string name="RPR_ILLXAGG" errorCode="0274">A "FOR" clause may not be specified for aggregates in a group operation.</string>
- <string name="RPR_INVATCLAUSE" errorCode="0275">An invalid "AT" clause was detected in an aggregate specification.</string>
- <string name="RPR_INVFORCLAUSE" errorCode="0276">An invalid "FOR" clause was detected in an aggregate specification.</string>
- <string name="RPR_INVSUBQ" errorCode="0277">A subquery may not return more than one column.</string>
- <string name="RPR_INVUPDOP" errorCode="0278">A database key or unique index is required to perform this update operation.</string>
- <string name="RPR_WHRAGGR" errorCode="0279">Aggregate functions are not allowed in the "WHERE" clause.</string>
- <string name="ROP_INVJOIN" errorCode="0280">An invalid join specification was detected.</string>
- <string name="ROP_UNIONTYPES" errorCode="0281">The column types in the select lists in the "UNION" clause do not match.</string>
- <string name="RTG_BADIDENTIFIER" errorCode="0282">Trailing blanks are not permitted in delimited identifiers.</string>
- <string name="RTI_BADMETADATA" errorCode="0283">Metadata describing "<param type="string" index="1"/>" does not match results from the database.</string>
- <string name="RTI_GWERROR" errorCode="0284">A gateway exception has occurred during the operation "<param type="string" index="1"/>" for the database "<param type="string" index="2"/>".</string>
- <string name="RTI_INVALIDREQ" errorCode="0285">Insert/Update/Delete requests are not permitted for read-only, scrollable cursors.</string>
- <string name="RTI_INVSUBQ" errorCode="0286">A subquery returned more than one row.</string>
- <string name="RTI_IOERROR" errorCode="0287">An Input/Output error was encountered for relation "<param type="string" index="1"/>".</string>
- <string name="RTI_IOOPEN" errorCode="0288">An Input/Output error occurred while opening the file "<param type="string" index="1"/>".</string>
- <string name="RTI_TMPFILE" errorCode="0289">There is insufficient disk space to create a temporary file.</string>
- <string name="SAP_ATTACH" errorCode="0290">The connection parameter "<param type="string" index="1"/>" is incorrect.</string>
- <string name="SAP_BAD_QUERY" errorCode="0291">A null query pointer has been supplied.</string>
- <string name="SAP_BAD_TABLENAME" errorCode="0292">Invalid table name.</string>
- <string name="SAP_BADMETADATA" errorCode="0293">An error occurred while loading metadata.</string>
- <string name="SAP_COMPRESS_ERROR" errorCode="0294">An error occurred while compressing data.</string>
- <string name="SAP_CONNECTION_FAILURE" errorCode="0295">Unable to connect. The connection error is: "<param type="string" index="1"/>".</string>
- <string name="SAP_FILE_ERROR" errorCode="0296">SAP returned the following file operation error code: "<param type="string" index="1"/>" </string>
- <string name="SAP_GENERAL_FAILURE" errorCode="0297">SAP returned message: "<param type="string" index="1"/>".</string>
- <string name="SAP_INSTANCE_INVALID" errorCode="0298">Instance is invalid.</string>
- <string name="SAP_NO_COLUMNS" errorCode="0299">No columns found for the table "<param type="string" index="1"/>".</string>
- <string name="SAP_OS_UNKNOWN" errorCode="0300">"ABAP": Operating system is not supported by SAP.</string>
- <string name="SAP_QUERY_NOT_ACTIVE" errorCode="0301">An attempt was made to retrieve data or stop a query which is not running.</string>
- <string name="SAP_RFC_FAILURE" errorCode="0302">The RFC interface function failed.</string>
- <string name="SAP_RECORD_TOO_LONG" errorCode="0303">The record length is longer than the data buffer.</string>
- <string name="SAP_SEMAPHORE_ERROR" errorCode="0304">SAP returned a "semaphore failed" error condition.</string>
- <string name="SAP_TOO_MANY_QUERIES" errorCode="0305">The maximum number of concurrent queries is exceeded.</string>
- <string name="SAP_UNKNOWN_CODE_PAGE" errorCode="0306">Unknown SAP application code page: <param type="string" index="1"/>.</string>
- <string name="SAP_UNKNOWN_NUM_PRESENT" errorCode="0307">Unknown SAP numbers representation type.</string>
- <string name="SAP_UNKNOWN_RECORD_LENGTH" errorCode="0308">"ABAP": Record length is not specified.</string>
- <string name="SAP_UNPACK_ERROR" errorCode="0309">An error occurred while decompressing data.</string>
- <string name="SAP_UNSUPPORTED_LANGUAGE" errorCode="0310">The specified language identifier is not supported by the database.</string>
- <string name="SB_AGG_IN_WHERE" errorCode="0311">An aggregate function cannot appear in a "WHERE" clause.</string>
- <string name="SB_BAD_AVG_OP" errorCode="0312">The function "AVG" must have a numeric operand.</string>
- <string name="SB_BAD_EXPR" errorCode="0313">An inconsistent arithmetic expression was detected.</string>
- <string name="SB_BAD_NEG_OP" errorCode="0314">The negation operator must have a numeric operand.</string>
- <string name="SB_BAD_SUM_OP" errorCode="0315">The function "SUM" must have a numeric operand.</string>
- <string name="SB_INCONS_LOGICAL" errorCode="0316">An inconsistent logical operation was specified.</string>
- <string name="SECURITY" errorCode="0317">An operation was attempted without appropriate permissions during the operation "<param type="string" index="1"/>".</string>
- <string name="SN_MAPFILECREATE" errorCode="0318">Unable to create Mapfile "<param type="string" index="1"/>".</string>
- <string name="SS_AMBIG_COL" errorCode="0319">The reference to column "<param type="string" index="1"/>" is ambiguous.</string>
- <string name="SS_APPROX_NUMERIC_TYPE" errorCode="0320">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not an approximate numeric value.</string>
- <string name="SS_BAD_AVG_OP" errorCode="0321">The function "AVG" must have a numeric operand.</string>
- <string name="SS_BAD_COL" errorCode="0322">Unable to find the column "<param type="string" index="1"/>".</string>
- <string name="SS_BAD_DBNAME" errorCode="0323">The logical database name "<param type="string" index="1"/>" is invalid; "<param type="string" index="2"/>" was expected.</string>
- <string name="SS_BAD_NUM_PARMS1" errorCode="0324">The function "<param type="string" index="1"/>" requires one parameter, but <param type="integer" index="2"/> were supplied.</string>
- <string name="SS_BAD_NUM_PARMS2" errorCode="0325">The function "<param type="string" index="1"/>" requires <param type="integer" index="2"/> parameters, but <param type="integer" index="3"/> were supplied.</string>
- <string name="SS_BAD_NUM_PARMS3" errorCode="0326">The function "<param type="string" index="1"/>" requires <param type="integer" index="2"/> parameters, but one parameter was supplied.</string>
- <string name="SS_BAD_OBJECT" errorCode="0327">An invalid object name was detected in the SQL request.</string>
- <string name="SS_BAD_QUAL_COL" errorCode="0328">Unable to find the column "<param type="string" index="1"/>.<param type="string" index="2"/>".</string>
- <string name="SS_BAD_SORT_COL" errorCode="0329">The column "<param type="string" index="1"/>" in the "order by" clause is not in the "select" list.</string>
- <string name="SS_BAD_SORT_IDX" errorCode="0330"> The "order by" index <param type="integer" index="1"/> is out of range.</string>
- <string name="SS_BAD_STDDEV_OP" errorCode="0331">The function "STDDEV" must have a numeric operand.</string>
- <string name="SS_BAD_SUM_OP" errorCode="0332">The function "SUM" must have a numeric operand.</string>
- <string name="SS_BAD_TABLE" errorCode="0333">The table "<param type="string" index="1"/>" was not found in the dictionary.</string>
- <string name="SS_BAD_VARIANCE_OP" errorCode="0334">The function "VARIANCE" must have a numeric operand.</string>
- <string name="SS_CHAR_TYPE" errorCode="0335">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not a character value.</string>
- <string name="SS_DATETIME_TYPE" errorCode="0336">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not a "DATE" or "DATETIME" value.</string>
- <string name="SS_DECIMAL_TYPE" errorCode="0337">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not a "DECIMAL" or "NUMERIC" value.</string>
- <string name="SS_DOUBLE_QUAL" errorCode="0338">In addition to the logical database name, only one other table or procedure name qualifier is permitted.</string>
- <string name="SS_FUNC_NOT_SUPPORTED" errorCode="0339">The "<param type="string" index="1"/>" function is not supported by the underlying database.</string>
- <string name="SS_FUNC_NOTSUPP_COUNT_EXPR" errorCode="0340">The counting of value expressions function is not supported by the underlying database.</string>
- <string name="SS_FUNC_NOTSUPP_COUNT_NON_DIST" errorCode="0341">The count function without the 'distinct' keyword is not supported by the underlying database.</string>
- <string name="SS_FUNC_NOTSUPP_DISTINCT_AGGREGATES" errorCode="0342">The distinct aggregate functions are not supported by the underlying database.</string>
- <string name="SS_FUNC_NOTSUPP_EXPR_AGGREGATES" errorCode="0343">The aggregation of expressions function is not supported by the underlying database.</string>
- <string name="SS_INCONS_LOGICAL" errorCode="0344">An inconsistent logical operation was specified.</string>
- <string name="SS_INFO_SYNTAX" errorCode="0345">The description of the "<param type="string" index="1"/>" function in the database information file is invalid.</string>
- <string name="SS_INTEGER_TYPE" errorCode="0346">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not an integer value.</string>
- <string name="SS_INVALID_TYPE" errorCode="0347">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is an invalid type.</string>
- <string name="SS_META" errorCode="0348">The following feature is not supported in metadata requests: "<param type="string" index="1"/>.</string>
- <string name="SS_META3" errorCode="0349">An invalid metadata request was specified.</string>
- <string name="SS_NO_TYPE_INFO" errorCode="0350">The type of parameter number <param type="integer" index="1"/> to the "<param type="string" index="2"/>" function could not be determined due to insufficient metadata.</string>
- <string name="SS_NUM_PARAMS" errorCode="0351">An incorrect number of parameters was supplied to the "<param type="string" index="1"/>" function. It accepts <param type="integer" index="2"/> parameter(s).</string>
- <string name="SS_OPT_PARAMS" errorCode="0352">The "<param type="string" index="1"/>" function accepts <param type="integer" index="2"/> to <param type="integer" index="3"/> parameters, but <param type="integer" index="4"/> were supplied.</string>
- <string name="SS_PARSER" errorCode="0353">An error was detected while processing the SQL request.</string>
- <string name="SS_PROC_PARM" errorCode="0354">A procedure parameter may be defined to be only one of the following types: "IN", "OUT", "IN OUT", or "RETURNING".</string>
- <string name="SS_QUAD_TYPE" errorCode="0355">The parameter number <param type="integer" index="1"/> for the "<param type="string" index="2"/>" function is not a quad numeric value.</string>
- <string name="SS_SINGLE_QUAL" errorCode="0356">Only the logical database name can be used to qualify a table or procedure name.</string>
- <string name="SS_SQL_SYNTAX" errorCode="0357">A syntax error was detected in the SQL request.</string>
- <string name="SS_SYNTAX" errorCode="0358">Line <param type="integer" index="1"/>: Syntax error near "<param type="string" index="2"/>".</string>
- <string name="SS_UNMATCHED_PARAM" errorCode="0359">Unable to map a Sybase parameter to its associated parameter in the function "<param type="string" index="1"/>".</string>
- <string name="SS_UNSUPP_FEATURE" errorCode="0360">The target database does not support the "<param type="string" index="1"/>" option.</string>
- <string name="SS_UNSUPP_FEATURE_AGGREGATES_IN_EXPR" errorCode="0361">The target database does not support aggregation in expressions.</string>
- <string name="SS_UNSUPP_FEATURE_COALESCE" errorCode="0362">The target database does not support coalesce.</string>
- <string name="SS_UNSUPP_FEATURE_DATE_LITERAL" errorCode="0363">The target database does not support date literals.</string>
- <string name="SS_UNSUPP_FEATURE_DATETIME_LITERAL" errorCode="0364">The target database does not support date-time literals.</string>
- <string name="SS_UNSUPP_FEATURE_DBKEY" errorCode="0365">The target database does not support "dbkey".</string>
- <string name="SS_UNSUPP_FEATURE_DERIVED_TABLES" errorCode="0366">The target database does not support derived tables.</string>
- <string name="SS_UNSUPP_FEATURE_ESCAPE" errorCode="0367">The target database does not support the "ESCAPE" clause of the "LIKE" operator.</string>
- <string name="SS_UNSUPP_FEATURE_GROUP_BY_EXPR" errorCode="0368">The target database does not support grouping by value expressions.</string>
- <string name="SS_UNSUPP_FEATURE_INTERVAL_LITERAL" errorCode="0369">The target database does not support interval literals.</string>
- <string name="SS_UNSUPP_FEATURE_IS_NULL_EXPR" errorCode="0370">The target database does not support "IS NULL" expressions.</string>
- <string name="SS_UNSUPP_FEATURE_LIKE_VALUE_EXPR" errorCode="0371">The target database does not support like value expressions.</string>
- <string name="SS_UNSUPP_FEATURE_NULL_DATE_LITERAL" errorCode="0372">The target database does not support null date-time literals.</string>
- <string name="SS_UNSUPP_FEATURE_NULLIF" errorCode="0373">The target database does not support "nullif".</string>
- <string name="SS_UNSUPP_FEATURE_SEARCHED_CASE" errorCode="0374">The target database does not support searched case statements.</string>
- <string name="SS_UNSUPP_FEATURE_SIMPLE_CASE" errorCode="0375">The target database does not support simple case statements.</string>
- <string name="SS_UNSUPP_FEATURE_SINGLETON_SELECT" errorCode="0376">The target database does not support singleton select.</string>
- <string name="SS_UNSUPP_FEATURE_STDDEV_AGGREGATE" errorCode="0377">The target database does not support standard deviation aggregates.</string>
- <string name="SS_UNSUPP_FEATURE_STRING_CONCAT" errorCode="0378">The target database does not support string concatenation.</string>
- <string name="SS_UNSUPP_FEATURE_TIME_LITERAL" errorCode="0379">The target database does not support time literals.</string>
- <string name="SS_UNSUPP_FEATURE_VARIANCE_AGGREGATE" errorCode="0380">The target database does not support variance aggregates.</string>
- <string name="SS_USING_CLAUSE" errorCode="0381">The 'using' condition for table joins is not currently supported.</string>
- <string name="SS_UNION" errorCode="0382">the UNION operator</string>
- <string name="SS_EXCEPT" errorCode="0383">the EXCEPT operator</string>
- <string name="SS_INTERSECT" errorCode="0384">the INTERSECT operator</string>
- <string name="SS_UNION_ALL" errorCode="0385">the UNION ALL operator</string>
- <string name="SS_EXCEPT_ALL" errorCode="0386">the EXCEPT ALL operator</string>
- <string name="SS_INTERSECT_ALL" errorCode="0387">the INTERSECT ALL operator</string>
- <string name="SOM_NOKEYSUPPORT" errorCode="0388">The sort manager does not support "<param type="string" index="1"/>" as sort keys.</string>
- <string name="SOM_SORT_GENERAL" errorCode="0389">A machine-specific error has occurred within the sort manager.</string>
- <string name="STATE" errorCode="0390">The "<param type="string" index="1"/>" routine has been called out of sequence.</string>
- <string name="STRINGEXCEPTION" errorCode="0391">A string manipulation exception occurred during the "<param type="string" index="1"/>" operation.</string>
- <string name="SUCCESS_WARN" errorCode="0392">The "<param type="string" index="1"/>" operation completed successfully with a warning.</string>
- <string name="SY_DBPROCLIMIT" errorCode="0393">The maximum number of simultaneously open DBPROCESSes has been exceeded.</string>
- <string name="SY_SITELIMIT" errorCode="0394">The maximum number of sites participating in two-phase commit has been exceeded.</string>
- <string name="SYSREQUEST" errorCode="0395">The operating system returned an error during the operation "<param type="string" index="1"/>".</string>
- <string name="TEBDBHANDLE" errorCode="0396">The transaction existence block contains a bad database handle.</string>
- <string name="TIMEOUT" errorCode="0397">The server on "<param type="string" index="1"/>" for user "<param type="string" index="2"/>" has timed out.</string>
- <string name="TMPCLOSE" errorCode="0398">A low-level Input/Output error occurred while closing a temporary file.</string>
- <string name="TMPOPEN" errorCode="0399">A low-level Input/Output error occurred while opening a temporary file.</string>
- <string name="TMPREAD" errorCode="0400">A low-level Input/Output error occurred while reading from a temporary file.</string>
- <string name="TMPWRITE" errorCode="0401">A low-level Input/Output error occurred while writing to a temporary file.</string>
- <string name="TOOMANYWOPENS" errorCode="0402">An attempt was made to open more blobs than are associated with a particular request.</string>
- <string name="TRANSACTIONS" errorCode="0403">There are active transactions associated with the specified database.</string>
- <string name="TRUN_AND_ADDCOL" errorCode="0404">Truncation has been performed on data and there are one or more additional columns in data.</string>
- <string name="TRUNCATION" errorCode="0405">The target database has performed truncation on data.</string>
- <string name="TRUNCBLOB" errorCode="0406">The blob data has been truncated to the size specified at creation.</string>
- <string name="TYPENOTSUPPORTED" errorCode="0407">The data type "<param type="string" index="1"/>" is not supported by this gateway.</string>
- <string name="UNKNOWN_COLLATION" errorCode="0408">The collation sequence "<param type="string" index="1"/>" does not exist.</string>
- <string name="UNSUPPORTED_ATTRIB" errorCode="0409">The "<param type="string" index="1"/>" attribute is not supported by the "<param type="string" index="2"/>" gateway.</string>
- <string name="XDA_FSUNAVAILABLE" errorCode="0411">Either "<param type="string" index="1"/>" or a file required by "<param type="string" index="2"/>" could not be found.</string>
- <string name="XDA_INVLORG" errorCode="0413">An invalid file organization (<param type="string" index="1"/>) has been supplied.</string>
- <string name="XDA_INVLDFS" errorCode="0414">An invalid gateway identifier has been supplied.</string>
- <string name="XDA_INVLDMODE" errorCode="0415">An invalid open mode (<param type="string" index="1"/>) has been supplied.</string>
- <string name="XDA_INVLDSS" errorCode="0416">The file "<param type="string" index="1"/>" is not a valid snapshot.</string>
- <string name="XDA_INVLFD" errorCode="0417">An invalid file descriptor has been supplied.</string>
- <string name="XDA_LOADFSFAILED" errorCode="0418">Unable to load the "<param type="string" index="1"/>" gateway.</string>
- <string name="XDA_MUTEX_LOCK" errorCode="0419">Unable to lock a mutex.</string>
- <string name="XDA_NOTOPEN" errorCode="0421">The file "<param type="string" index="1"/>" is not open.</string>
- <string name="XDA_UNSUPPTYPE" errorCode="0424">An invalid item type "<param type="string" index="1"/>" has been supplied.</string>
- <string name="XDA_VERSMISMATCH" errorCode="0425">A version mismatch occurred for the "<param type="string" index="1"/>" gateway. Expected <param type="integer" index="2"/>.<param type="integer" index="3"/> but found <param type="integer" index="4"/>.<param type="integer" index="5"/>.</string>
- <string name="XDA_DIRECT" errorCode="0410">direct</string>
- <string name="XDA_INDEXED" errorCode="0412">indexed</string>
- <string name="XDA_NONE" errorCode="0420">none</string>
- <string name="XDA_NULL_ORG" errorCode="0422">none</string>
- <string name="XDA_RELATIVE" errorCode="0423">relative</string>
- <string name="XML_BADMETADATA" errorCode="0426">An error occurred while loading metadata for the table "<param type="string" index="1"/>".</string>
- <string name="XML_CONNECT_FORMAT" errorCode="0427">The connection parameter "<param type="string" index="1"/>" is incorrect.</string>
- <string name="XML_FILE_NOT_EXIST" errorCode="0428">The file does not exist.</string>
- <string name="XML_NO_COLUMNS" errorCode="0429">XML source does not contain columns for the table "<param type="string" index="1"/>".</string>
- <string name="XML_TABLE_NOT_FOUND" errorCode="0430">XML source does not contain the table "<param type="string" index="1"/>".</string>
- <string name="YV_LOADSGIFAILED" errorCode="0431">Unable to load the "<param type="string" index="1"/>" gateway.</string>
- <string name="YV_SGINOLIB" errorCode="0432">Unable to locate the gateway "<param type="string" index="1"/>".</string>
- <string name="YV_SGINOTSUPP" errorCode="0433">The database type "<param type="string" index="1"/>" associated with the database name "<param type="string" index="2"/>" is not supported.</string>
- <string name="IG_DBPARMS" errorCode="0434">INGRES database procedures support only input parameters and an optional integer return status.</string>
- <string name="CT_CLIENT_CB" errorCode="0436">Install the client message callback function.</string>
- <string name="CT_LIBRARY_ERROR" errorCode="0439">The Sybase returned the following message: "<param type="string" index="1"/>".</string>
- <string name="CT_NO_SAVEPOINTS" errorCode="0440">Unable to create transaction savepoints in "<param type="string" index="1"/>" transaction mode.</string>
- <string name="CT_NO_SAVEPOINTS_AUTOCOMMIT" errorCode="0441">Unable to create transaction savepoints in 'auto commit' transaction mode.</string>
- <string name="CT_NO_SAVEPOINTS_PASSIVE" errorCode="0442">Unable to create transaction savepoints in 'passive' transaction mode.</string>
- <string name="CT_OS_ERROR_1" errorCode="0443">The host: <param type="string" index="1"/> returned the following operating system error code: <param type="integer" index="2"/>.</string>
- <string name="CT_OS_ERROR_2" errorCode="0444">The host: <param type="string" index="1"/> returned the following operating system error text: "<param type="string" index="2"/>".</string>
- <string name="CT_SERVER_ERROR_1" errorCode="0445">The Sybase server: <param type="string" index="1"/> returned the following message: "<param type="string" index="2"/>".</string>
- <string name="UNEXPECTED_ERROR" errorCode="0450">An unexpected error encountered during the "<param type="string" index="1"/>" operation.</string>
- <string name="CT_SERVER_ERROR_2" errorCode="4446">The Sybase server: <param type="string" index="1"/> returned an error at line <param type="integer" index="2"/> in the stored procedure "<param type="string" index="3"/>".</string>
- <string name="CT_TDS_VERSION" errorCode="4451">The connection only supports TDS version <param type="integer" index="1"/>. TDS version 5.0 is required.</string>
- <string name="CT_UNEXPECTED_RESULT" errorCode="4452">An unexpected result set type "<param type="string" index="1"/>" was encountered during the execution of the CT-Library "<param type="string" index="2"/>" function.</string>
- <string name="RDS_BLOBSUBQUERY" errorCode="0453">Unable to run a subquery to process a blob field.</string>
- <string name="NOTINITIALIZED" errorCode="0454">The initialization routine has not been called yet.</string>
- <string name="PARMNOTDESCRIBED" errorCode="0455">The data type or attributes of a parameter in the request SQL could not be described.</string>
- <string name="CANCELLEDCURSOR" errorCode="0456">The cursor passed to "<param type="string" index="1"/>" has already been cancelled.</string>
- <string name="PENDINGCURSOR" errorCode="0457">The cursor passed to "<param type="string" index="1"/>" is still pending.</string>
- <string name="LOCAL_PROCESSING" errorCode="0458">PREPARE failed because the query requires local processing of the data. The option to allow local processing has not been enabled.</string>
- <string name="AMBIGUOUS_COLUMN" errorCode="0459">Ambiguous column reference is usually caused by trying to select unnamed columns or when there are duplicate column names.</string>
- <string name="EE_EXEC" errorCode="0460">A general exception has occurred during local processing.</string>
- <string name="STRING_CONVERSION" errorCode="0461">Converting string data from "<param type="string" index="2"/>" to Unicode returned an error code: "<param type="integer" index="1"/>".</string>
- <string name="UNSUPP_OLAP_FUNC" errorCode="0462">The OLAP function '<param type="string" index="1"/>' is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DERIVED_TABLES" errorCode="0463">Derived tables are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SET_OPERATOR" errorCode="0464">The set operator '<param type="string" index="1"/>' is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_CORRELATED_SUBQUERIES" errorCode="0465">Correlated subqueries are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_FUNCTION_IN_JOIN_COND" errorCode="0466">The database does not permit the function '<param type="string" index="1"/>' in a join condition. This operation requires local processing of the data.</string>
- <string name="UNSUPP_FUNCTION_PARAMS" errorCode="0467">The function '<param type="string" index="1"/>' contains parameters that are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NESTED_AGGREGATE" errorCode="0468">Nested aggregates are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NESTED_OLAP_FUNC" errorCode="0469">Nested OLAP functions are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NESTED_OLAP_DISTINCT" errorCode="0470">Use of the DISTINCT keyword in the OLAP function '<param type="string" index="1"/>' is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SUBQUERIES" errorCode="0471">Subqueries are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SUBQUERY_IN_AGGREGATE" errorCode="0472">Subqueries in aggregates are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_GROUPBY_IN_EXISTS" errorCode="0473">A GROUP BY clause in an EXISTS predicate is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SUBQUERY_WITH_PARAMS" errorCode="0474">Subqueries with parameters are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OLAP_FUNC_EXTENSION" errorCode="0475">The OLAP function '<param type="string" index="1"/>' contains a clause (AT or PREFILTER) that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_VARCHAR_COMPARE" errorCode="0476">A VARCHAR column in a comparison exceeds the maximum length allowed by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_LITERAL" errorCode="0477">A literal value is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_ORDER_BY_IN_DERIVED_TABLE" errorCode="0478">An ORDER BY clause in a derived table is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_EXPR_IN_GROUP_BY" errorCode="0479">A GROUP BY clause contains an expression that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_RELATION" errorCode="0480">The query contains a reference to a non-relational data source. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OP_OR_EXPR" errorCode="0481">An expression or operator (<param type="string" index="1"/>) is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_EXPR_IN_JOIN_COND" errorCode="0482">The database does not permit aggregates or OLAP functions in a join condition. This operation requires local processing of the data.</string>
- <string name="UNSUPP_AGGREGATE_IN_EXPR" errorCode="0483">The database does not permit aggregates to appear in expressions. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DISTINCT_AGGREGATE" errorCode="0484">The DISTINCT keyword in an aggregate specification is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DISTINCT_AGGREGATE_IN_CASE" errorCode="0485">The DISTINCT keyword with aggregates appearing in a CASE expression is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_COUNT_NON_DISTINCT" errorCode="0486">The COUNT aggregate without the DISTINCT keyword is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_AGGREGATE_LITERAL" errorCode="0487">The database does not permit the operand of an aggregate to be a literal. This operation requires local processing of the data.</string>
- <string name="UNSUPP_AGGREGATE_EXPR" errorCode="0488">The database does not permit the operand of an aggregate to be an expression. This operation requires local processing of the data.</string>
- <string name="UNSUPP_MULTIPLE_DISTINCT" errorCode="0489">Queries with multiple instances of the DISTINCT keyword are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_COUNT_BLOB" errorCode="0490">The database does not permit the operand of a COUNT aggregate to be a blob field. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DATETIME_COMPARE" errorCode="0491">Date/Time comparisons are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DATETIME_ARITHMETIC" errorCode="0492">The database does not support Date/Time arithmetic as defined by the ANSI standard. This operation requires local processing of the data</string>
- <string name="UNSUPP_SEARCHED_CASE" errorCode="0493">A searched CASE expression is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SIMPLE_CASE" errorCode="0494">A simple CASE expression is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NESTED_CASE" errorCode="0495">Nested CASE expressions are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OPTIONAL_TBL_FILTER" errorCode="0496">The database does not permit a filter to be specified on the optional table of an outer join. This operation requires local processing of the data.</string>
- <string name="UNSUPP_INNER_TBL_RESTRICT" errorCode="0497">The database does not permit a table to be both the optional and preserved table of two outer joins. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OPTIONAL_TBL_RESTRICT" errorCode="0498">The database does not permit a table to be the optional table in two outer joins. This operation requires local processing of the data.</string>
- <string name="UNSUPP_TWO_SIDED_JOIN_RESTRICT" errorCode="0499">The database does not permit a join condition between two optional tables to appear in an ON clause. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OPTNL_TBL_JOIN_FILTER" errorCode="0500">The database does not permit the optional table of an outer join to participate in another join. This operation requires local processing of the data.</string>
- <string name="UNSUPP_PRSRV_TBL_JOIN_FILTER" errorCode="0501">The database does not permit the preserved table of an outer join to participate in another join. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NESTED_INNER_JOIN" errorCode="0502">The database does not permit nested inner joins in an outer join specification. This operation requires local processing of the data.</string>
- <string name="UNSUPP_EXPRESSION_IN_IN" errorCode="0503">The database does not permit the value list of an IN predicate to contain an expression. This operation requires local processing of the data.</string>
- <string name="UNSUPP_OLAP_DISTINCT" errorCode="0504">The DISTINCT keyword in an OLAP function specification is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_PREDICATE_EXPR" errorCode="0505">The database does not permit the operand of a '<param type="string" index="1"/>' predicate to be an expression. This operation requires local processing of the data.</string>
- <string name="UNSUPP_LIKE_WITH_ESCAPE" errorCode="0506">The ESCAPE clause of the LIKE predicate is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NOT_IN_SUBQUERY" errorCode="0507">The NOT operator is not supported with the subquery form of the IN predicate.</string>
- <string name="UNSUPP_FILTER" errorCode="0508">A filter condition contains a complex operator.</string>
- <string name="UNSUPP_FULL_NON_EQUI_JOIN" errorCode="0509">Full outer non-equi joins are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NON_EQUIJOINS" errorCode="0510">Non-equi joins are not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_GROUP_BY" errorCode="0511">A GROUP BY clause that is missing one or more detail fields is not permitted by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_JOIN_COND" errorCode="0512">A join condition contains an operator that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_CASE_TO_DECODE" errorCode="0513">The CASE-DECODE conversion cannot be performed due to an operator (<param type="string" index="1"/>) that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_EXTRACT" errorCode="0514">This form of the EXTRACT function is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_JOIN" errorCode="0515">A joined table (<param type="string" index="1"/>) is not supported by the database. This operation requires local processing of the data.</string>
- <string name="INFORMIX_ERROR" errorCode="0516">The Informix server returned the following message: "<param type="string" index="1"/>".</string>
- <string name="UNSUPP_OP_IN_JOIN_COND" errorCode="0517">The database does not permit the '<param type="string" index="1"/>' operator in a join condition. This operation requires local processing of the data.</string>
- <string name="UNSUPP_PRED_IN_JOIN_COND" errorCode="0518">The database does not permit the '<param type="string" index="1"/>' predicate in a join condition. This operation requires local processing of the data.</string>
- <string name="UNEXPECTED_TABLE" errorCode="0519">An unexpected error occurred attempting to retrieve column metadata for the table or view "<param type="string" index="1"/>".</string>
- <string name="UNEXPECTED_TABLE_INDEXES" errorCode="0520">An unexpected error occurred attempting to retrieve index metadata for the table or view "<param type="string" index="1"/>".</string>
- <string name="UNEXPECTED_TABLE_SPECIAL_COLUMNS" errorCode="0521">An unexpected error occurred attempting to retrieve special column metadata for the table or view "<param type="string" index="1"/>".</string>
- <string name="UNEXPECTED_PROC_TABLE_TYPE" errorCode="0522">An unexpected error occurred attempting to retrieve the table type for the stored procedure "<param type="string" index="1"/>".</string>
- <string name="UNEXPECTED_PROC_PARAMETERS" errorCode="0523">An unexpected error occurred attempting to retrieve parameter metadata for the stored procedure "<param type="string" index="1"/>".</string>
- <string name="UNEXPECTED_NODE_TYPE" errorCode="0524">An unexpected request tree node type was encountered during the code generation phase of the PREPARE operation.</string>
- <string name="UNSUPP_MULTIDATABASE_QUERY" errorCode="0525">The query references multiple heterogenous data sources. This operation requires local processing of the data.</string>
- <string name="UNSUPP_DISTINCT" errorCode="0526">The DISTINCT clause is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_ORDER_BY" errorCode="0527">The ORDER BY clause is not supported by the database. This operation requires local processing of the data.</string>
- <string name="XML_PARSER" errorCode="0528">The XML parser returned the following message: "<param type="string" index="1"/>".</string>
- <string name="XML_INVALID" errorCode="0529">XML "<param type="string" index="1"/>" is not a valid XML document.</string>
- <string name="ODBC_THREAD_NOT_STARTED" errorCode="0530">Could not start a gateway thread to execute the request asynchronously</string>
- <string name="UNSUPP_WINDOW_FRAME" errorCode="0531">An OLAP function contains a window frame that is not supported by local processing of the data.</string>
- <string name="DSNAME" errorCode="0532">Data Source is not accessible: "<param type="string" index="1"/>".</string>
- <string name="DSNAME_NOPARAM" errorCode="0533">Data Source is not accessible.</string>
- <string name="INVALCNXSTR" errorCode="0534">Invalid connection string.</string>
- <string name="UNSUPP_CAST_DATATYPE" errorCode="0535">CAST operation on given datatypes is not supported by the database. This operation requires local processing of the data.</string>
- <string name="RBI_WINDOWNOTFOUND" errorCode="0536">The window '<param type="string" index="1"/>' was not found in the current context.</string>
- <string name="UNSUPP_DATATYPE_COMPARE" errorCode="0537">Database does not support comparison of <param type="string" index="1"/> and <param type="string" index="2"/> datatypes.</string>
- <string name="XFORM_TBL_REF_LIMIT" errorCode="0538">Query transformation has created more table reference than the maximum number (<param type="string" index="1"/>) allowed by the database.</string>
- <string name="UNSUPP_BLOB_IN_SC" errorCode="0539">Blob data cannot be accessed because one of the following reasons: a view/stored procedure does not have unique indices, the database does not allow use of IS NULL on expression, or a database function returns blob data.</string>
- <string name="UNSUPP_BLOB_IN_EXPR" errorCode="0540">A "<param type="string" index="1"/>" expression returning a blob result is not supported.</string>
- <string name="UNSUPP_BLOB_IN_SET_OPERATOR" errorCode="0541">A set operator with a select list containing a reference to blob data is not supported.</string>
- <string name="RPR_INVALIDSFILTER" errorCode="0542">A FILTER clause cannot contain a standard aggregate specification.</string>
- <string name="UNSUPP_DB_LIMIT" errorCode="0543">Database does not allow use of more than <param type="string" index="1"/><param type="string" index="2"/> in a query</string>
- <string name="RBI_CURSOR_NOT_FOUND" errorCode="0544">The cursor "<param type="string" index="1"/>" was not found or is inactive.</string>
- <string name="UNSUPP_ORACLE_LONG" errorCode="0545">Oracle LONG dataype column in a UPDATE statement is not supported.</string>
- <string name="ARG_IN_SESSIONENDCOMMAND" errorCode="0546">Arguments in sessionEndCommand block are not supported, therefore are ignored.</string>
- <string name="UNSUPP_PREDICATE_PARM" errorCode="0547">The database does not permit the operand of a '<param type="string" index="1"/>' predicate to be a parameter. This operation requires local processing of the data.</string>
- <string name="SS_UNSUPP_FEATURE_BOOLEAN_LITERAL" errorCode="0548">The target database does not support boolean literals.</string>
- <string name="UNSUPP_BOOLEAN_COMPARISON" errorCode="0549">The target database does not support boolean comparison.</string>
- <string name="UNSUPP_INTERVAL_IN_AGGR" errorCode="0550">The function '<param type="string" index="1"/>' contains an interval parameter that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="RBI_ROWSET_NOT_FOUND" errorCode="0551">The rowset "<param type="string" index="1"/>" was not found.</string>
- <string name="UNSUPP_PRODUCT_JOIN" errorCode="0552">The data source does not support implicit joins. This operation requires local processing of the data.</string>
- <string name="UNSUPP_JOIN_SPECIAL_TABLE" errorCode="0553">The data source does not support joins with special (pool/cluster) tables. This operation requires local processing of the data.</string>
- <string name="UNSUPP_JOIN_EXPR_IN_ON" errorCode="0554">The data source does not support expressions in join conditions. This operation requires local processing of the data.</string>
- <string name="UNSUPP_GROUP_BY_SPECIAL_TABLE" errorCode="0555">The data source does not support grouping on columns belonging to special (pool/cluster) tables. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SORT_SPECIAL_TABLE" errorCode="0556">The data source does not support sorting on columns belonging to special (pool/cluster) tables. This operation requires local processing of the data.</string>
- <string name="UNSUPP_AGGR_SPECIAL_TABLE" errorCode="0557">The data source does not support aggregate functions on columns belonging to special (pool/cluster) tables. This operation requires local processing of the data.</string>
- <string name="UNSUPP_SORT_COLUMN_ONLY" errorCode="0558">The data source only supports sorting by columns. This operation requires local processing of the data.</string>
- <string name="UNSUPP_PREDICATE_VALUE_EXPR" errorCode="0559">The data source only supports value expressions in IN predicates. This operation requires local processing of the data.</string>
- <string name="UNSUPP_NO_SORT_IN_PRODUCT" errorCode="0560">The data source does not support sorting with implicit joins. This operation requires local processing of the data.</string>
- <string name="UNSUPP_AGGR_SIMPLE_FILTER_ONLY" errorCode="0561">The data source does not support expressions in the filter if the projection contains an aggregate function. This operation requires local processing of the data.</string>
- <string name="UNSUPP_FILTER_MUTEX_EXPR_PRED" errorCode="0562">The data source does not support both expressions and predicates in the same filter. This operation requires local processing of the data.</string>
- <string name="FUNCTIONCONV" errorCode="0563">The data source <param type="string" index="1"/> does not support function conversion.</string>
- <string name="GATEWAY_ERROR" errorCode="0564">[<param type="string" index="1"/>]<param type="string" index="2"/></string>
- <string name="MAX_RESOURCE" errorCode="0565">A UDA internal resource limit has been reached in operation <param type="string" index="1"/>. </string>
- <string name="AUTHENTICATION_ERR" errorCode="0566">User authentication failed in operation <param type="string" index="1"/>. </string>
- <string name="OLEDB_UNSUPP_META" errorCode="0567">The OLEDB driver (<param type="string" index="1"/>) does not support the <param type="string" index="2"/> metadata request.</string>
- <string name="RBI_INVALID_COLUMN_NAME_LIST" errorCode="0568">The derived column name list for <param type="string" index="1"/> is invalid.</string>
- <string name="ODBC_LOADLIB" errorCode="0569">Unable to load the driver manager library ( <param type="string" index="1"/> ). </string>
- <string name="ODBC_LOADFUNC" errorCode="0570">Unable to resolve ODBC function ( <param type="string" index="1"/> ). </string>
- <string name="OS_ERROR_MESSAGE" errorCode="0571">The operating system returned an error message ( <param type="string" index="1"/> ). </string>
- <string name="UNSUPPORTED_DBDATATYPE" errorCode="0572">The database data type of column: "<param type="string" index="1"/>" is not supported.</string>
- <string name="NO_NATIVESQL" errorCode="0573">The target datasource does not support native sql.</string>
- <string name="RBI_CURSOR_ALREADY_DEFINED" errorCode="0574">The cursor "<param type="string" index="1"/>" is already defined.</string>
- <string name="UNSUPP_PARAMETER_IN_SELECT_LIST" errorCode="0575">The target database does not support the use of parameters in the select list.</string>
- <string name="INVCOLSEQ" errorCode="0576">An unknown collation sequence "<param type="string" index="1"/>" was specified for the local sort.</string>
- <string name="INVCOLSEQLEVEL" errorCode="0577">An unknown collation sequence level "<param type="string" index="1"/>" was specified for the local sort.</string>
- <string name="UNTERMINATED_COMMENT" errorCode="0578">The comment is not terminated.</string>
- <string name="UNTERMINATED_NATIVESQL" errorCode="0579">The native SQL block is not terminated.</string>
- <string name="UNSUPP_NATIVE_CALL_STATEMENT" errorCode="0580">The use of call statements as derived tables is not supported by the database and requires local processing of the data.</string>
- <string name="INVALID_NULL_SPEC" errorCode="0581">Invalid usage of NULL specification. NULL specification must be cast to a valid data type.</string>
- <string name="UNSUPP_PARAMETER_IN_HAVING" errorCode="0582">Parameters in the having clause are not supported by the target database.</string>
- <string name="OR_UNSUPP_DATA_TYPE" errorCode="0583">Unable to fetch data from column <param type="integer" index="1"/> with user-defined data type</string>
- <string name="UNSUPP_OLAP_WINDOW_ORDER_BY" errorCode="0584">The OLAP function '<param type="string" index="1"/>' contains an ORDER BY clause that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="UNSUPP_LIKE_PATTERN_LITERAL_ONLY" errorCode="0589">The target database only supports string literals in the matching pattern of the LIKE predicate.</string>
- <string name="UNSUPP_DISTINCT_AGGREGATE_VALUE_EXPR" errorCode="0590">The database does not permit the operand of a distinct aggregate to be an expression. This operation requires local processing of the data.</string>
- <string name="UNSUPPORTED_UNICODE_ODBC" errorCode="0591">Unicode ODBC API is not supported by the data source.</string>
- <string name="UNSUPP_ORDERING_SPECIFICATION" errorCode="0592">The ordering specification is not supported by the database. This operation requires local processing of the data.</string>
- <string name="XML_TAG_FAULT" errorCode="0593"><param type="string" index="1"/></string>
- <string name="SS_EMPTY_NATIVESQL" errorCode="0594">The native SQL is empty.</string>
- <string name="SS_UNSUPP_CROSS_PRODUCT" errorCode="0595">Cross products are not supported by the database.</string>
- <string name="SS_UNSUPP_SUBQUERY_IN_CASE" errorCode="0596">Subqueries in case expressions are not supported by the database.</string>
- <string name="SS_UNSUPP_AGG_COUNT" errorCode="0597">The COUNT aggregate is not supported by the database.</string>
- <string name="SS_UNSUPP_AGG_COUNT_STAR" errorCode="0598">The COUNT STAR aggregate is not supported by the database.</string>
- <string name="UNSUPP_OLAP_IN_SUBQUERY" errorCode="0599">Olap functions in the subquery are not supported by the database.</string>
- <string name="ODBC_CONNECT_ERROR" errorCode="0600">An unknown exception has occurred while connecting to an ODBC data source. It is possible the driver is using an unexpected character encoding (<param type="string" index="1"/> expected).</string>
- <string name="INVBLOB_SCROLLABLE_ACCESS_NAME" errorCode="0601">Cannot access blob data of previous rows, since the query contains blob column "<param type="string" index="1"/>" that requires sequential access.</string>
- <string name="INVBLOB_SCROLLABLE_ACCESS_ORD" errorCode="0602">Cannot access blob data of previous rows, since the query contains blob column at the position "<param type="integer" index="1"/>" that requires sequential access.</string>
- <string name="THREADSTART_TIMEOUT" errorCode="0603">A thread that is used to execute the request asynchronously failed to start after time-out in <param type="integer" index="1"/> seconds.</string>
- <string name="INVALID_ASP_VALUE" errorCode="0604">The supplied value "<param type="string" index="1"/>" is invalid for the entry name "<param type="string" index="2"/>" in the configuration settings.</string>
- <string name="INVALID_ASP_ENTRY" errorCode="0605">The supplied value "<param type="string" index="1"/>" is invalid for the database name "<param type="string" index="2"/>" in the advanced settings - Configuration.</string>
- <string name="UNSUPP_CONSTANT_IN_OLAP_WINDOW" errorCode="0606">Window frame of an OLAP function contains a constant that is not supported by the database. This operation requires local processing of the data.</string>
- <string name="NATIVESQL_EXPR_NOT_AVAIL" errorCode="0607">Native SQL expressions ( "<param type="string" index="1"/>" ) cannot be used for local processing.</string>
- </section>
- <section name="MDP">
- <string name="SYNTAX" errorCode="0000">Line <param type="integer" index="1"/>: Syntax error near "<param type="string" index="2"/>".</string>
- <string name="TABLE_NOT_FOUND" errorCode="0001">Line <param type="integer" index="1"/>: Table "<param type="string" index="2"/>" was not found in the cache. "<param type="string" index="3"/>" will not be added to the cache.</string>
- <string name="TABLE_EXISTS" errorCode="0002">Line <param type="integer" index="1"/>: Table "<param type="string" index="2"/>" already exists in the cache.</string>
- <string name="NO_VALID_COLUMNS" errorCode="0003">Line <param type="integer" index="1"/>: None of the columns specified exists in the table "<param type="string" index="2"/>". Clause will be ignored.</string>
- <string name="COLUMN_NOT_FOUND" errorCode="0004">Line <param type="integer" index="1"/>: Column "<param type="string" index="2"/>" was not found in the table "<param type="string" index="3"/>". The column will be ignored.</string>
- <string name="TABLE_SPECIAL_COL" errorCode="0005">Line <param type="integer" index="1"/>: Table "<param type="string" index="2"/>" was not found in the cache. Special columns will not be added to the cache.</string>
- </section>
- <section name="EE">
- <string name="ASCII_RANGE" errorCode="0001">The operand in the "ascii/asciiz" function is too large or too small.</string>
- <string name="ASTAPP" errorCode="0002">The subexpression tree is already attached to another expression tree.</string>
- <string name="BAD_VERSION" errorCode="0003">The code passed to "EEexec" is not compatible with this version of the "Expression Engine".</string>
- <string name="BUFCNT" errorCode="0004">There is a reference to a non-existent buffer.</string>
- <string name="BUFLMT" errorCode="0005">There is a reference to an invalid buffer offset.</string>
- <string name="CALL1" errorCode="0006">The first operand to the "call" operator must be a routine.</string>
- <string name="CNV" errorCode="0007">The conversion of the data type "<param type="string" index="1"/>" to "<param type="string" index="2"/>" is illegal.</string>
- <string name="CONV_ASCII" errorCode="0008">The operand in the "ascii/asciiz" function is invalid.</string>
- <string name="DAT_SIZ" errorCode="0009">The size of a "portable date" data type must be 6 or 8, not <param type="integer" index="1"/>.</string>
- <string name="DATETIME_FIELDS" errorCode="0010">The datetime fields must match exactly for the requested calculations</string>
- <string name="EXC_LDFF" errorCode="0011">A "freeform" number is invalid.</string>
- <string name="EXC_LDPF" errorCode="0012">A "portable float" number is invalid.</string>
- <string name="EXC_MATPATT" errorCode="0013">The operand in the "matchpattern" function is invalid.</string>
- <string name="EXC_NOCODE" errorCode="0014">A routine was not compiled.</string>
- <string name="EXC_NOROUT" errorCode="0015">A routine identifier could not be found in the repository.</string>
- <string name="EXC_PRM" errorCode="0016">The parameter stack has overflowed.</string>
- <string name="EXC_STFF1" errorCode="0017">Arithmetic overflow occurred while converting "floating point" to "freeform".</string>
- <string name="EXC_STFF2" errorCode="0018">Arithmetic overflow occurred while converting "floating point" to "freeform".</string>
- <string name="EXC_STPF" errorCode="0019">Arithmetic overflow occurred while converting "floating point" to "portable float".</string>
- <string name="EXP1" errorCode="0020">The "Expression Engine" node "<param type="string" index="1"/>" requires more operands.</string>
- <string name="EXP2" errorCode="0021">The "Expression Engine" node "<param type="string" index="1"/>" requires fewer operands.</string>
- <string name="EXTCALL_UDF" errorCode="0022">The "external_call()" function was not specified.</string>
- <string name="EXTERNAL_ERROR" errorCode="0023">An external routine has failed.</string>
- <string name="EXTRACT_ARG" errorCode="0024">The second parameter of "extract" must be a constant between 1 and 6.</string>
- <string name="EXTRACT_INTERVAL" errorCode="0025">It is illegal to extract a year or month from an "interval".</string>
- <string name="FMT" errorCode="0026">The operator "format" is invalid for the data type "<param type="string" index="1"/>".</string>
- <string name="INTERR" errorCode="0027">There is an "Expression Engine" Internal Error at "<param type="string" index="1"/>:<param type="integer" index="2"/>".</string>
- <string name="INTCALL_UDF" errorCode="0028">The "internal_call" function was not specified.</string>
- <string name="INV_DATETIME" errorCode="0029">A date/time value is invalid.</string>
- <string name="LCLLMT" errorCode="0030">There is a reference to an invalid local offset.</string>
- <string name="LKPRM_UDF" errorCode="0031">The "lookup_param" function was not specified.</string>
- <string name="LKUP_UDF" errorCode="0032">The "lookup_name" function was not specified.</string>
- <string name="NAMPRM" errorCode="0033">A "name_param" "Expression Engine" node cannot be used. It must be a "param" operator.</string>
- <string name="NOTCODE" errorCode="0034">The code passed to "EEexec" is not an "Expression Engine" code block.</string>
- <string name="NOTCOMP" errorCode="0035">A reference to the routine "<param type="string" index="1"/>" requires a non-zero offset value.</string>
- <string name="NOTEXP" errorCode="0036">The operator must be an expression, not "<param type="string" index="1"/>".</string>
- <string name="NOTROUT" errorCode="0037">The identifier "<param type="string" index="1"/>" is not a routine.</string>
- <string name="NOTSTM" errorCode="0038">The operand must be a statement "Expression Engine" node, not "<param type="string" index="1"/>".</string>
- <string name="NOTSTML" errorCode="0039">The operand must be a "<param type="string" index="1"/>" "Expression Engine" node, not "<param type="string" index="2"/>".</string>
- <string name="NOTWSTMT" errorCode="0040">The operand must be a "when_stat" "Expression Engine" node, not "<param type="string" index="1"/>".</string>
- <string name="NOTWVALUE" errorCode="0041">The operand must be a "when_val1" or "when_val2" "Expression Engine" node, not "<param type="string" index="1"/>".</string>
- <string name="NULL_STORE_ADDR" errorCode="0042">Storing a value into a null address is invalid.</string>
- <string name="NULL_STORE_VALUE" errorCode="0043">Storing a null value into a item that cannot be null is invalid.</string>
- <string name="NULOPN" errorCode="0044">A Null operand is not allowed for a "<param type="string" index="1"/>" "Expression Engine" node.</string>
- <string name="NULSTM" errorCode="0045">A Null statement is not allowed for a "<param type="string" index="1"/>" "Expression Engine" node.</string>
- <string name="OVERTRUNC" errorCode="0046">Data exception occurred. String data has been right truncated.</string>
- <string name="OVF_ABSI" errorCode="0047">Overflow occurred on an "integer abs" operation.</string>
- <string name="OVF_ABSP" errorCode="0048">Overflow occurred on a "packed decimal abs" operation.</string>
- <string name="OVF_ABSQ" errorCode="0049">Overflow occurred on a "long integer abs" operation.</string>
- <string name="OVF_ADDI" errorCode="0050">Overflow occurred on an "integer add" operation.</string>
- <string name="OVF_ADDP" errorCode="0051">Overflow occurred on a "packed decimal add" operation.</string>
- <string name="OVF_ADDQ" errorCode="0052">Overflow occurred on a "long integer add" operation.</string>
- <string name="OVF_DATETIME" errorCode="0053">Overflow occurred on a "date/time" operation.</string>
- <string name="OVF_DIVI" errorCode="0054">Overflow occurred on an "integer div" operation.</string>
- <string name="OVF_DIVP" errorCode="0055">Overflow occurred on a "packed decimal div" operation.</string>
- <string name="OVF_DIVQ" errorCode="0056">Overflow occurred on a "long integer div" operation.</string>
- <string name="OVF_POWI" errorCode="0057">Overflow occurred on an "integer pow" operation.</string>
- <string name="OVF_POWP" errorCode="0058">Overflow occurred on a "packed decimal pow" operation.</string>
- <string name="OVF_POWQ" errorCode="0059">Overflow occurred on a "long integer pow" operation.</string>
- <string name="OVF_FP" errorCode="0060">Overflow occurred on a "floating point" overflow operation.</string>
- <string name="OVF_INTERVAL" errorCode="0061">Overflow occurred on a "Interval" operation.</string>
- <string name="OVF_MODI" errorCode="0062">Overflow occurred on an "integer mod" operation.</string>
- <string name="OVF_MODP" errorCode="0063">Overflow occurred on a "packed decimal mod" operation.</string>
- <string name="OVF_MODQ" errorCode="0064">Overflow occurred on a "long integer mod" operation.</string>
- <string name="OVF_MULI" errorCode="0065">Overflow occurred on an "integer mul" operation.</string>
- <string name="OVF_MULP" errorCode="0066">Overflow occurred on a "packed decimal mul" operation.</string>
- <string name="OVF_MULQ" errorCode="0067">Overflow occurred on a "long integer mul" operation.</string>
- <string name="OVF_NEGI" errorCode="0068">Overflow occurred on an "integer neg" operation.</string>
- <string name="OVF_NEGP" errorCode="0069">Overflow occurred on a "packed decimal neg" operation.</string>
- <string name="OVF_NEGQ" errorCode="0070">Overflow occurred on a "long integer neg" operation.</string>
- <string name="OVF_P2I" errorCode="0071">Overflow occurred while converting "packed decimal" to "integer".</string>
- <string name="OVF_P2Q" errorCode="0072">Overflow occurred while converting "packed decimal" to "long integer".</string>
- <string name="OVF_Q2I" errorCode="0073">Overflow occurred while converting "long integer" to "integer".</string>
- <string name="OVF_R2I" errorCode="0074">Overflow occurred while converting "floating point" to "integer".</string>
- <string name="OVF_R2P" errorCode="0075">Overflow occurred while converting "floating point" to "packed decimal".</string>
- <string name="OVF_R2Q" errorCode="0076">Overflow occurred while converting "floating point" to "long integer".</string>
- <string name="OVF_SUBI" errorCode="0077">Overflow occurred on an "integer sub" operation.</string>
- <string name="OVF_SUBP" errorCode="0078">Overflow occurred on a "packed decimal sub" operation.</string>
- <string name="OVF_SUBQ" errorCode="0079">Overflow occurred on a "long integer sub" operation.</string>
- <string name="PACKFMT" errorCode="0080">A "packed decimal" number has an invalid digit or sign.</string>
- <string name="PARAM1" errorCode="0081">There are too many parameters to the routine "<param type="string" index="1"/>".</string>
- <string name="PARAM2" errorCode="0082">There are too few parameters to the routine "<param type="string" index="1"/>".</string>
- <string name="PRMLMT" errorCode="0083">There is a reference to an invalid parameter offset.</string>
- <string name="PUSH_NULL" errorCode="0084">It is invalid to pass a null value to a parameter that cannot be null. </string>
- <string name="RET1" errorCode="0085">A value is not expected for "return" statement.</string>
- <string name="RET2" errorCode="0086">A value is expected for "return" statement.</string>
- <string name="RNG_I" errorCode="0087">Overflow occurred while storing an "integer" value.</string>
- <string name="RNG_Q" errorCode="0088">Overflow occurred while storing a "long integer" value.</string>
- <string name="RNG_P" errorCode="0089">Overflow occurred while storing a "packed decimal" value.</string>
- <string name="SUBSCRPT" errorCode="0090">An index subscript is out of range.</string>
- <string name="SUBSTRING" errorCode="0091">The length parameter of "substring" operation is less than 0.</string>
- <string name="TRUNC" errorCode="0092">Data exception occurred. String data has been right truncated.</string>
- <string name="TYP1" errorCode="0093">The operation "<param type="string" index="1"/>" is invalid for the data type "<param type="string" index="2"/>".</string>
- <string name="TYP2" errorCode="0094">The operation "<param type="string" index="1"/>" is invalid for the following combination of data types: "<param type="string" index="2"/>" and "<param type="string" index="3"/>"</string>
- <string name="UDF" errorCode="0095">The identifier "<param type="string" index="1"/>" is not defined.</string>
- <string name="YR_RNG" errorCode="0096">The operand in the "addcentury" function cannot contain a century value.</string>
- <string name="ZERO_DIVI" errorCode="0097">"Integer" divide or modify by zero is invalid.</string>
- <string name="ZERO_DIVN" errorCode="0098">"Interval" divide by zero is invalid.</string>
- <string name="ZERO_DIVP" errorCode="0099">"Packed decimal" divide or modify by zero is invalid.</string>
- <string name="ZERO_DIVQ" errorCode="0100">"Long integer" divide or modify by zero is invalid.</string>
- <string name="ZERO_DIVR" errorCode="0101">"Floating point" divide or modify by zero is invalid.</string>
- <string name="ZONFMT2" errorCode="0102">A "zoned decimal" number is invalid.</string>
- <string name="LOGZERO" errorCode="0103">Zero is invalid input for natural logarithm.</string>
- <string name="LOGNEGATIVE" errorCode="0104">A negative number is invalid input for natural logarithm.</string>
- <string name="INV_INTERVAL" errorCode="0105">A day-time/year-month interval value is invalid.</string>
- <string name="NOT_SINGLE_PRIMARY_DATETIME_FIELD_INTERVAL" errorCode="0106">A day-time/year-month interval value that contains only a single primary datetime field is required.</string>
- <string name="CAST_INV_QUALIFIER" errorCode="0107">Casting an numeric value to an interval with a non-single primary date field is invalid.</string>
- <string name="OVF_INTEGER" errorCode="0108">Overflow occurred on a "integer" operation.</string>
- <string name="OVF_PACKED" errorCode="0109">Overflow occurred on a "packed decimal" operation.</string>
- <string name="OVF_S2P" errorCode="0110">Overflow occurred while converting "character" to "packed decimal".</string>
- <string name="OVF_S2I" errorCode="0111">Overflow occurred while converting "character" to "integer".</string>
- <string name="OVF_S2Q" errorCode="0112">Overflow occurred while converting "character" to "long integer".</string>
- <string name="OVF_IN2I" errorCode="0113">Overflow occurred while converting "interval" to "integer".</string>
- <string name="INV_CHAR_PRECISION" errorCode="0114">The specified precision <param type="integer" index="1"/> for the operation "<param type="string" index="2"/>" is invalid. The precision between 0 and 32767 is expected.</string>
- </section>
- <section name="SOR">
- <string name="ALLOCERROR" errorCode="0001">Unable to allocate memory.</string>
- <string name="BUFFTOOSMALL" errorCode="0002">The buffer is too small.</string>
- <string name="FILECREATE" errorCode="0003">Unable to create the file.</string>
- <string name="FILEREAD" errorCode="0004">Unable to read the file.</string>
- <string name="FILEWRITE" errorCode="0005">Unable to write the file.</string>
- <string name="FLAGCOMBO" errorCode="0006">Cannot combine stable sort and delete duplicates flags.</string>
- <string name="INFILE" errorCode="0007">A problem has been encountered with the input file.</string>
- <string name="INFILESIZE" errorCode="0008">The input file size is not a multiple of the record size.</string>
- <string name="INVKEYDESC" errorCode="0009">The key description is invalid.</string>
- <string name="LOCKFAILED" errorCode="0010">Unable to lock the temporary file.</string>
- <string name="NORECSIZE" errorCode="0011">The record size has not been defined.</string>
- <string name="SEMAPHORE" errorCode="0012">The semaphore had failed.</string>
- <string name="THREADSTART" errorCode="0013">Unable to start the sort thread.</string>
- <string name="UNDEFOPER" errorCode="0014">Undefined operator.</string>
- <string name="FILESEEK" errorCode="0015">Unable to seek the file.</string>
- </section>
- <section name="QOS">
- <string name="TRANSFORMATION" errorCode="0001">Query Transformation</string>
- <string name="TRANSFORMATION_OUTPUT" errorCode="0002">A transformation has generated the following query tree:<param type="string" index="1"/></string>
- <string name="UNSUPP_FEATURE" errorCode="0003">Unsupported Feature</string>
- <string name="NATIVESQL" errorCode="0004">Native SQL being executed:</string>
- <string name="NATIVESQL_TEXT" errorCode="0005"><param type="string" index="1"/></string>
- <string name="ERROR" errorCode="0006">Error</string>
- </section>
- </component>
- </stringTable>
|