W/2003, VS/2003 and ThreadAbortException -
07-03-2003
, 04:17 PM
Moved a working app from W/2000 Asp V1.0 to
W/2003, VS/2003, ASPV 1.1
Page runs a long job, uploading 2 large fixed length files
(300,000 rows) into SQL database. A process is run
against the data, and altered flat-files produced.
The job aborts at EXACTLY 105 seconds (1 min, 45 seconds)
regardless of WHERE in the process we are - could be DB
read, DB write, string manipulation - whatever.
I've checked all Sql Server, Machine.Config, Web.Config
and IIS settings - no joy... Researched everything I
could find in Google/Microsoft.
Workstation: dual 2.66 ghz xeon w/ 2 gig memory, local
IIS, local SQL server.
HELP!
Thread was being
aborted.System.Threading.ThreadAbortException: Thread was
being aborted.
at System.Data.Common.DbDataAdapter.Update(DataRow[]
dataRows, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataTable
dataTable)
at Maple.PickPro.com.modDb.ExecSqlInsert(DataTable
sqlTable, String SelectCmd) in c:\hosted
sites\Maple\modDb.vb:line 73
at Maple.PickPro.com.BmcSortProcessSql.ParseDetailFil e
() in c:\hosted sites\Maple\BmcSortProcessSql.vb:line 245
at Maple.PickPro.com.bmcSort.ProcessFiles() in
c:\hosted sites\Maple\bmcSort.aspx.vb:line 219
at Maple.PickPro.com.bmcSort.btnProcess_Click(Object
sender, EventArgs e) in c:\hosted
sites\Maple\bmcSort.aspx.vb:line 1047/3/2003 2:52:45 PM -
7/3/2003 2:54:31 PM 105 |