This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timezone of the OIM Web Portal

Dear Community,

can someone tell me how the timezone of a user session is determined?

I have the problem that columns template is not calculating correct values if the trigger comes from a change made in the web portal.

If the same person makes that change in the ObjectBrowser or Manager the calculation is fine.

So I think that the Web Portal uses the wrong timezone in the users session.

Inside the users data Germany is selected as country (Person.UID_DialogCountry)

and the country is is correctly linked to the correct timezone "Berlin" (DialogCountryHasTimeZone)

Parents
  • Hi Florian,

    Check the web application logs and look for entries like this one to determine if the application calculates the correct time zone.

    2018-11-19 16:29:53.0044 DEBUG (    WebLog of32tnuhmluzotrzdcfa1qjf) : Got time zone info 2015,3,29,60,120;2015,10,25,120,60;. 
    2018-11-19 16:29:53.1503 DEBUG (    WebLog of32tnuhmluzotrzdcfa1qjf) : Found matching zone: (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna (W. Europe Standard Time) 
    
    

    Hope this helps

    Hanno

  • Sadly our projects webadmin is not available this week and I'm unsure how to get the dubugging information logged.
    I have tried to publish the web-project in debug-mode. But that didn't help to get any debug information in the IIS Log.
    In the web.config I also can't find an attribute to control the loglevel.
    Is debugging information for the webportal also controlled by the globallog.config?

  • Hi Florian,

    Locate the nlog.config file in the web application folder. There should be a line like this one:

    <logger name="*" minlevel="Warn" writeTo="logFile" />

    If you set the minlevel to "Debug" then you will get debug-level log messages.

    HTH

    Hanno

Reply
  • Hi Florian,

    Locate the nlog.config file in the web application folder. There should be a line like this one:

    <logger name="*" minlevel="Warn" writeTo="logFile" />

    If you set the minlevel to "Debug" then you will get debug-level log messages.

    HTH

    Hanno

Children
No Data