Uniface User Forum

 View Only
  • 1.  How to remove - Uniface DBMS connector log entries

    Posted 01-19-2021 19:14

    I need to stop below entries getting written into application logs, already tried with $IOPRINT as 1, still below statements are getting written in the logs. What additional setting/config needs to be changed here ?

    S, mode: M, on file/table: table/filename index: X S

    Here is the log snippet for reference.



  • 2.  RE: How to remove - Uniface DBMS connector log entries

    Posted 01-20-2021 06:54

    Hi

    I think you are using a TCP: path. And asn you need to modify is in server. See "Server: " at the beginning of each line.

    To stop these messages, set $IOPRINT = 0


    Best regards



  • 3.  RE: How to remove - Uniface DBMS connector log entries

    Posted 01-20-2021 08:08

    Hi Jayesh

    $ioprint=1 still prints still such lines. Use $ioprint=0 instead
    And you have to look for "ioprint" in different places:

    * in proc code

    * in commandline as /pri=

    * ASN-file

    The value if $ioprint is a bitfield, have a look into the documentation:
    https://u.uniface.info/docs/0907/uniface/howUnifaceWorks/dataIO/DBMS_driver_logic_when_retrieving/I_O_message_level.htm

    Ingo