Solution Mgr. EHP1에서 SAPK-1507RINSTPL XPRA단계에서 Error Solution Mgr. EHP1에서 Saint or SPAM 패키지 업데이트 중 SAPK-1507RINSTPL XPRA단계에서 Error Runtime Errors XSLT_BAD_SOURCE_CONTEXT Exception CX_XSLT_RUNTIME_ERROR Snotes 1509252 Short dump when importing bus. function repository contents 적용. IT/SAP 2011.06.10
[ORACLE] ORA-02097, ORA-00439 Unable to restore resource manager plan to '': ORA-02097: 지정된 값이 부적당해서 매개변수를 수정할 수 없습니다 ORA-00439: 사용 가능한 기능이 아닙니다: Database resource manager Oracle 10g SE버전에서 RMAN을 사용할 수 없어서 발생하는 Alert Msg. 그냥 무시해도 무방하며, 10.2.0.3에서 Fix되었다. 보기 싫은 사람은 10.2.0.3이상으로 패치를 해주면 해결된다. IT/Database 2011.06.09
[AIX] alt disk backup ** 미러링되어 있는 rootvg를 alt_disk 만드는 법 ** > alt_disk 만드는방법 >> ================================================================ 1.lspv로 alt_disk가 있는지 확인 !!!!!! 2. 현재의 bootlist 확인 # bootlist -om normal 3. 만약 있다면 해당 alt_disk를 삭제 # alt_disk_install -X altinstxxxx (altinst_rootvg) 4. lspv로 2개의 여분디스크 확인 (hdisk2, hdisk3) 5. alt_disk 생성 # alt_disk_install -C hdisk2 hdisk3 6. alt_disk 이름 rename # alt_disk_in.. IT/Unix 2011.05.27
NMON Analyser 3.3g Release Go Go Go Nmon Analyser Download 아쉬운점은 오피스x64버전도 출시되었는데 아직 미지원이라는거... IT/Unix 2011.05.25
SOLMAN_SETUP ERROR : CALL_FUNCTION_CONNECT_ERROR 참고 Notes : 1532825 - Deleting SECSTORE entries during system export/system copy 노츠내용은 export/import system copy 때 에러가 나는 내용이었지만...난 아니었음. License Key를 다른거 넣었다가 OSS구성 다 해놓고 License Key를 바꿨더만 OSS에 매핑된 Install Number가 틀려서 계속 RFC에러!!!! 아오!! 이거때문에 3시간 무한 삽질... 해결법 요약 TCODE : SECSTORE 드가서 실행. 에러난거 다 삭제 다시 SECSTORE실행. 끝! IT/SAP 2011.05.24
SAP system does not start after applying SAP kernel patch Note 1375494 - SAP system does not start after applying SAP kernel patch Summary Symptom Due to severe security issues with the Microsoft ATL, Windows Server customers always need to apply a runtime fix mentioned in the following Microsoft Knowledge Base Article: Microsoft Security Bulletin MS09-035 - Moderate Vulnerabilities in Visual Studio Active Template Library Could Allow Remote Code Execu.. IT/SAP 2011.05.13
Netweaver CE 설치 중 에러(Secure Store) CE 7.1 or 7.2 둘 다에서 에러가 난다. 이놈들은 버전업은 맨날 하면서 이런 사소한 Bug를 만들어내는지 알다가도 모를 일. 원인 인스톨 중 JCE_Policy.zip 파일을 요구하는데 이것을 인스톨러가 지정된 위치에 압축을 풀어줘야 하는데 안풀어줘서 library(.JAR)를 못찾아서 에러가 발생. Log 파일 위치 C:\Program Files\sapinst_instdir\CE71_PROD_MSS\INSTALL\STD\AS\SecureStoreCreate.log Log 일부 내용 FATAL: Main Class "com.sap.security.core.server.secstorefs.SecStoreFS" cannot be started Solution jce_policy-XXX.zip 파일의.. IT/SAP 2011.05.12
특정날짜 이전파일 삭제 스크립트 적당히 알아서 수정해서 쓸 것. #!/bin/sh echo "Input target directory (ex. /home) : \c" read DIR echo "A few days ago do you want to delete the file? (ex. 5) : \c" read N_DAY find $DIR -mtime +$N_DAY -exec rm {} \; IT/Unix 2011.05.09
백업이 수행되지 않음 에러로그를 보니 다음과 같은 메시지 BR0328E Database file ... of tablespace ... is already in backup status 발생원인 이전에 백업 수행시 정상적으로 종료가 되지 않아 각 테이블스페이스에 속한 데이터파일의 백업상태가 ACTIVE SQL> SELECT STATUS FROM V$BACKUP; 해결안 각 테이블스페이스에 END BACKUP 수행. SQL> ALTER TABLESPACE ... END BACKUP; IT/SAP 2011.05.04
upgrade or prepare is still running SPAM or SAINT에서 다음과 같은 에러가 발생 시 Upgrade or Prepare is still running.. Report RSUPGRES 실행! IT/SAP 2011.05.02