Posted: Tue Jan 15, 2008 2:55 pm Post subject: HP-UX config.iconv updates
Disciple
Joined: 17 Jan 2006 Posts: 167 Location: Ohio
I have tracked down a problem to the
/usr/lib/nls/iconv/config.iconv
file. It looks like I have lost the entries added during MQ installation (I'm guessing due to a O/S upgrade).
I have looked and searched, but cannot find any documentation explaining how to regenerate this missing rows. Anyone know how to regenerate that file?
This was the problem as found on IBM's webpage:
31421 - After installing a new level of the HP-UX operating
system without reinstalling MQSeries, the file
has information about
conversion tables that have been added by IBM. This
information is wiped out by the HP-UX upgrade. This
can result in data conversion errors such as when
attempting to use AMQSPUTC.EXE to put from a Windows
NT client to an HP-UX server.
The HP file used is actually /usr/lib/nls/iconv/hpux64/config.iconv for V6; /usr/lib/nls/iconv/hpux/config.iconv was used in v5.3. _________________ MQSeries.net helps those who help themselves..
I believe the extra versions of that file only exist on Itanium.
-mf
if [ $MACHINE = 'ia64' ]
then
config_tables="/usr/lib/nls/iconv/config.iconv \
/usr/lib/nls/iconv/hpux32/config.iconv \
/usr/lib/nls/iconv/hpux64/config.iconv"
else
config_tables="/usr/lib/nls/iconv/config.iconv"
fi
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum