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 IndexWebSphere Interchange Server + AdaptersJText/IA9F and character encoding

Post new topicReply to topic
JText/IA9F and character encoding View previous topic :: View next topic
Author Message
4integration
PostPosted: Wed Jun 27, 2007 1:25 pm Post subject: JText/IA9F and character encoding Reply with quote

Disciple

Joined: 04 Sep 2006
Posts: 197
Location: Gothenburg, Sweden

We have problems with JText/IA9F and character encodings?

We have an XML message that need to be transferred trough JText/IA9F and the trace just before the "make blob" node looks just fine (LE POIRÉ-SUR-VIE as below in bold) but on the file after Jtext/IA9F it looks like:
<StreetCity>LE POIR#-SUR-VIE</StreetCity>
(# is an unreadable character) and same problems goes for swedish characters (åäö)..

Do you have any idea how to solve this issue??


Code:
(
  (0x01000000):Properties = (
    (0x03000000):MessageSet      = 'JE3OKPG002001'
    (0x03000000):MessageType     = 'MDM_Partner'
    (0x03000000):MessageFormat   = 'CwXML'
    (0x03000000):Encoding        = 546
    (0x03000000):CodedCharSetId  = 850
    (0x03000000):Transactional   = TRUE
    (0x03000000):Persistence     = TRUE
    (0x03000000):CreationTime    = GMTTIMESTAMP '2007-06-27 21:10:55.160'
    (0x03000000):ExpirationTime  = -1
    (0x03000000):Priority        = 0
    (0x03000000):ReplyIdentifier = X'414d51580000000000000000000000000000000000000000'
    (0x03000000):ReplyProtocol   = 'MQ'
    (0x03000000):Topic           = 'Company/PLSCM/FromPARMA'
    (0x03000000):ContentType     = ''
  )
  (0x01000000):MQMD       = (
    (0x03000000):SourceQueue      = 'PLSCM.MDM.SUBSCR'
    (0x03000000):Transactional    = TRUE
    (0x03000000):Encoding         = 546
    (0x03000000):CodedCharSetId   = 819
    (0x03000000):Format           = 'MQHRF2  '
    (0x03000000):Version          = 2
    (0x03000000):Report           = 0
    (0x03000000):MsgType          = 8
    (0x03000000):Expiry           = -1
    (0x03000000):Feedback         = 0
    (0x03000000):Priority         = 0
    (0x03000000):Persistence      = 1
    (0x03000000):MsgId            = X'414d51205742524b365f44454641554c54bf824620001109'
    (0x03000000):CorrelId         = X'414d51580000000000000000000000000000000000000000'
    (0x03000000):BackoutCount     = 0
    (0x03000000):ReplyToQ         = '                                                '
    (0x03000000):ReplyToQMgr      = 'WBRK6_DEFAULT_QUEUE_MANAGER                     '
    (0x03000000):UserIdentifier   = 'v008789     '
    (0x03000000):AccountingToken  = X'160105150000006d2f97c47ac0bd57ffb87595045d000000000000000000000b'
    (0x03000000):ApplIdentityData = '                                '
    (0x03000000):PutApplType      = 26
    (0x03000000):PutApplName      = 'WBRK6_DEFAULT_BROKER        '
    (0x03000000):PutDate          = DATE '2007-06-27'
    (0x03000000):PutTime          = GMTTIME '21:10:55.160'
    (0x03000000):ApplOriginData   = '    '
    (0x03000000):GroupId          = X'000000000000000000000000000000000000000000000000'
    (0x03000000):MsgSeqNumber     = 1
    (0x03000000):Offset           = 0
    (0x03000000):MsgFlags         = 0
    (0x03000000):OriginalLength   = -1
  )
  (0x01000000):MQRFH2     = (
    (0x03000000):Version        = 2
    (0x03000000):Format         = '        '
    (0x03000000):Encoding       = 546
    (0x03000000):CodedCharSetId = 850
    (0x03000000):Flags          = 0
    (0x03000000):NameValueCCSID = 1208
    (0x01000000):Version        = (
      (0x02000000): = '2'
    )
    (0x01000000):Format         = (
      (0x02000000): = 'MQSTR   '
    )
    (0x01000000):NameValueCCSID = (
      (0x02000000): = '1208'
    )
    (0x01000000):psc            = (
      (0x01000000):Topic   = (
        (0x02000000): = 'Company/PLSCM/FromPARMA'
      )
      (0x01000000):Command = (
        (0x02000000): = 'Publish'
      )
      (0x01000000):mcd     = (
        (0x01000000):Msd  = (
          (0x02000000): = 'mrm'
        )
        (0x01000000):Set  = (
          (0x02000000): = 'B65BD7C002001'
        )
        (0x01000000):Type = (
          (0x02000000): = 'GlobalMsg'
        )
        (0x01000000):Fmt  = (
          (0x02000000): = 'XML1'
        )
      )
    )
    (0x01000000):mcd            = (
      (0x01000000):Msd  = (
        (0x02000000): = 'xmlnsc'
      )
      (0x01000000):Set  = (
        (0x02000000): = 'JE3OKPG002001'
      )
      (0x01000000):Type = (
        (0x02000000): = 'MDM_Partner'
      )
      (0x01000000):Fmt  = (
        (0x02000000): = 'CwXML'
      )
    )
  )
  (0x01000000):XMLNSC     = (
    (0x01000400):XmlDeclaration = (
      (0x03000100):Version  = '1.0'
      (0x03000100):Encoding = 'UTF-8'
    )
    (0x01000000):MDM_Partner    = (
      (0x03000102)http://www.w3.org/2000/xmlns/:xsd = 'http://www.w3.org/2001/XMLSchema'
      (0x03000102)http://www.w3.org/2000/xmlns/:xsi = 'http://www.w3.org/2001/XMLSchema-instance'
      (0x03000102)http://www.w3.org/2000/xmlns/:xml = 'http://www.w3.org/XML/1998/namespace'
      (0x03000000):PartnerID                        = '0999999'
      (0x03000000):CreationDate                     = '2007-06-27T23:10:57+02:00'
      (0x03000000):ChangeDate                       = '2007-06-27T23:10:57+02:00'
      (0x03000000):IsActive                         = '1'
      (0x01000000):AccountGroup                     =
      (0x01000000):CountryName                      =
      (0x01000000):CountryCode                      =
      (0x03000000):CountryCode2                     = 'FR'
      (0x03000000):LanguageCode                     = 'FR'
      (0x01000000):DocumentLanguageCode             =
      (0x03000000):Name                             = 'Customer'
      (0x01000000):Name2                            =
      (0x01000000):EnglishName                      =
      (0x01000000):EnglishName2                     =
      (0x03000000):Shortname                        = 'Cust'
      (0x01000000):CoAddress                        =
      (0x01000000):Street                           =
      (0x01000000):Street2                          =
      (0x01000000):StreetPostcode                   =
      (0x03000000):StreetCity                       = 'LE POIRÉ-SUR-VIE'
      (0x01000000):POBox                            =
      (0x01000000):POBoxPostcode                    =
      (0x01000000):POBoxCity                        =
      (0x01000000):District                         =
      (0x01000000):Region                           =
      (0x03000000):Phone                            = '33 9999999999    '
      (0x03000000):Fax                              = '33 99999999999    '
      (0x03000000):APSupplier                       = '0'
      (0x03000000):NAPSupplier                      = '0'
      (0x03000000):Customer                         = '0'
      (0x01000000):TradingPartner                   =
      (0x03000000):VATNo                            = 'FR299999999       '
      (0x01000000):TaxNo1                           =
      (0x01000000):TaxNo2                           =
      (0x01000000):TaxNo3                           =
      (0x01000000):TaxNo4                           =
      (0x01000000):DUNSNo                           =
      (0x03000000):InactivationDate                 = '2012-12-31T12:00:00+02:00'
      (0x01000000):PayToPartnerId                   =
      (0x01000000):BillToPartnerId                  =
      (0x01000000):SoldToPartnerId                  =
      (0x03000000):BlockStatus                      = '0'
      (0x01000000):BrandCode                        =
      (0x03000000):IsInternalCustomer               = '0'
      (0x03000000):IsShipToOnly                     = '0'
      (0x03000000):IsPayTo                          = '0'
      (0x03000000):IsBillTo                         = '0'
      (0x03000000):IsShipTo                         = '0'
      (0x03000000):IsShipFrom                       = '0'
    )
  )
)

_________________
Best regards
4 Integration
Back to top
View user's profile Send private message
Display posts from previous:
Post new topicReply to topic Page 1 of 1

MQSeries.net Forum IndexWebSphere Interchange Server + AdaptersJText/IA9F and character encoding
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.