Author Topic: MESSGE LEVEL in Ondemand 8.4 version  (Read 1801 times)

yousuf_gani

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
MESSGE LEVEL in Ondemand 8.4 version
« on: March 27, 2019, 11:14:28 AM »
HI All
First of all apologize for asking question from older OD version (8.4).
We are in the plan for migrating one of our Legacy server in which OD 8.4 is installed. I tried starting the ODserver without TSM(CACHE_ONLY). it works perfectly.

When I start OD server with TSM, its not throwing any error in DB.
So I planned to setup the trace (which is different from my 9.0 / 9.5 version )with message Level to set for the component
as I tried TRACE_LEVEL=ALL=15 didn't work with the 8.4 version

Similar like this
Message Levels (Add together, in HEX, to combine levels)             #
#                                                                      #
# ERROR     0x01                                                       #
# WARNING   0x02                                                       #
# INFO      0x04                                                       #
# FLOW      0x08                                                       #
#                                                                      #
# By default the SRVR component will have ERROR, WARNING, and INFO


Not sure how to add message level to see the error from TSM in my trace, if you could help please do let me know what PARM to be set for seeing all the ERROR/INFO/WARNING

Below is the trace setup done my me which didn't show TSM specific error in my TRACE.
[TRACE]
#COMPONENT_LEVEL=FFFFFFFFFFFFFFFFFFFFFF
COMPONENT_LEVEL=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
TRACE_FILE=<MYISNTANCE>.trace.log
TRACE_FORMAT=TEXT
TRACE_LEVELS=TSM=0x15
APPEND=0
MAX_LOG_SIZE=0



jsquizz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: MESSGE LEVEL in Ondemand 8.4 version
« Reply #1 on: March 27, 2019, 12:02:13 PM »
Are you seeing any errors at all that you can share? Anything in your DB logs, console(S) or cmod system log?
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: MESSGE LEVEL in Ondemand 8.4 version
« Reply #2 on: March 27, 2019, 01:10:29 PM »
Yousuf - this technote has directions for 8.4...hope it helps.

How to enable trace in Content Manager OnDemand server

http://www-01.ibm.com/support/docview.wss?uid=swg21330810

Ed
#zOS #ODF

yousuf_gani

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Re: MESSGE LEVEL in Ondemand 8.4 version
« Reply #3 on: March 28, 2019, 02:25:14 AM »
Hi All,
thanks for the info, but I already tried this IBM support page (based on that only I set the COMPONENT_LEVEL to "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"),
I see the Ondemand Trace File Created but with less information. Not anything related to TSM.
I see the default MESAGE_LEVEL is set only for SRVR component to show ERROR, WARNING, and INFO

I want to change this default setting to get ERROR from all the component( or atleast from TSM.),  Not sure what PARM required to be set for the same in the trace.seeting file.
As in 9.5 version I set as "TRACE_LEVELS=TSM=15", which is not working with 8.4 version.

Please help and suggest.