Exception When Accessing Dictionary Object

I have a server running Windows Server 2003, on which two of the web
sites use the MegaBBS ASP forum software. Both sites suddenly developed
the same error, which seems to be connected to the dictionary object.

ASP... Code:

View Replies


ADVERTISEMENT

Accessing Key Name In Dictionary Object

Have created a dictionary object that gets both the key name and the value from a database.

I need to be able to output both the key name and the value.

I can get it to display the item value, but am unable to get it to display the key name. Should look like this

KeyName = Value
e.g.

1 = J5200
2 = S5362

View Replies View Related

Arrays Of Dictionary Object Stored In An Object?

I'll admit my ASP skills are very rusty, and come seeking help.

I'm currently using a dictionary object to store a multi-dimensional array.

I want to pass this dictionary object to an object, which holds an array of dictionary objects.

However I'm finding that the array is not getting set, thus I'm having great issue with dynamically resizing the object's property for every new dictionary object I'm adding.

View Replies View Related

ASP Dictionary Object

While pouring over some code I've discovered a previous developer heavily
uses the "dictionary" object. Whilst I see some of the advantages of using
this system It's something I've not used myself so am not sure of the
limitations.

We are about to widen the scope of the website it's being used on to a
WorldWide system - greatly increasing the number of users that will be using
the website.

What I'd like to know is are there any performance issues with using this on
a heavily used site?

View Replies View Related

Dictionary Object

I am trying to store some data in a Dictionary object. I am getting errors though about adding duplicate keys. "key already exists"

I commented out the obj.add and just did a .write of what exactly was being added each time. There never was a time when a key was being added twice ....

View Replies View Related

Can JavaScript Add Items To ASP Dictionary Object

I got two ASP pages. One is ASP email form (I'm using Persist ASP
Email component). Another one has all file links in it. For example,
when user click Outlook course hyperlink. It will pop up another
window with outlook course PDF file. (All PDF files are already in the
server).

What I am trying to do is: When user click the "Add Email" hyperlink,
it will add that course name and filepath into ASP/VBScript Dictioanry
Object. After the user finish and click "Attach to email" button. All
the files will be attached in the email as an attachment.

Because I am not familar with VBScript. So, can Javascript add items
to ASP Dictionary Object?

View Replies View Related

ASP, ADO And Dictionary Object Runtime Problem!

I have used a VBScript dictionary object to load column names and their values so I can use them when I build the web page.

When I do this, I get the correct value printed on the page:

<%Response.Write("Company Name is: " & objDict.Item("companyname"))%>

But, when I try to use it in an HTML tag, like this, I get a runtime
error '800a01b6' - Object doesn't support this property or method:
'Item':

<input type="text" maxLength=60 size=60 name=comName
value="<%objDict.Item("companyname")%>"></input>

Why does it work in one form and not the other?

View Replies View Related

Dictionary Object Error '80020009'.

I'm getting an '80020009' error when I try to display items from my dictionary object. Code:

View Replies View Related

Dictionary Object Pass Values

Is it possible to pass Dictionary object keys and values to another page? If so, how?

I know how to store the items, but specifically, how do I pass the values and retrieve them on another page

View Replies View Related

Dictionary Object Creat New Dictionory

I have a dictionary object,then I create a new dictionary object and sets it equal to my original,then I pass the new dictionary object to a function that changes some of my values - but then my original dictionary also gets changed and that was not the intention.

can someone explain to me why it behaves that way and how do I avoid it.så I van have different dictionary objects?

View Replies View Related

Scripting.Dictionary Object Error

i am trying to create a dictionary object, i have written the code as..

Set objSD = CreateObject("Scripting.Dictionary")

but its giving the error as Library not registered.

help me with code for the same.

View Replies View Related

Passing Dictionary Object Byref

Passing Dictionary object byref

Ive created an ASP class that uses a dictionary object which is filled
from a recordset. It passes the object to the propterty of another ASP
class byref:

Public Property Let dicReplaceVars(byref vdicReplaceVars)
set p_ReplaceVars = vdicReplaceVars
End Property

Private p_ReplaceVars

where it is used in this other class a few times to replace values in
an array: Code:

View Replies View Related

Accessing/Passing An Object Variable To A Server.Execute Include

