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執行計劃
- 執行用例報錯
- Linux 執行定時任務後,Laravel 專案報錯LinuxLaravel
- yii執行phpunit時報錯PHP
- idea上執行scala報錯Idea
- 執行web專案報錯Web
- sh指令碼執行報錯指令碼
- selenium的那些事--執行報錯
- sqlplus執行sql檔案報錯SQL
- MacOS 裡執行 sed 命令報錯Mac
- mysql執行報錯mysql.sockMySql
- svelte 執行報錯 getaddrinfo ENOTFOUND localhostlocalhost
- Linux 以執行使用者執行定時任務後,報錯 Failed to cache access tokenLinuxAI
- [vue]執行vue --version報錯:-4054 ENOSYSVue
- 在KYLIN中執行查詢報錯
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Laravel 中執行 PHP artisan migrate 報錯LaravelPHP
- crontab異常:shell下可以執行命令,執行crontab卻報錯
- Sybase IQ 錯誤 : Temporary space limit exceededMIT
- Python 執行報錯 PermissionError: [Errno 13] Permission denied: '***.***'PythonError
- httprunner 執行報錯,有人遇到過麼?何解HTTP
- 一些執行maven命令的報錯Maven
- [20220422]為什麼執行不報錯.txt
- 執行npm run dev 後報錯 Mix: not foundNPMdev
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- 執行composer require laravel/ui:^3.0 --dev報錯UILaraveldev
- 執行composer install報錯:Symfony\Component\Process\Exception\ProcessTimedOutExceptionException
- idea執行專案報錯找不到jar包IdeaJAR
- MySQL 執行 Online DDL 操作報錯空間不足?MySql
- mac中python manage.py migrate執行報錯MacPython
- arm64系統執行 electron AppImage 報錯APP
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- windows 2003 64位系統php執行報錯WindowsPHP
- 誰遇到過執行 monkey 的時候報 filenotfound 的報錯
- Linux執行.ApplmageLinuxAPP
- qt編譯報錯 無法執行“rc.exe”QT編譯
- DBeaver同時執行多條insert into報錯處理
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- windows下安裝python3.6.4完成,執行報錯WindowsPython