473,404 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Automation Error

16
Deat All,

I have been facing this problem for quite some time now. I developed an application in VB 6.0, but now one of my clients when tries to run the application on his system he gets this


"automation error - 2147319779."

can anyone help me out in solving this problem. I am not able to get any solution for it.


thanks in advance
Regards
nrip
Dec 8 '06 #1
13 3821
Deat All,

I have been facing this problem for quite some time now. I developed an application in VB 6.0, but now one of my clients when tries to run the application on his system he gets this


"automation error - 2147319779."

can anyone help me out in solving this problem. I am not able to get any solution for it.


thanks in advance
Regards
nrip
What's the client OS? and in which platform you had developed?
Dec 8 '06 #2
sashi
1,754 Expert 1GB
Deat All,

I have been facing this problem for quite some time now. I developed an application in VB 6.0, but now one of my clients when tries to run the application on his system he gets this


"automation error - 2147319779."

can anyone help me out in solving this problem. I am not able to get any solution for it.


thanks in advance
Regards
nrip
Hi there,

Upgrading MDAC (Microsoft Data Access Compinent) component on the client's would solve the problem. Kindly follow the link attached below for a copy of latest MDAC component, hope it helps. Good luck & Take care.

Microsoft Data Access Components (MDAC) 2.8
Dec 8 '06 #3
nrip
16
hi Sashi, Thanks for your response but after downloading the MdacType U asked me to, i am still facing a problem. when i install it on the clients sytem it gives me the error as


"MDAC 2.8 RTM is incompatible with this version of Windows. All of its features are currently part of Windows."


The client's ,achine is Windows XP Profesional , SP 2

Please help

Thanks in advance

Nrip
Dec 11 '06 #4
nrip
16
Hi Padhu,

The clients machine has Windows XP profeesional Installed on it with Service Pack 2

thanks
Nrip
Dec 11 '06 #5
Hi Padhu,

The clients machine has Windows XP profeesional Installed on it with Service Pack 2

thanks
Nrip
How you have bundled the application? Whats your MS Access version?
If you have used Package and Deveployment wizard, can you send me the log file?

Does client have MS Access? If yes, whats the version?

Regards,
Padhu
Dec 12 '06 #6
sashi
1,754 Expert 1GB
How you have bundled the application? Whats your MS Access version?
If you have used Package and Deveployment wizard, can you send me the log file?

Does client have MS Access? If yes, whats the version?

Regards,
Padhu
Hi there,

The client's machine need not to have MS-Access installed, MDAC is more then enough to do the magic. I hope all the related libraries are bundled together during the package deployment process, if all the the related library files are included, the shouldn't be any problem. Take care.
Dec 12 '06 #7
sashi
1,754 Expert 1GB
hi Sashi, Thanks for your response but after downloading the MdacType U asked me to, i am still facing a problem. when i install it on the clients sytem it gives me the error as


"MDAC 2.8 RTM is incompatible with this version of Windows. All of its features are currently part of Windows."


The client's ,achine is Windows XP Profesional , SP 2

Please help

Thanks in advance

Nrip
Hi there,

This suggestion may sound a little weird, when was the last time the client's machine scanned for any known viruses? Run a virus scan, it might help. I wonder why you were unable to install the MDAC 2.8 on XP Pro with Sp2?
Dec 12 '06 #8
nrip
16
Hi padhu,

i bundled the application using astrum installer, after including all the DLL's from the package made by the deployment wizard of Visual Studio. i have MS- ACCESS 2000, n the clients machine alo has the same version.

Regards
Nrip
Dec 12 '06 #9
nrip
16
Hi there,

This suggestion may sound a little weird, when was the last time the client's machine scanned for any known viruses? Run a virus scan, it might help. I wonder why you were unable to install the MDAC 2.8 on XP Pro with Sp2?



Hi sashi,

I tried running the anitvirus scan but still the problem persists.

Regards
Nrip
Dec 12 '06 #10
Hi padhu,

