#*********************************************************************** # VideoCharger version 2 - 5648-B60. * # (C) Copyright IBM Corp. 1997, 1998 * # All Rights Reserved. * # * # US Government Users Restricted Rights * # Use, duplication or disclosure restricted by GSA ADP Schedule * # Contract with IBM Corp. * # Licensed Materials - Property of IBM * #*********************************************************************** # * # APAR: IY12923 Error code 9054 is issued by Digital Library * # * #*********************************************************************** PTF(s): U473209 FULL PROBLEM DESCRIPTION ------------------------ Recent changes to Digital Library have disabled certain code page translation support. Code page translation request from VideoCharger to Digital Library must be altered in order for Digital Library to perform code page translation of Ja_JP code page. Communication to Digital Library from VideoCharger is performed by the VideoCharger media manager component. This component is run by default code page of "C" (ISO8859-1) for Japanese systems. A recent change in Digital Library has disabled code page translation between ISO8859-1 and IBM-943. In order to force the media manager component to run using a different codeset the user may set the locale environment variables from within the /usr/bin/startmm script. As an alternate method, the media manager component has added an addition parameter to support overriding code page (details follow). A new parameter has been added to override code page in media manager. The parameter "-l" MUST be set in the /usr/bin/startmm file in order to use the new support. Example STARTMM file: Override code page to 943 (IBM-943 - Ja_JP) #!/usr/bin/ksh # # This script starts the AVS Controller, mediamgr # if [[ -a /usr/bin/mm.sh ]] ; then . /usr/bin/mm.sh fi exec /usr/bin/mediamgr -l 943 exit 0 Here is another example of how to override the default language environment: #!/usr/bin/ksh # # This script starts the AVS Controller, mediamgr # if [[ -a /usr/bin/mm.sh ]] ; then . /usr/bin/mm.sh fi export LC_CTYPE=Ja_JP export LC_COLLATE=Ja_JP export LC_MONETARY=Ja_JP export LC_NUMERIC=Ja_JP export LC_TIME=Ja_JP export LC_MESSAGES=Ja_JP exec /usr/bin/mediamgr exit 0 FILESETS: avs.mm 2.0.0.5 SUPERSEDED PTFS: ---------------- IY04842 fixes the retrieve problem of Quicktime movies through DL IX89709 Repair media manager resource leak IX85511 VideoCharger Media Manager enhancement required to support UDB Extender. IX85512 Problems retrieving videos using Digital Library clients INSTALLATION INSTRUCTIONS -------------------------- (1) Download the file "avs.mm_2.0.0.5.bff" in binary mode into an empty directory on your VideoCharger server. (2) Logon as user 'root'. Stop the VideoCharger Server by using the command "stopsrc -cg vs". Type the command "lssrc -g vs" to verify that all the processes have stopped. (3)Apply the update using the command "smitty update_all". For "INPUT device / directory for software" specify the directory in which you saved the .bff file. (4) On the "Update Currently Installed Software to Latest Level" panel, press the 'enter' key to start the installation program. (5) After installation has completed successfully restart the VideoCharger server by using the command "startsrc -g vs" at the command prompt.