Fail to connect to SMTP server on WinXP but works on Win2K, posted by David Spindler on Sat Mar 6 19:59:58 2010
|
|
Re: Fail to connect to SMTP server on WinXP but works on Win2K, posted by David Spindler on Sat Mar 6 20:06:24 2010
|
Fantastic. I forgot the icon and when I resent nothing was left. 
Here goes again!
I have been running Elog for years on a Win2K machine with no email problems. I have been forced to move it to a WinXP machine and I always get this message under WinXP: "Error sending Email via "netsvr10.prod.company.com": Cannot connect to server"
I noticed this a long time ago but was not concerned until I wqas forced to use WinXP. We have years of data in the Elog and to lose the use of it would hinder our operation a lot.
Here is an entry from the elog.log file when it worked under Win2K:
28-Oct-2009 18:28:38 [609144@199.82.127.9] {Generals} NEW entry #0
28-Oct-2009 18:28:38 [609144@199.82.127.9] {Generals} Email from <christophermeyer@fedex.com> to david.spindler@company.com, SMTP host smtp.mail.company.com
28-Oct-2009 18:28:42 [609144@199.82.127.9] {Generals} 220 netsvr10.prod.company.com -- Server ESMTP (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit))
Here is an entry from today's elog.log under WinXP that does not work.
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} NEW entry #0
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} Email from <david.spindler@company.com> to david.spindler@company.com, SMTP host smtp.mail.company.com
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} READ entry #1612
We use an SMTP server without authentication.
|
Re: Fail to connect to SMTP server on WinXP but works on Win2K, posted by David Spindler on Sat Mar 6 20:16:52 2010
|
David Spindler wrote: |
Fantastic. I forgot the icon and when I resent nothing was left. 
Here goes again!
I have been running Elog for years on a Win2K machine with no email problems. I have been forced to move it to a WinXP machine and I always get this message under WinXP: "Error sending Email via "netsvr10.prod.company.com": Cannot connect to server"
I noticed this a long time ago but was not concerned until I wqas forced to use WinXP. We have years of data in the Elog and to lose the use of it would hinder our operation a lot.
Here is an entry from the elog.log file when it worked under Win2K:
28-Oct-2009 18:28:38 [609144@199.82.127.9] {Generals} NEW entry #0
28-Oct-2009 18:28:38 [609144@199.82.127.9] {Generals} Email from <christophermeyer@fedex.com> to david.spindler@company.com, SMTP host smtp.mail.company.com
28-Oct-2009 18:28:42 [609144@199.82.127.9] {Generals} 220 netsvr10.prod.company.com -- Server ESMTP (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit))
Here is an entry from today's elog.log under WinXP that does not work.
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} NEW entry #0
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} Email from <david.spindler@company.com> to david.spindler@company.com, SMTP host smtp.mail.company.com
06-Mar-2010 11:48:23 [117361@127.0.0.1] {Gbld} READ entry #1612
We use an SMTP server without authentication.
|
I picked a bad example with an IP address of 127.0.0.1, but it is the same as a valid IP address such as the working entries above or the entry below.
06-Mar-2010 10:31:43 [117361@199.81.166.149] {Gbld} READ entry #1691
06-Mar-2010 10:39:10 [117361@199.81.166.149] {Gbld} NEW entry #0
06-Mar-2010 10:39:11 [117361@199.81.166.149] {Gbld} Email from <david.spindler@company.com> to david.spindler@company.com, SMTP host smtp.mail.company.com
|
Wrong author when replying a reply, posted by Mads Jessen on Mon Mar 8 16:16:39 2010
|
When replying on a reply, the author is set to the author on the original reply? Othervice it workes great!
part of code:
...
Preset Author = $long_name
Locked Attributes = Author
Subst on reply author = $long_name
...
|
Re: Wrong author when replying a reply, posted by David Pilgram on Tue Mar 9 00:48:28 2010
|
Just to say that this bug was fixed some time ago - I don't remember when (a senior moment).
I know because I reported it to Stefan (along with the rest of the universe), as it was appearing
on this forum when it was running on that particular SVN version.
If you update to the latest version of elog, all will be fine.
David.
(helping Stefan, since I usually give him such a hard time). |
Summary text field is empty for replied entries, posted by Thomas on Thu Mar 11 12:01:35 2010
|
It is possible to show the (new) text of a replied entry in the summary text field ?
Actually only for the original entries the text was shown in the text column of the summary report, not for the replies.
|
Re: Summary text field is empty for replied entries, posted by Stefan Ritt on Thu Mar 11 14:59:29 2010
|
Thomas wrote: |
It is possible to show the (new) text of a replied entry in the summary text field ?
Actually only for the original entries the text was shown in the text column of the summary report, not for the replies.
|
In principle you can adjust the number of lines shown in the summary text file with the option summary lines = x. If you increase that value, you start seeing some part of the reply. For elog itself it is impossible to distinguish the reply text from the origial text, since some people use plain text like
> original
> text
reply
with the reply sometimes below, sometimes above the original text. Other people use full HTML with tables (like in this forum), where it is very hard internally to distinguish between original and reply text. The easiest is not to quote the original text in replies, then you will see it always. |
Re: Summary text field is empty for replied entries, posted by Thomas on Thu Mar 11 15:29:40 2010
|
Stefan Ritt wrote: |
Thomas wrote: |
It is possible to show the (new) text of a replied entry in the summary text field ?
Actually only for the original entries the text was shown in the text column of the summary report, not for the replies.
|
In principle you can adjust the number of lines shown in the summary text file with the option summary lines = x. If you increase that value, you start seeing some part of the reply. For elog itself it is impossible to distinguish the reply text from the origial text, since some people use plain text like
> original
> text
reply
with the reply sometimes below, sometimes above the original text. Other people use full HTML with tables (like in this forum), where it is very hard internally to distinguish between original and reply text. The easiest is not to quote the original text in replies, then you will see it always.
|
Thank you very much for your answer.
Is there any way to invert the order of the original text and the reply text ? |