473,395 Members | 1,458 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,395 software developers and data experts.

MSINET control - installation/setup hitches

I am doing maintenance on a database that uses the MSINET.OCX ActiveX
control to do FTP transfers. Ideally, the program uses an embedded
ActiveX control on a form to run about twenty downloads from an FTP
server. In practice, the download process has been 'broken' for many
years.

I am not the original implementor/creator of this process, so I
apologize in advance if I am (flagrantly) ignorant for some aspect of
this process.
On my computer, a W2K machine w/ SP4, the process works fine,
completes successfully. On the user's machine (there are many users,
but the owner/admin of the database is the only one who does the
imports), a NT4 box w/ SP6, produces error messages and fails. The
error messages are lost in Access' error-handling routines, but the
bottom line is that the ActiveX control for "MSINET.OCX" is not
properly registered on the user's machine.

Because I think it matters, I'll mention that we both (the W2K and the
NT4 machine) have installed MS Internet Explorer 5.5, SP1 (and some
post-SP1 security patches).

Now. The obvious answer is "uninstall, then re-install the ActiveX
object." I already tried it, and it *fails to uninstall*. Error
message: "J:\DBDir\msinet.ocx was unable to add/remove itself to/from
your system. Install/remove the control using a separate setup
utility." I tried this on my machine as well, and received the same
error message.
So my question is: What is a solution to this problem? I don't want
to switch my method of FTP'ing everything, because the existing method
*works flawlessly*, if it works. Upgrading the user's machine and/or
operating system is not an option. Deploying the specific OCX file to
the user's machine is the obvious answer, but I'm at a sort of brick
wall--it doesn't work, and I can't figure out why.

If anyone has run into this sort of problem before, I'd be interested
to hear it. I've searched Google (Groups) and run regsvr32 in just
about every way imaginable.
Thanks,
Pete
Nov 12 '05 #1
3 7323
TC
This is a 100% guess, but, would you need to be an Administrative user to
(un)install/(re)register things on NT4?

HTH,
TC
"Pete" <ps********@zombieworld.com> wrote in message
news:98**************************@posting.google.c om...
I am doing maintenance on a database that uses the MSINET.OCX ActiveX
control to do FTP transfers. Ideally, the program uses an embedded
ActiveX control on a form to run about twenty downloads from an FTP
server. In practice, the download process has been 'broken' for many
years.

I am not the original implementor/creator of this process, so I
apologize in advance if I am (flagrantly) ignorant for some aspect of
this process.
On my computer, a W2K machine w/ SP4, the process works fine,
completes successfully. On the user's machine (there are many users,
but the owner/admin of the database is the only one who does the
imports), a NT4 box w/ SP6, produces error messages and fails. The
error messages are lost in Access' error-handling routines, but the
bottom line is that the ActiveX control for "MSINET.OCX" is not
properly registered on the user's machine.

Because I think it matters, I'll mention that we both (the W2K and the
NT4 machine) have installed MS Internet Explorer 5.5, SP1 (and some
post-SP1 security patches).

Now. The obvious answer is "uninstall, then re-install the ActiveX
object." I already tried it, and it *fails to uninstall*. Error
message: "J:\DBDir\msinet.ocx was unable to add/remove itself to/from
your system. Install/remove the control using a separate setup
utility." I tried this on my machine as well, and received the same
error message.
So my question is: What is a solution to this problem? I don't want
to switch my method of FTP'ing everything, because the existing method
*works flawlessly*, if it works. Upgrading the user's machine and/or
operating system is not an option. Deploying the specific OCX file to
the user's machine is the obvious answer, but I'm at a sort of brick
wall--it doesn't work, and I can't figure out why.

If anyone has run into this sort of problem before, I'd be interested
to hear it. I've searched Google (Groups) and run regsvr32 in just
about every way imaginable.
Thanks,
Pete

Nov 12 '05 #2
"TC" <a@b.c.d> wrote in message news:<1067313354.28051@teuthos>...
This is a 100% guess, but, would you need to be an Administrative user to
(un)install/(re)register things on NT4?

HTH,
TC


If you don't know already, you *ARE* the man. But you already know.

I logged on as the Windows admin user, and the ActiveX control
uninstalled and then re-installed like it was nothing. Thanks a
million.
Pete

PS--the official error message when attempting to get the Properties
page of the ActiveX control: "You don't have the license required to
use this ActiveX control.@You tried to open a form containing an OLE
object or an ActiveX control or you tried to create an ActiveX
control.@To obtain the appropriate license, contact the company that
provides the licensed OLE object or ActiveX control."
Nov 12 '05 #3
TC
Words fail me!!

TC
"Pete" <ps********@zombieworld.com> wrote in message
news:98**************************@posting.google.c om...
"TC" <a@b.c.d> wrote in message news:<1067313354.28051@teuthos>...
This is a 100% guess, but, would you need to be an Administrative user to (un)install/(re)register things on NT4?

HTH,
TC


If you don't know already, you *ARE* the man. But you already know.

I logged on as the Windows admin user, and the ActiveX control
uninstalled and then re-installed like it was nothing. Thanks a
million.
Pete

PS--the official error message when attempting to get the Properties
page of the ActiveX control: "You don't have the license required to
use this ActiveX control.@You tried to open a form containing an OLE
object or an ActiveX control or you tried to create an ActiveX
control.@To obtain the appropriate license, contact the company that
provides the licensed OLE object or ActiveX control."

Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mark Oliver | last post by:
Hi, How do I install an instance of a Provider Control in a way that the IDE will understand - so that the extended properties the Provider Control adds are show in the IDE property grid? In...
0
by: Azadeh | last post by:
Hello all I am trying to install Visual C++6 on Windows2000 professional but I encounter with following error message at the end of installation setup was unable to create a DCOM user account in...
1
by: 1Cajun | last post by:
I have an Administration form that I would like to use to not only set some variables for the service but also install and start and stop the service. I have created an install project and can...
0
by: sandy82 | last post by:
Hi all I developed a screen saver in C# .net using the Starters Kit. I want to make a set up of this program been developed . Currenlty What i m doing is making an exe ... say abc.exe and then...
0
by: balaki | last post by:
Hi All, I have a Multilingual VB6 application, which rightnow supports French language. When I debug the code, it works in French, by changing the regional settings - locale to French(France)....
0
by: zafar | last post by:
I need to Add serial key and a counter while making setup of vb.net project so that it may cover the piracy. (counter may count the number of installation. After specific number of installation...
1
by: kacey | last post by:
i am getting problem while installing setup Error: unable to get installer types in the C:\Program files\Foldername\icc.exe assembly -->unable to load one or more of the requested types....
1
by: Elmo Watson | last post by:
Can anyone send me to a tutorial on how to: 1. Create an Install package that will install a Custom Control to the GAC 2. Create a Custom Tab in VS.Net, with a custom name, which also copy the...
2
by: InStepChris | last post by:
I distribute an mde file with an mdb backend. I use Inno to create the installation setup file and all files are installed to a new folder created during installation - C:\ISPF. If users don't have...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.