Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: Connection to Sybase ASE 12.5.0.3 from Windows Server 2008

$
0
0

12.5.3 is rather old for now.

But you can still use it in win2008. I assume you have installed ODBC components in your ASE database server on windows system.

 

All the thing you need do is to copy  the subdir ODBC from %SYBASE%

into the target win2008 machine, like:

d:\SybaseASE_ODBC, and the ODBC is its subdir.

Then you can populate the following registry entry by execute it with admin privilege.



  1. Windows Registry Editor Version 5.00 
  2.  
  3.  
  4. [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ODBC Drivers] 
  5. "SYBASE ASE ODBC Driver"="Installed" 
  6.  
  7.  
  8. [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\Sybase ASE ODBC Driver] 
  9. "AltDefaults"="1" 
  10. "APILevel"="1" 
  11. "ConnectionFunctions"="YYY" 
  12. "CPTimeout"="60" 
  13. "DriverODBCVer"="04.10" 
  14. "FileUsage"="0" 
  15. "SQLLevel"="0" 
  16. "Driver"="d:\\SybaseASE_ODBC\\ODBC\\SYODASE.DLL" 
  17. "Setup"="d:\\SybaseASE_ODBC\\ODBC\\SYODASES.DLL" 
  18. "HelpRootDirectory"="d:\\SybaseASE_ODBC\\ODBC\\help" 

 

For 32bit win2008, please remove Wow6432Node from the above reg path.

 

After poplute the above .reg,

On 32bit win2008, you can use odbcad32 to configure ODBC directly.

On 64bit win2008, just run c:\windows\syswow64\odbcad32 to configure ODBC DSN.

 

Hope it can help.


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>