Timeslots :: File Name Or Class Name Not Found During Automation Operation

I have a page in my website which display the weekly timeslots. The code that generates these slots is giving me the following error:

Microsoft VBScript runtime error '800a01b0'
File name or class name not found during Automation operation: 'regExp'

It used to work fine, I have no clue what has gone wrong.

View Replies


ADVERTISEMENT

File Name Or Class Name Not Found During Automation Operation

Could someone point me in the right direction? I've
migrated three FrontPage 2002 websites to a new web
server. Each web site has a Access 2000 database on the
data server.

I have the global.asa on each site pointing
to a .udl file which is pointing to the appropriate access
DB on the data server. We're not allowed to use DSN's.
Front Page 2002 will not allow me to create a network
connection to an Access (only SQL). Only one of the three
web sites work. On the other two I keep getting the
following message when I open an ASP page: Code:

View Replies View Related

Need Insight On "operation Not Allowed & Multiple-step OLE DB Operation

Mainly I am asking if someone can look at a small portion of code to see if there are any obvious problems for use with mysql??perhaps with the way dates are inserted?? Code:

View Replies View Related

Java Class File

I would like to use asp to call a java class file with arguments in methods for a web database application.May I know how to call the following class ?
say :

package wkflow;
//all the imports here
public class clsMail(){
public void sendMail(String subject, String Content, String Recipient){
//Some command to post mail;
}
}

I am using Win2000 server's IIS.

View Replies View Related

File Not Found 404

i got an error saying file not found 404 when redirect to html page
and i ensure that the file is found in the same directory and in the database :
response.redirect results("Url")
where Url is the column name in the database that contain the page name

View Replies View Related

File Not Found - 404

How to find the File not found error in Javascript. My problem is When click the help image button, i want to display the help popup window to the corresponding page, if it is available.

If the help page is not available for the particular page, common 'No help' page should be displayed in popup window. How can i find the file not found error in javascript.

View Replies View Related

File Not Found

I have moved an asp application from one IIS server to another and now having problems with the app on the second server. All I did was to move the folder as it is.

Here is the error:

AnnuityRate-Annuity.CalcAnnuityCommonCode E:InetpubwwwrootpensionchoiceForms-Annuity.APIAnnuityCalculationASP error '800a0035'

File not found: AnnQ32.DLL

/pensionchoice/forms/include/commonRosDLL.inc, line 134

My knowledge in ASP is very low - so please suggest. I tried to do a REGSVR32 on the dll with no luck.

View Replies View Related

'File Not Found' Error

I am getting an error:-
File 'C:Pathfile1.txt' does not exist

I am selecting a text file from the previous page to put into the database. When I hard code the file path it works fine. Any ideas?

View Replies View Related

HTTP 404 File Not Found

Do anyone has got any idea about how to deal in ASP page when any link in asp page contains other URL that does not exist or open.

Basically I want to trap this kind of error when user is redirected to other site in a new window and it can't display that page may be due to non existent of that URL or page removed.

View Replies View Related

File Not Found 404 Error

There is an ASP page in my site which sometimes gives file not found error. This page which is suppossedly missing exists on the server and available most of the time. But
sometimes out of the blue, we get this message. When we restart IIS, the page works fine.

The rest of the site is usually fine. This one page gives the 404 error consistently. Obviously anything after this page could not be accessed. There are some other ASP pages as well which become unavailable (giving file not found errors) from time to time.

View Replies View Related

ASP Error: HTTP 404 - File Not Found

