Trace Messages

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.



DTWF500INet.Data invoked using CGI

Explanation: Net.Data was invoked as a CGI application.



DTWF501INet.Data invoked using ICAPI/GWAPI

Explanation: Net.Data was invoked as an ICAPI or GWAPI application.



DTWF502INet.Data invoked as a Servlet

Explanation: Net.Data was invoked as a Servlet.



DTWF503INet.Data invoked using Net.Commerce

Explanation: Net.Data was invoked through Net.Commerce.

User Response: None



DTWF504ISearching '<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.



DTWF505IThe number of open files: '<num>'

Explanation: Net.Data currently has the specified number of files open.



DTWF506INumber of days before expiration: '<%l>d'

Explanation: This version of Net.Data will expire in the specified number of days.



DTWF507IPATH_TRANSLATED: '<path name>'

Explanation: Internal message for IBM use.



DTWF508IPATH_INFO: '<path name>'

Explanation: Internal message for IBM use.



DTWF509ISCRIPT_NAME: '<name>'

Explanation: Internal message for IBM use.



DTWF510ICONTENT_TYPE: '<type>'

Explanation: Internal message for IBM use.



DTWF511ICONTENT_LENGTH: '<length>'

Explanation: Internal message for IBM use.



DTWF512IQUERY_STRING: '<string>'

Explanation: Internal message for IBM use.



DTWF513ISERVER_PORT: '<num>'

Explanation: Internal message for IBM use.



DTWF514IREQUEST_METHOD: '<method>'

Explanation: Internal message for IBM use.



DTWF515IInitializing Language Environment '<name>'

Explanation: Net.Data is setting up the specified language environment.



DTWF516IUninitializing Language Environment '<name>'

Explanation: Net.Data is cleaning up the specified Language Environment.



DTWF517IInvoking Language Environment '<name>', for function '<funcname>'

Explanation: Net.Data is invoking the specified language environment for the specified function.



DTWF518IReturning from processing Language Environment '<name>'

Explanation: Net.Data has returned from the specified Language Environment after processing the function call.



DTWF519ICreating Language Environment '<name>': DLLname='<dllname>', parameters='<parmlist>'

Explanation: Net.Data is creating the specified language environment using the specified DLL name and parameter list.



DTWF520INew function, name='<name>'

Explanation: Net.Data is creating a function with the specified name.



DTWF521INew table variable, name='<name>'

Explanation: Net.Data is adding a table variable with the specified name.



DTWF522INew variable, name='<name>'

Explanation: Net.Data is adding a new variable with the specified name.



DTWF523ILooking up '<name>'

Explanation: Net.Data is attempting to look up a variable or function with the specified name.



DTWF524IFound variable '<name>'

Explanation: Net.Data found a variable with the specified name.



DTWF525IFound table variable '<name>'

Explanation: Net.Data found a table variable with the specified name.



DTWF526IFound function '<name>'

Explanation: Net.Data found a function with the specified name.



DTWF527ISetting 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.



DTWF528IAdding parameter, name='<parmname>', value='<parmvalue>'

Explanation: Net.Data is adding a parameter to the function call parameter list with the specified name and value.



DTWF529IAdding table parameter, name='<parmname>'

Explanation: Net.Data is adding a table parameter to the function call parameter list with the specified name.



DTWF530IAdding parameter, value='<parmvalue>'

Explanation: Net.Data is adding a parameter to the function call parameter list with the specified value.



DTWF531IAdding OUT parameter, name='<parmname>'

Explanation: Net.Data is adding an output parameter to the function call parameter list with the specified name.



DTWF532IUpdating output parameter '<parmname>', with new value '<parmvalue>'

Explanation: Net.Data is setting the specified output parameter to the new specified value.



DTWF533ISearching MESSAGE block for '<messagecode>'

Explanation: Net.Data is searching a MESSAGE block for the specified return code or SQLSTATE.



DTWF534IFound an exact SQLSTATE MESSAGE block match

Explanation: Net.Data found a matching SQLSTATE in the MESSAGE block.



DTWF535IFound an exact MESSAGE block match

Explanation: Net.Data found a matching return code in the MESSAGE block.



