현재는 저 노츠의 내용이 바뀌어서 아래 써 놓은 내용이 없어졌다..
입사동기넘이 솔맨테스트하다 아래 에러가 나서 물어보길래 뷀렐레 노츠봐봐~~ 했다가 내용이 없다고 해서 알았다;;
뭐야 이넘들;;;
쨋든...아래 내용은 여전히 유효하다;;
========================================================================================
Solution Mgr. EHP1 SAINT or SPAM에서 다음과 같은 에러 발생
VIEW CTSOBJLISTV was not activated
Report RADTBCHK의 문제로 Notes 1256384를 수동으로 적용시켜 Active시켜주면 된다.
Delete Block
if nr <= 3. clear maxstrgnr.
else.
* DT132: Table contains more than 3 long string-fields
perform stdo_smi0 using prid maxstrgnr(1) 'DT132'.
Insert Block
* According to platform coordination meeting from 20050512, the restriction
* for LOB columns is 16 per table definition. Pragmatically, this is a
* simply evaluatable limit by counting the LOB columns, without deep
* evaluation of the actual database platform limits.
* - Initially, when introducing LOBs, 3 had been chosen due to then existing
* platform limitiations.
* See log: https://bis.wdf.sap.corp/twiki/Sapinternal/JdbcMinutes20050609#NumberOfLobs
* on the modified limit 16.
* - Confirmation to upgrade limit from 3 to 16 starting from SAP_BASIS 7.01 SP 05
* by DB2/iSeries platform in Jun 09.
if nr <= 16. clear maxstrgnr.
else.
* DT132: Table contains more than <n> long string-fields
perform stdo_smi1 using prid maxstrgnr(1) 'DT132' '16'.
'IT > SAP' 카테고리의 다른 글
Netweaver CE 7.2 Install 중 JAVA IMPORT Error (0) | 2011.06.10 |
---|---|
ECC EHP4 Upgrade중 XPRASUPG단계 에러 (2) | 2011.06.10 |
Solution Mgr. EHP1에서 SAPK-1507RINSTPL XPRA단계에서 Error (0) | 2011.06.10 |
SOLMAN_SETUP ERROR : CALL_FUNCTION_CONNECT_ERROR (0) | 2011.05.24 |
SAP system does not start after applying SAP kernel patch (0) | 2011.05.13 |