Skip to main content

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.

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


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