DTWF536IDefault 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.



DTWF537INo MESSAGE block matches

Explanation: Net.Data did not find any message in the MESSAGE block to match the return code or SQLSTATE.



DTWF538IAdding MESSAGE block entry for '<returncode>'

Explanation: Net.Data is adding a MESSAGE block entry for the specified return code.



DTWF539IAdding SQLSTATE MESSAGE block entry for '<%s>'

Explanation: Net.Data is adding a MESSAGE block entry for the specified SQLSTATE.



DTWF540IAdding default MESSAGE block entry

Explanation: Net.Data is adding a default MESSAGE block entry.



DTWF541IResolving a <vartype> variable reference

Explanation: Net.Data is resolving a variable reference of the specified variable type.



DTWF542IVariable resolved to value '<varvalue>'

Explanation: Net.Data resolved the variable to the specified value.



DTWF543ICreating a <vartype> variable

Explanation: Net.Data is creating a variable of the specified type.



DTWF544IProcessing REPORT header

Explanation: Net.Data is processing the header of the REPORT block.



DTWF545IProcessing REPORT footer

Explanation: Net.Data is processing the footer of the REPORT block.



DTWF546IProcessing row <rownum> of ROW block

Explanation: Net.Data is processing the specified row number of the ROW block.



DTWF547ISetting up report processing variables

Explanation: Internal message for IBM use.



DTWF548IPrinting a default report

Explanation: Net.Data is printing a default report.



DTWF549IBeginning execution for function '<name>'

Explanation: Net.Data is starting the function call for the specified function.



DTWF550IEnabling default reporting

Explanation: Net.Data detected that DTW_DEFAULT_REPORT is YES and no REPORT block exists, so default reporting is enabled.



DTWF551ILimiting 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.



DTWF552IFunction call ended for '<name>', return value is '<returnval>'

Explanation: Net.Data has finished processing the specified function call and is returning the specified value.



DTWF553IRetrieving 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



DTWF555IDefining function '<name>'

Explanation: Net.Data is defining the specified function.



DTWF556IDefining MACRO_FUNCTION '<name>'

Explanation: Net.Data is defining the specified MACRO_FUNCTION.



DTWF557IFunction call '<name>' is a built-in function

Explanation: The current function call is for a built-in function.



DTWF558IFunction call '<%s>' is a MACRO_FUNCTION

Explanation: The current function call is for a MACRO_FUNCTION function.



DTWF559ICaching macro '<macroname>'

Explanation: Net.Data will be caching the specified macro.



DTWF560IUsing pre-processed macro '<macroname>'

Explanation: Net.Data found the specified macro in the cache and is using the pre-processed version.



DTWF561IAdding macro '<macroname>' to the cache

Explanation: Net.Data is adding the pre-processed version of the specified macro to the cache.



DTWF562ICaching web page for macro '<macroname>'

Explanation: Net.Data will cache the web page for the specified macro.



DTWF563IUsing 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.



DTWF564IAdding web page for macro '<macroname>' to the cache

Explanation: Net.Data is adding the web page for the specified macro to the cache.



DTWF565IProcessing <directivename> directive: path '<pathname>'

Explanation: Net.Data is processing the specified path for either DTW_CACHE_MACRO or DTW_DO_NOT_CACHE_MACRO.



DTWF566IProcessing 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.



DTWF567IUnable 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.



DTWF568IConfiguration variable '<%s>' set with value '<%s>'

Explanation: Net.Data has detected the specified configuration variable and is setting it to the specified value.



DTWF577IParsing of the configuration file db2www.ini completed

Explanation: Net.Data has completed processing of the initialization file.



DTWI500IFunction <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.



DTWI501IFunction <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.



DTWI503IFunction <name>: deleting entries in the open file handle table

Explanation: Internal message for IBM use.



DTWI504IFunction <name>: splitting the file name into path and filename

Explanation: Internal message for IBM use.



DTWI505IFunction <name>: parsing FFI_PATH

Explanation: Internal message for IBM use.



DTWI506IFunction <name>: deleting file '<file name>'

Explanation: Internal message for IBM use.



