Linux sybase執行isql報錯
在redhat as 4上面安裝完sybase 12.5.4後,初始化完畢,執行isql -Usa -P報錯:
The context allocation routine failed when it tried to load localization files!!
One or more following problems may caused the failure
Your sybase home directory is /opt/sybase-12.5. Check the environment variable SYBASE if it is not the one you want!
Using locale name "zh_CN.UTF-8" defined in environment variable LANG
Locale name "zh_CN.UTF-8" doesn't exist in your /opt/sybase-12.5/locales/locales.dat file
An error occurred when attempting to allocate localization-related structures
這是由於LANG設定錯誤導致,執行export LANG=C,再次執行
isql -Usa -P
還是報錯:
CT-LIBRARY error:
ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.
這是由於引數不對導致,加上引數-S執行伺服器名就可以了
isql -Usa -P -Ssybase
執行成功了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22418990/viewspace-741555/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SYBASE執行計劃
- 執行用例報錯
- ./mongod命令執行報錯Go
- linuxmysql執行報錯LinuxMySql
- 執行srvctl命令報錯
- 執行web專案報錯Web
- 執行opatch lsinventory報錯73
- boost asio執行中報錯
- sh指令碼執行報錯指令碼
- Linux 執行定時任務後,Laravel 專案報錯LinuxLaravel
- Linux Shell執行source或.命令報錯'bash: ..: command not found'Linux
- linux執行sh報錯:$’\r’: 未找到命令的解決Linux
- idea上執行scala報錯Idea
- mysql執行報錯mysql.sockMySql
- MacOS 裡執行 sed 命令報錯Mac
- PHP編譯,執行make報錯PHP編譯
- 執行Sybase儲存過程並返回ResultSet儲存過程
- selenium的那些事--執行報錯
- Jenkins中執行docker命令報錯JenkinsDocker
- 執行指令碼diagcollection.pl報錯指令碼GC
- mysql執行命令報segmentation fault 錯誤MySqlSegmentation
- [vue]執行vue --version報錯:-4054 ENOSYSVue
- crontab異常:shell下可以執行命令,執行crontab卻報錯
- svelte 執行報錯 getaddrinfo ENOTFOUND localhostlocalhost
- Laravel 中執行 PHP artisan migrate 報錯LaravelPHP
- 在KYLIN中執行查詢報錯
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- sqlplus執行sql檔案報錯SQL
- 執行npm run dev 後報錯 Mix: not foundNPMdev
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- httprunner 執行報錯,有人遇到過麼?何解HTTP
- 執行Docker命令報錯解決辦法Docker
- 執行jdonframework的robot示例程式報錯Framework
- 執行dbca命令的時候報錯了
- SYS執行SQL報錯缺少許可權SQL
- 一些執行maven命令的報錯Maven
- linux 執行shell 報錯stty: standard input: Inappropriate ioctl for device解決LinuxAPPdev
- Linux 以執行使用者執行定時任務後,報錯 Failed to cache access tokenLinuxAI