Skip to main content
1-Visitor
January 4, 2013
Question

Email server

  • January 4, 2013
  • 3 replies
  • 1031 views

All -


Our IT department recently did 'maintenance' on our email server which turned out to be more 'replacing' than 'maintenance'... Now my users are not receiving their workflow-generated emails. Can someone please tell me where the email server is identified so I can get it pointed in the right direction again? (PDMLink 9.1 M050).



Thanks in advance!


Chrystal Johnstone


Red Dot Corporation

    3 replies

    1-Visitor
    January 4, 2013
    Please check <wt_home>/site.xonf and check below property

    <property name="wt.mail.mailhost" overridable="true" targetfile="codebase/wt.properties"&lt;br"/> value="<mail server=">"/>

    and replace value <mail server="> with right mail server

    regards
    Venkata Kotra║Sr.Analyst, Engg Systems ║IS, HHI
    [cid:image001.gif@01CDEA5E.26C65550]
    23-Emerald III
    January 4, 2013
    Use xconfmanager to check values in the property files.

    Xconfmanager -d wt.mail.mailhost
    Will return the current value.

    Xconfmanager -s wt.mail.mailhost=<new mail=" server="> -p
    Will set and propgate the new value of <new mail=" server="> to windchill


    Thank you,

    Ben H. Loosli
    USEC, INC.
    1-Visitor
    January 4, 2013
    Thanks!