DTWJ500IFunction <name>: applet name is '<appletname>'

Explanation: The Java Applet Language Environment detected the specified applet name.



DTWJ501IFunction <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



DTWJ502IFunction <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.



DTWL500IFunction '<name>' called in the <le_name> Language Environment

Explanation: A function has been called in the specified language environment.



DTWL501IFunction <name>: parameter <parmnum>, name='<parmname>', value='<parmvalue>'

Explanation: In the specified function, the current parameter has the specified name and value.



DTWL502IFunction <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.



DTWL503IFunction <name>: parameter <parmnum> is an <usage> parameter

Explanation: In the specified function, the current parameter has the specified usage type (IN, OUT, or INOUT).



DTWL504IFunction <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.



DTWL505IFunction '<name>' was successful

Explanation: The current function call was successful



DTWL506IFunction '<%s>' failed with return code '<%d>'

Explanation: The current function call failed with the specified return code.



DTWL507IFunction <name>: executing inline <language> statements:\n<statements>

Explanation: Net.Data is invoking the specified interpreter with the specified inline language statements.



DTWP500IParsing macro '<name>'

Explanation: Net.Data is beginning to parse the specified macro.



DTWP501IParsing of macro '<name>' completed

Explanation: Net.Data has completed parsing the specified macro.



DTWP502IParsing query string or form data

Explanation: Net.Data is parsing either the query string or form data.



DTWP503IParsing pre-processed macro '<name>'

Explanation: Net.Data is parsing a pre-processed (cached) version of the specified macro.



DTWP506IIn function yyparse(), the token ID '<num>' with token value '<value>' returned from lexyy

Explanation: Internal message for IBM use.



DTWP507ICalling function add_to_alias_table to add a string_var_list to the alias table

Explanation: Internal message for IBM use.



DTWP508ICalling function add_to_alias_table to add a D2W_Table object to the alias table

Explanation: Internal message for IBM use.



DTWP509ICalling function add_to_alias_table to add a function object to the alias table

Explanation: Internal message for IBM use.



DTWP510ICalling function add_to_alias_table to add an environment variable object to the alias table

Explanation: Internal message for IBM use.



DTWP511IPre-processing macro '<name>' and saving the results

Explanation: Net.Data is pre-processing the specified macro for the macro cache.



DTWP512IParsing 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.



DTWP513IParsing 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.



DTWP514IParsing the INCLUDE_URL file '<name>' in macro '<name>'

Explanation: Net.Data is parsing the specified INCLUDE_URL directive from the specified macro.



DTWP515IParsing the INCLUDE_URL file '<name>' completed

Explanation: Net.Data has completed parsing the specified INCLUDE_URL directive.



DTWP516ICalling function add_token to add token ID '<num>' and token value '<value>'

Explanation: Internal message for IBM use.



DTWP517IParsing INCLUDE_URL file '<name>' from remote server '<name>'

Explanation: Net.Data is retrieving the specified INCLUDE_URL file from a remote Web seerver.



DTWP518IParsing INCLUDE_URL file '<name>' from local server

Explanation: Net.Data is retrieving the specified INCLUDE_URL file from the local Web server.



DTWP519IParsing Direct Request with query string '<name>'

Explanation: Net.Data is parsing a Direct Request in the specified query string.



DTWP520IExecuting Direct Request

Explanation: Net.Data is executing a Direct Request.



DTWQ500IFunction <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.



DTWQ501IFunction <name>: calculating TOTAL_ROWS

Explanation: DTW_SET_TOTAL_ROWS is set to YES and Net.Data is calculating the TOTAL_ROWS table processing variable.



DTWQ502IFunction <name>: TOTAL_ROWS is <number>

Explanation: Net.Data has set the table processing variable, TOTAL_ROWS, to the specified number.



DTWQ503IEstablishing a connection to the database

Explanation: Net.Data is connecting to the database.



DTWQ504IReusing an existing connection to the database

Explanation: Net.Data detected that a connection exists and is reusing the connection.



DTWQ505IConnection 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.



DTWQ506IConnection 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.



DTWQ507IFunction <name>: calling stored procedure '<procname>'

