MessageId=1001
Severity=Error
Facility=Runtime
SymbolicName=MSG_BAD_PARM1
Language=English
Exception Event generated during message transformation. Additional information : %1 '%2.
.
MessageId=1002
Severity=Error
Facility=Runtime
SymbolicName=MSG_BAD_PARM2
Language=English
Lookup from cross reference service returned a null value. Source System: %1 Source Element: %2 Source Code: %3.
.
2. Created a DLL named: imbmsgvOTDA.dll and added to the following folder: C:\Program Files\IBM\MQSI\6.0\messages
3. Added DLL to the registry
KEY = OTDA
EventMessageFile=C:\Program Files\IBM\MQSI\6.0\messages\imbmsgvOTDA.dll
TypesSupported=7
4. Created an OTDA.properties file containing the following:
1001: MSG_BAD_PARM1: \
Exception Event generated during message transformation. Additional information : ''{0}'' ''{1}''.
1002: MSG_BAD_PARM2: \
Lookup from cross reference service returned a null value. Source System: ''{0}'' Source Element: ''{1}'' Source Code: ''{2}''.
5. Placed properties file in the following folder: C:\Program Files\IBM\MQSI\6.0\messages
6. From Java Compute Node executed the following statement:
throw new MbUserException(this.getClass().getName(), "evaluate", "OTDA", "1001", "Error", new Object[] {"OTDA Catalog Test","Test Data"});
Does anyone have any ideas on why this is showing up as an Unhandled Exception? The .properties file is being read and the message looks ok but it seems like the broker isn't able to detect the new catalog dll.
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