MDAC Support
|
Logged in as: Guest
|
|
Users viewing this topic:
none
|
|
Login | |
|
MDAC Support - 30.Jan.2004 1:02:00 PM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
Just FYI, MDAC 2.6, 2.7, and 2.8 appear to have been added to the products.xml file pushed out from GFI. It has some updated info/fixes in it compared to what I had before.
eric
|
|
|
|
RE: MDAC Support - 2.Feb.2004 10:18:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
2.5 has supposedly been added too, haven't had a chance to verify that yet though.
eric
|
|
|
|
RE: MDAC Support - 16.Feb.2004 10:50:00 AM
|
|
|
scottf51
Posts: 21
Joined: 18.Jan.2004
Status: offline
|
It does not detect MDAC as an installed product of any of my XP machines
Is it possible that this is another of the SP1a issues ?
XP Pro SP1a English, with all patches MDAC 2.7 SP1 with newest patch installed.
|
|
|
|
RE: MDAC Support - 16.Feb.2004 11:14:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
will check, have a laptop here at home with XP on it (holiday today and all here in the US). Will see if it is detecting on mine here.
Also, make sure you have it set to autodownload the latest info from GFI too.
Look in the products.xml file and verify that there is info about MDAC in there, if there isn't you aren't pulling the latest mssecure and other stuff from GFI.
Also, please check your registry and see about the following keys:
SOFTWARE\Classes\MDACVer.Version.2.50" RegKey="" SOFTWARE\Classes\MDACVer.Version.2.60" RegKey="" SOFTWARE\Classes\MDACVer.Version.2.70" RegKey="" SOFTWARE\Classes\MDACVer.Version.2.80" RegKey="" SOFTWARE\Classes\MDACVer.Version.2.90" RegKey=""
The above are what is being looked for.
eric [ February 16, 2004, 05:15 PM: Message edited by: xnih ]
|
|
|
|
RE: MDAC Support - 16.Feb.2004 11:35:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
MDAC 2.7 SP1 is what shows up on my XP SP1 box, but don't have an SP1a box here, so it could be that the registry keys on XP1a are a bit different, so check for what MDAC key, if any shows up on your box(es).
eric
|
|
|
|
RE: MDAC Support - 16.Feb.2004 5:29:00 PM
|
|
|
ccowling
Posts: 4
Joined: 15.Feb.2004
Status: offline
|
Hi all, I find that I have several versions of MDAC running and thought I would update them all to 2.8. I can't seem to push this out as a custom patch. Has anyone tried this? I've tried the supplied MS parameters as well as /q and also the MS suggested: mdac_type /q /c:"setup /qnt" No luck so far. I have a preview copy of another tool that seems to work pushing these out so it can be done. (The other tool does not have the good scanning features though.)
|
|
|
|
RE: MDAC Support - 16.Feb.2004 9:25:00 PM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
I just downloaded mdac_typ.exe (for 2.8) set it up as a custom patch, pushed it to my 2000 box with the options of:
/q /c:"setup /qnt"
and that worked fine on 2 machines so far.
Just made sure I set it to reboot afterwards so I knew it was done (took awhile to do the install).
But a normal /q alone is not enough, because it prompts you to answer some questions.
So not sure what the problem was when you tried it before, all I can say is try again since it worked for me.
eric
|
|
|
|
RE: MDAC Support - 18.Feb.2004 8:42:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
will see what we can do on the 2.71 thing here in a bit.
eric
|
|
|
|
RE: MDAC Support - 18.Feb.2004 9:06:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
scottf51,
a quick fix for your issue would be to modify the products.xml, change the following area:
<Product ProductID="146" ProductName="MDAC 2.7" UseOSServicePack="0" GOLDServicePackID="191" DeterminedServicePack="0" DeterminedProductName=""> <Tests> <Test Type="p" RegPath="SOFTWARE\Classes\MDACVer.Version.2.70" RegKey="" RegValue=""/> <Test Type="!p" RegPath="SOFTWARE\Classes\MDACVer.Version.2.80" RegKey="" RegValue=""/></Tests> <ServicePacks> <ServicePack ID="239" Number="1" Name="Service Pack 1" FileName="MDAC_TYP.EXE" URL="http://download.microsoft.com/download/3/b/f/3bf74b01-16ba-472d-9a8c-42b2b4fa0d76/mdac_typ.exe" SilentInstall="0" Dependencies=""> <Tests> <Test Type="c" RegPath="Software\Microsoft\DataAccess" RegKey="Version" RegValue="2.71"/> </Tests> </ServicePack> </ServicePacks> </Product>
------- So change test type from:
<Test Type="p" RegPath="SOFTWARE\Classes\MDACVer.Version.2.70" RegKey="" RegValue=""/>
to:
<Test Type="c" RegPath="SOFTWARE\Classes\MDACVer.Version.2.7" RegKey="" RegValue=""/>
Also, since it is apparently already SP1 of MDAC 2.7, what is the registry info for here:
HKLM\SOFTWARE\Microsoft\DataAccess
RegKey="Version" RegValue="2.71"
thanks,
eric
|
|
|
|
RE: MDAC Support - 18.Feb.2004 9:35:00 AM
|
|
|
scottf51
Posts: 21
Joined: 18.Jan.2004
Status: offline
|
Thanks for the reply,
My registry info under
HKLM\SOFTWARE\Microsoft\DataAccess is version = "2.71.9030.0"
I will try what you suggested as a quick fix, I had just been checking the XML file and was about to make some tweaks after checking the file using XMLSPY. I just thought I would mention the problem cause I am sure that other people must ne having it and if nobody mentions it, it will never get fixed.
Thanks
Scott
|
|
|
|
RE: MDAC Support - 18.Feb.2004 10:04:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
Just got an email from the person in charge of updating the file, should be fixed in GFI's stuff here any time (unless he finds something wrong and decides not to update it). So make sure you have LNSS set to autodownload updates and restart it here in the next 30 mins or so, it should be updated by then according to the email I just got.
eric
|
|
|
|
RE: MDAC Support - 18.Feb.2004 10:06:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
actually already updated:
<Test Type="p" RegPath="SOFTWARE\Classes\MDACVer.Version.2.70 | SOFTWARE\Classes\MDACVer.Version.2.71" RegKey="" RegValue="" />
he ended up doing it a little different, but this way it does exact lookups for both keys, instead of a generic lookup.
So restart LNSS and let me know if it works for you.
eric
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|