I'm getting the above message when trying to connect to an Oracle database.
I have TD3.1 and TD6 on my machine (Windows XP). The Deploy directories are separate ( C:\Program Files\Gupta\Deploy and C:\Program Files\UnifyTD60\Deploy ). Each directory contains a copy of the sql.ini file:
Code: Select all
[win32client]
[win32client.dll]
comdll=sqlora32
comdll=sqlodb32
comdll=sqlws32
[win32client.ws32]
serverpath=SERVERNAME,sybase/*
[odbcrtr]
remotedbname=ICTPortfolio,DRIVER={SQL Server};SERVER=SERVERNAME;DATABASE=ICTPortfolio;
[oragtwy]
remotedbname=H1,@sea7
remotedbname=H1E7,@sea7
remotedbname=H1L7,@libr
remotedbname=H3,@live
remotedbname=H4,@encs
remotedbname=H4H,@ENHY
remotedbname=H9,@libr
remotedbname=H15T,@h15t
remotedbname=H15,@DEVA
remotedbname=EDUC,@SEA7
remotedbname=COMM,@comm
remotedbname=DEVA,@deva
remotedbname=DEVC,@devc
remotedbname=EMS,@ems
remotedbname=ENHY,@ENHY
remotedbname=ENCS,@encs
remotedbname=ENCA,@enca
remotedbname=HEAT,@heat
remotedbname=LIBR,@libr
remotedbname=LIVE,@live
remotedbname=SEA7,@sea7
remotedbname=SSID,@live
remotedbname=TST8,@tst8
remotedbname=WEB,@WEB
remotedbname=SALT,@SALT
remotedbname=SALP,@SALP
remotedbname=DLIVE,@DLIVE
longbuffer=150000000
substitute=",
substitute=SYSSQL.,
fetchrow=20
When checking which dlls the executable is accessing, using Process Explorer, the application is dragging in sqlodb32.dll and gtlsi31.dll from the "C:\Program Files\Gupta\Deploy" directory. Yet, when I remove "C:\Program Files\Gupta\Deploy" from the front of the path the application works with out a problem.
Any assistance will be greatly appreciated.
Thanks in advance.