IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents ]


Limitations in DBCS environments

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.

Defect 176363
In DBCS environments, it might occur that the COMPUTER_QUERY and the H_COMPUTER_QUERY are not properly filled in. In the trace file rim_db_log, you can see the following error message:
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=22001
This 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)
Defect 53393
When migrating from IBM Tivoli Configuration Manager 4.2.1 Software Distribution language pack Japanese 4.2.1 to IBM Tivoli Configuration Manager 4.2.2 Software Distribution language pack Japanese 4.2.2, migration fails with the following error message:
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

Note:
On UNIX(R) platforms, if the software distribution catalog directory has been changed from the default directory, the command does not work properly. In this case, manually remove the software distribution catalog directory.

[ Top of Page | Previous Page | Next Page | Contents ]