IBM Tivoli Software IBM Tivoli Software

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


Product fix history

The following sections include all interim fixes shipped since the IBM(R) Tivoli(R) Configuration Manager, Version 4.2.3 release. It is divided into the following subsections:

Fixes contained in this fix pack

Table 6 lists the fixes included in this fix pack:

Table 6. Fixes included in this fix pack
Fix pack Component/Service
4.2.3-TIV-INV-FP0006 Inventory, Version 4.2.3
4.2.3-TIV-INVGW-FP0006 Inventory Gateway, Version 4.2.3
4.2.3-TIV-CLL-FP0006 Scalable Collection Service, Version 4.2.3
4.2.3-TIV-SWDSRV-FP0006 Software Distribution, Version 4.2.3
4.2.3-TIV-SWDGW-FP0006 Software Distribution Gateway, Version 4.2.3
4.2.3-TIV-SWDJPS-FP0006 Software Distribution Software Package Editor, Version 4.2.3
4.2.3-TIV-APM-FP0006 Activity Planner, Version 4.2.3
4.2.3-TIV-CCM-FP0006 Change Manager, Version 4.2.3
4.2.3-TIV-WEB-FP0006 Web Interface, Version 4.2.3
4.2.3-TIV-TRMSRV-FP0006 Resource Manager, Version 4.2.3
4.2.3-TIV-TRMGW-FP0006 Resource Manager Gateway, Version 4.2.3
4.2.3-TIV-PMSRV-FP0006 Pristine Manager, Version 4.2.3
4.2.3-TIV-PMG-FP0006 Patch Management, Version 4.2.3
4.2.3-TIV-DQY-FP0006 Directory Query, Version 4.2.3
4.2.3-TIV-ADICLI-FP0006 Query Directory for Microsoft Active Directory - Command Line Interface, Version 4.2.3
4.2.3-TIV-ADIENG-FP0006 Query Directory for Microsoft Active Directory, Version 4.2.3
4.2.3-TIV-TLMEXT-FP0006 CM Extension for Tivoli License Manager, Version 4.2.3
4.2.3-TIV-CMEXT-FP0006 CM Endpoint Extension, Version 4.2.3
4.2.3-TIV-TPOSD-FP0006 Tivoli Provisioning Manager for Operating System Deployment Integration, Version 4.2.3
APARs and internal defects fixed for Inventory

Table 7 lists the APARs that were fixed for Inventory:

Table 7. APARs for Inventory
Inventory, Version 4.2.3, 4.2.3-TIV-INV-FP0006 and 4.2.3-TIV-INVGW-FP0006
IZ11136 IZ12162 IZ12656 IZ12695 IZ13300
IZ14763 IZ15108 IZ15654

APAR IZ11136

Abstract:
Native software scan does not handle DBCS fields
Error Description:
When performing the native software scan on workstations which return strings containing double-byte characters, the collected data is not inserted into the Inventory database due to the following failure:
00005368  Tue Nov 20 17:44:29 2007  Connection ID: 0, Operation:
val_insert_rows::SQLExecute, DB Call: insert into  NATIV_SWARE
(NATIV_ID, PACKAGE_NAME, PACKAGE_VERS, PUBLISHER, PACKAGE_ID)
values (?,
?, ?, ?, ?)
SQL Command: insert into  NATIV_SWARE (NATIV_ID, PACKAGE_NAME,
PACKAGE_VERS, PUBLISHER, PACKAGE_ID) values (?, ?, ?, ?, ?)
MS SQL Error: Msgno 8152 Level 8152 State
815222001 Microsoft  ODBC SQL
Server Driver  SQL Server String or binary data would be
truncated.
Additional information:
The problem is caused by the size of the package_name field of the temporary table #NATIV_SWARE. The field is too small to handle double-byte character (DBCS) values. The temporary table #NATIV_SWARE was still created using the PACKAGE_NAME (64) column instead of using PACKAGE_NAME(128) .

APAR IZ12162

Abstract:
inv_config_ep_meths process uses 100% CPU if running wcancelscan while downloading signatures
Error Description:
The inv_config_ep_meths process shows 100% CPU usage on the target workstation and it hangs. This issue occurs when the wcancelscan command is run while the inv_config_ep_meths process is reading the MDist segment containing the signatures.

APAR IZ12656

