Schema initialization failed for charset UTF-8 (using MQ Sg)

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dineshrk
Participant
Posts: 46
Joined: Thu Jun 26, 2008 9:14 pm

Schema initialization failed for charset UTF-8 (using MQ Sg)

Post by dineshrk »

Hi,

I am getting the following error while extracgting data from messege queue and the job is getting aborted. This is happening for the first run and if i compile and run again it is going fine.

"SRC_MQ_Queue,0: [IIS-CONN-WSMQ-000096] Schema initialization failed for charset UTF-8 on message payload column /MsgBody. The specified charset is not acceptable by the framework (CC_WSMQUtil::validateDataSetDef(), file CC_WSMQUtil.cpp, line 863)"

And

"main_program: APT_PMsectionLeader(1, node1_1), player 3 - Unexpected exit status 1.
APT_PMsectionLeader(1, node1_1), player 4 - Unexpected exit status 1."

Please help me out in resolveing this issue.

Thanks in advance.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

While I'm not sure what the problem could be, it would be helpful if you were to change your charset to something else to see if the error messages persist. Is the MQ queue you are reading in another character set, i.e. coming from a host and in EBCDIC?
Post Reply