728x90
반응형
HANA DB configuration parameter를 적용하려고 하는데 "Could not split statements; SQL console content is too large" 라는 에러 메세지가 발생하였습니다.
해당 현상을 해결하기 위해서는 파라미터 설정이 필요합니다.
HANA MINI Check
(에러발생)
Could not split statements; SQL console content is too large
Could not execute 'WITH /* [NAME] - HANA_Configuration_MiniChecks_2.00.043+ [DESCRIPTION] - General SAP HANA checks ...'
SAP DBTech JDBC: [463]: number of tables exceeds its maximum: table count in statement exceeds its maximum:4095
2968736 - HANA SQL Error 463 - number of tables exceeds its maximum 조치
Resolution
- Set the following SAP HANA parameter:
- SAP HANA <= 2.0 SPS 03: indexserver.ini -> [sql] -> table_size_check = false
- SAP HANA >= 2.0 SPS 04: indexserver.ini -> [sql] -> max_table_count_in_statement = 0
저희가 사용하는 버전은 SAP HANA >= 2.0 SPS 04 이라, indexserver.ini -> [sql] -> max_table_count_in_statement = 0 해당 파라미터를 조정합니다.
이렇게 값이 적용된걸 확인 할 수 있습니다.
그다음 다시 sql 문을 실행시켜 보겠습니다. 에러없이 정상 적용됩니다.~~!&&^^^
반응형
'SAP > SAPBC' 카테고리의 다른 글
SAP STMS RC코드(리턴코드)필드 설정하기 (0) | 2022.08.11 |
---|---|
SAP GUI 그룹 접속 불가 시 설정방법 (0) | 2022.08.10 |
SAP 시스템간 STMS 연결, 설정하기 Landscape 구성 (0) | 2022.08.08 |
SAP STMS 대량전송 전체요청 삭제 NO IMPORT ALL 옵션 (0) | 2022.08.08 |
SAP Add to certification LIst Tcode STRUST and STRUSTSSO2 (0) | 2022.08.02 |