I am encountering an error HTTP 404 - File not found. It seems that
when I upload a file with a symbol # in the filename, this error
occurs (e.g. case#2.pdf). I cannot access the file I uploaded. But
when I upload the same file with a different filename or just without
the symbol # (e.g. case2.pdf) , it works I can access the file. Why is
this the case?

View Replies View Related

Missing DLL File :: SlASP3.dll Not Found

when I try to access an ASP page from the server I get the following error message

Error: slASP3.dll not found

View Replies View Related

File Or Assembly Name Or One Of Its Dependencies, Was Not Found...

we have some web solutions still running on old ASP 3.0 Platform. So I
created .NET component in c# with COM interoperability and registered it on
server. But when i try to create a new instance in asp page, server show
following message: Code:

View Replies View Related

Accessing ASP Files Gives 404 'File Not Found' Error

I have a virtual directory which I can access as Directory
Browing has been enabled. Now if in Internet Explorer I
open any Static content like HTMLs/SWF's they work fine.
But when I try to open an ASP page it gives me a 404 'File
not Found' Error. ASPX pages work fine though they are in
a different sub folder.

I have checked the security settings and they are not
hidden. Any ideas?

View Replies View Related

Deleting Specific Line From Text File FOUND!

After looking all over the place and finding codes in vb and in php I even had asked several people on other boards but none of them knew how to do it I say the best way to learn this .asp .aspx junk is to DO IT yourself although Ive scripted in the past with the mIRC client which is why I know programming and html but if anyone is looking for the code this is how its done Code:

View Replies View Related

RSS Automation

I have a very small ASP function that basically allows me to add items to a list and it all gets stored in an Access DB. The output is a loop that displays all of the items.

I wanted to know if anyone knows how or if with ASP I can update an RSS file so that when it saves the new list item it also updates the RSS feed with the new items as well. Sort of like updating a Text file just not sure how or even if it can be done.

View Replies View Related

Automation Error

I have an ASP page using Jet 4.0 oldeb provider for mdb. (ADO 2.8). I use
the _same_ code in ASP from my well working VB application.
The problem is:

when I do the same "SELECT * FROM table WHERE field1 LIKE '%asdf%' " query,
it works in Access (SQL query) or in my VB .exe code, but generates OLE
automation error in ASP. The same code!!!
If I use "=" instead of LIKE, it works. (field1 is string type). But I need
LIKE

View Replies View Related

Form Automation

I am getting ready to build another ASP page with a form on it. This form is part of a very complex application I am in the middle of building. It is an event management and scheduling application. The whole idea of this page is to register an individual for the event and to schedule their activities they want to participate in.

Here is were it gets complicated... We have over 30 events and they are all happening at different times. Some are overnight and others are half day and other are full day. We even have some that are two days long.

Some of the events can hold 80 people but their are 40 instructors for that time period. I solved this problem by creating section numbers kind of like in a college. Here is my actual question:

How can I build drop down boxes that change according to what is selected in a previous one. I am using the DB to populate the drop down boxes. Here is an example of what should happen: Code:

View Replies View Related

Excel Automation

I have a recordset containing some data.
Using that recordset I want to populate them in a work book in differrent
sheets, using client side VBScript.
Previously, I used server side automation for this. But it gives error
"ActiveX Component can't create object" then and there. Some times the
automation works fine.

View Replies View Related

Word Automation

I need to generate one document on the server and then send it to de client. I having problems of security when i try to open word by code. How can i do that?

View Replies View Related

Input Automation

i have a software application and i have to import around 250 users data into the app.
I want to automate this step,it the most common info
like FN,LN,e-mail etc.
The app runs on IIS and uses ASP. I am looking for a GUI input Automation tool which will have scripting capability to take input from a text file and fill the user input fields "automagically".can testing tools like winrunner do this for me?

View Replies View Related

Script Automation

I have a script that populates my access database upon form submision.I was asked to find a way to automatically Populates 10 records, that do not change, to the database
once a month.I thought of using WHS to to call IExplorer to execute and launch the URL. and set the windows scheduler to execute it once a month.
But my 10 records that I need to add have different names. How do I set the loop to call the record set
for each field name.Another approche is to set those uncahgeable data in a flat file and use my asp script to call the file and append the records in the table.
What is the best approch

View Replies View Related

Excel Automation

I developed an application using VB6 as FE and Access as BE ( Lan based solution). This application involves picking up preformatted excel workbook with multiple worksheets as template . This excel workbook is more like a form ( containing checkboxes and option radio buttons etc). This also contains clients logo, Header, footer. In this application, on a button click event, the Excel file is picked up from a fixed location, opened, and some data like name of the user, address etc which are available in Access are filled into predefined cells of the excel.

In case any of the fields is already filled, the application reads that fileld and performs validation. After this the workbook is saved at the original location. Most of the fields are not stored in database and data is not in a tabular form.

Now I need to make this application web enabled instead of being on LAN.
Can the above excel automation be acheived in conventional ASP or ASP.net.
I can force the excel path to be fixed path on server ( IIS). I would be too happy if the said excel workbook can be picked up from client machine, modified and stored back at same location.

View Replies View Related

Email Automation?

i have a problem in email using ASP.i have created 3 fields named EMP MAIL,TRAINING START DATE,TRAINING END DATE.now the user enters these 3 details and on clicking the SENDMAIL button the mail should be reached to that particular employee 1 week before the date entered in the TRAINING END DATE field.after testing the application this all is working fine(i used CDONTS in ASP).

The problem is that every day user has to run my application atleast once only then all the mails that are to be sent on that particular day will be sent.

i think this is no good as user will enter the details once for any day and he or she may not run my application every day..in order to send mails automatically what should i do..pls any body can give me any suggestion?

View Replies View Related

Asp Word Label Automation

I'm about to create an ASP script which will essentially parse SQL
tuples (rows) into a Word file, creating labels, although would need
to use the pre-defined label templates within word.
Can anyone direct me in the right direction?

View Replies View Related

Server Side Automation

I want to do some time based house cleaning chores on a server based on server time/date. I know how to do it based on a call from the client using asp, but is it
possible to have a program residing on the server that comes alive based on server time (not a client call) and does it's tasks such as delete an inactive page, or more importantly, send out a cdonts e-mail to a client list? I should also mention that this is a shared Windows 2003 Server (Interland Blue Halo).

View Replies View Related

Word Automation W2K3 IIS 6.0

I've develop a simply exe app that merge two or more document in one using MsWord automation.

I call this exe from an asp page (giving authorization to IAWM IUSR...). This run ok on a web server with Xp and IIS 5.1 but don't work on W2K3 and IIS 6.0.

View Replies View Related

Excel To HTML Conversion Automation

We have a excel document, which is been updated regularly. After everyday
updating, we export as HTML file and upload it.
As a ASP programmer, I want to write a script, which can parse this excel
file and make it as a web ready file.
Is there any simple way to do this?
Our data entry operator, is very new to computers and all he know is a
little in Excel.

View Replies View Related

Server-Side Automation Of Office

I am facing some problems with generating the word documents usin ASP pages. This is the automated process and it is breaking often Since Microsoft is not providing any support for this issue, I though using WordPerfect 12 for the automated document generation would hel me a lot. Is there any possibility of facing the same problem with wor
perfect too?

View Replies View Related

Word Automation Problem On Word2000 Server

I have problem in word automation. I have a code in VB that opens word document and performs some Find & Replace operations in it and then shows to the user the document. The script runs perfectly on local machine which has Word2000 and OS-win 2000 professional. But When I test the same script on Server which has Os-2000 server Edition and word2000 then it does not opens the word doc eventhough script has line "WApp.visible = true".

I am using Word.Application and Word.Document object in my script. When I create a word document with same script but close it in end of script and then open it with shell script command it works perfectly. But my requirement is not to save the doc but only show it to user and leave it for users choice to save it or not.

View Replies View Related

Operation Aborted

going from Users to Organization (links)
or vise versa and totally at random.The error message appears in a pop up window:

"Internet Explorer cannot open the Internet site "file://C:aaProject
x.x.x.x 80.hta".
Operation aborted. OK"

After clicking OK the system will continue to work.
This problem is not consistent and is seeing on part of clients PC.
I found that most of these computers are using proxy server for Internet
connection.

View Replies View Related

Abort An Operation

Does anyone have some good advice for the following situation?

If a condition is true, an insert is restricted ( aborted ) otherwise
the insert is allowed. I have been killing myself on this for a week
with no success. I just need some advise at this point. Currently I
am running a stored proc that returns yes or no based on the variables
that a user is inputting. If the sp result is yes ( a record already
exists ) the insert isnt allowed and the user is forced to update the
existing record.

View Replies View Related

Operation Not Allowed...

I'm using Shadow's upload script. whenever i try to upload a file larger than a few hundred kilobytes, i get this error: "operation not allowed; /_uploader.asp, line 56" at the top of _uploader.asp, i have changed the maximum file size to 50 mb. this is line 56 on uploader.asp:

View Replies View Related







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