Explanation: Net.Data is calling the specified stored procedure



DTWQ508IFunction <name>: executing SQL statement '<statement>'

Explanation: Net.Data is executing the specified SQL statement.



DTWQ509IFunction <name>: no result sets returned

Explanation: Net.Data detected that no result sets were returned from the query or stored procedure call.



DTWQ510IFunction <name>: <num> result sets returned

Explanation: Net.Data received specified number of result sets from stored procedure call.



DTWQ511IFunction <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.



DTWQ512IFunction <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).



DTWQ513IFunction <%s>: request for result set <%d>

Explanation: Net.Data detected a request for the result set in the position specified.



DTWQ514IFunction <name>: storing result set <setnum> for later

Explanation: Internal message for IBM use.



DTWQ515IFunction <name>: fetching next row from result set

Explanation: Net.Data is fetching the next row from the current result set.



DTWQ516IFunction <name>: issuing a COMMIT

Explanation: Net.Data is issuing a COMMIT to the database.



DTWQ517IFunction <name>: issuing a ROLLBACK

Explanation: Net.Data is issuing a ROLLBACK to the database.



DTWQ518IDisconnecting from the database

Explanation: Net.Data is disconnecting from the database.



DTWQ519IFunction <%s>: created LOB file '<%s>'

Explanation: Net.Data retrieved a large object from the database and stored it in the specified file.



DTWQ520IFunction <name>: retrieved row with values:\n<row>

Explanation: Net.Data retrieved the specified row from the database.



DTWQ521IAn 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.



DTWQ522IAn 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.



DTWQ523IAn 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.



DTWQ524IFunction <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.



DTWQ525IFunction <name>: SQLCA at '0x<sqlca_addr>' contains SQLCODE '<sqlcode>'

Explanation: Internal message for IBM use.



DTWQ526ILoading CLI initialization file '<filename>'

Explanation: Net.Data is loading the specified CLI initialization file.



DTWS500IFunction <name>: executing external program '<programname>'

Explanation: The System or Perl Language Environment is invoking the specified external program.



DTWS501IFunction <name>: name of file containing output parameters from the program to the <LE> Language Environment: '<filename>'

Explanation: Internal message for IBM use.



DTWS502IFunction <name>: contents of the output parameters file: '<output>'

Explanation: Internal message for IBM use.



DTWS503IFunction <name>: name of file containing the standard output: '<filename>'

Explanation: Internal message for IBM use.



DTWS504IFunction <name>: contents of the standard output: '<output>'

Explanation: Internal message for IBM use.



DTWS505IFunction <name>: name of script file that invokes the program: '<filename>'

Explanation: Internal message for IBM use.



DTWS506IFunction <name>: contents of the invoking script: '<contents>'

Explanation: Internal message for IBM use.



DTWS507IFunction <name>: setting environment variable for input parameter

Explanation: Internal message for IBM use.



DTWS508IFunction <name>: getting an output parameter name: '<parmname>'

Explanation: Internal message for IBM use.



DTWS509IFunction <name>: getting an output parameter value: '<parmvalue>'

Explanation: Internal message for IBM use.



DTWX500IFunction <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.



DTWX502IFunction <name>: creating REXX environment

Explanation: Net.Data is creating a REXX environment for the REXX interpreter.



DTWX503IFunction <name>: calling REXX interpreter to process REXX exec

Explanation: Net.Data is invoking the REXX interpreter to process the current REXX exec.



DTWX504IFunction <name>: processing of REXX exec completed

Explanation: The REXX interpreter has completed processing of the REXX exec.



DTWX505IFunction <name>: REXX environment terminated

Explanation: Net.Data has terminated the REXX environment for the REXX interpreter.



DTWX506IFunction <name>: processing parameter list

Explanation: Internal message for IBM use.



DTWX507IFunction <name>: processing REXX exec header and footer

Explanation: Internal message for IBM use.



DTWX508IFunction <name>: pre-loading REXX exec

Explanation: Internal message for IBM use.



DTWX509IFunction <name>: processing error message with return code '<retcode>'

Explanation: Internal message for IBM use.


[ Top of Page | Previous Page | Next Page | Table of Contents ]