Session logs

Options
Julien.Fontaine
edited January 24, 2013 in Documentum #1

Hi,

I try to change the trace level of my dctm sessions. Where can i set this trace level for all my sessions ?

I know that before DCTM 6, this was in the DMCL.ini file but with DCTM 7, i don't find such option.

Thanks a lot.

Comments

  • RalfKahrl
    edited January 22, 2013 #2
    Options

    Hi Julien,

    you can enable tracing for your sessions by setting the appropriate properties in dfc.properties like:

    dfc.tracing.enable=true

    There is also a good documentation found in the Content Server Admin Guide explaining all options.

  • Julien.Fontaine
    edited January 22, 2013 #3
    Options

    Ok for the DFC Tracing...

    But my question is for session logging option :

    Using the setServerTraceLevel method

    The setServerTraceLevel method is defined for the DFC IDfSession interface. The method takes

    two arguments, a trace level, defined as an integer value, and a facility name. The following table

    describes the trace levels for the setServerTracelLevel method.

    But how i can set this option without coding ? like the old trace api command.

  • dnvhariprasad
    edited January 22, 2013 #4
    Options

    you can use SET_OPTIONS in the administrative methods..

    just debug what the method is doing to implement it in your own way.

  • Julien.Fontaine
    edited January 24, 2013 #5
    Options

    I try to write custom code to test Session logs option.

    Thanks dnv !