ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ File Transfer Edition » MQFTE Double Byte Transfer

Post new topic  Reply to topic
 MQFTE Double Byte Transfer « View previous topic :: View next topic » 
Author Message
sid.sharan
PostPosted: Thu Jan 20, 2011 8:49 am    Post subject: MQFTE Double Byte Transfer Reply with quote

Newbie

Joined: 14 Jan 2011
Posts: 3

I have to transfer a file in UTF-8 format to the target system using MQFTE. In order to do this do we have to use some special kind of Exit or coding in creation of Monitors?
Back to top
View user's profile Send private message
mphillip
PostPosted: Thu Jan 20, 2011 9:07 am    Post subject: Reply with quote

Apprentice

Joined: 03 Feb 2009
Posts: 49

If you are doing a text transfer and want to force the codepage of the destination file to be something other than the default for that system then you will have to generate the transfer XML and submit that to FTE. you can do this using a transfer definition file (see below).

It is not possible to use the fteCreateTransfer command or the FTE MQ Explorer plugin to do this directly.

http://publib.boulder.ibm.com/infocenter/wmqfte/v7r0/topic/com.ibm.wmqfte.doc/transfer_definition.htm

If you have a read through the above InfoCenter topic, you will see at the bottom of it some of the examples specifying the destination file encoding:

Code:
<destination type="file" exist="overwrite">
    <file encoding="UTF8" EOL="CRLF">c:\destinationfiles\destination2.txt</file>
</destination>


the encoding="UTF8" part makes FTE write the destination file in UTF-8, rather than the default system codepage for the destination agent.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ File Transfer Edition » MQFTE Double Byte Transfer
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.