Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The DTAQLIB parameter is not used and its value will be ignored.  (You may use the DTAQPATH parameter to specify a location for the data queue, if required.)
  • Data queues are stored in pairs of files in the Windows server file system with .EDQ and .LDQ file extensions.  The .EDQ file contains the data queue definition and entries.  The .LDQ files are used to logically lock the data queue during receive operations.  The file names are determined by the LANSA run-time support used by this activity.  The files can be manually cleared or deleted by deleting the associated files.  Alternatively the DTAQ_CLEAR activity may be used for this purpose.
  • The location of the .EDQ and .LDQ data queue storage files is determined by the value of the DTAQPATH parameter.  Refer to that parameter description for further information.
  • Refer to the description of the DTAQ_SEND activity for more complete Windows Server Platform Notes relating to the suite of DTAQ activities.


Note
title

Note

: On Windows servers, the specific implementation used means that the activity is unable to handle certain types of exceptions that may be considered unexceptional in other circumstances.  In such cases the processing sequence containing the activity may simply end abnormally without logging diagnostic information in the Processing Sequence log.  This behavior differs from most other LANSA Composer activities and from the IBM i IBM i implementation of this activity.

false
Info
icon

You should be aware of this possibility and be prepared to diagnose such issues in other ways.  For example, the x_err.log generated by the LANSA run-time may assist with diagnosing such conditions.

...