ODBC 1919 error 0 and 6
I have created a new package for an application and i am receiving an error as above, the error seems to change from error 0 to error 6 depending on it's mood. I have read some issues on other articles indicating that the error is down to the version of MDAC or JET that i am using.
I have upgraded these products on the target machine to no avail, the error remains.
I have tried capturing the ODBC settings using Wise (5.61) after entering them manually but i STILL get the same error when i run the MSI.
A previous version of the software installs the ODBC entries without a problem.
Suggestions would be most welcome...
I have upgraded these products on the target machine to no avail, the error remains.
I have tried capturing the ODBC settings using Wise (5.61) after entering them manually but i STILL get the same error when i run the MSI.
A previous version of the software installs the ODBC entries without a problem.
Suggestions would be most welcome...
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Dunno
18 years ago
Hi Merlin and welcome to the forums [;)]
It's not a problem with Jet or MDAC and you don't need to create the ODBC entries within WISE because as you know it still errors during the final part of install.
Just ensure that you include this in your MSi package along with the other ODBC registry entries then it will install without the 1919 error messages...
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"SOCRATES2.world"="Oracle in OraHome81"
"SOCTEST.world"="Oracle in OraHome81"
Merry Christmas
[;)]
It's not a problem with Jet or MDAC and you don't need to create the ODBC entries within WISE because as you know it still errors during the final part of install.
Just ensure that you include this in your MSi package along with the other ODBC registry entries then it will install without the 1919 error messages...
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"SOCRATES2.world"="Oracle in OraHome81"
"SOCTEST.world"="Oracle in OraHome81"
Merry Christmas
[;)]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.