ERROR - Database connection failed: (20002, b'DB-Lib error message 20002,
severity 9: Adaptive Server connection failed
DB-Lib error message 20002, severity 9:Adaptive Server
api 서버 마이그레이션 작업 중에 이런 에러가 발생했다.
해결방법 :
self.connection_params = {
'server': settings.MS_HOST,
'port': settings.MS_PORT,
'user': settings.MS_USER,
'password': settings.MS_PASSWORD,
'database': settings.MS_DB,
'tds_version': '7.0' // 추가!!!!!!!!
}
'에러' 카테고리의 다른 글
[Flutter/iOS] 아이폰 앱 크래시, 아이폰 앱 강제종료 (feat. Flavor) (3) | 2024.12.03 |
---|---|
[FCM] tokens multiple message send / 토큰으로 다중 알림 메시지 전송 (0) | 2024.11.13 |
[Flutter] InAppWebView pull to refresh / 당겨서 새로고침 오류 (0) | 2024.09.06 |
[Flutter] CFBundleIconFiles is not of the required type for that key (1) | 2024.08.21 |
[Flutter] local notification plugin FCM 알림 에러 (0) | 2024.08.06 |