![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I was going to migrate an old asa 6 database. apparently the system registry got corrupted. I could see the dataset profile myDB in PowerBuilder in the database painter but I could not connect. If I use the dbeng6.exe on the database file itself, I could start it,. I can also use dbisql to connect to it I tried from DOS Prompt set SybPath=c:\pgmf\Sybase reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v Driver /t REG_SZ /d "%SybPath%\Adaptive Server Anywhere 6.0\win32\dbodbc6.dll" reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v UID /t REG_SZ /d DBA reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v Start /t REG_SZ /d "%SybPath%\Adaptive Server Anywhere 6.0\win32\dbeng6.exe" reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v DatabaseFile /t REG_SZ /d "D:\data\MyDbP.DB" reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v DatabaseName /t REG_SZ /d MyDbP reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v EngineName /t REG_SZ /d MyDbP reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v AutoStop /t REG_SZ /d Yes reg add "HKLM\SOFTWARE\ODBC\ODBC.INI\MyDbP" /v Integrated /t REG_SZ /d Yes But I still have trouble. When I tried to use the ODBC data source administrator, select MyDB and clicked configure, I got --------------------------- Microsoft ODBC Administrator --------------------------- The setup routines for the Adaptive Server Anywhere 6.0 ODBC driver could not be found. Please reinstall the driver. --------------------------- OK --------------------------- the inital problem connection was with PB7 What must I do to fix the problem short of re-installing the asa? I have the EAS4.5 developer version and PB 7 and 9 installed |
![]() |
| Thread Tools | |
| Display Modes | |
| |