Abstract:
Endpoint label changes in COMPUTER table
Error Description:
In an interconnected Tivoli server environment, if the swd autoscan_active=y option is set on a hub, when the first activity issued from that hub against an endpoint, present on a spoke, is a software distribution, such as the installation of a software package, a record is inserted in the COMPUTER table, with the tme_object_label column value having the following format:
endpoint_name#region-region
When an Inventory scan is performed against the same endpoint, the COMPUTER table is updated, and the tme_object_label column value is modified into:
endpoint_name
Additional information:
After the fix, the endpoint label has the same format:
endpoint_name
for both activities, software distributions and Inventory scans.

APAR IZ12695

Abstract:
Error when updating local signature catalog during endpoint Inventory scan
Error Description:
Inventory is unable to update the local signature catalog after applying Configuration Manager version 4.2.3 Fix Pack 2. In the INVxxxxx.LOG file the following error message is displayed:
ERROR: Call function pointer register_packages failed. errno=2
Additional information:
With Fix Pack 2, the signature ID was changed from string type to integer. After this change an error always occurred when attempting to update the local Software Distribution catalog (epsp.cat) for signatures associated to software packages discovered during an Inventory software signature scan.

APAR IZ13300

Abstract:
Configuration changes for AUTOFS file systems
Error Description:
If you are interested in the code changes implemented for the Common Inventory Technology (CIT) APAR IZ04274, before running an Inventory scan on your endpoints, set the environment variable named ASSUMEAUTOFSREMOTE to YES, or create a file named ASSUMEAUTOFSREMOTE under the inv/SCAN directory.

APAR IZ14763

Abstract:
"FS FREE SIZE" value is bigger than "FS TOTAL SIZE" value
Error Description:
In the Inventory repository the "FS Free Size" value is bigger than the "FS Total Size" value, while in the MIF file the reported values are correct.
Additional information:
To solve this problem, a new table named INST_PARTITION_MB, a new view named PARTITION_MB_VIEW, and a new query named PARTITION_MB_QUERY have been created. In all these new objects, the size values are in megabytes. To define the new queries, run the inventory_query.sh and h_inventory_query.sh scripts.

APAR IZ15108

