Microsoft JET Database Engine Hresult: 0x80004005 Description: Unspecified Error.

May 12, 2006

I have ran into the same problem ... Importing from Access into SQL 2005 using SSIS and get the error:

[Connection manager "SourceConnectionOLEDB"] Error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Unspecified error".

View 3 Replies


ADVERTISEMENT

Hresult: 0x80004005 Description: Unspecified Error

Mar 25, 2008



hello all

i m getting the following error while exporting an excel file in SSIS

SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Unspecified error".

is this a bug?
pls suggest a workaround.

View 2 Replies View Related

Microsoft SQL Native Client Hresult: 0x80004005 Description: Violation Of PRIMARY KEY Constraint

Apr 14, 2008

We scheduled lot of SSIS packages on 64 bit server and most of the time they are running fine. Some times we are getting below error message on any random package. When we re-run its working fine to success. This is repeating once in a week on different packages.



Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'PK_TblObject'. Cannot insert duplicate key in object 'dbo.tblObject'."



Please let me know if you have any solutions?

View 3 Replies View Related

Source: Microsoft OLE DB Service Components Hresult: 0x80040154 Description: Class Not Registered. - MSAccess

Oct 31, 2007

Hello,

I am running Windows Server 2003 R2 Enterprise Edition SP 2

I have created an integration package in VS 2005 which extracts data from Access 2000 and imports it into a table on SQL server 2005 running on this server.

The package runs ok in Visual Studio 2005, but when i schedule it as a step in 2005 SQL Agent to execute as a SQL Server Integration package using SQL Agent Service Account it comes with the following error -
I did a bit of research which suggests this is due to SQL 64 bit and Windows 64b bit, however I am running 32 bit !! also the sql server agent is a domain admin user...can you gurus please help ?



Microsoft (R) SQL Server Execute Package Utility
Version 9.00.3042.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 10:07:42 AM
Error: 2007-10-31 10:09:13.85
Code: 0xC0202009
Source: Copy all Data to Reporting Prod Connection manager "Access Allocations.mdb"
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC020801C
Source: 5_Copy vw_Allocations 5_Access Allocations [1]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Access Allocations.mdb" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC0047017
Source: 5_Copy vw_Allocations DTS.Pipeline
Description: component "5_Access Allocations" (1) failed validation and returned error code 0xC020801C.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC004700C
Source: 5_Copy vw_Allocations DTS.Pipeline
Description: One or more component failed validation.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC0024107
Source: 5_Copy vw_Allocations
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 10:07:42 AM
Finished: 10:09:13 AM
Elapsed: 91.422 second


View 29 Replies View Related

Error: 0x80004005 On Microsoft SQL Native Client

Nov 20, 2006

The below error happens when trying to use the SSIS Transfer SQL Server Objects Task to transfer objects. Related to (Bug?? Transfer SQL Server Objects Task - error when copying Views )?

--------------------

Error: 0xC002F325 at Transfer Data (NEW) Pre, Transfer SQL Server Objects Task: Execution failed with the following error: "ERROR : errorCode=-1071636471 description=An OLE DB error has occurred. Error code: 0x80004005.

An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Unspecified error".

helpFile=dtsmsg.rll helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".

Task failed: Transfer Data (NEW) Pre

View 2 Replies View Related

Error Source : Microsoft Data Transformation Services (DTS) Package Error Description : Error Accessing Windows Event Log

Dec 13, 2007



Hi,

I am running dts in Sql Server 2005 management studio from Management, Legacy and data Transformation Services.

Once the dts has run, I get this error message "Error Source : Microsoft Data Transformation Services (DTS) Package Error Description : Error accessing Windows Event Log."

Please help me

thanks in advance

Srinivas



View 1 Replies View Related

The Microsoft Jet Database Engine Cannot Open MS-Access Database

Aug 18, 2007


I have MS-Access as data source for one of the reports. I can preview the report fine from BI studio however, it does not work when I deploy it on report server.

The error is :

An error has occurred during report processing.
Cannot create a connection to data source '<data source name>'.

The Microsoft Jet database engine cannot open the file '<UNC location of the MS-Access database>'. It is already opened exclusively by another user, or you need permission to view its data.




MS-Access database is located on a different server.

Any help to solve this? I understand it has something to do with permission both on server where reporting service is running as well as the server where MS-access database is located. Pls help.

View 2 Replies View Related

Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException HResult -2146233088

Apr 17, 2007

i get the following exception HResult -2146233088

[Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException] {"No description found"} Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException

when i try to use this following code snippet



try

