Friday, August 20, 2010

5074 - Invalid numeric argument for $WBErr function! Use numbers from 6000 to 65535!

This error is generated when WBSP tries to process function $WBERR with errnum argument outside of 6000-65535 range.

read more

5073 - Invalid extension

This error is generated when the user tries to execute WBSP in CGI mode with file extension different than the one defined in ActivateCGIByExt variable.


read more

5072 - Security string missing

This error is generated when the user tries to start WBSP web page that does not start with the security string defined in CGISecurityString variable.


read more

5071 - Invalid value for the ADO connection string or WB_DBObject!

This error is generated when WB_DBObject receives unrecognized argument(s). The cause of this error can also be a syntax error in ADO Connection String.


read more

5070 - Invalid value for the WB_DBObject!

This error is generated when variable ADOConnectionString is set to false and the value forwarded to WB_DBObject is invalid. WB_DBObject can contain one of the following values: d35, d36, A35, A40 or A07.


read more

Thursday, August 19, 2010

5069 - WB_KeyName and WB_KeyValue arrays do not match!

This error is generated when the user tries to write more than one key values using write file command (WB_Command=WF) and separator character (WB_Separator) and WB_KeyValue and WB_KeyName variables contain different number of elements separated by character defined in WB_Separator.

read more

5068 - Invalid IP address ! Dotted decimal values must be between 0 and 255

This error is generated when the IP list file contain an IP address with invalid decimal value (less then 0 or greater than 255).


read more