Author |
Message |
Topic: Integrate IIB V10 with IoT and PMQ |
SDS
Replies: 8 Views: 6824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2016 11:11 pm Subject: Integrate IIB V10 with IoT and PMQ |
The requirement is to send the data generated from IoT to PMQ and vice versa using IIB V10.
I don't have any knowledge on IoT and PMQ.
Could anyone please guide me how to start on this? |
Topic: Generate BMC Remedy Incident from Message flow |
SDS
Replies: 11 Views: 8627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 7:07 am Subject: Generate BMC Remedy Incident from Message flow |
Thanks for the reply. It was really helpful to figure out the error.
Actually the error is related to path from where the batch is calling the msend method.
IIB was always executing it from it' ... |
Topic: Generate BMC Remedy Incident from Message flow |
SDS
Replies: 11 Views: 8627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 4:20 am Subject: Generate BMC Remedy Incident from Message flow |
I have used Job Execution Node to check the issue.
I am getting an error as "'msend' is not recognized as an internal or external command, operable program or batch file."
However, the ... |
Topic: Generate BMC Remedy Incident from Message flow |
SDS
Replies: 11 Views: 8627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 2:44 am Subject: Generate BMC Remedy Incident from Message flow |
Today I was able to create alert event in BMC by executing msend method. I have created one batch file to wrap the method in it and executed the batch file from command prompt and it worked as expecte ... |
Topic: Generate BMC Remedy Incident from Message flow |
SDS
Replies: 11 Views: 8627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2016 5:07 am Subject: Generate BMC Remedy Incident from Message flow |
Actually I am not getting much idea from internet on how to start on it.
The only logical thing I came across from a topic which says that Msend is a BMC executable which enables events to be sent ... |
Topic: Generate BMC Remedy Incident from Message flow |
SDS
Replies: 11 Views: 8627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2016 2:15 am Subject: Generate BMC Remedy Incident from Message flow |
Hi,
I have a requirement to create BMC remedy incident for any exception occurred in message flow in IIB V10.
Could anyone please help on this? Any lead will be highly appreciated. |
Topic: How to pass parameters to .bat file from message flow in IIB |
SDS
Replies: 7 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2016 4:06 am Subject: How to pass parameters to .bat file from message flow in IIB |
Thanks a lot for the replies.
I am able to pass arguments to the .bat file using JCN. The next thing is I have to invoke a perl script from the batch file.
If I execute the batch in cmd prompt, I ... |
Topic: How to pass parameters to .bat file from message flow in IIB |
SDS
Replies: 7 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2016 12:43 am Subject: How to pass parameters to .bat file from message flow in IIB |
That is also not much clear from the documentation. It can invoke the batch file as mentioned in the property.
If it is not possible using Job Execution node, can anyone please guide me to achieve th ... |
Topic: How to pass parameters to .bat file from message flow in IIB |
SDS
Replies: 7 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2016 12:17 am Subject: How to pass parameters to .bat file from message flow in IIB |
Hi,
Instead of Java Compute, I have used Job Execution node which is a plugin to invoke the batch job. Is there a way to pass the parameters to the batch file using ESQL compute node before the Job E ... |
Topic: How to pass parameters to .bat file from message flow in IIB |
SDS
Replies: 7 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 10:59 pm Subject: How to pass parameters to .bat file from message flow in IIB |
I need to call a windows batch file by passing parameters dynamically from the input message using IIB V10. I can invoke the batch file from the message flow but not able to pass parameters or argumen ... |
Topic: Lookup JNDI names from Properties file in IID V7.5 |
SDS
Replies: 0 Views: 32684
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Nov 25, 2014 10:18 pm Subject: Lookup JNDI names from Properties file in IID V7.5 |
Hi,
We have got an urgent requirement for our project as described below -
The requirement is we need to deploy multiple versions of a same mediation in a WESB server for creating parallel env ... |
Topic: Problem in accessing List using XPATH |
SDS
Replies: 17 Views: 16285
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2012 7:59 pm Subject: Problem in accessing List using XPATH |
Hi Kimbert,
Yes it was throwing iteration error previously but it got resolved after importing "java.util.List". |
Topic: Problem in accessing List using XPATH |
SDS
Replies: 17 Views: 16285
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2012 2:14 am Subject: Problem in accessing List using XPATH |
@kimbert.
I have used your suggestion.
in this case the control is entering to the if block satisfying "( queryResult != null )" but while executing the for loop statement the control sk ... |
Topic: Problem in accessing List using XPATH |
SDS
Replies: 17 Views: 16285
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2012 1:59 am Subject: Problem in accessing List using XPATH |
@vishnurajnr,
I have used both the cases but the control is not entering to the for loop at all and it's not throwing any exception either.
"java.util.List" has been imported also. |
Topic: Problem in accessing List using XPATH |
SDS
Replies: 17 Views: 16285
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 04, 2012 11:42 pm Subject: Problem in accessing List using XPATH |
Hi vishnurajnr,
I am using the following code but the control is not entering to the for loop.
List <MbElement> Lineitem= (List <MbElement>)inputBody.evaluateXPath(" ... |