{

ConnectionManager objOLEDBConnection;

Microsoft.SqlServer.Dts.Runtime.Package objPackage = new Microsoft.SqlServer.Dts.Runtime.Package();





objOLEDBConnection = objPackage.Connections.Add("OLEDB");

}

catch(Exception ex)

{

ex.Message ;

}


could you please help me out with this ?

View 2 Replies View Related

Copy Database Error: No Description Found

Nov 6, 2006

I'm trying to use the copy database wizard in sql server 2005, but I keep getting an error that says 'No description found.' I read a posting on another forum and someone said to remove the default associated objects for Logins so I unchecked everything except dbo owner and still got the same error. What would you recommend doing?

Thanks,
Rich

View 4 Replies View Related

I Am Getting An Error Message When I Try To Print Using Reporting Services: An Error Occurred During Printing (0x80004005)

May 22, 2007

I am getting an error message when I try to print using reporting services: "an error occurred during printing (0x80004005)"

View 4 Replies View Related

Unspecified Error

Dec 19, 2007

We hit this error about 2 weeks ago on SQL Server 2000 and it seems to be getting worse. 
We have a table that stores phone numbers (wtns).  We have a number of pages that query this table.  I can sit and click a link that queries this table over and over and finally after about 40-50 clicks, it will fail and repeatedly fail for about a minute with:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'Unspecified error
If our system is busy, I can get to the error much quicker.  The strange thing is this table and these pages have not been modified, some of them haven't been touched in years so these queries worked just fine for that long until Dec 4th when the problems started (nothing significant happened that day or prior to that either).
I have the SQL Profiler running and what I see is the SELECT stmt completes just fine.  The stmt looks as expected and I can even run it manually and it works fine.  Then I see a series of  audit login  audit logout pairs in the profiler but nothing else, where I would expect to see more Queries from that page on other tables.
 If I go to any of the 5 pages or so that has a similar query to this table, I can get the same error.  No other table in our DB causes this problem.  There is no problem cleaning up the connection/resultset either.
 Any ideas where to look?  We've done alot recently to try and fix it:
