#1
|
|||
|
|||
SMTP issues in 5.6a
I have upgraded my build machine to 5.6a and am still having problems sending a very simple SMTP message. I have set up an SMTP server locally on the build machine and configured the smart host. All I need it to do is send the message locally, not authentication is required and I am using default ports. I continually get "Unspecified Error".
Regards, Oliver. |
#2
|
|||
|
|||
I have the same problem
I am encountering the same problem with 5.6a. In the log file it would state:
Connecting to SMTP server 'smtp.mymailserver.com' on port 25 Unspecified error (Our smtp mail server requires no authentication) If I keep trying, then it would be successful and the email is sent. Once it's successfull, it does not seem to fail again. |
#3
|
|||
|
|||
Please post (or send to support@kinook.com) the log file when building this step (after setting Logging to All+hex dump) and the .bld file with the Send Mail step that is failing. Thanks.
|
#4
|
|||
|
|||
I already have "All + Hex dump" set in the logging and the only logging that I get is the "Unspecified error message".
I have also set the timeout to 300 seconds because I thought the server might be timing out. None of these work. As, I mentioned in my previous post, once it starts working it seems to work for a while before failing again. |
#5
|
|||
|
|||
Log and Bld file
Attached is the bld file that I am using and the associated log file after seeing a failure.
|
#6
|
|||
|
|||
Thanks. Please post the log again after adding the following code to the Send Mail step's vbld_StepStarted script event (by double-clicking on the step, clicking Script Editor, switching to the Step tab, clicking Events, and choosing vbld_StepStarted):
Builder.LogMessage "Message Body:" Builder.LogMessage Step.ExpProperty(Builder, "Message") The code assumes VBScript is your default script engine (Tools | Application Options | General | Default script language); put parenthesis around the LogMessage parameters for JScript. |
#7
|
|||
|
|||
Valid sender
I changed the "From" address to be a valid e-mail account and it started working. Previously it was working with any old text in there. I'll see how that goes.
|
#8
|
|||
|
|||
We were able to reproduce this behavior with the help of another customer (the problem has to do with the contents/size of the message body). Downloading http://www.kinook.com/Download/VisBuildNet.zip and extracting to your VisBuildPro install path should fix the problem.
|
#9
|
|||
|
|||
We got the zip file, and installed it into the Visual Build Pro directory, then just to make sure we registered it with regsvr32.exe. But we are still running into the size problem. If anyone has success please post, or if there might be another work around that would be greatly appreciated as well.
|
#10
|
|||
|
|||
That fix turned out to be only a partial fix. The main download includes a patch from our networking component vendor which should resolve any remaining issues.
|
#11
|
|||
|
|||
Yea, that .exe worked great for us. Thanks a lot for the great responses on tech support!
|
|
|