I've been browsing this and a few other related newsgroups trying to get my head around this problem, and so far all the trails seem to go cold, without an acceptable solution being reached. I'm posting here because there seems to be a few MVP's knocking around, and if they dont know, then it's a safe bet nobody does.

I'm beginning to think that what I want to do is simply not possible - but i'll put it out there once more.

Here goes: I'm writing a content managaement system - and i'm making use of dynamic includes via the "read a text file" technique, and then substitiuting values into markers in the template. Code:

View Replies View Related

Exception Handling

I have a piece of code which causes an exception. Now i don't know why that is. I would like to know the best way to debug the exception.

I know about try and catch statements. However with these you need to have a basic idea of the type of exceptions that could occur. Does someone have a better suggestion on how to debug an exception?

View Replies View Related

Authorization Exception

I am trying to read an XML file as below,

DS.ReadXml("http://localhost/PM/" & Me.ViewXML & ".XML", XmlReadMode.InferSchema)

Using Windows Authorization I get the exception below:
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.Net.WebException: The remote server returned an error: (401) Unauthorized.

View Replies View Related

Exception Handling

I am using global.asax to handle my web application exceptions and have
configured it to create event log entries for errors that occur and to
display an error page advising the user to contact the helpdesk.
I have an intermittent uninitialised object error that I am not able to
reproduce in test and for which I really need the source line number.
I believe this information is contained in the PDB but am not sure if one is
created if I set the debug="true" flag in the compilation part of the
system.web section of the web.config when the application is recompiled.

View Replies View Related

Invalid_viewstate Exception

I have a system that tries to find holes in my web site. One of the things
it has found and has been sent to me is,

an Invalid_Viewstate exception. I will provide the stack trace below. If
you read down the stack trace it talks about "Invalid chararcter in a base-64
string" error. After reading much about this have not found any resolution.

I did read where one person said that people hit sites that require
information and they sending bad or spam in hopes the site will forward the
information on to an email and my site is capturing that because they also
are changing the hidden field _VIEWSTATE which in turn causes this exception.

I also read that the data that is being entered is not passing validation
and there is a need to trap for it. Code:

View Replies View Related

CreateObject Exception

we use an ASP page to upload files but sometimes it doesnot work as it suppose to do and we found error log in Application Error as:

Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 11/27/2006
Time: 9:17:08 AM
Description:
Error: File /ASP/UploadFile.asp CreateObject Exception. The CreateObject of
'(null)' caused exception C0000005..

This exception happened sporadically. I didnot find a way to reproduce the error.

View Replies View Related

Exception Error

I am getting ready to give a whole application to a customer for website integration. I am finishing it up now by doing a final system check. When i ran the following script if gave me the following error:

error '80020009'

Exception occurred. /pabstproductions/WebDesign/VortexRegSys/ASP/YouthUpdate.asp, line 78

I really could use some help figuring this out Code:

View Replies View Related

Exception Occurred

I am trying to do a real simple bit of code here but i cant see where i am going wrong. I am trying to pull some titles out of the database and when i have 5 i want it to stop.

Well it is giving me an Exception Occured error. I have checked that the query is valid SQL, and i have also restructured my Do While Loop so to test the data is being pulled from the db and it is fine.

Could some one please have a look at this for me as i don't really understand what is happening. The commented out part at the bottom is the code that i used to test that something could be extracted from the Database. Code:

View Replies View Related

Exception '80020009'

When i try to execute this cycle:

<%while not (oRS("IDFoto")=IDFoto)
IDPrec=oRS("IDFoto")
oRS.MoveNext
wend%>

i get the error:

80020009 Exception Occurred

I want to select the record with the field IDFOTO= the value in the variable
IDFoto I'm sure the cycle doesn't work, if i modify it so:

while (oRS("IDFoto")=IDFoto)

it works (but with no right result of course).

View Replies View Related

401 Unauthorized Exception

I am trying to convert a word document to pdf file from java for this, I am using a asp file to convert doc file to pdf. I got it working when I put the url which has file name as the query string in the browser but when I call that asp file through the java application I am getting 401 unauthorized xxx exception.

I am using weblogic 7 as the app server and IIS as the web server and Adobe acrobat 6 which has pdf distiller in it. The problem is when the asp file tries to create the Server.createObject(pdfdistiller.pdfdistiller.1), since it is a third party component, the machine doesnt allow me to create the object, I guess I am not sure, but I got it working when I put the virtual folder security anonymous user as domain admin but if i give any other user name it is giving the exception 401 unauthorized exception.

