| | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Yesterday @ 7:28:28 PM Posts: 1,148, Visits: 2,830 |
| I have a user that is intermittently getting this error. The error occurs when doing various tasks. I'm pretty sure there is a problem with his machine or connection (though others within the same network are not having this problem). I just have no idea what could be causing it... Any help would be appreciated.
Here is the exception:
IOException
Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
SocketException
An established connection was aborted by the software in your host machine
Source : System
Stack Trace:
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.SendRequestCore(BaseParams Params, RemoteDataSourceCommand Command)
at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.b(DbCommand A_0, Boolean A_1, String A_2)
at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ExecuteScalar(DbCommand Command)
at MicroFour.StrataFrame.Business.BusinessLayer.ExecuteScalar(DbCommand CommandToExecute)
[gpm] from here up is common in all cases...the lines below depend on what he was trying to do...
at FOXSystems.RAMS.BusinessObjects.Project.AlternateOutlineBO.GetProjectIDByID(Int32 altOutlineID)
at FOXSystems.RAMS.Shared.DataTreeProviders.AlternateOutlineProvider.set_AlternateOutlineID(Int32 value)
at FOXSystems.RAMS.Testing.TestFunctionForm..ctor(Int32 projectID)
...etc. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 06/17/2008 9:28:35 AM Posts: 2,649, Visits: 1,863 |
| Doing a quick google of the error seems to point towards some sort of client-side, real-time, anti-virus software (most of the reported issues were dealing with McAfee). Seems as though the software, wether a firewall or just anti-virus is blocking outbound traffic on non-standard ports because the security software thinks it might be a virus/trojan/whatever. We've had this problem before with other software suites. Check to see if the client machine has the firewall turned on or some sort of port-blocking to prevent the spread of viruses.
www.bungie.net |
| | | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Yesterday @ 7:28:28 PM Posts: 1,148, Visits: 2,830 |
| | Thanks! I'll look into that. |
| |
|
|