메뉴 건너뛰기

SAP 한국 커뮤니티



DBIF_RSQL_SQL_ERROR

비누인형 2011.12.30 15:35 조회 수 : 6421 추천:1

가장 흔히 볼수 있지만, 명쾌한 답이 없는 덤프입니다.

 

환경

SAP kernel............... "640"
Created on............... "Apr 14 2009 19:41:19"
Created in............... "AIX 1 5 00538A4A4C00 (IBM iSeries with OS400)"
Database version......... "DB4_52"

Patch level.............. "274"
Patch text............... " "

Supported environment....
Database................. "V5R2, V5R3, V5R4, V6R1"
SAP database version..... "640"
Operating system......... "OS400 2 5, OS400 3 5, OS400 4 5, OS400 1 6"

 

덤프내용

Kurztext
    An SQL error occurred when accessing a table.

 

대응책은 무엇입니까?

    Make a note of the actions and input which caused the error.

    To resolve the problem, contact your SAP system administrator.

    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.

 


오류수정방법
    Database error text........: "Resource limit exceeded. MSGID=
     Job=996008/QUSER/QXDARECVR"
    Internal call code.........: "[RSQL/OPEN/BKPF ]"
    Please check the entries in the system log (Transaction SM21).

    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:

    ------------------------------------------------------------------------
    "DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC
    "ZFIR002" or "ZFIR002F01"
    "SELECT_BKPF"

--이하생략--

 

해결

   SQL PKG의 사이즈 Limit 512M인데.. 이 용량을 초과해서 더이상 update를 못해서 발생하는 문제임

 

해결

   SQL PKG 삭제 => SAP Down => SAP Up (반드시 SAP Restart해줘야함, 안해주면 기존 살아있는 JOB이 기존 SQL PKG를 찾으므로

  계속 SELECT 문에서 덤프 떨어짐, SQL PKG삭제이후 생성된 잡은 이상없음 ㅠㅠ)

 

저와같이 또 고생하실분이 계실듯하여 올려드립니다.

 

BC초보 입니다..ㅠㅠ