Author |
Message |
Topic: Application Errors in Event viewer |
Sanjayy
Replies: 11 Views: 5500
|
Forum: General IBM MQ Support Posted: Tue Feb 02, 2016 7:07 pm Subject: Application Errors in Event viewer |
Thanks all,
it is windows event viewer log. I am getting the error is:
1/20/2016 09:29:41 - Process(6464.371549) User(username) Program(.exe) Host(hostname) Installation(Installation1) VRMF(7.5.0. ... |
Topic: Application Errors in Event viewer |
Sanjayy
Replies: 11 Views: 5500
|
Forum: General IBM MQ Support Posted: Mon Feb 01, 2016 1:32 am Subject: Application Errors in Event viewer |
Thank you fjp_saper
Adjust the idle timeout to match on both ends to the channel and be less than the firewall timeout
Can you please tell me where can I adjust these things? and one more thing i ... |
Topic: Application Errors in Event viewer |
Sanjayy
Replies: 11 Views: 5500
|
Forum: General IBM MQ Support Posted: Sun Jan 31, 2016 7:31 pm Subject: Application Errors in Event viewer |
Channel 'CHNL.SVRCONN' to host 'host name (host ip)' ended abnormally.
this is the error message I got |
Topic: Application Errors in Event viewer |
Sanjayy
Replies: 11 Views: 5500
|
Forum: General IBM MQ Support Posted: Sun Jan 31, 2016 7:12 pm Subject: Application Errors in Event viewer |
Hi All,
Could you please provide me the solution for how to change the severity level from error to warnings in event viewer application errors from MQ side?
thanks in advance. |
Topic: JMS flow picking message |
Sanjayy
Replies: 3 Views: 5367
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 11, 2016 1:43 am Subject: JMS flow picking message |
Worked for a long time on this.
And my flow is working with and without channel authentication in server.And I searched for a long time for this query in this forum but did not get the answer. That i ... |
Topic: JMS flow picking message |
Sanjayy
Replies: 3 Views: 5367
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 11, 2016 12:53 am Subject: JMS flow picking message |
Hi all,
Is there any chance JMS flow pick messages from JMS Input queue which is in server if there is no channel authentication?
Thanks in advance
regards,
Sanjayy |
Topic: Set DSN to Message Broker |
Sanjayy
Replies: 1 Views: 1475
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 27, 2015 4:22 am Subject: Set DSN to Message Broker |
Hi all,
how many commands are there to conncect DSN to Message Broker?
can you please help me.
thanks in advance |
Topic: stop or discard message |
Sanjayy
Replies: 4 Views: 3368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 28, 2015 8:27 pm Subject: stop or discard message |
hi bdaoust, thanks for your reply..
i am using if condition like this in procedure:
if condition then
some statements
else
return false
... |
Topic: stop or discard message |
Sanjayy
Replies: 4 Views: 3368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 26, 2015 12:43 am Subject: stop or discard message |
hi folks,
I want to stop/Discard my message in compute node in procedure statements. Can you please help me.....? |
Topic: Discard/Stop message flow |
Sanjayy
Replies: 2 Views: 3065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 25, 2015 9:10 pm Subject: Discard/Stop message flow |
hi folks,
I want to stop/Discard my message in compute node in procedure statements. Can you please help me.....?  |
Topic: Query on propagate |
Sanjayy
Replies: 3 Views: 2298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 19, 2015 8:40 pm Subject: Query on propagate |
thank you for your reply.
if i use return false after propagate,syntax error is happening while deploying my flow. |
Topic: Query on propagate |
Sanjayy
Replies: 3 Views: 2298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 19, 2015 3:50 am Subject: Query on propagate |
Hi folks,
I am using this code in my compute node:
if condition then
if condition then
Statements;
else
Propagate to terminal 'out1';
end if;
elseif condition then
statements;
e ... |