View Replies View Related

Exception Handling

can anyone tell how to handle exceptions in ASP. please give me any link or explain me if possible.

View Replies View Related

80020009 Exception Occurred

I'm getting an '80020009 exception occurred' error for some reason, even though I know that there is a corresponding record in the database. This happens on some records but not most. Any ideas? Code:

View Replies View Related

Exception Occured Only On One Record

I'm getting an "exception occured" error pointing to this line :

<%=Replace(Replace(rs1("racelength"),"D","")," ","")
%>

..when all the other records (84 that i'm displaying) have the same
display reference, and they are all fine. The data in the dbase is not
different than the other data corresponding to this field

??

View Replies View Related

Script Engine Exception?

The periodic error below keeps coming up and causing our server to crash. Once it happens, the only way to recover is to issue an IISRESET or reboot. We've updating the scripting engine, and database engine. The ASP code is connecting to an Access database. Is there anything that can be done about this? It happens several times a week. Code:

View Replies View Related

Puzzled At Exception Error

I have an ASP page that returns all the items in a database where a certain field (called Period) is equal to a given number. This number is pass in the URL from a link on the previous page. The script works fine but some of the periods contain lots of items (up to about 600), and the page takes an age to load, so I decided to use paging.

I found what looked to be a great peice of code on asp101 which I have adapted, but I am having problems. The code works fine for all of the pages except the last one, where upon it generates:

Error Type:
(0x80020009)
Exception occurred.
/sleaMusTrust/DBTemp/ArtefactsP.asp, line 14

This line to me seems to have no problem at all (code listing is below). The particular block of code is generating links to jump to different pages, and I need this to include the same period, so I simply add it to the end of the url. However, if I delete the added period from the URL the page works (and carries on working if I type the URL manually into the browser address box). Code:

View Replies View Related

Exception Occurred.(0x80020009)

In the SQL select statement I need to compare with another field. This, another, field is sitting in the stored procedure. I have to call to the stored procedure to get this field…So I can do the comparison.

Here is what I tried: ....

View Replies View Related

Script Engine Exception?

The error log entry below has occured a few times this month. Each time, IIS
stops serving pages until IISRESET. Does anyone know what the problem might
be? Code:

View Replies View Related

Exception Occurred /deleteTitle.asp, Line 38

I have a table inside access DB built like a tree, every record(=node) is a "title" that has a 'name' and 'paret' fields (and some other fields that are not relevant). I'm simpley trying to print out all the tree's records but I keep getting only a path from the root record to the first leaf.

I have a recursive sub called 'deleteTitles' that needs to perform this task. The var 'currentTitle' is the root node.

On every iteration of the sub I print one son of the current node 'T'. I'll be glad to give more information... Code:

View Replies View Related

Exception Occurred /deleteTitle.asp, Line 38

I'm trying to delete a tree in my DB using a recursive function. The tree nodes are "T" (titles) The tree root is currentT, on the first call to the function. I get the error above.

View Replies View Related

Sql Open Exception Persists Until I Restart IIS

using win 2000, asp and mysql. when i perform a bad sql statement in asp like...

dim cn
set cn = server.CreateObject("adodb.connection")
cn.Open "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=homerton;UID=root;PWD=;OPTION=35"
dim rs
set rs = server.CreateObject("adodb.recordset")
sql = "selec * from tablename" 'note the typo on select
rs.Open sql,cn

IIS complains with
Microsoft VBScript runtime (0x800A01FB)
An exception occurred: 'Open'

If i correct the error IIS still fails to work until i restart the w3svc service. On another pc running the same setup this doesn't happen, and correcting the typo enables the asp to work again.

IIS isn't crashing, it would still run a simple asp page with response.write etc on my pc, it's just when it comes to an sql statement again.

Anyone know why this occurs and if there's a solution?

View Replies View Related

Exception Occurred Strange Error

Im writing a script that has a lot of "nested" IF statements - it breaks a complicated situation down through a sort of logic system, and when it reaches the end of the tree it performs a certain task - in this case, it writes a row of data into a table.

Its very annoying that the IF statements work exactly as I want/expect them to...but when it gets to the end of the tree of IF's I get the following error: Code:

View Replies View Related







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