Here are the various error messages that can be displayed by a Dynamic WebDev site.
1, ERR_MISSING_PAGE |
Incomplete request. It doesn't include any information about the context. | |
4, ERR_BUTTON_EXPECTED |
Invalid request. The action to perform is missing. | |
5, ERR_NO_CURRENT_PAGE |
The site didn’t work properly as no page was returned. | |
6, ERR_PARSER |
Syntax error in the file. | |
7, ERR_BAD_ACTION |
The <ACTIONNAME> special action is not found. | |
8, ERR_NO_PAGE |
You’ve asked to work on the <PAGE_NAME> page. It doesn’t exist or is hidden. | |
9, ERR_BAD_PARAMETER |
The <COMMAND_NAME> command doesn't have the right parameters. | |
10, ERR_BAD_FILE |
The <FILE_NAME> file can't be opened (and therefore returned). | |
11, ERR_WDADMIN_EXIST |
The WebDev program has already been started. There can only be one instance per machine. | |
12, ERR_NO_WDADMIN |
The WebDev administrator program hasn't been started. | |
13, ERR_OUT_OF_MEMORY |
Not enough memory to perform the operation. | |
14, ERR_MAX_CONNECTION |
Connection refused because maximum number of authorized connections (NB_CONNECTION) reached. Retry later. | |
15, ERR_BAD_COMMANDLINE |
The command line passed to the engine is invalid. | |
17, ERR_BAD_CONFIG |
The <APPLICATION_NAME> site is not configured right for the value of <VALUE_NAME>. | |
18, ERR_BAD_WEBDEV_CONFIG |
Wrong overall WebDev configuration. The <KEY_NAME> key is missing or invalid. | |
19, ERR_BAD_CONTEXT |
The context this request refers to (<CONTEXT_NAME>) doesn't exist (anymore). You may have been disconnected. | |
20, ERR_BAD_URL |
The URL <URL_NAME> is invalid. | |
22, ERR_TIMEOUT_REQUEST |
The request hasn't been answered in the set timeframe (<TIMEOUT> seconds). | |
23, ERR_SESSION_CLOSED |
You have been disconnected. | |
24, ERR_CLOSED_PAGE |
The request references the <PAGE_NAME> page, which doesn't exist anymore. (the process may have closed it). | |
25, ERR_MSG_BOX |
The application has generated the following error message: | |
26, ERR_BAD_SERIAL_NUMBER |
Invalid serial number. | |
28, ERR_CANNOT_OPEN_FILE |
The HTML file <FILE_NAME> couldn't be opened. | |
30, ERR_NO_PROJECT |
The <PROJECT_NAME> project doesn't exist (neither in WDP nor in WDL). Check this project's configuration. | |
32, ERR_NO_APPLICATION |
The <APPLICATION_NAME> site is not found: it wasn't configured for WebDev. | |
33, ERR_BAD_DLLEXE |
The <DLL_NAME> DLL is incompatible with this version of WebDev. | |
34, ERR_NO_DLLEXE |
Can't load the DLL <DLL_NAME>. | |
35, ERR_CANNOT_LAUNCH |
The engine couldn't start for the following reason: ... | |
37, ERR_NO_TABLE |
The <COMMAND_NAME> command only works with tables, and <CONTROL_NAME> isn't a table. | |
38, ERR_ALREADYCONNECTED |
The connection is denied because you're already connected to this application. ... | |
39, ERR_NOTACTIVATED |
The module hasn’t been activated. It needs to be reinstalled | |
40, ERR_NOTAVAILABLE |
This command is only available in development mode | |
41, ERR_NOTADEVVERSION |
This version can't be used for development | |
42, ERR_LOADMOREDLL |
The user component can't load. | |
43, ERR_TIMEOUTINIT |
The engine didn't initialize within the set timeframe. | |
46, ERR_UPDATING_SERVER |
The server is being updated. Retry later. | |
47, ERR_TEST_WDP |
The test mode can't work without the project and its pages. | |
48, ERR_SYNCHRONIZATION |
The action you've requested couldn't be performed: the page wasn’t in sync. | |
49, ERR_BAD_APPLICATION |
The site is not authorized for use with this version of WebDev. | |
50, ERR_NO_END_TAG |
Syntax error in the <FILE_NAME> file. The end tag for the <HTML_TAG_NAME> tag is missing | |
51, ERR_LAUNCH_FAILED |
Error while launching the site | |
52, ERR_CANNOT_CREATE_TMP |
Can't create temporary file. Test cancelled. | |
53, ERR_CANNOT_RUN_EXPLORER |
Can't run site associated with the .htm, File: %s, Code: %d | |
54, ERR_BAD_CONTEXT_INVALID |
The context referenced by this request (%d) is not found. . <BR>The server may have restarted since your last request. | |
55, ERR_BAD_CONTEXT_INTERNAL |
Internal error: Invalid context (%d). (status = %d) | |
56, ERR_DISCONNECTED_BY_ADMIN |
You have been manually disconnected by the WebDev administrator. {RECONNECT} | |
57, ERR_DISCONNECTED_TIMEOUT |
You've been disconnected because your last request is too old (time out = %d sec) {RECONNECT} | |
58, ERR_DISCONNECTED_RELOG |
The context this request references is not valid anymore, it has been replaced by a new one during the last connection to the site {RECONNECT} | |
59, ERR_BAD_CONTEXT_INTERNAL |
The context referenced by this request (%d) is invalid (your session ended for an unknown reason). {RECONNECT} | |
60, ERR_DISCONNECTED_ERROR |
This session ended because of the following error: | |
61, ERR_DISCONNECTED_EXEC |
The session doesn't exist anymore <BR>(you've quitted it or it ended 'normally') {RECONNECT} | |
62, ERR_BAD_VERSION_RQS |
Version number for dialog structure invalid.<BR> This problem comes from using a mix of incompatible versions for WD140Session/WD140Awp/WD140Admin.<BR> To correct it, reinstall WebDev | |
63, ERR_DISCONNECTED_UPDATE |
You've been disconnected because the site has been updated on the server. {RECONNECT} | |
64, ERR_FORBIDDEN_UPDATE |
WebDev parameters are set so remote updates are prohibited. | |
65, ERR_FORBIDDEN_INSTALL |
WebDev parameters are set so remote installation is prohibited. |