Skip to main content

How to remove - Uniface DBMS connector log entries

  • January 19, 2021
  • 2 replies
  • 0 views

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 replies

LuisVila
Forum|alt.badge.img
  • Participating Frequently
  • January 20, 2021

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.

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


Ingo Stiller
Forum|alt.badge.img+3
  • Participating Frequently
  • January 20, 2021

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.

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