Author |
Message
|
tlaczo |
Posted: Thu Nov 04, 2004 5:27 am Post subject: language question |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
Hi All!
Our AIX systems language is english. I want to install the Workflow with hungarian locale. Is it possible?
I did the following:
I set the LANG variable to hu_HU
I used 'smit' to install worklfow
in workflow fmcrc file i see :
Installation/Language=hun
After the installation i wanted to run the fmczutil utility. I got an error message:
Message catalog cannot be accessed.
If I set the LANG variable to en_US, I can start fmczutil.
Other question.
Is it possible to create Workflow runtime database manually?
I want to use UTF-8 as codepage.
thanks
Tibor Laczó |
|
Back to top |
|
 |
jmac |
Posted: Thu Nov 04, 2004 7:58 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
|
Back to top |
|
 |
hos |
Posted: Mon Nov 08, 2004 12:22 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Tibor,
ensure that you have installed the Hungarian version of MQWF. It is a supported language. Check that the message catalog fmckmhun is available in the bin directory.
You cannot switch the RT DB to use unicode. You must use the DB as created by the tools of MQWF. |
|
Back to top |
|
 |
amittalekar |
Posted: Mon Nov 08, 2004 6:50 am Post subject: |
|
|
 Disciple
Joined: 03 Apr 2002 Posts: 166 Location: VA, USA
|
I think you have note created MQ Workflow installation defaults, MQ Workflow directory structures etc.
Before running fmczutil issue following commands with root previledges
fmczinsx -o env
fmczinsx -o inf
fmczinsx -o db2 (db2 or oracle)
fmczinsx -o mqclient (MQ client or server APIs) |
|
Back to top |
|
 |
leongor |
Posted: Mon Nov 08, 2004 7:14 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Quote: |
You cannot switch the RT DB to use unicode. You must use the DB as created by the tools of MQWF.
|
Yes you can. Just set DB2CODEPAGE=1208 environment variable before you create WF runtime DB with fmczutil.
If you don't have native(FAT) WF Client then you can switch to UTF-8 and work with any language.
Otherwise you need to install Hungarian version of WF like as hos said. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
hos |
Posted: Tue Nov 09, 2004 1:03 am Post subject: UNICODE support in DB |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Hi,
why would you want to do so? The database client (i.e. execution server) is not designed to support UNICODE. The supported codepages / languages are listed in the product's RFA. |
|
Back to top |
|
 |
|