|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Description for Event ID 20002 from IIB not found in evntlog |
« View previous topic :: View next topic » |
Author |
Message
|
pkdec |
Posted: Wed Aug 26, 2015 12:05 pm Post subject: Description for Event ID 20002 from IIB not found in evntlog |
|
|
 Acolyte
Joined: 12 Feb 2015 Posts: 66 Location: Canada, QC
|
Hi All,
Can anyone please tell me about the below problem how i can resolve.
The description for Event ID 20002 from source IBM Integration v10001 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Test_NODE.default
'ApplicationName::product.SyncProduct -- File for product: The key <UserDefined/WCSConfigParms/ProductSyncFilePath> was not founddlmgr.pro on remote server: Server1'
product.SyncProduct.GetProduct
the message resource is present but the message is not found in the string/message table
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 26, 2015 12:27 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That might be documented in the Retail Edition documentation - at least I'm guessing you're working with the Retail edition. That error message mentions WCS. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
pkdec |
Posted: Thu Aug 27, 2015 6:23 am Post subject: |
|
|
 Acolyte
Joined: 12 Feb 2015 Posts: 66 Location: Canada, QC
|
Continuing the below problem, I am writting an event error message to event viewer using the below esql procedure.
CREATE PROCEDURE logInfo(IN errMsg CHAR, IN errCode INTEGER)
BEGIN
DECLARE name CHAR ApplicationLabel || '::' || MessageFlowLabel || ' -- ' || errMsg;
LOG EVENT SEVERITY 1 MESSAGE errCode VALUES (name);
VALUES (name);
END;
this procedure is being execute but upon it, it is also giving me problem saying that.
the message resource is present but the message is not found in the string/message table
Can someone tell me how the esql statement EVENT log the message in even viewer.
Looking for some help to progress further.
Thanks |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|