Discussion:
Blat does not work on 64 bit Windows server 2008
ashwinkhatwani
2011-10-19 15:22:33 UTC
Permalink
E:\scripts\blat>Blat -install 10.XXX.XXX.XXX ***@centrica-sl.co.uk
Blat v2.7.5 w/GSS encryption (build : Aug 16 2011 23:04:23)

SMTP server set to 10.XXX.XXX.XXX on port 25 with user ***@email.com, retry 1 time(s)

E:\scripts\blat>blat Test.txt -s "This is a Test" -t <email_id>
Blat v2.7.5 w/GSS encryption (build : Aug 16 2011 23:04:23)

unexpected error 10013 from winsock


Problem signature:
Problem Event Name: APPCRASH
Application Name: blat.exe
Application Version: 2.7.5.0
Application Timestamp: 4e4b4bd7
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.17514
Fault Module Timestamp: 4ce7ba58
Exception Code: c0000005
Exception Offset: 000344cc
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt



Please help
c***@att.net
2011-10-20 04:35:34 UTC
Permalink
Does Blat have permission to access the SMTP port?  Check your user permissions.


[Non-text portions of this message have been removed]
Moore, Bruce
2011-10-19 17:56:16 UTC
Permalink
Most of the issues encountered when attempting to use BLAT on Windows
2008 have been accessibility or needing something like STUNNEL to
complete the link to the SMTP server

This seems to be another access issue

Permission denied.
An attempt was made to access a socket in a way forbidden by its
access permissions. An example is using a broadcast address for sendto
<http://msdn.microsoft.com/en-us/library/ms740148(v=VS.85).aspx>
without broadcast permission being set using setsockopt
<http://msdn.microsoft.com/en-us/library/ms740476(v=VS.85).aspx>
(SO_BROADCAST).

Another possible reason for the WSAEACCES error is that when the
bind <http://msdn.microsoft.com/en-us/library/ms737550(v=VS.85).aspx>
function is called (on Windows NT 4.0 with SP4 and later), another
application, service, or kernel mode driver is bound to the same address
with exclusive access. Such exclusive access is a new feature of Windows
NT 4.0 with SP4 and later, and is implemented by using the
SO_EXCLUSIVEADDRUSE
<http://msdn.microsoft.com/en-us/library/cc150667(v=VS.85).aspx>
option.




________________________________

From: ***@yahoogroups.com [mailto:***@yahoogroups.com] On Behalf Of
ashwinkhatwani
Sent: Wednesday, October 19, 2011 11:23 AM
To: ***@yahoogroups.com
Subject: [blat] Blat does not work on 64 bit Windows server 2008




E:\scripts\blat>Blat -install 10.XXX.XXX.XXX
***@centrica-sl.co.uk
<mailto:Backup.Notifications%40centrica-sl.co.uk>
Blat v2.7.5 w/GSS encryption (build : Aug 16 2011 23:04:23)

SMTP server set to 10.XXX.XXX.XXX on port 25 with user ***@email.com
<mailto:test%40email.com> , retry 1 time(s)

E:\scripts\blat>blat Test.txt -s "This is a Test" -t <email_id>
Blat v2.7.5 w/GSS encryption (build : Aug 16 2011 23:04:23)

unexpected error 10013 from winsock

Problem signature:
Problem Event Name: APPCRASH
Application Name: blat.exe
Application Version: 2.7.5.0
Application Timestamp: 4e4b4bd7
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.17514
Fault Module Timestamp: 4ce7ba58
Exception Code: c0000005
Exception Offset: 000344cc
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our
privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

Please help






[Non-text portions of this message have been removed]

Loading...