증상
Application에서 application heap size error 및 오류 코드 리턴

원인
db2의 application 실행 중 application heap size를 초과하는 경우에는
db2diag.log에도 log가 남지 않으며 application 쪽에서만 error code가 발생함.

해결
instance cfg인 APPLHEAPSZ를 확장하여 해결

db cfg 설정
db2 update db cfg for ${instance} using APPLHEAPSZ ${new_value}

HA Freeze (HADR 환경일 경우)
hagrp -freeze ${SVC_GRP}

모든 application 종료
db2 force application all

인스턴스 중지
db2stop

인스턴스 재기동
db2start

HA unfreeze (HADR 환경일 경우)
hagrp -unfreeze ${SVC_GRP}
Posted by in0de
,
Format.exe의 FS 옵션으로 지정
C:\> FORMAT ${drive} /FS:FAT32

FAT 32 Formatter
http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm

FAT 32 Formatter GUI
http://tokiwa.qee.jp/EN/Fat32Formatter/index.html
Posted by in0de
,
1. Application verifier 설치
2. Adobe Photoshop 설치파일 선택
File > Add Application
설치 폴더의 Setup.exe 선택

3. Windows XP와 같은 값을 입력
Tests Pane > HighVersionLie > Properties 열기
사용자 삽입 이미지
Windows XP SP2의 값으로 속이기
사용자 삽입 이미지

Major version : 5
Minor version : 1
Build number : 2600
Service pack major : 2
Service pack minor : 1
Suite mask : 0
Product type : 0

4. Save 후 install

Posted by in0de
,