This error is generated when WBSP tries to process function $WBERR with errnum argument outside of 6000-65535 range.
read more
Friday, August 20, 2010
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
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
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
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
read more
Labels:
A07,
A35,
A40,
ADOConnectionString,
d35,
d36,
DB Object,
Error 5070
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
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
read more
5067 - Different size of WBF form field arrays! Field .
This error is generated when WhizBase receives an arrays of form fields used for updating of multiple records in a single pass, and when one (or more) of the WBF_ form field arrays have different number of elements.
read more
read more
5066 - WB_UID for multi update must not contain field list! Unable to identify records!
This error is generated when variable WB_Command is set to MU (Multi update) and WB_UID have more than one field.
read more
read more
5065 - IP authentication failed!
This error is generated when user with invalid IP address (REMOTE_ADDR) tries to access WBSP file protected with IP address verification system.
read more
read more
Monday, August 16, 2010
5064 - Wrong IP range string:
This error is generated when file defined in WB_IPListFile contians invalid value for IP range. Valid formats are:
A.B.C.D
A.B.*.*
A.B.C.D - B.D.D.D
A.B.C.D/N
It is invalid to combine wildcard (*) and LowAddr-HiAddr range like this:
A.B.*.* - C.D.D.D
read more
A.B.C.D
A.B.*.*
A.B.C.D - B.D.D.D
A.B.C.D/N
It is invalid to combine wildcard (*) and LowAddr-HiAddr range like this:
A.B.*.* - C.D.D.D
read more
5063 - Server does not support deleting files!
This error is generated when author tries to delete file on virtual server that does not have file commands enabled in file wbsp.ssc.
read more
read more
5062 - Server does not support writing files!
This error is generated when author tries to write file on virtual server that does not have file commands enabled in file wbsp.ssc.
read more
read more
5060 - Unable to delete file ! File not found
This error is generated when WBSP tries to execute delete file command and the specified file does not exist.
read more
read more
5059 - Required form field WB_Section missing!
This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_Section.
read more
read more
5058 - Required form field WB_KeyName missing!
This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_KeyName.
read more
read more
5057 - Required form field WB_FileName missing!
This error is generated when WBSP tries to execute DF or WF and neither form nor configuration file have specified value for variable WB_FileName.
read more
read more
5056 - $WBMREPL arguments do not match!
Friday, August 13, 2010
5054 - WB_Order does not start with WB_ChangeHFOn
This error is generated when both variables exist and fields specified in WB_ChangeHFOn are not the same as starting fields in WB_Order.
read more
read more
5053 - Server does not support WBSP!
5051 - Ilegal scripting language!
5050 - Ilegal file type!
This error is generated when visitor tries to upload file with file extension specified in WB_Disallow variable.
read more
read more
Thursday, August 12, 2010
5049 - File too large!
This error is generated when visitor tries to upload file that is larger than value specified in WB_MaxFSize variable.
read more
read more
5048 - Server does not support file upload!
5047 - Multipart content not allowed!
This error is generated when multipart form sends the data to WBSP file that does not have WB_AllowMultipart variable set to True.
read more
read more
5046 - Error in script file -ScriptFile-
5045 - Absolute path not allowed! File name: -FileName-
This error is generated when author tries to use absolute path on virtual server that does not have absolute paths enabled in file wbsp.ssc.
read more
read more
Monday, August 9, 2010
5042 - Report template file -TemplateName- not found!
This error is generated when WBSP engine is not able to find external template file defined in variable WB_TempName.
read more
read more
5041 - Unable to send mail to mailing list. Both WB_ToField and WB_BCCField are empty!
This error is generated when user tries to execute Mail List command (L) with no values for both WB_BCCField and WB_ToField variables.
read more
read more
5039 - Unable to select mail list mode. Received values for both WB_ToField and WB_BCCField. Please remove one!
This error is generated when user tries to execute Mail List command (WB_Command=L) with values set both for WB_ToField and WB_BCCField. When executing (L command WhizBase checks these fields to determine what kind of list to generate - if both fields have value WhizBase cannot decide what to do (there is no default method).
read more
read more
5038 - Unable to execute mail operation! WB_MailServer missing!
This error is generated when WhizBase does not get valid WB_MailServer variable and email-related operation is required.
read more
read more
Sunday, August 8, 2010
5035 - Required WB_UID member field -field name- missing! Unable to identify record!
This error is generated when WB_UID is defined and user tries to add, update or delete record but does not provide a value for all fields defined in WB_UID.
When WB_UID is defined none of the form fields (WBF_Fields) used in WB_UID variable cannot be left empty when executing add, update or delete command.
read more
When WB_UID is defined none of the form fields (WBF_Fields) used in WB_UID variable cannot be left empty when executing add, update or delete command.
read more
Friday, August 6, 2010
5034 - Required form field(s) missing!
This error is generated when user submits the form without entering the value for field (or fields) defined in WB_Required variable.
read more
read more
5033 - Required form field 'WB_Usr' missing!
5032 - Required form field 'WB_UID' missing! Unable to identify record!
This error is generated when user tries to update (edit) record with WB_UID field empty. WB_UID must have database field name (or comma-separated names of the database fields) that uniquely identify every single record. For more information please read the explanation for WB_UID variable (section FormFields).
read more
read more
Thursday, August 5, 2010
5031 - Required form field 'WB_RcdSet' missing!
5030 - Required form field 'WB_Pass' missing!
5029 - Required form field WB_BaseName missing!
Neither your form nor configuration file have specified value for variable WB_BaseName and you are trying to execute command that requires this value to be set.
Check your spelling, and make sure that you did not forget to put the field in form/config file.
read more
Check your spelling, and make sure that you did not forget to put the field in form/config file.
read more
5025 - Record(s) can't be added; no insert permission on recordset!
This error does not exist since WhizBase v. 4.000
read more
read more
Subscribe to:
Posts (Atom)