[질문]
ODBC 라이브러리 설정 시, “ERROR: CLI cursor fetch error: [Sybase][ODBC Driver][Adaptive Server IQ]Connection was terminated” 라는 오류메시지가 발생합니다.
[답변]
해당 ERROR 는 ODBC(Sybase)에서 연결이 끊어졌기 때문에 나타나는 메시지입니다.
연결이 끊어진 원인에 대해선 DBA에게 문의해 보시기 바라며, 좀 더 자세한 내용을 확인하시려면 프로그램 상단에 아래 옵션을 추가하여 실행해 보시기 바랍니다.
options sastrace=',,d,d' sastraceloc=saslog;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.