Author |
Message |
Topic: Sending Attachment through EmailOutput Node |
nimisha.parihar
Replies: 3 Views: 3937
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 18, 2011 11:11 pm Subject: Sending Attachment through EmailOutput Node |
Experts,
I have a flow as follows -
MqInput Node --> Compute Node(generates an XML) --> EmailOutput Node (To send the XML generated in previous node as an Email Attachment)
I need help ... |
Topic: Service Password changed |
nimisha.parihar
Replies: 1 Views: 1817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 4:12 am Subject: Service Password changed |
Experts,
We had a sudden change of the service passwords for the server where MB is installed.
We have issued the following 2 commands -
mqsichangebroker <<broker_name>> -i < ... |
Topic: Unable to delete elements from Message Set |
nimisha.parihar
Replies: 7 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 4:03 am Subject: Unable to delete elements from Message Set |
Thanks Jeff...
Its helped after creating a new workspace  |
Topic: Unable to delete elements from Message Set |
nimisha.parihar
Replies: 7 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 1:36 am Subject: Unable to delete elements from Message Set |
The workspace remains to be the same. However i have configured the config mgr and broker on a new user id as i had recently replaced a collegue of mine in the project.
I guess, Since then i am fac ... |
Topic: Unable to delete elements from Message Set |
nimisha.parihar
Replies: 7 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2011 12:15 am Subject: Unable to delete elements from Message Set |
We are using 6.1.0.4
It was working fine some time back.
Of late it has started giving this error.
Be it creating a new Message Set or Opening an already created Message Set. |
Topic: Unable to delete elements from Message Set |
nimisha.parihar
Replies: 7 Views: 3463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 18, 2011 11:34 pm Subject: Unable to delete elements from Message Set |
Experts,
we created a message set but when we double click it to open the same we are getting the following error -
"An error has occured when ativitating this view"
Though the Mess ... |
Topic: Optimisation while converting data into an xml |
nimisha.parihar
Replies: 17 Views: 7049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 16, 2011 10:57 pm Subject: Optimisation while converting data into an xml |
Thankss... Let me just try that up.
Will keep everyone posted.  |
Topic: Optimisation while converting data into an xml |
nimisha.parihar
Replies: 17 Views: 7049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 16, 2011 9:43 pm Subject: Optimisation while converting data into an xml |
Here's a sample of the code we are using -->
SET columnRecordCounter = columnRecordCounter + 1 ;
SET recordCounter = 1;
SET Environment.Variables.QueryRowCountCheck[] = PASSTHRU ... |
Topic: Process not getting killed in case of Web Service time out |
nimisha.parihar
Replies: 5 Views: 2647
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2011 2:58 am Subject: Process not getting killed in case of Web Service time out |
it indeed was the DataFlowEngine process.......
The execution group has onle one Message Flow deployed and thats for this Web Service.
When we did - ps -eaf | grep <<message_flow_name> ... |
Topic: Process not getting killed in case of Web Service time out |
nimisha.parihar
Replies: 5 Views: 2647
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 04, 2011 3:08 am Subject: Process not getting killed in case of Web Service time out |
Yes we are getting HTTP Gateway Timout 504 |
Topic: Process not getting killed in case of Web Service time out |
nimisha.parihar
Replies: 5 Views: 2647
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 04, 2011 1:55 am Subject: Process not getting killed in case of Web Service time out |
HI,
We have developed a web service using HTTP nodes and specified a time out of 180 seconds.
When a Time Out is happening the process for Web Service is not getting killed. I have to explicitly ... |
Topic: how to reset broker database user id in IBM MB v6.1 |
nimisha.parihar
Replies: 0 Views: 1412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 29, 2010 12:39 am Subject: how to reset broker database user id in IBM MB v6.1 |
How to reset the Broker/Config manager's USer ID and password for a new user.
We have already used the following commands-
mqsistop <<brk>>
mqsistop <<configmgr>>
mq ... |
Topic: Confuguring port for HTTP requests |
nimisha.parihar
Replies: 8 Views: 4441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2010 11:51 pm Subject: Confuguring port for HTTP requests |
thanks all..
The command works good  |
Topic: Confuguring port for HTTP requests |
nimisha.parihar
Replies: 8 Views: 4441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2010 5:33 am Subject: Confuguring port for HTTP requests |
It'll be great if you can let me know how to do that as well.
I used the following command -
mqsichangeproperties <<broker_name>> -b httplistener -o HTTPSConnector -n port -v << ... |
Topic: Confuguring port for HTTP requests |
nimisha.parihar
Replies: 8 Views: 4441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2010 4:39 am Subject: Confuguring port for HTTP requests |
Can we configure MB to listen to any port other than the default port (7080) for HTTP requests ? |