![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents ]
This section describes limitations that affect DBCS environments found during the use of IBM(R) Tivoli(R) Configuration Manager, Version 4.2.2, GA version, which were not reported in the IBM Tivoli Configuration Manager: Release Notes.
Command: Insert into COMPUTER (COMPUTER_SYS_ID......, KEYBOARD_TYPE...) values (??????????) DB2 Error Code: -302 SQLState:22001 The value of a host variable in the EXECUTE or OPEN statement is too large for its corresponding use. SQLSTATE=22001This problem has been fixed in IBM Tivoli Configuration Manager, Version 4.2.3.
Workaround: Manually alter the related tables by increasing the size of the field KEYBOARD_TYPE from 64 to 128. To increase this size, run the following commands:
ALTER TABLE COMPUTER ALTER COLUMN KEYBOARD_TYPE SET DATA TYPE VARCHAR(128)
ALTER TABLE H_COMPUTER ALTER COLUMN KEYBOARD_TYPE SET DATA TYPE VARCHAR(128)
FRWI10003E Fail to install product.This problem has been fixed in IBM Tivoli Configuration Manager, Version 4.2.3.
Workaround: Before installing Software Distribution language pack Japanese 4.2.2, remove Software Distribution language pack Japanese 4.2.1 by running the following command:
wuninst SWDIS_l10n_ja node -rmfiles
[ Top of Page | Previous Page | Next Page | Contents ]