If your version of Net.Data provides logging facilities, you are able to trace Net.Data's activities. Logging can be useful when debugging your macro applications. For information on configuring Net.Data for trace logging, refer to the Net.Data Administration and Programming Guide for your operating system. The following are descriptions of the messages that can be logged when the trace facility is turned on.
DTWF500I | Net.Data invoked using CGI |
Explanation: Net.Data was invoked as a CGI application.
DTWF501I | Net.Data invoked using ICAPI/GWAPI |
Explanation: Net.Data was invoked as an ICAPI or GWAPI application.
DTWF502I | Net.Data invoked as a Servlet |
Explanation: Net.Data was invoked as a Servlet.
DTWF503I | Net.Data invoked using Net.Commerce |
Explanation: Net.Data was invoked through Net.Commerce.
DTWF504I | Searching '<path_directive>' for '<filename>' and found file '<fully_qualified_filename>' |
Explanation: Net.Data is searching the specified path configuration variable for the specified file, and found the resulting file.
DTWF505I | The number of open files: '<num>' |
Explanation: Net.Data currently has the specified number of files open.
DTWF506I | Number of days before expiration: '<%l>d' |
Explanation: This version of Net.Data will expire in the specified number of days.
DTWF507I | PATH_TRANSLATED: '<path name>' |
Explanation: Internal message for IBM use.
DTWF508I | PATH_INFO: '<path name>' |
Explanation: Internal message for IBM use.
DTWF509I | SCRIPT_NAME: '<name>' |
Explanation: Internal message for IBM use.
DTWF510I | CONTENT_TYPE: '<type>' |
Explanation: Internal message for IBM use.
DTWF511I | CONTENT_LENGTH: '<length>' |
Explanation: Internal message for IBM use.
DTWF512I | QUERY_STRING: '<string>' |
Explanation: Internal message for IBM use.
DTWF513I | SERVER_PORT: '<num>' |
Explanation: Internal message for IBM use.
DTWF514I | REQUEST_METHOD: '<method>' |
Explanation: Internal message for IBM use.
DTWF515I | Initializing Language Environment '<name>' |
Explanation: Net.Data is setting up the specified language environment.
DTWF516I | Uninitializing Language Environment '<name>' |
Explanation: Net.Data is cleaning up the specified Language Environment.
DTWF517I | Invoking Language Environment '<name>', for function '<funcname>' |
Explanation: Net.Data is invoking the specified language environment for the specified function.
DTWF518I | Returning from processing Language Environment '<name>' |
Explanation: Net.Data has returned from the specified Language Environment after processing the function call.
DTWF519I | Creating Language Environment '<name>': DLLname='<dllname>', parameters='<parmlist>' |
Explanation: Net.Data is creating the specified language environment using the specified DLL name and parameter list.
DTWF520I | New function, name='<name>' |
Explanation: Net.Data is creating a function with the specified name.
DTWF521I | New table variable, name='<name>' |
Explanation: Net.Data is adding a table variable with the specified name.
DTWF522I | New variable, name='<name>' |
Explanation: Net.Data is adding a new variable with the specified name.
DTWF523I | Looking up '<name>' |
Explanation: Net.Data is attempting to look up a variable or function with the specified name.
DTWF524I | Found variable '<name>' |
Explanation: Net.Data found a variable with the specified name.
DTWF525I | Found table variable '<name>' |
Explanation: Net.Data found a table variable with the specified name.
DTWF526I | Found function '<name>' |
Explanation: Net.Data found a function with the specified name.
DTWF527I | Setting up parameter list with <num> parameters |
Explanation: Net.Data is setting up the parameter list for a function call with the specified number of parameters.
DTWF528I | Adding parameter, name='<parmname>', value='<parmvalue>' |
Explanation: Net.Data is adding a parameter to the function call parameter list with the specified name and value.
DTWF529I | Adding table parameter, name='<parmname>' |
Explanation: Net.Data is adding a table parameter to the function call parameter list with the specified name.
DTWF530I | Adding parameter, value='<parmvalue>' |
Explanation: Net.Data is adding a parameter to the function call parameter list with the specified value.
DTWF531I | Adding OUT parameter, name='<parmname>' |
Explanation: Net.Data is adding an output parameter to the function call parameter list with the specified name.
DTWF532I | Updating output parameter '<parmname>', with new value '<parmvalue>' |
Explanation: Net.Data is setting the specified output parameter to the new specified value.
DTWF533I | Searching MESSAGE block for '<messagecode>' |
Explanation: Net.Data is searching a MESSAGE block for the specified return code or SQLSTATE.
DTWF534I | Found an exact SQLSTATE MESSAGE block match |
Explanation: Net.Data found a matching SQLSTATE in the MESSAGE block.
DTWF535I | Found an exact MESSAGE block match |
Explanation: Net.Data found a matching return code in the MESSAGE block.
DTWF536I | Default MESSAGE block message found |
Explanation: Net.Data did not find a match in the message block and is using the default MESSAGE block message instead.
DTWF537I | No MESSAGE block matches |
Explanation: Net.Data did not find any message in the MESSAGE block to match the return code or SQLSTATE.
DTWF538I | Adding MESSAGE block entry for '<returncode>' |
Explanation: Net.Data is adding a MESSAGE block entry for the specified return code.
DTWF539I | Adding SQLSTATE MESSAGE block entry for '<%s>' |
Explanation: Net.Data is adding a MESSAGE block entry for the specified SQLSTATE.
DTWF540I | Adding default MESSAGE block entry |
Explanation: Net.Data is adding a default MESSAGE block entry.
DTWF541I | Resolving a <vartype> variable reference |
Explanation: Net.Data is resolving a variable reference of the specified variable type.
DTWF542I | Variable resolved to value '<varvalue>' |
Explanation: Net.Data resolved the variable to the specified value.
DTWF543I | Creating a <vartype> variable |
Explanation: Net.Data is creating a variable of the specified type.
DTWF544I | Processing REPORT header |
Explanation: Net.Data is processing the header of the REPORT block.
DTWF545I | Processing REPORT footer |
Explanation: Net.Data is processing the footer of the REPORT block.
DTWF546I | Processing row <rownum> of ROW block |
Explanation: Net.Data is processing the specified row number of the ROW block.
DTWF547I | Setting up report processing variables |
Explanation: Internal message for IBM use.
DTWF548I | Printing a default report |
Explanation: Net.Data is printing a default report.
DTWF549I | Beginning execution for function '<name>' |
Explanation: Net.Data is starting the function call for the specified function.
DTWF550I | Enabling default reporting |
Explanation: Net.Data detected that DTW_DEFAULT_REPORT is YES and no REPORT block exists, so default reporting is enabled.
DTWF551I | Limiting result sets to <number> rows |
Explanation: Net.Data has detected a limit on the current table variable, or RPT_MAX_ROWS is set to a value greater than zero, and is limiting the number of rows returned to the specified number.
DTWF552I | Function call ended for '<name>', return value is '<returnval>' |
Explanation: Net.Data has finished processing the specified function call and is returning the specified value.
DTWF553I | Retrieving next row from the Language Environment |
Explanation: Net.Data is retrieving the next row from the Language Environment.
DTWF554I | <number> rows returned from the Language Environment |
Explanation: Net.Data has returned the specified number of rows from the Language Environment
DTWF555I | Defining function '<name>' |
Explanation: Net.Data is defining the specified function.
DTWF556I | Defining MACRO_FUNCTION '<name>' |
Explanation: Net.Data is defining the specified MACRO_FUNCTION.
DTWF557I | Function call '<name>' is a built-in function |
Explanation: The current function call is for a built-in function.
DTWF558I | Function call '<%s>' is a MACRO_FUNCTION |
Explanation: The current function call is for a MACRO_FUNCTION function.
DTWF559I | Caching macro '<macroname>' |
Explanation: Net.Data will be caching the specified macro.
DTWF560I | Using pre-processed macro '<macroname>' |
Explanation: Net.Data found the specified macro in the cache and is using the pre-processed version.
DTWF561I | Adding macro '<macroname>' to the cache |
Explanation: Net.Data is adding the pre-processed version of the specified macro to the cache.
DTWF562I | Caching web page for macro '<macroname>' |
Explanation: Net.Data will cache the web page for the specified macro.
DTWF563I | Using cached web page for macro '<macroname>' |
Explanation: Net.Data has found the web page for the specified macro in the cache and is sending the cached page.
DTWF564I | Adding web page for macro '<macroname>' to the cache |
Explanation: Net.Data is adding the web page for the specified macro to the cache.
DTWF565I | Processing <directivename> directive: path '<pathname>' |
Explanation: Net.Data is processing the specified path for either DTW_CACHE_MACRO or DTW_DO_NOT_CACHE_MACRO.
DTWF566I | Processing DTW_CACHE_PAGE directive: key '<key>', age '<age>' seconds, and usage scope '<scope>' |
Explanation: Net.Data has detected a DTW_CACHE_PAGE directive with the specified key, age, and usage scope.
DTWF567I | Unable to locate the SQL Language Environment; web page caching disabled |
Explanation: Net.Data cannot find the SQL Language Environment and is unable to perform any web page caching.
DTWF568I | Configuration variable '<%s>' set with value '<%s>' |
Explanation: Net.Data has detected the specified configuration variable and is setting it to the specified value.
DTWF577I | Parsing of the configuration file db2www.ini completed |
Explanation: Net.Data has completed processing of the initialization file.
DTWI500I | Function <name>: importing flat file data into Net.Data table |
Explanation: Net.Data is importing the contents of a flat file into a Net.Data table variable.
DTWI501I | Function <name>: exporting Net.Data table data to flat file |
Explanation: Net.Data is exporting the contents of a Net.Data table to a flat file.
DTWI503I | Function <name>: deleting entries in the open file handle table |
Explanation: Internal message for IBM use.
DTWI504I | Function <name>: splitting the file name into path and filename |
Explanation: Internal message for IBM use.
DTWI505I | Function <name>: parsing FFI_PATH |
Explanation: Internal message for IBM use.
DTWI506I | Function <name>: deleting file '<file name>' |
Explanation: Internal message for IBM use.
DTWJ500I | Function <name>: applet name is '<appletname>' |
Explanation: The Java Applet Language Environment detected the specified applet name.
DTWJ501I | Function <name>: applet tag attribute '<attributename>' found with value '<attributevalue>' |
Explanation: The Java Applet Language Environment detected an applet tag attribute with the specified name and value
DTWJ502I | Function <name>: DTW_APPLET_ALTTEXT found with value '<alttext>' |
Explanation: The Java Applet Language Environment detected the variable DTW_APPLET_ALTTEXT with the specified alternate text.
DTWL500I | Function '<name>' called in the <le_name> Language Environment |
Explanation: A function has been called in the specified language environment.
DTWL501I | Function <name>: parameter <parmnum>, name='<parmname>', value='<parmvalue>' |
Explanation: In the specified function, the current parameter has the specified name and value.
DTWL502I | Function <name>: parameter <parmnum> is a table variable named '<parmname>' |
Explanation: In the specified function, the current parameter is a table variable with the specified name.
DTWL503I | Function <name>: parameter <parmnum> is an <usage> parameter |
Explanation: In the specified function, the current parameter has the specified usage type (IN, OUT, or INOUT).
DTWL504I | Function <name>: output parameter '<parmname>' now set to value '<parmvalue>' |
Explanation: In the specified function, the current output parameter has been set to the new specified value.
DTWL505I | Function '<name>' was successful |
Explanation: The current function call was successful
DTWL506I | Function '<%s>' failed with return code '<%d>' |
Explanation: The current function call failed with the specified return code.
DTWL507I | Function <name>: executing inline <language> statements:\n<statements> |
Explanation: Net.Data is invoking the specified interpreter with the specified inline language statements.
DTWP500I | Parsing macro '<name>' |
Explanation: Net.Data is beginning to parse the specified macro.
DTWP501I | Parsing of macro '<name>' completed |
Explanation: Net.Data has completed parsing the specified macro.
DTWP502I | Parsing query string or form data |
Explanation: Net.Data is parsing either the query string or form data.
DTWP503I | Parsing pre-processed macro '<name>' |
Explanation: Net.Data is parsing a pre-processed (cached) version of the specified macro.
DTWP506I | In function yyparse(), the token ID '<num>' with token value '<value>' returned from lexyy |
Explanation: Internal message for IBM use.
DTWP507I | Calling function add_to_alias_table to add a string_var_list to the alias table |
Explanation: Internal message for IBM use.
DTWP508I | Calling function add_to_alias_table to add a D2W_Table object to the alias table |
Explanation: Internal message for IBM use.
DTWP509I | Calling function add_to_alias_table to add a function object to the alias table |
Explanation: Internal message for IBM use.
DTWP510I | Calling function add_to_alias_table to add an environment variable object to the alias table |
Explanation: Internal message for IBM use.
DTWP511I | Pre-processing macro '<name>' and saving the results |
Explanation: Net.Data is pre-processing the specified macro for the macro cache.
DTWP512I | Parsing and pre-processing the INCLUDE file '<name>' in macro '<name>' |
Explanation: Net.Data is pre-processing the specified INCLUDE for the macro cache, while parsing the specified macro.
DTWP513I | Parsing and pre-processing the INCLUDE file '<name>' completed |
Explanation: Net.Data has completed pre-processing and parsing the specified INCLUDE file and is storing it to the macro cache.
DTWP514I | Parsing the INCLUDE_URL file '<name>' in macro '<name>' |
Explanation: Net.Data is parsing the specified INCLUDE_URL directive from the specified macro.
DTWP515I | Parsing the INCLUDE_URL file '<name>' completed |
Explanation: Net.Data has completed parsing the specified INCLUDE_URL directive.
DTWP516I | Calling function add_token to add token ID '<num>' and token value '<value>' |
Explanation: Internal message for IBM use.
DTWP517I | Parsing INCLUDE_URL file '<name>' from remote server '<name>' |
Explanation: Net.Data is retrieving the specified INCLUDE_URL file from a remote Web seerver.
DTWP518I | Parsing INCLUDE_URL file '<name>' from local server |
Explanation: Net.Data is retrieving the specified INCLUDE_URL file from the local Web server.
DTWP519I | Parsing Direct Request with query string '<name>' |
Explanation: Net.Data is parsing a Direct Request in the specified query string.
DTWP520I | Executing Direct Request |
Explanation: Net.Data is executing a Direct Request.
DTWQ500I | Function <name>: returning result set starting at row <number> |
Explanation: Net.Data detected START_ROW_NUM, and is returning result sets starting at the specified row number.
DTWQ501I | Function <name>: calculating TOTAL_ROWS |
Explanation: DTW_SET_TOTAL_ROWS is set to YES and Net.Data is calculating the TOTAL_ROWS table processing variable.
DTWQ502I | Function <name>: TOTAL_ROWS is <number> |
Explanation: Net.Data has set the table processing variable, TOTAL_ROWS, to the specified number.
DTWQ503I | Establishing a connection to the database |
Explanation: Net.Data is connecting to the database.
DTWQ504I | Reusing an existing connection to the database |
Explanation: Net.Data detected that a connection exists and is reusing the connection.
DTWQ505I | Connection established with SSID='<subsystem_id>', plan='<planname>', and userID='<userid>' |
Explanation: Net.Data established a connection to the database using the specified subsystem ID, plan name, and user ID.
DTWQ506I | Connection established with SSID='<subsystem_id>' and userID='<userid>' |
Explanation: Net.Data established a connection to an ODBC database with the specified subsystem ID and user ID.
DTWQ507I | Function <name>: calling stored procedure '<procname>' |
Explanation: Net.Data is calling the specified stored procedure
DTWQ508I | Function <name>: executing SQL statement '<statement>' |
Explanation: Net.Data is executing the specified SQL statement.
DTWQ509I | Function <name>: no result sets returned |
Explanation: Net.Data detected that no result sets were returned from the query or stored procedure call.
DTWQ510I | Function <name>: <num> result sets returned |
Explanation: Net.Data received specified number of result sets from stored procedure call.
DTWQ511I | Function <name>: one or more result sets returned |
Explanation: Net.Data detected that at least one result set was returned from the query or stored procedure call.
DTWQ512I | Function <name>: request for result set '<setname>' (result set <setnum>) |
Explanation: Net.Data detected a request for the result set identified by the specified set name (which is in the specified position).
DTWQ513I | Function <%s>: request for result set <%d> |
Explanation: Net.Data detected a request for the result set in the position specified.
DTWQ514I | Function <name>: storing result set <setnum> for later |
Explanation: Internal message for IBM use.
DTWQ515I | Function <name>: fetching next row from result set |
Explanation: Net.Data is fetching the next row from the current result set.
DTWQ516I | Function <name>: issuing a COMMIT |
Explanation: Net.Data is issuing a COMMIT to the database.
DTWQ517I | Function <name>: issuing a ROLLBACK |
Explanation: Net.Data is issuing a ROLLBACK to the database.
DTWQ518I | Disconnecting from the database |
Explanation: Net.Data is disconnecting from the database.
DTWQ519I | Function <%s>: created LOB file '<%s>' |
Explanation: Net.Data retrieved a large object from the database and stored it in the specified file.
DTWQ520I | Function <name>: retrieved row with values:\n<row> |
Explanation: Net.Data retrieved the specified row from the database.
DTWQ521I | An error occured storing a web page in the cache; SQLCODE='<sqlcode>', SQLSTATE='<sqlstate>' |
Explanation: Net.Data encountered an error with the resulting SQLCODE and SQLSTATE, while attempting to store a Web page in the cache.
DTWQ522I | An error occured retrieving a web page from the cache; SQLCODE='<sqlcode>', SQLSTATE='<sqlstate>' |
Explanation: Net.Data encountered an error with the resulting SQLCODE and SQLSTATE, while attempting to retrieve a Web page from the cache.
DTWQ523I | An error occured attempting automatic cache management; SQLCODE='<sqlcode>', SQLSTATE='<sqlstate>' |
Explanation: Net.Data encountered an error with the resulting SQLCODE and SQLSTATE, while attempting automatic cache management.
DTWQ524I | Function <name>: connection reuse returned with return code '<returncode>', action code '0x<actioncode>', connection handle at '0x<con_addr>', for subsystem '<subsystem_id>', plan '<planname>', using user ID '<userid>' |
Explanation: Internal message for IBM use.
DTWQ525I | Function <name>: SQLCA at '0x<sqlca_addr>' contains SQLCODE '<sqlcode>' |
Explanation: Internal message for IBM use.
DTWQ526I | Loading CLI initialization file '<filename>' |
Explanation: Net.Data is loading the specified CLI initialization file.
DTWS500I | Function <name>: executing external program '<programname>' |
Explanation: The System or Perl Language Environment is invoking the specified external program.
DTWS501I | Function <name>: name of file containing output parameters from the program to the <LE> Language Environment: '<filename>' |
Explanation: Internal message for IBM use.
DTWS502I | Function <name>: contents of the output parameters file: '<output>' |
Explanation: Internal message for IBM use.
DTWS503I | Function <name>: name of file containing the standard output: '<filename>' |
Explanation: Internal message for IBM use.
DTWS504I | Function <name>: contents of the standard output: '<output>' |
Explanation: Internal message for IBM use.
DTWS505I | Function <name>: name of script file that invokes the program: '<filename>' |
Explanation: Internal message for IBM use.
DTWS506I | Function <name>: contents of the invoking script: '<contents>' |
Explanation: Internal message for IBM use.
DTWS507I | Function <name>: setting environment variable for input parameter |
Explanation: Internal message for IBM use.
DTWS508I | Function <name>: getting an output parameter name: '<parmname>' |
Explanation: Internal message for IBM use.
DTWS509I | Function <name>: getting an output parameter value: '<parmvalue>' |
Explanation: Internal message for IBM use.
DTWX500I | Function <name>: executing external REXX exec '<execname>' with command argument list '<arglist>' |
Explanation: Net.Data is executing the specified external REXX exec, with the specified argument list.
DTWX502I | Function <name>: creating REXX environment |
Explanation: Net.Data is creating a REXX environment for the REXX interpreter.
DTWX503I | Function <name>: calling REXX interpreter to process REXX exec |
Explanation: Net.Data is invoking the REXX interpreter to process the current REXX exec.
DTWX504I | Function <name>: processing of REXX exec completed |
Explanation: The REXX interpreter has completed processing of the REXX exec.
DTWX505I | Function <name>: REXX environment terminated |
Explanation: Net.Data has terminated the REXX environment for the REXX interpreter.
DTWX506I | Function <name>: processing parameter list |
Explanation: Internal message for IBM use.
DTWX507I | Function <name>: processing REXX exec header and footer |
Explanation: Internal message for IBM use.
DTWX508I | Function <name>: pre-loading REXX exec |
Explanation: Internal message for IBM use.
DTWX509I | Function <name>: processing error message with return code '<retcode>' |
Explanation: Internal message for IBM use.