cancel
Showing results for 
Search instead for 
Did you mean: 

ConvertBinaryToXMBMessage

Former Member
0 Kudos

Hi All,

we are running with XI 3.0 on Linux 64 bit, Oracle and WebAS 6.40 SP14. We have installed the MQ drivers for MQ Client 6.0.

From a SAP R/3 to MQ via XI works fine, the other way around we got this errors:

in the Adapter Monitor:

Sender channel. Details: Last Exception during send at Wed Jan 18 12:10:01 EST 2006: Value with name enableDynConfigSender not available

in the defaultTrace.trc:

Error during processing local bean localejbs/SAP XI JMS Adapter/ConvertBinaryToXMBMessage

The module are not modified.

For MQ we changed aii_af_jmsproviderlib.sda an added:

com.ibm.mq.jar

com.ibm.mqjms.jar

dhbcore.jar

connector.jar (SAP client)

Any help available?

Kind regards,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
former_member184154
Active Contributor
0 Kudos

I am using the same architecture here on this proj.

Pls specify how you configured your jms sender. Maybe I can help you out comparing it to my own.

Alex

Former Member
0 Kudos

Hi Alex,

thanks. The problem is not the jms sender. When getting a message from mq xi will read it an convert this message internal to "binary" (first module to be processed when reading a message). This is fine.

In the next step/module xi tries to convert this binary to XMBMessage and this module "ConvertBinaryToXMBMessage

" causes the problem.

Are you on SLES9 with MQ Client 6, too? How do you changed the sda for jms mq drivers?

Regards

Michael