i bundled the application using astrum installer, after including all the DLL's from the package made by the deployment wizard of Visual Studio. i have MS- ACCESS 2000, n the clients machine alo has the same version.

Regards
Nrip
Hi,
I just wanted to know what exactly is the environment, of course MS Access is not required for the client to run the application.

The Access 2000 default references are:

- Visual Basic for Applications
- Microsoft Access 9.0 Object Library
- OLE Automation
- Microsoft ActiveX Data Objects 2.1 Library
or
- Microsoft DAO 3.6 Object Library

Accoridng to me, your package has got a problem. As test purpose, bundle the software using Package Deployment Wizard, and try to install and execute.

I don't think so, these problems are got to with MDAC version or other. The application is not properly registered and generally this error comes during report view (generally u can say while accessing the Access Database)

Do you have ini/log file generated from Astrum Installer, can you paste it here?

Just controls and DLL names woudl do...
also , from which folder of your location you copied the DLL's or OCS or TLB's??

I have just pasted, one sample from my earlier projects done. Below files added with my application's OCX, DLL and application makes the bundle.

comcat.dll
comdlg32.ocx
DAO2535.TLB
DAO350.DLL
msadodc.ocx
msbind.dll
mscomctl.ocx
msdbrptr.dll
msderun.dll
msstdfmt.dll
msvbvm60.dll
msvcrt.dll
olepro32.dll
stdole2.tlb
asycfilt.dll
oleaut32.dll

Regards,
Padhu
Dec 12 '06 #11
Deat All,

I have been facing this problem for quite some time now. I developed an application in VB 6.0, but now one of my clients when tries to run the application on his system he gets this


"automation error - 2147319779."

can anyone help me out in solving this problem. I am not able to get any solution for it.


thanks in advance
Regards
nrip

Hi Friend,
Your Client Have Window XP Profession with Service Pack 2 right.
Then You Can Create package On Similar Platform.
This will Solve your Problem
Dec 12 '06 #12
link
71
Hi there,

I don't if we encountered the same problem, I created an ocx and when I run it from a different PC, I also got an automation error...The ID number of your component or ocx should be the same when running on different computer.

Try searching the components on your registry, it should be the same as in your PC or as to where u developed the program.

I hope this will helps.
Dec 12 '06 #13
nrip
16
hi yogesh,

i developed my application and created the package on the same platform.
i am not able to understand where the problem lies!!!!


regards
nrip
Dec 12 '06 #14

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Robert | last post by:
---EN--- This message has been crossposted in a french speaking newsgroup, english version is at the end. Thanks a lot for your help... --/EN--- Bonjour, Je développe une application...
17
by: Ange T | last post by:
Hi there, I'm having pain with the VB behind an Access form. The form is used to create reports in Excel based on the details entered in the form. This has always worked without error on my...
2
by: Andante.in.Blue | last post by:
Our Access 97 database is a single-file (non-splitted, pure Access) hosted no a network server, accessed regularly by a handful of users around the office. Until recently (until the Great...
25
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's...
12
by: Cheval | last post by:
Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003? I have recently installed office 2003 in a new folder and have left the older office 2000...
1
by: Jimmer | last post by:
I've got what should be an easy automation problem, but the solution simply isn't coming to me. I've got several public variables set up for automation as follows: Public gappExcel As...
21
by: Neil | last post by:
Is there a way to trap an error generated in another app that is controlled via automation? I have an Access 2000 app that opens Word 2000 and proceeds to open a series of documents and, in each...
12
by: elziko | last post by:
I'm using late binding (I must) to automate Excel. My code opens Excel after createing and poulating some sheets. My problem is that when the user finally decides to close Excel its process is...
12
by: Tomas | last post by:
Hi, I have worked with VB.NET for half a year (semi-newbie). Currently I am looking around for some books for those that crossed the starting hurdle. There are too many books out there-make...
1
by: Bruce | last post by:
Hello, I know this must be something simple I'm overlooking but I can't get err.raise inside a class to return anything but 440 - automation error. For example, if I create the following test...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.