Also I think you HAVE to use the tool located here: C:\Windows\SysWOW64\odbcad32.exe. I believe this is different than the file with the same name that is found in system32.
Adam Whipp
Adam Whipp
--- In vantage@yahoogroups.com, "Late, Travis" <tlate@...> wrote:
>
> Did you have to actually install the OE 10.1B driver from the netsetup
> folder or did you just use the registry edit. The problem I am getting
> is the driver will not appear even though I have run the registry edits.
> I am also using the odbcas32.exe.
>
>
>
> Thanks,
>
> Travis
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of pklein256
> Sent: Wednesday, March 17, 2010 2:56 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Windows 7 64bit and Vantage
>
>
>
>
>
> I had the same problem and just did this last week too.
> Christina Tantari or Matt Tabor of Epicor were great to help me with it
> (and you should let the other tech support person know they were wrong -
> it can be done)
>
> Here's epicor's documentation:
>
> I also had to created a shortcut to the desktop for ALL USERS
> (C:\WINDOWS\system32\odbcad32.exe) - this is the only way ODBC
> maintenance on the 64 bit machine can be done. (or seen )
>
> Summary: ODBC - Registry Entry for 10.1B 32-bit
> Book: Support Solutions
> Page: 8557MPS
>
> PROBLEM DESCRIPTION: The OE 10.1B ODBC driver does not have the proper
> registry entry.
> OR
> The OE 10.1B ODBC driver is not available for installation in the ODBC
> Control Panel.
> OR
> ODBC setup could not be loaded (126)
>
> PROBLEM RESOLUTION: The OE 10.1B Shared Network Client needs to be
> installed for the ODBC driver to run properly.
>
> Use one of the following registry entries below depending if you are
> using a Mapped drive to your server or a UNC path to the server.
>
> 1) Simply copy and paste one of the sections below to a new text doc.
> (i.e. odbc.txt) Copy and paste everything BETWEEN the <>BEGIN<> and
> <>END<> markings. Be cautious that the last line "OpenEdge 10.1B
> driver"="Installed" IS the last line and not on same line as previous
> string value.
> 2) Edit the paths accordingly for your installation
> 3) Save the changes
> 4) Rename the file from "odbc.txt" to "odbc.reg"
> 5) Double click and it will import automatically into the workstations
> registry.
>
> NOTE: This needs to be done on each workstation that will be using ODBC.
>
> This is what the attached registry updated looks like for the one with
> the UNC Path:
> ----------------------------------------------------------
> ---------------------------------------------------------
>
> <><><>BEGIN<><><>
>
> Windows Registry Editor Version 5.00
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\OpenEdge 10.1B driver]
> "APILevel"="1"
> "ConnectFunctions"="YYY"
> "CPTimeout"="60"
> "Driver"="\\\\<servername>\\epicor\\oe101b\\bin\\pgoe1022.dll"
> "DriverODBCVer"="5.1"
> "FileUsage"="0"
> "Setup"="\\\\<servername>\\epicor\\oe101b\\bin\\pgoe1022.dll"
> "SQLLevel"="1"
> "UsageCount"="1"
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers] "OpenEdge
> 10.1B driver"="Installed"
>
> <><><>END<><><>
>
> ========================================================================
>
> This is the registry entry for the Mapped Drive:
> ----------------------------------------------------------
>
> <><><>BEGIN<><><>
>
> Windows Registry Editor Version 5.00
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Progress OpenEdge 10.1B
> driver] "APILevel"="1"
> "ConnectFunctions"="YYY"
> "CPTimeout"="60"
> "Driver"="V:\\oe101b\\bin\\pgoe1022.dll"
> "DriverODBCVer"="5.1"
> "FileUsage"="0"
> "Setup"="V:\\oe101b\\bin\\pgoe1022.dll"
> "SQLLevel"="1"
> "UsageCount"="1"
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers] "Progress
> OpenEdge 10.1B driver"="Installed"
>
> <><><>END<><><>
>
> NOTE: Once the ODBC Driver is setup in the ODBC Control Panel, the
> Default Isolation Level *MUST* be set to Read Uncommitted.
> --------------------------------------------------------
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "cmulford_66" <cmulford_66@> wrote:
> >
> > Minw works fine with these reg entries...
> >
> > Windows Registry Editor Version 5.00
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Vantage 8.03 ODBC]
> > "APILevel"="1"
> > "ConnectFunctions"="YYY"
> > "CPTimeout"="60"
> > "Driver"="\\\\server\\epicor\\oe101b\\bin\\pgoe1022.dll"
> > "DriverODBCVer"="5.1"
> > "FileUsage"="0"
> > "Setup"="\\\\server\\epicor\\oe101b\\bin\\pgoe1022.dll"
> > "SQLLevel"="1"
> > "UsageCount"="1"
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
> > "Vantage 8.03 ODBC"="Installed"
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Vantage 8.03 ODBC]
> > "Driver"="\\\\server\\epicor\\oe101b\\bin\\pgoe1022.dll"
> > "Description"="Vantage 8.03 ODBC"
> > "HostName"="server"
> > "PortNumber"="8350"
> > "DatabaseName"="mfgsys"
> > "LogonID"="odbcuser"
> > "StaticCursorLongColBuffLen"="4096"
> > "UseWideCharacterTypes"="0"
> > "EnableTimestampWithTimezone"="1"
> > "DefaultIsolationLevel"="READ UNCOMMITTED"
> > "ArraySize"="50"
> > "DefaultLongDataBuffLen"="2048"
> >
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
> > "Vantage 8.03 ODBC"="Vantage 8.03 ODBC"
> >
> >
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "Late, Travis" <tlate@> wrote:
> > >
> > > I installed Vantage 8.03(Progress) on a Windows 7 machine runs just
> > > fine. Problem I'm having is getting the Open Edge Driver configured
> > > through the ODBC Data Source to work with this. Support said it will
> not
> > > work until 10.1C . Can anyone else out there verify this? The reason
> I
> > > need to get the driver on this machine is so the individual can run
> > > reports and access information that we sue through ODBC.
> > >
> > >
> > >
> > > Any help is appreciated.
> > >
> > >
> > >
> > > Thanks,
> > >
> > >
> > >
> > > Travis Late
> > >
> > > ERP Project Manager
> > >
> > > M-B Companies, Inc
> > >
> > > 1200 Park Street
> > >
> > > Chilton, WI 53014
> > >
> > > Phone: 920-898-1560 Ext.152
> > >
> > > Cell: 920-960-0062
> > >
> > > Email: tlate@ <mailto:tlate@>
> > >
> > >
> > >
> > >
> > >
> > >
> > > M-B Companies Confidentiality Notice:
> > > This message is being sent by M-B Companies. It is intended
> exclusively for
> > > the individuals and entities to which it is addressed. This
> communication,
> > > including any attachments, may contain information that is
> proprietary,
> > > privileged and confidential if you are not the named addressee; you
> are not
> > > authorized to read,print,retain copy or disseminate this message or
> any part
> > > of it.If you have received this message in error, please notify the
> sender
> > > immediately by email.
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
>
>
>
>
>
> M-B Companies Confidentiality Notice:
> This message is being sent by M-B Companies. It is intended exclusively for
> the individuals and entities to which it is addressed. This communication,
> including any attachments, may contain information that is proprietary,
> privileged and confidential if you are not the named addressee; you are not
> authorized to read,print,retain copy or disseminate this message or any part
> of it.If you have received this message in error, please notify the sender
> immediately by email.
>
> [Non-text portions of this message have been removed]
>