<HTML>
<HEAD>
<TITLE>Re: [VSRV] Error Codes</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">On 4/2/04 9:57 PM, "X Y" <xyzabc1010@yahoo.com> wrote:<BR>
<BR>
<FONT COLOR="#0000FF">> Hi All,<BR>
> Do you know what error 1025 for Server means? and<BR>
> error 8 on regular Valentina means?<BR>
</FONT><BR>
Please ask Valentina Server beta questions on beta list.<BR>
Thank you.<BR>
<BR>
enum EServer_Errors <BR>
{<BR>
kSRV_ServerError = 1000,<BR>
kSRV_ConnectionLimit, // 1001: Connection limit reached<BR>
kSRV_ProtocolNotSupported, // 1002: Protocol version not supported<BR>
kSRV_NotEnoughMemory, // 1003: Not enough memory<BR>
kSRV_InvalidAccess, // 1004: Invalid access<BR>
kSRV_InvalidUserNameOrPassword, // 1005: Invalid user name or password<BR>
kSRV_InvalidUserName, // 1006: Invalid user name<BR>
kSRV_InvalidDataBaseName, // 1007: Invalid database name<BR>
kSRV_NotSupported, // 1008: Operation is not currently supported<BR>
kSRV_InvalidIdentifier, // 1009: Invalid identifier<BR>
kSRV_OperationFailed, // 1010: Call to Valentina kernel failed<BR>
kSRV_AlreadyExist, // 1011: Object already exists (field, baseobject, database, user)<BR>
kSRV_WrongResponse, // 1012: Wrong client response<BR>
kSRV_UnexpectedOperation, // 1013: Unexpected operation<BR>
kSRV_LogFail, // 1014: Operation with log fail<BR>
kSRV_InitFailed, // 1015: Server initialization failed <BR>
kSRV_CannotAuthenticateUser, // 1016: Cannot authenticate user<BR>
kSRV_AccessDenied, // 1017: Access denied<BR>
kSRV_OutOfSync, // 1018: Command is out of sync<BR>
kSRV_Unknown, // 1019: Unknown server error<BR>
kSRV_NoCurrentDb, // 1020: Current database not set<BR>
kSRV_InvalidCommand, // 1021: Command cannot be executed on this type of object<BR>
kSRV_CorruptedRegistry, // 1022: Registry corrupted<BR>
kSRV_ConnectionTimedOut, // 1023: Connection timed out<BR>
kSRV_WrongDeploymentSerial, // 1024: Wrong deployment serial<BR>
kSRV_ConnectionForcedlyClosed, // 1025: Connection forcedly closed<BR>
kSRV_NoCurrentRecord // 1026: No current record.<BR>
};<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
-- <BR>
Best regards,<BR>
Ruslan Zasukhin [ I feel the need...the need for speed ]<BR>
-------------------------------------------------------------<BR>
e-mail: ruslan@paradigmasoft.com<BR>
web: http://www.paradigmasoft.com<BR>
<BR>
To subscribe to the Valentina mail list go to:<BR>
http://lists.macserve.net/mailman/listinfo/valentina<BR>
-------------------------------------------------------------<BR>
</FONT>
</BODY>
</HTML>