Natural Web Server Extensions - Error Messages

This section lists error messages you may receive when working with the Natural Web Server Extensions.

Error Number Error Message Description User Programmer Administrator
NWW0001 No library and subprogram specified. The specified URL is not correct. Names of library and subprogram are missing. Correct the URL. None. None.
NWW0002 No library specified. The specified URL is not correct. Correct the URL. None. None.
NWW0003 File ... not found. The initialization file for your adapter cannot be found. None. None. Check your installation.
NWW0004 No subprogram specified. The specified URL is not correct. Correct the URL. None. None.
NWW0010 RPC call failed. EntireX RPC cannot be initialized. None. None. Check installation.
NWW0011 ERX error ... occurred ...

Internal ERX error. See EntireX Communicator documentation for further information.

If the error contains the following part:

Message:
...
Program = NATSRVD
...
Error = 00082
...

The called program does not work.

Correct URL. Check and stow your program. Check installation.
NWW0012 ERX error register. EntireX RPC Service cannot be initialized. None. None. Check configuration.
NWW0013 erx.dll cannot be loaded. Subcode: .... EntireX erx.dll not found. None. None. Check installation.
NWW0014 ERX logon failed. EntireX logon cannot be performed. Check User-ID, Password Check installation file for Check User-ID, Password. Check installation.
NWW0015 ERX logoff failed. Logoff from EntireX failed. None. None. Contact Software AG.
NWW0033 File ... not found (Error: ...). The initialization file for your adapter cannot be found. None. None. Check your obj.conf setup for NSAPI.
NWW0034 NWW_USER_ID too long. User ID only with a maximum of 8 characters allowed. None. None. Specify only user IDs with 8 characters or fewer, even if other system will allow more.
NWW0035 NWW_PASSWORD too long. Passwords only with a maximum of 8 characters allowed. None. None. Specify only (user-) passwords with 8 characters or fewer, even if other system will allow more.
NWW0036 Natural Library Name too long. Natural allows only library names up to 8 characters. Check URL. Check URL specification. None.
NWW0037 Natural Subprogram Name too long. Natural allows only Subprogram names up to 8 characters. Check URL. Check URL specification. None.
NWW0099 CONTENT_TYPE: ... is not supported. Only data with CONTENT_TYPE = application/x-www-form-urlencoded is supported. None. Do not use the attribute ENCTYPE at your FORM tag. None.
NWW0100 RPC_INOUT_LENGTH is greater than 30000.

The output returned to the HTTP server is limited to restrictions of Natural RPC.

None. None. Change configuration.
NWW0101 Number of parameters is greater than 200.

The input parameter given from the HTTP server is limited to 200 parameters.

None. Reduce number of parameters transferred to the Web Interface. None.
NWW0200 No Header specified. Each page needs a header section at the return page. None. Each page should contain a CONTENT_TYPE. The header section has to be separated from the data by a blank line. None.
NWW0201 Page contains no Data. Every return page has to contain data. None. Correct the program. None.
NWW0815 Interface A1(1:v) no longer supported. Wrong interface specified. None. None.

Remove
NWW_INOUT_FORMAT
and
NWW_INOUT_LENGTH
parameter.

NWW1001 No class and method specified. The specified URL is not correct. Names of class and method are missing. Correct the URL. None. None.
NWW1002 No class specified. The specified URL is not correct. Correct the URL. None. None.
NWW1004 No method specified. The specified URL is not correct. Correct the URL. None. None.
NWW1005 ASCII Unicode conversion failed. The transferred data has to be converted. None. None. Contact Software AG.
NWW1006 Unicode ASCII conversion failed. The transferred data has to be converted. None. None. Contact Software AG.
NWW1007 Method ... not found. A specified method cannot be called. Correct the URL. Add method to your class. Check your registry configuration.
NWW1008 Class ... not found. A specified class cannot be called. Correct the URL. Create class and register with REGISTER * Check your registry configuration.
NWW1009 Initialization of Class ... failed. A specified class cannot be called. Correct the URL. Create class and register with REGISTER * Check your registry configuration.