Author |
Message |
Topic: retrieving REF CURSOR from DB using ESQL |
akmar2k
Replies: 9 Views: 28877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 24, 2011 8:17 am Subject: Resolution? |
Hello,
Has there been any resolution on this issue? Did you run it with IBM and got any responses?
Thanks |
Topic: Accessing Global Environment in Java Compute node |
akmar2k
Replies: 4 Views: 9173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 7:50 am Subject: Accessing Global Environment in Java Compute node |
Hi All,
I am using the Global Environment in Java Compute node to store two xml messages which are retrieved using MQGet nodes. I need to combine these messages to create a final output message. ... |
Topic: mqsicreateconfigurableservice for securityIdentity |
akmar2k
Replies: 12 Views: 15926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2010 1:47 pm Subject: Resolved |
The issue is resolved.
I was using
SET OutputLocalEnvironment.Destination.Email.SecurityIdentity = 'smtp::MyIdentity';
instead of
SET OutputLocalEnvironment.Destination.Email.SecurityIdentity ... |
Topic: mqsicreateconfigurableservice for securityIdentity |
akmar2k
Replies: 12 Views: 15926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2010 1:26 pm Subject: mqsicreateconfigurableservice for securityIdentity |
Yes. I did restart the broker. |
Topic: mqsicreateconfigurableservice for securityIdentity |
akmar2k
Replies: 12 Views: 15926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2010 12:13 pm Subject: mqsicreateconfigurableservice for securityIdentity |
I am trying to setup the EmailOutput node with the SMTP server and securityIdentity. I have followed the documentation to setup the same
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/inde ... |
Topic: Root Tag Name not coming in MRM message |
akmar2k
Replies: 3 Views: 2581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 8:08 am Subject: Root Tag Name not coming in MRM message |
When I gave the RootTag name, I was expecting it to come as
MRM
RootTag
ChildTag1
ChildTag2
Thanks |
Topic: Root Tag Name not coming in MRM message |
akmar2k
Replies: 3 Views: 2581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 7:40 am Subject: Root Tag Name not coming in MRM message |
Hi,
I am facing an issue with the MRM parser in MB 6.0.
I am having the incoming message in the following format:
<RootTag>
<ChildTag1>
</ChildTag1>
<ChildTag2>
... |
Topic: mirrorq exit - Solaris 5.8 - Messages not getting copied |
akmar2k
Replies: 12 Views: 9187
|
Forum: IBM MQ API Support Posted: Wed Aug 01, 2007 9:40 am Subject: mirrorq exit - Solaris 5.8 - Messages not getting copied |
I did. But there is no reference to this particular environment variable in the code.
But the code that I have have the fix for Internal calls. It is defaulted to read all messages.
In one of ... |
Topic: mirrorq exit - Solaris 5.8 - Messages not getting copied |
akmar2k
Replies: 12 Views: 9187
|
Forum: IBM MQ API Support Posted: Wed Aug 01, 2007 8:41 am Subject: mirrorq exit - Solaris 5.8 - Messages not getting copied |
I found that the exit is fixed for handling "internal" messages that are put by MCA.
The note says that the environment variable MIRRORQ_ALLOW_INTERNAL must be set for mirrorq to handle ... |
Topic: mirrorq exit - Solaris 5.8 - Messages not getting copied |
akmar2k
Replies: 12 Views: 9187
|
Forum: IBM MQ API Support Posted: Wed Aug 01, 2007 7:16 am Subject: mirrorq exit - Solaris 5.8 - Messages not getting copied |
Change the routing to put a different queue in the mix. Use a standalone program to move messages from that queue to two queues - the original destination, and the copy queue.
It's a lot less inva ... |
Topic: Transformation Extender Plugin lil file issue. Error '127' |
akmar2k
Replies: 0 Views: 1498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 11, 2007 8:00 am Subject: Transformation Extender Plugin lil file issue. Error '127' |
Hi,
I have MB6.0 with The DataStage Transformation Extender 8.0 Plugin. The installations of MB6.0 and TX plugin have been done without issues. But during the broker startup, I get the following er ... |
Topic: Database connection for SQL Server |
akmar2k
Replies: 2 Views: 2572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 09, 2007 11:09 am Subject: Issue resolved |
Yes. the jar was visible from the broker.
The issue got resolved.
There were three seperate jar files sqlserver.jar;base.jar;util.jar;
For some reason, broker toolkit was reading from only th ... |
Topic: Database connection for SQL Server |
akmar2k
Replies: 2 Views: 2572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 09, 2007 8:01 am Subject: Database connection for SQL Server |
Hi,
I am trying to create a new Database connection for SQL Server database on Windows. The ultimate aim for me is to create a message map between xml and a table in the database.
But I am now ... |
Topic: Read all messages in a predefined interval |
akmar2k
Replies: 4 Views: 3781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2006 8:55 am Subject: Read all messages in a predefined interval |
Hi Folks,
Need your thoughtful comments again..
Following is a scenario that I have now.
1) Messages will be send to a queue intermittently by an application
2) At a predefined interval, the ... |
Topic: use of variables in calling stored procedures |
akmar2k
Replies: 10 Views: 6077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 22, 2006 7:18 am Subject: Resolved |
Hi Folks!
This issue got resolved.
1) First, I defined a UDP, say DBSchemaName.
2) Second, While defining the Procedure, I specify the schema name as %:
CREATE PROCEDURE ProcedureName(
... |