Abstract:
After running wscansw and wscanfs commands, cache_data is filled up with files
Error Description:
After running an Inventory software scan and a scan for signature matching, the following endpoint directories:
/opt/tivoli/cit/cache_data/$adminuser/*
or
C:\Program Files\Tivoli\cit\cache_data\__administrator 
are filled up with files. These directories on the endpoint are not cleaned up after the scan.
Additional information:
This problem occurred because the wscanfs -reset command issued to reset the Common Inventory Technology (CIT) cache is run before starting the Inventory scan, but it is not run after all scans are completed.

APAR IZ15654

Abstract:
Unable to exclude a DFS file system from an Inventory scan
Error Description:
Large DFS file systems on Solaris and UNIX workstations. When running an Inventory scan on these workstations, the scan hangs. The exclude mechanism is not working. Therefore, even when trying to exclude the DFS file systems, the scan still hangs.
Additional information:
The fix introduced by this APAR applies only if, before running an Inventory scan on your endpoints, you set the environment variable named EXCLUDE_DFS to YES, or create a file named EXCLUDE_DFS under the inv/SCAN directory.
APARs and internal defects fixed for Scalable Collection Service

Scalable Collection Service component does not currently contain any fixed APARs.

APARs and internal defects fixed for Software Distribution

Table 8 lists the APARs that were fixed for Software Distribution:

Table 8. APARs for Software Distribution
Software Distribution, Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0006
None
Software Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0006
IZ13885
Software Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0006
None
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0006
IZ13885

APAR IZ13885

Abstract:
Software distribution installation not working on iSeries in Configuration Manager 423 Fix Pack 4
Error Description:
Configuration Manager is unable to perform any software distribution installation on iSeries endpoints. The installation is submitted using the winstsp command, the spd_eng is spawned on the endpoint, but the job fails.
APARs and internal defects fixed for Activity Planner

Table 9 lists the APARs that were fixed for Activity Planner:

Table 9. APARs for Activity Planner
Activity Planner, Version 4.2.3, 4.2.3-TIV-APM-FP0006
IZ09864

APAR IZ09864

Abstract:
APM editor: list of software packages not displayed in alphabetical order
Error Description:
The Activity Plan Editor should display the list of the software packages in alphabetical order, to make the software package search much easier.
APARs and internal defects fixed for Change Manager

Change Manager component does not currently contain any fixed APARs.

APARs and internal defects fixed for the Web Interface

The Web Interface component does not currently contain any fixed APARs.

APARs and internal defects fixed for Tivoli Web Gateway

Table 10 lists the APARs that were fixed for Tivoli Web Gateway:

Table 10. APARs for Tivoli Web Gateway
Web Gateway, Version 4.2.3, 4.2.3-TIV-WEBGW-FP0006
IZ13733

APAR IZ13733

Abstract:
JAVA.LANG.UNSATISFIEDLINKERROR during the startup of the results collector servlet
Error Description:
When installing Tivoli Configuration Manager on the Tivoli Web Gateway component, the Windows 2003 operating system is not recognized as a valid platform.
APARs and internal defects fixed for the Resource Manager

Resource Manager component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

APARs and internal defects fixed for Pristine Manager

Pristine Manager component does not currently contain any fixed APARs.

APARs and internal defects fixed for Patch Management

Patch Management component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

APARs and internal defects fixed for Query Directory for Microsoft Active Directory - Command Line Interface

Query Directory for Microsoft Active Directory - Command Line Interface component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

APARs and internal defects fixed for Query Directory for Microsoft Active Directory

Query Directory for Microsoft Active Directory component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

APARs and internal defects fixed for CM Extension for Tivoli License Manager

CM Extension for Tivoli License Manager component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

APARs and internal defects fixed for CM Endpoint Extension

CM Endpoint Extension component does not currently contain any fixed APARs. Install this component because fixes have been released for some quality improvements.

Fixes contained in previous fix packs and interim fixes

The following APARS and defects were shipped in the previous fix packs and interim fixes.

Table 11. Inventory APARs and internal defects included from 4.2.3-TCM-0001
Inventory, Version 4.2.3, 4.2.3-INV-0001
IY69466 IY70916 IY70604
IY71015 IY72989 IY73177
IY73657 179423 179893
180462
Inventory Gateway, Version 4.2.3, 4.2.3-INVGW-0001
IY63636 IY70006 IY70234
IY70308 IY70912 IY70951
IY71000 IY71001 IY71336
IY72224 IY72269 IY72860
IY72944
Table 12. Inventory APARs and internal defects included from 4.2.3-TCM-FP01
Inventory, Version 4.2.3, 4.2.3-INV-FP01 and 4.2.3-INVGW-FP01
IY71821 IY73290 IY73560
IY73562 IY73952 IY74343
IY74421 IY74693 IY74769
IY75165 IY75168 IY75169
IY75350 IY75358 IY75611
IY75778 IY75835 IY76004
IY76150 IY76421 175653
Table 13. Inventory APARs included from 4.2.3-TCM-0002
Inventory and Inventory Gateway, Version 4.2.3, 4.2.3-INV-0006 and 4.2.3-INVGW-0006
IY74730 IY76623 IY76692 IY76778 IY77367
IY77438 IY77522 IY77660 IY78414 IY78731
IY78778 IY78907 IY79519
Table 14. Inventory APARs included from 4.2.3-TCM-0003
Inventory and Inventory Gateway, Version 4.2.3, 4.2.3-INV-0007 and 4.2.3-INVGW-0007
IY79372 IY79890 IY80644 IY80837 IY80912
Table 15. Inventory APARs included from 4.2.3-TCM-FP02
Inventory, Version 4.2.3, 4.2.3-INV-FP02 and 4.2.3-INVGW-FP02
IY77378 IY78108 IY78940 IY79236 IY79372
IY80066 IY80608 IY80625 IY80837 IY80912
IY81297 IY81359 IY81437 IY81772 IY81879
IY82061 IY82415 IY82479 IY82635 IY82964
IY83074 IY82977 IY83087 IY83181 IY83338
IY84170 IY84708 IY84735 IY84736 IY84739
IY84876 IY85317 IY85496
Table 16. Inventory APARs and internal defects included from 4.2.3.2-TIV-TCM-IF0001
Inventory and Inventory Gateway, Version 4.2.3.2, 4.2.3.2-TIV-INV-IF0001 and 4.2.3.2-TIV-INVGW-IF0001
IY83381 IY85621 IY85965 IY86092 IY86229
IY86785 IY87021 IY87284 IY87805 IY88548
IY88885 IY88956 IY89009 IY89011 193723
Table 17. Inventory internal defects included from 4.2.3.2-TIV-TCM-IF0002
Inventory and Inventory Gateway, Version 4.2.3.2, 4.2.3.2-TIV-INV-IF0002 and 4.2.3.2-TIV-INVGW-IF0002
195918 199809
Table 18. Inventory APARs included from 4.2.3.TIV-TCM-FP0003
Inventory, Version 4.2.3, 4.2.3-TIV-INV-FP0003 and 4.2.3-TIV-INVGW-FP0003
IY84371 IY86231 IY86274 IY88194 IY89503
IY89573 IY89732 IY89795 IY89973 IY90238
IY90360 IY90869 IY90993 IY91031 IY91186
IY91237 IY91440 IY91547 IY91674 IY92105
IY92128 IY92385 IY92618
Table 19. Inventory APARs included from 4.2.3.TIV-TCM-FP0004
Inventory, Version 4.2.3, 4.2.3-TIV-INV-FP0004 and 4.2.3-TIV-INVGW-FP0004
IY92776 IY92969 IY93009 IY93564 IY93587
IY93613 IY93634 IY93682 IY94648 IY94698
IY95362 IY95548 IY95710
Table 20. Inventory APARs and internal defects included from 4.2.3.TIV-TCM-FP0005
Inventory, Version 4.2.3, 4.2.3-TIV-INV-FP0005 and 4.2.3-TIV-INVGW-FP0005
206186 IY94770 IY97538 IY97653 IY98365
IY99251 IY99327 IY99839 IZ00054 IZ00381
IZ01609 IZ01679 IZ02233 IZ02945 IZ03006
IZ03008
Table 21. Scalable Collection Service APARS included from 4.2.3-TCM-0001
Scalable Collection Service, Version 4.2.3, 4.2.3-CLL-0001
IY66400 IY69816 IY70039
IY70283
Table 22. Scalable Collection Service APARS included from 4.2.3-TCM-0002
Scalable Collection Service, Version 4.2.3 4.2.3-CLL-0002
IY77219 IY79215 IY79225
Table 23. Scalable Collection Service APARs included from 4.2.3-TCM-FP02
Scalable Collection Service, Version 4.2.3, 4.2.3-CLL-FP02
IY79101 IY84553
Table 24. Scalable Collection Service APARs included from 4.2.3.2-TIV-TCM-IF0001
Scalable Collection Service, Version 4.2.3.2, 4.2.3.2-TIV-CLL-IF0001
IY86174 IY87041 IY87448
Table 25. Scalable Collection Service APAR included from 4.2.3-TIV-TCM-FP0003
Scalable Collection Service, Version 4.2.3, 4.2.3-TIV-CLL-FP0003
IY87132
Table 26. Scalable Collection Service APARs included from 4.2.3-TIV-TCM-FP0004
Scalable Collection Service, Version 4.2.3, 4.2.3-TIV-CLL-FP0004
IY93632 IY93681 IY94652 IY94776
Table 27. Scalable Collection Service APARs included from 4.2.3-TIV-TCM-FP0005
Scalable Collection Service, Version 4.2.3, 4.2.3-TIV-CLL-FP0005
IY97209 IY97613 IY97898 IY99130 IZ02945
Table 28. Software Distribution APARs and internal defects included from 4.2.3-TCM-0001
Software Distribution, Version 4.2.3, 4.2.3-SWDSRV-0001
IY70587 IY70596 IY73905
IY71192 IY71401 IY71403
IY71443 IY71461 IY71795
IY72216 IY72454 54846
55063 55194 55275
Software Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-0001
IY68380
IY69280 IY70198 IY70495
IY71010 IY71192 IY71983
IY71991 IY72454 IY72698
IY72786 55063 55194
55275
Software Package Editor, Version 4.2.3, 4.2.3-SWDJPS-0001
IY67885 IY72632
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-0001
IY68380 IY69280 IY70198
IY70495 IY71010 IY71991
IY72698 IY72490 IY72786
Table 29. Software Distribution APARs and internal defects included from 4.2.3-TCM-FP01
Software Distribution, Version 4.2.3, 4.2.3-SWDSRV-FP01
IY73006 IY73540 IY74170
IY74230 IY74344 IY74847
IY75068 IY75474 IY75754
IY76041 IY76315
54100 55566 55783
55828 55829 55830
55839 55877
Software Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-FP01
IY74170 IY74578 IY74585
IY74764 IY74801 IY75236
IY75754 IY76041
54100 55566 55783
Software Package Editor, Version 4.2.3, 4.2.3-SWDJPS-FP01
IY76041
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-FP01
IY74392
Table 30. Software Distribution APARs included from 4.2.3-TCM-0002
Software Distribution, Version 4.2.3, 4.2.3-SWDSRV-F1P1
IY76698 IY77526 IY77936 IY78598 IY78973
Software Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-F1P1
IY75263 IY76010 IY76694 IY77516 IY77601
IY77602 IY78195 IY78976
Software Package Editor, Version 4.2.3, 4.2.3-SWDJPS-F1P1
IY76008 IY77833
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-F1P1
IY76008 IY76488 IY77508 IY77833 IY78976
Table 31. Software Distribution APARs included from 4.2.3-TCM-0003
Software Distribution, Version 4.2.3, 4.2.3-SWDSRV-F1P2
IY79792 IY80807 IY80811
Software Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-F1P2
IY81773
Software Package Editor, Version 4.2.3, 4.2.3-SWDJPS-F1P2
None
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-F1P1
IY80762
Table 32. Software Distribution APARs included from 4.2.3-TCM-FP02
Software Distribution, Version 4.2.3, 4.2.3-SWDSRV-FP02
IY77018 IY77069 IY77071 IY77687 IY78897
IY79008 IY80104 IY80472 IY80616 IY80647
IY81040 IY81283 IY81596 IY81621 IY81968
IY82317 IY82563 IY82581 IY83183 IY83456
IY83758 IY85493
Software Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-FP02
IY75145 IY76100 IY76968 IY77261 IY77363
IY77687 IY77689 IY78072 IY79151 IY80647
IY80648 IY81144 IY81540 IY81596 IY81773
IY82317 IY82467 IY82563 IY82975 IY83339
IY83340 IY83456 IY83527 IY84105 IY85098
Software Package Editor, Version 4.2.3, 4.2.3-SWDJPS-FP02
IY77361 IY81040
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-FP02
IY76100 IY76968 IY77261 IY77361 IY77689
IY78072 IY79151 IY80647 IY80648 IY81040
IY81144 IY82317 IY82467 IY82563 IY83456
IY83462 IY83508
Table 33. Software Distribution APARs and internal defects included from 4.2.3.2-TIV-TCM-IF0001
Software Distribution, Version 4.2.3.2, 4.2.3.2-TIV-SWDSRV-IF0001
IY85877 IY86951 IY88574 IY89014
Software Distribution Gateway, Version 4.2.3.2, 4.2.3.2-TIV-SWDGW-IF0001
IY86926 IY88089
Software Package Editor for Endpoints, Version 4.2.3.2, 4.2.3.2-TIV-SWDEP-IF0001
IY86926 58114
Table 34. Software Distribution APARs and internal defects included from 4.2.3.2-TIV-TCM-IF0002
Software Distribution, Version 4.2.3.2, 4.2.3.2-TIV-SWDSRV-IF0002
58170 58176 58182 58186 58198
IY91469
Table 35. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0003
Software Distribution, Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0003
IY86341 IY87352 IY89298 IY89665 IY90438
IY90443 IY90445 IY90955 IY91076 IY91436
IY91469 IY92137 IY92678
Software Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0003
IY89709 IY89761 IY90729
Software Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0003
None
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0003
IY86341 IY89709 IY89761 IY90147 IY90729
Table 36. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0004
Software Distribution, Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0004
IY92117 IY93503 IY95003
Software Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0004
IY92683 IY94555 IY94960 IY95411
Software Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0004
None
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0004
IY95411
Table 37. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0005
Software Distribution, Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0005
None
Software Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0005
IZ00655 IZ01027 IZ01595 IZ01673 IZ04234
Software Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0005
IZ03869
Software Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0005
IZ01027 IZ01595 IZ01673
Table 38. Activity Planner APARs and internal defects included from 4.2.3-TCM-0001
Activity Planner, Version 4.2.3, 4.2.3-APM-0001
IY69394 IY70587 IY71064
IY71340 IY71810 IY71812
IY71963 IY72845 IY72998
IY73503 IY74468
IY74948 54559
Table 39. Activity Planner APARs and internal defects included from 4.2.3-TCM-FP01
Activity Planner, Version 4.2.3, 4.2.3-APM-FP01
IY73578 IY73642 IY74285
IY74288 IY74438 IY74754
IY74842 IY75060 IY75114
IY75608 IY75767 IY75834
IY76002 55871
Table 40. Activity Planner APARs included from 4.2.3-TCM-0002
Activity Planner, Version 4.2.3, 4.2.3-APM-F1P1
IY74892 IY77319 IY77688 IY77811 IY78143
IY78261 IY78280 IY78980 IY79210
Table 41. Activity Planner APARs included from 4.2.3-TCM-0003
Activity Planner, Version 4.2.3, 4.2.3-APM-F1P2
IY78519 IY80151
Table 42. Activity Planner APARs included from 4.2.3-TCM-FP02
Activity Planner, Version 4.2.3, 4.2.3-APM-FP02
IY77871 IY78730 IY79210 IY80188 IY80397
IY80844 IY81197 IY81769 IY83067 IY83772
IY83968 IY84411 IY84511 IY84627 IY84738
IY85127 IY85313
Table 43. Activity Planner APARs included from 4.2.3.2-TIV-TCM-IF0001
Activity Planner, Version 4.2.3.2, 4.2.3.2-TIV-APM-IF0001
IY88122 IY89499
Table 44. Activity Planner APARs included from 4.2.3-TIV-TCM-FP0003
Activity Planner, Version 4.2.3, 4.2.3-TIV-APM-FP0003
IY86738 IY87635 IY88552 IY89231 IY89281
IY89282 IY89667 IY90259 IY90706 IY91115
Table 45. Activity Planner APARs included from 4.2.3-TIV-TCM-FP0004
Activity Planner, Version 4.2.3, 4.2.3-TIV-APM-FP0004
IY94022 IY94074 IY95473 IY95703
Table 46. Activity Planner APARs and internal defects included from 4.2.3-TIV-TCM-FP0005
Activity Planner, Version 4.2.3, 4.2.3-TIV-APM-FP0005
59151 IZ00375 IZ00420 IZ01919 IZ01947
IZ02679 IZ03032 IZ03951
Table 47. Change Manager APAR included from 4.2.3-TCM-0001
Change Manager, Version 4.2.3, 4.2.3-CCM-0001
IY64369
Table 48. Web interface APARs included from 4.2.3-TCM-0001
Web Interface, Version 4.2.3, 4.2.3-WEB-0001
IY70838 IY71394
Table 49. Web interface internal defect included from 4.2.3-TCM-FP01
Web Interface, Version 4.2.3, 4.2.3-WEB-FP01
55829
Table 50. Web interface APAR included from 4.2.3-TCM-FP02
Web Interface, Version 4.2.3, 4.2.3-WEB-FP02
IY83967
Table 51. Web Interface APAR included from 4.2.3-TIV-TCM-FP0003
Web Interface, Version 4.2.3, 4.2.3-TIV-WEB-FP0003
IY89223
Table 52. Web Interface APAR included from 4.2.3-TIV-TCM-FP0005
Web Interface, Version 4.2.3, 4.2.3-TIV-WEB-FP0005
IZ02348
Table 53. Resource Manager internal defects included from 4.2.3-TCM-FP01
Resource Manager, Version 4.2.3, 4.2.3-TRMSRV-FP01
54100 55781
Table 54. Pristine Manager APAR included from 4.2.3-TCM-0001
Pristine Manager, Version 4.2.3, 4.2.3-PRI-0001
IY71465
Table 55. Patch Management internal defects included from 4.2.3-TCM-0001
Patch Management, Version 4.2.3, 4.2.3-PMG-0001
53932 53934 54956
55130 55273 55329
Table 56. Patch Management internal defects included from 4.2.3-TCM-FP01
Patch Management, Version 4.2.3, 4.2.3-PMG-FP01
55566 55773 55776
55783 55812 55851
55934 55938
Table 57. Patch Management APARs included from 4.2.3.2-TIV-TCM-IF0001
Patch Management, Version 4.2.3.2, 4.2.3.2-TIV-PMG-IF0001
IY84828 IY84889 IY86639 IY86651 IY88895
Table 58. Patch Management APARs included from 4.2.3-TCM-FP02
Patch Management, Version 4.2.3, 4.2.3-PMG-FP02
IY84197 IY84241 IY84243 IY85839
Table 59. Directory Query APAR included from 4.2.3-TCM-0001
Directory Query, Version 4.2.3, 4.2.3-QDY-0001
IY82979
Table 60. Query Directory for Microsoft Active Directory internal defects included from 4.2.3.2-TIV-TCM-IF0001
Query Directory for Microsoft Active Directory, Version 4.2.3.2, 4.2.3.2-TIV-ADIENG-IF0001 and 4.2.3.2-TIV-ADICLI-IF0001
57898 57944 57946 57948 57995

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