Search This Blog

Wednesday, January 8, 2014

SCCD 7.5 Quick Configuration on Clustered Environment

Problem(Abstract)

Use Quick Configuration received error "TFMSDA0363E - Dataloading application is busy at present processing other dataload requests. Please try again later!"

Cause

In clustered environment, if the the system is not configured to use the default connection factory, you need to define one using the mxe.jms.factory.name system property. The standard one is "jms/maximo/int/cf/intcf". However mxe.jms.factory.name need to match the value defined in WebSphere -> Resources ->JMS -> Queue connection factories -> JNDI name. Examples as below -
Single Node, default settings:



Clustered Env with 2 Nodes:



System Property mxe.jms.factory.name:


No comments:

Post a Comment

How to increase jms file store size in MAS

  Steps In order to increase the file store size we need to update the server.xml for the jmsserver bundle. The server.xml is added in ...