![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I note many occurence of the following error on a Windows 2000 server with SP4, running SQL Server 2000 client: Event Type: Information Event Source: Application Popup Event Category: None Event ID: 26 Date: 10/10/2005 Time: 09:12:06 User: N/A Computer: MyServer Description: Application popup: cscript.exe - Application Error : The instruction at "0x77f813c1" referenced memory at "0x00000000". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I have referenced http://dbforumz.com/DTS-run.exe-Appl...pict27398.html, but the DTS system.out Log indicate the following: DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 i.e., it was merely executing a single line stored procedure (which should take <1 second to complete) with SQLTask_1 and SQLTask_2. Confused? Any clues why this is the case and how to resolve it? |
#3
| |||
| |||
|
|
Also, the SQL task for SQL_Task1 and SQL_Task2 are against a SQL Server 2000 database (on another server) using Microsoft OLE DB Provider for SQL Server. The DTS package being executed are in structured DTS file in another Windows 2000 server. "Patrick" wrote: I note many occurence of the following error on a Windows 2000 server with SP4, running SQL Server 2000 client: Event Type: Information Event Source: Application Popup Event Category: None Event ID: 26 Date: 10/10/2005 Time: 09:12:06 User: N/A Computer: MyServer Description: Application popup: cscript.exe - Application Error : The instruction at "0x77f813c1" referenced memory at "0x00000000". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I have referenced http://dbforumz.com/DTS-run.exe-Appl...pict27398.html, but the DTS system.out Log indicate the following: DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 i.e., it was merely executing a single line stored procedure (which should take <1 second to complete) with SQLTask_1 and SQLTask_2. Confused? Any clues why this is the case and how to resolve it? |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |