Has anyone seen this error before.we moved an ASP app from our internal test server onto the production and suddenly we are having this error. On our internal server we had no problems. we are using Server2003 with access database.
Last night, 6 pm dedicated windows 2000 server rebooted and ever since I get an error with all my sites on that box that says:
ASP Error occurred 8/16/2005 10:39:16 AM in Microsoft JET Database Engine
Error number: -2147467259 (0x80004005) File: /demo3/funcs.asp, line 100 Unspecified error
The funcs.asp is the file that opens the access database to read from. I have tried all sorts of things to fix this and I need your help. I searched for this error but can't find any more than people having the problem.
I have one activex control which fetches data from database and writes it in text file. This control i am using in my asp page. The page executes perfectly fine on my machine but when i execute it from different machine it gives me following error:
I am using MSAccess 2003 as my DB, ASP page my front end. My access file is in the temp folder which ahs IUSR_Machine permissions. My asp page works fine, connects to DB and retrieves what I want. Now, when I open my db file in Microsoft Access in Exclusive mode my ASP page doest establish a connection which is correct as exclusive open locks the files and prevents further connections. Upto here no problem.
Now when I close that opened Microsoft Access instance, my web page resumes working. If I refresh it, it works. The third time I refresh the page I get "Unspecified Error". Again if I refresh it works and again if I refresh I get "Unspecified error" when I debugged it fails at connection open. Code:
I've had some problems with an ASP site I've developed. Everything is pretty simple/basic, however, the box it is hosted on is very "neglected" to say the least (old NT 4.0 box, zero services, etc).
Anyway, I have these pages that worked fine until today. The pages are fed from an Access 2000 database. The system administrator's been switching all the DNS records for various boxes lately and was wondering if this could be the culprit giving me this error.
I know this error is often associated with I_USR account privileges, could they have been re-set during this process thus giving me the error? Or could it be something else?
we just transfered our ASP app from one server to another(test-production). we are getting this error. I searched a lot and found one microsoft article which said to detect if it is a permission problem or not, give the folder full control and check it, if the problem is resolved with full control the it is permission thingy.
I did the same and my problem went off and it wokrs fine, But my network admin says we cannot do bec it would be very dangerous and people could easily change things. we production is a win2003 server and we r using access db.
Generally, using DreamWeaver, it generates the ASP include file, with the variables, in the document I am modifying. That is where I am getting my problem. All this is was a simple insert into an Access DB. Only 2 items were being inserted. I listed the code below. Code:
I occassional get this error when trying to check passwords and usernames. It's not all the time, but occassional. I just updated the connection to the jet drivers. Code:
I'm getting an "Unspecified Error" on a page while attempting to read a db table. The error occurs on line 95 where I open the connection string. Code:
What the heck is that? I keep getting this error message and it say it is unspecified. It give me a line number and the line refers to a connection. The strange thing is is that this site is a copy of another one, and the only alteration was to the records in the DB.
I am getting Javascript Unspecified Error.I am getting this error only when Onbeforeunload function is called.When I click on OK button then this error doesnt comes up but in case if I click Cancel button this error pops up.It says:
I have a problem which is doing my head in. Basically I have 2 pages which use the same connection to open the database and an SQL statement to select records from 2 different tables. The code for the first page is as follows: Code:
I got Win2000 and I just developed an intranet solution installed on my web server (IIS). The application worked nicely and there were not any problems.
Few days ago I re - installed win2000 and I installed the IIS and my intranet solution but there is an error and the application doens't operate correctly with the Access database. When it tries to retrieve data from the database the following error appears:
Microsoft JET Database Engine (0x80004005) Unspecified error
The line of the code which is indicated by the error is the following: Code:
I'm developing an administration tool on a WinXP Pro / ASP / VBScript / MSIE 6 platform. (I know, BOO! for WinXP & File Permissions) But nonetheless, it's formated on a NTFS partition.
Anyways, I've been getting errors whom after searching online (at BLAZING 56k speeds!) keep stating that improper permissions are setup. What's hilarious is that they all say the same thing (literally, word for word, "You need to give XXX Read and Write permissions") but NONE of them tell you how to do that.
Well, in IIS, I've given the directory READ/WRITE permissions and in WinXP I've Right-Clicked on a folder, enabled it under WEB SHARING and gave it READ/WRITE permissions, and still I get random errors. The 2 errors I've been getting are:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /clients/amCart/admin/adm_administrators_add.asp, line 115
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp. /CoxAxis/adminEditPage.asp, line 6
My code:
<% dim self, pid, i, c self = Request.ServerVariables("URL") pid = Request.Querystring("pid") set Session("pageContent") = Server.CreateObject("Scripting.Dictionary") Set custObj = Server.CreateObject("NFIFunctions.ValidateField") Line 6 set psi = Session("pageContent") set errDict = Server.CreateObject("Scripting.Dictionary") i = 1
Let me start by saying I'm fairly new to Asp coding. That said...
My ISP only uses AspSmartMail. I've created an online form that uses fill out, which is then e-mailed to the collector of the information and CC-ed to the person who submitted the information.
The error I'm receiving is this: aspSmartMail.SendMail : Error 28 error '8004001a' 504 Invalid Username or Password
In my script, I've Dimensioned several items, as you'll see below, passing the authenticating username/password to the smtp server, but it's not working. I tried not passing the information by entering in the actual info without it being passed by the diminsioned items. This didn't work either. I of course verified that the username/password I'm usine is correct.
Can someone plase tell me why I can't authenicate? I would really appreciate any help that might be out there.
Relavant Asp code below: ----------------------------------------- Dim smtpserver,youremail,yourpassword,yourusername,rem oteemail
I have a database driven (ms access) website which runs fine on my computer (win 2000 iis6). However, on uploading, some pages am receiving the following error
"An Unknown script error occured while processing your request."