Reinstalled MDAC, reinstalled SQL Server SP, increased memory, shrunk the trans log, reindexed the table, changed the cursor around (made it readonly as it initally wasn't), modified permissions.  Nothing seems to work. 
This is on SQL Server 2000MDAC 2.81.1128.0Windows 2000 SP4IIS 
Our Connection string looks like the following:
Session("Conn") = "DRIVER={SQL Server};SERVER=DS20021218001;DATABASE=ODB;UID=webUser;PWD=***
Any ideas on where to go next?  What to try?
 
     thank you

View 6 Replies View Related

DTS Unspecified Error

Jan 29, 2004

I have a DTS to transfer logins from one server to a another server. I have put the syslogins.dat file in the share directory. But this DTS is giving 'Unspecified Error'. Any help would be appreciated.

Thanks

View 7 Replies View Related

Getting Error 0x80004005

Jan 2, 2007

Hi Everybody,

Iam a sql server developer,iam on a migration project,iam encountering an error when iam editing the control flow task.it says the sql server doesnot exist or access denied,pls can anyone help me on this.



Thanks and Regards,

sg

View 5 Replies View Related

Random Unspecified Error

Dec 17, 2007

We have a system that has been running for years and some of the .asp pages haven't been touched in years, but about 10 days ago the same SQL stmts that have always been there have been returning

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Unspecified error

This is on SQL Server 2000
MDAC 2.81.1128.0
Windows 2000 SP4
IIS

The problem is this occurs at random. The statement will execute 5x, then fail once, then run 2 more times and fail again. There isn't a problem with the SQL itself as the same Select stmt will fail or pass randomly. I can also take and execute the stmt manually and it will also pass. There are about 5 places it occurs in our pages. Here is on particular example. Note that DataRS("acc_num") is a valid value and will return just fine if I manually execute it and will pass probably 75% of the time as it is, but 25% of the time will fail with above error.

CMD = "SELECT TOP 1 id, acc_num, businessType, mdCountry, cust_lec, First_Name, Last_Name FROM accounts WHERE (Acc_Num = '" & DataRS("acc_num") & "')"

AccRS.Open CMD, DBConn, adOpenForwardOnly

Not sure at all what is causing this. I've haven't been able to find anything conclusive in the SQL Profiler either.

Any ideas?

Is this the correct version of MDAC? I tried to get the latest, but it was an earlier version .1117.


thanks

View 4 Replies View Related

SQL CE Err 80004005 Unspecified Error

Aug 28, 2006

Gday.

I'm writing a PDA app which has an SQL CE database on the storage card. Under certain circumstances, I get an Error Code 80004005 ; "Unspecified Error" exception (henceforth referred to as "The Error".

I can write to a certain table (the only one which has a problem) many times on the first run of the app since the database was created. However if I exit and reload the app, the error starts hapenning. It does not go away until I delete the database and re-create it.

The database has a password (I've tried with and without this to no avail) and the temp file is being stored on the Storage Card (the PDA itself doesn't have enough memory).

I have been extensively searching the net for existing solutions. I found this one from microsoft,
(http://support.microsoft.com/?kbid=919150) which suggests the PDA is coming out of suspend mode and trying to access the Storage Card. This sounds reasonable and similair to my case. I would like to change my code so it is not coming out of suspend mode (instead of trying to find that hotfix) but I don't know what suspend mode is. The code is being called from a button's handler. This sounds like it is coming out of suspend mode, doesn't it?

Has anyone else seen this? It has brought my project to a grinding halt and I can not see anything wrong with my code (it's doing the same insert command I've done a million times before on other tables).

Thanks in advance for any help!

Lee

View 1 Replies View Related

Error 0x80004005 Request Is Not Available. Please Help!!

Apr 21, 2008



Hi,

I tried to confiure sql reporting service on vista box but I got the following page.


Server Error in '/Reports' Application.


Request is not available in this context
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request is not available in this context

Source Error:





An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:





[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpContext.get_Request() +3465893
Microsoft.ReportingServices.UI.Global.get_ConfigurationManager() +47
Microsoft.ReportingServices.UI.GlobalApp.Application_Start(Object sender, EventArgs e) +32

[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +3385130
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +125
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +182
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +259
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +245

[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465475
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +675





I tried a lot of searches online but could not find any solutions. I am running Vista Ultimate, SQL Server 2005 and IIS 7. I am sure I configure everything right under "Default Web Site". The same config is running perfectly under XP. Can anyone help please?

View 19 Replies View Related

Error Code: 0x80004005

Dec 5, 2006

I created a package that refreshes tables on one SQL Server to another SQL Server. First, I use an ExecuteSQL task to truncate the tables. Then I use a Data Flow task to copy the tables from one server to the other. Finally I update a log table. It was working fine with four tables. I added another table to the refresh and now I get these error messages:

[Source - RbcAcctSegment [1096]] Error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Unspecified error". An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Communication link failure". An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Communication link failure".

[Source - RbcAcctSegment [1096]] Error: Opening a rowset for "[dbo].[RbcAcctSegment]" failed. Check that the object exists in the database.

[DTS.Pipeline] Error: component "Source - RbcAcctSegment" (1096) failed the pre-execute phase and returned error code 0xC02020E8.

RbcAcctSegment is the new table that I added. The errors occur in the Data Flow task. We have tried running this on a different workstation with the same results.

What would cause this?

Fred

View 5 Replies View Related

Query Designer Unspecified Error

Feb 2, 2000

I have lost the ability to query any table in my database using the Query Designer/table viewer in Enterprise Manager.
I get the following error:
Query Designer has encountered an error. Unspecified error.

I can still query the table from SQL Query Analyzer and the client front end.
Has anyone seen this problem before?

View 1 Replies View Related

SSIS Lookup Unspecified Error

Aug 10, 2007

Using the lookup on a table, working with Haselden book, I plug into table on the
reference table tab and then press columns tab and get "Unspecified Error" Any thoughts?

View 1 Replies View Related

Error In Accessing Site Which Is Restored Using STSADM. Error-The File Exists. (Exception From HRESULT: 0x80070050)

Oct 8, 2007

i have restored site using stsadm, site get successfully restored.
all user of the site able to access the site but the unable to access from same machine on which it is restored.
i got the error
The file exists. (Exception from HRESULT: 0x80070050)

View 1 Replies View Related

Unable To Browse The Cube '????', Unspecified Error.

Sep 27, 2002

Hi,

I have processed the data successfully for the cube after desiging storage as MOLAP with 50% performance gain. When I tried browse the data I am getting the followign error.

Unable to Browse the cube 'cubename', Unspecified error.

Any help please.

Regards
John Jayaseelan

View 3 Replies View Related

Xp_sendmail Failed With Mail Error 0x80004005

Jul 20, 2005

Hello!My environment is: Win 2000 Server, MS SQL-Server 2000 (SP2)and MS ExchangeServer 5.5the two following TransactSQL-codepieces show differentresults:1. with attachmentmaster..xp_sendmail@recipients = 'j.hetzel@rac.de',@subject = 'test',@message = 'test',-- ******************************@attachments = 'c: est.txt',-- ******************************@no_output = 'False'-->18025 level 16 state 1 line 0xp_sendmail failed with mail error 0x800040052. without attachmentmaster..xp_sendmail@recipients = 'j.hetzel@rac.de',@subject = 'test',@message = 'test',-- ******************************-- @attachments = 'c: est.txt',-- ******************************@no_output = 'False'-->Mail sent.why am I not able to send emails with attachments?Who can help me???Thanks in advanceJürgen

View 2 Replies View Related

Xp_sendmail: Failed With Mail Error 0x80004005

Feb 28, 2008



I'm a user of SQL 2000//2005, and I'm trying to send files using SQL Mail.



I'm am successful when I send a file of approx 13MB in size but, when I try to send a 24MB file, I receive the above subject error.



Is anyone aware of a file size limitation on attachments?

View 13 Replies View Related

Xp_sendmail: Failed With Mail Error 0x80004005

Mar 6, 2008



After consulting with the Exchange Administrator, I was advise that there is a limit on file attachments. This explains why I get this message with large (>20MB) attachments.

With this additional information I need to compress my file using a compression tool like winzip or pkzip. My company uses the windows version of pkzip. However, I have downloaded an evaluation version of the PKzip command line version.

Can someone provide guidance how I can execute this utility within my sql procedure?

View 4 Replies View Related

Unspecified Error 80004005 Only In Windows 2000

Aug 30, 2006

Connecting to the database to change a record works fine in xp/xphome but trying the same
thing in 2000 workstaton causes the error above.
Here is the script....tried adding a password to sa, but same results
Any help would surely be appreciated
'==========================================================================
' NAME: templateselector.vbs
' DATE : 6/22/2006
'
' COMMENT: Runs from an External Process. Assigns a template to an client
' and starts a PXE reset
'==========================================================================

'Define sConnection from View -> console options - copy/paste database connection string
sConnection="Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=WINSTALL8;Data Source=ServerONDSQL;password=capture"

'Define sTemplateID Guid with the GUID for the specific template - DB table WIPXE_Templates
sTemplateID="{D204C283-8ABA-4D5F-9F9E-618B73BA0CF9}"

'==========================================================================

Set conn = createObject("ADODB.Connection")
conn.Open (sConnection)

Set oWshNet = CreateObject("WScript.Network")
sCompName = oWshNet.ComputerName

SQLTEXT="select * from WICON_MACHINES where name = '"&sCompName&"'"
Set nodeRS = conn.execute(SQLTEXT)

sMID=nodeRS("MachineID")


SQLTEXT="update WIPXECR_CLIENTS set templateid='"&sTemplateID&"', RESETCMD='1', RESETSTATUS='1' where machineid='"&sMID&"'"
Set nodeRS = conn.execute(SQLTEXT)

View 2 Replies View Related

Saving A DTS Package Fails With Unspecified Error

Oct 10, 2007



I am using SQL 2000 (SP4) and trying to save a DTS Package. When I do that it gives me an error:

Error Source : SQL OLE DB Provider
Error Description : Unspecified error

The package runs fine and I can change global variables, etc. But I just can't save it. Any help would be appreciated.

Thanks,
Amir

View 1 Replies View Related

Unspecified Error -2147467259 Using Singleton Pattern

Dec 5, 2007

Hello, we've developed an application that runs on AXIM X51, if it is an important to know.

The data layer handles the connection using the singleton pattern, a bit of code of this is:

(....)
Private Shared ceConnection As SqlCeConnection
(....)

Public Shared Function GetConnection() As SqlCeConnection
Try
If (ceConnection Is Nothing) Then
ceConnection = New SqlCeConnection(Me.connectionString)
End If

If (ceConnection.State = ConnectionState.Closed) Then
ceConnection.Open()
End If

Return ceConnection
Catch ex As Exception
Throw ex
End Try
End Function

(....)

So far nothing strange. We started experiencing problems when the end-users get an "Unspecified error" which later debugging it we got the href value inside the exception object is -2147467259 and nothing else. And if that wasn't enough I couldn't replicate the error in my pocket.

The only way I got the same error was removing the SD Card where the db is located at the same time the application was still open.

Does anybody experienced the same problem??? I researched about this kind of errors "when the device is just restored from the suspend mode" but with out luck.


Please, I really appreciate any help with this issue. Any comment will be more than welcome.

View 3 Replies View Related

Error 0x80004005 When Copying Tables Between Servers

Feb 23, 2007

hi
I've got a job which copy tables between different servers .
I am feeding the tables one by one and the process of copying is in a loop so I have cotrol over the copying process.
it works fine but sometimes randomly I am getting
Execution failed with the following error: "ERROR : errorCode=-1071636471 description=SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification".An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification". helpFile=dtsmsg.rll helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".

and the process fails and this might happen for in any point and on any table and sometimes it runs all the way successfully!!
any idea what the problem might be!
Thanks

View 5 Replies View Related

Unspecified Error Opening Table(s) In Enterprise Manager

Sep 21, 2000

Greetings:
We have a database with approximately 15-20 tables. Last week, using Enterprise Manager, we were able to open any of these tables and return all rows. Yesterday, when we tried to do this, we got the following message:

An Unexpected Error happened during this operation.
[Query] - Query Designer encountered a Query Error: Unspecified Error

Can anyone tell me what might be causing this and how to fix it? Barring that, can anyone suggest some general steps I might take to possibly eliminate this problem without knowing the cause? Last, can you point me to a good resource for investigating problems of this kind, such as a knowledge base (other than Microsoft's TechNet)?

Many, many thanks.

View 1 Replies View Related

The ExistsOnSQLServer Method Has Encountered OLE DB Error Code 0x80004005

Oct 2, 2006

I export data from a dozen tables of one database to another database on another server regularly and it works well. However, if i choose the option of "save SSIS package", I get the following error:

TITLE: SQL Server Import and Export Wizard
------------------------------

The operation could not be completed.

------------------------------
ADDITIONAL INFORMATION:

The ExistsOnSQLServer method has encountered OLE DB error code 0x80004005 (Client unable to establish connection). The SQL statement issued has failed.


------------------------------
BUTTONS:

OK
------------------------------




I use management studio to do this, but the servers are 2000.

Does anyone have any clue about this?

View 3 Replies View Related

Web Form OleDbException (0x80004005): Disk Or Network Error.]

Sep 25, 2006


Hi Everyone,

Hope you don€™t mind helping.

I am actually following exactly the example given in Karl Moore€™s €˜The Ultimate VB.net and ASP.net Code Book€™, ISBN 1-59059-106-2, Chapter 4, pp 141€¦

I am using VB.Net 2002 and create a Web Form, placing on it a Data Adapter, Connector and Dataset and link this to a Data Grid. The database is a quite large (150 Mb) Access 97 db that is shared over a network and the Provider is a Microsoft.Jet.OLEDB.4.0 connection. While in designer mode I can create the Dataset and even preview the data itself from the menu. When I run the project, the Web Form displays, connects to the Site (via IIS 5.1) but then the following error text is thrown all over the form:

Server Error in '/WebApplication3' Application.



Disk or network error.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Disk or network error.

Source Error:




An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:



[OleDbException (0x80004005): Disk or network error.] System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) System.Data.OleDb.OleDbConnection.InitializeProvider() System.Data.OleDb.OleDbConnection.Open() System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) WebApplication3.WebForm1.Page_Load(Object sender, EventArgs e) System.Web.UI.Control.OnLoad(EventArgs e) System.Web.UI.Control.LoadRecursive() System.Web.UI.Page.ProcessRequestMain()




Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

I have read and implemented the articles in the KB about setting up System TEMP variables and changing their rights and also setting up the ODBC key in the registry but these make no difference however I change them. I have also tried copying the database to the local machine, again to no avail.

The versions of the system I am using are:

Microsoft Visual Basic .NET 55524-640-5065381-18871
Microsoft Visual Studio .NET 2002 Service Pack 1 (KB837234)
Microsoft Developer Environment 2002 7.0.9955

I have no idea why what should be a very simple thing just fails so catastrophically. I am tempted to move to VB 2005 but if anyone can shed light on the problem I should be most grateful.

Many thanks for your time and Energy.
Jim McGoldrick

View 1 Replies View Related

OLEDB Command Transform Error Code: 0x80004005

Dec 20, 2007

I'm receiving an Error Code: 0x80004005 ... a "non-specific error" when trying to use a fairly simple insert in the oleDB command transform. SQL command works fine if I specify the parameters in the values clause of the INSERT statement. If however, I try to use the parameters in setting a variable, I get the 0x80004005 error. Is this a known issue/limitation, or am I just reallly doing something wrong?

View 4 Replies View Related

HResult E_Fail Error

Dec 6, 2006

From a couple of days I have a strange and annoying problem on my development machine. Every time that I try to use the Import/Export wizard in the Management Studio I receive the error HResult E_Fail error refererencig to the dtsruntimewrap.

If I try to open a SSIS package and to check the setup of the connection I receive instead a message stating Could Not Edit OleDB Connection, error E_FAIL(0x80004005). (System.Data)

What can I do to fix this problem?

Thank you

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved