Email server
Jan 04, 2013
01:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 04, 2013
01:27 PM
Email server
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 3
Jan 04, 2013
01:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 04, 2013
01:30 PM
Please check <wt_home>/site.xonf and check below property
<property name="wt.mail.mailhost" overridable="true" targetfile="codebase/wt.properties"<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]
<property name="wt.mail.mailhost" overridable="true" targetfile="codebase/wt.properties"<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]
Jan 04, 2013
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 04, 2013
02:02 PM
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.
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.
Jan 04, 2013
02:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 04, 2013
02:17 PM
Thanks!
