You were correct.
I discovered an autoexec.bat in the C:\ of the 2 systems with the trouble. The odd thing is both systems were loaded using the same image and were both working for at least 1 month without troubles. Then all of a sudden they both have this autoexec.bat appear yesterday? Very odd.
Here is something I read on the autoexec.bat for XP:
--------------------------
Autoexec.bat is just a batch file, the only special feature it holds is to autostart when booting. So you can set up it as you like taking into account it is planned to run only once, at start up. So stated be aware under Windows XP Autoexec.bat, while in the root directory, is a dummy file and the commands it holds are disregarded EXCEPT for the setting of environmental variables (Set commands).
--------------------------
So in this case environment variables were being set in the autoexec.bat and they were incorrect. I simply deleted the autoexec.bat and the ODBC connect is now working.
Main Topics
Browse All Topics





by: peterside7Posted on 2005-01-13 at 07:31:30ID: 13035017
set INFORMIXDIR, PATH= $INFORMIXDIR\bin in autoexec.bat
or look in autoexec.bat to delete all references