ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 53 matches
Author Message
  Topic: How do i retrieve an auto generated value after Insert stmt?
bsiggers

Replies: 9
Views: 5901

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 13, 2012 9:29 am   Subject: How do i retrieve an auto generated value after Insert stmt?
Note that the company you are implementing this for must also have a policy against anyone having the same first names.

Note also that having such a policy would be a great idea in order to reduce ...
  Topic: How do i retrieve an auto generated value after Insert stmt?
bsiggers

Replies: 9
Views: 5901

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 13, 2012 9:14 am   Subject: How do i retrieve an auto generated value after Insert stmt?
You've basically got to create the key value in the primary table via a 'dummy select', before you do the main insert to the primary table - the implementation of which will depend on your database sy ...
  Topic: Ant script is failing to create bar
bsiggers

Replies: 11
Views: 5015

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 07, 2012 2:04 pm   Subject: Ant script is failing to create bar
Hi jeevan,

You aren't going to be able to figure out what's going wrong without knowing what command you are passing to the exec statement. Like I mentioned before, it would be helpful to you to be ...
  Topic: Ant script is failing to create bar
bsiggers

Replies: 11
Views: 5015

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 07, 2012 1:45 pm   Subject: Ant script is failing to create bar
It could be a lot of things. Could you put your exec command that is being generated within <echo> tags and see the interpreted result?

Could be that the command you're putting there is faili ...
  Topic: Reloading /var/mqsi/common/wsrr/log4j.properties
bsiggers

Replies: 23
Views: 32684

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 31, 2012 10:48 am   Subject: Reloading /var/mqsi/common/wsrr/log4j.properties
There are a few ways to do this - it's a relatively common question for log4j - not just for message broker. . Check this out for a few suggestions. It's tomcat specific, but it would give you a few d ...
  Topic: MB 7.0.0.3 - Unable to delete execution group
bsiggers

Replies: 15
Views: 14449

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 03, 2012 7:47 am   Subject: MB 7.0.0.3 - Unable to delete execution group
Thanks, I'll have a look at that as I wasn't aware that was possible, that would probably be possible for some of the arguments. But if I recall correctly, I think part of the JVM arg changes involved ...
  Topic: MB 7.0.0.3 - Unable to delete execution group
bsiggers

Replies: 15
Views: 14449

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 02, 2012 10:28 am   Subject: MB 7.0.0.3 - Unable to delete execution group
Thanks for the feedback - we've managed to recover from the issue by restoring the repository folder from backup. So it *is* in there somewhere (even if not directly visible in ASCII format via tools ...
  Topic: MB 7.0.0.3 - Unable to delete execution group
bsiggers

Replies: 15
Views: 14449

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 02, 2012 8:01 am   Subject: MB 7.0.0.3 - Unable to delete execution group
Hello, thanks for the response - unforutnately the error we actually had was leaving out a '-' in one of the '-X' JVM arguments. That's good advice about the ports < 1024 though, as that would solv ...
  Topic: MB 7.0.0.3 - Unable to delete execution group
bsiggers

Replies: 15
Views: 14449

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 01, 2012 8:58 pm   Subject: MB 7.0.0.3 - Unable to delete execution group
Hello Broker Experts,

We've run into an issue on one of our Linux MB 7.0.0.3 broker standalone instances. It's similar to the good old phantom execution group issue, but I didn't know this could oc ...
  Topic: WMB 7 in production
bsiggers

Replies: 16
Views: 10277

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 13, 2011 12:52 pm   Subject: WMB 7 in production
Very true. However, the point of these type of checks for us was to do something like a 'real world performance' end-to-end type of measurement, so adding doing another query/lookup didn't have too mu ...
  Topic: WMB 7 in production
bsiggers

Replies: 16
Views: 10277

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 13, 2011 9:28 am   Subject: WMB 7 in production
Based on the requirements of most of our webservices, most of them have a kind of query/lookup basis. So what we could do is just perform a query/lookup against a known good part number, for example, ...
  Topic: WMB 7 in production
bsiggers

Replies: 16
Views: 10277

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 30, 2011 11:56 am   Subject: WMB 7 in production
Hello,

A great base to start from with these monitoring/auditing events is this IBM document - it is very good, and the basis for everything that we've done.

Which events did you switch on? How ...
  Topic: Stopping broker forcefully using "-i" flag with mq
bsiggers

Replies: 4
Views: 5704

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri May 27, 2011 8:09 pm   Subject: Stopping broker forcefully using "-i" flag with mq
Going back to your original question, stopping the broker with '-i' is probably not a good idea. Depending on your use cases, you could lose messages, or end up in some kind of weird state. You're bet ...
  Topic: Stopping broker forcefully using "-i" flag with mq
bsiggers

Replies: 4
Views: 5704

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri May 27, 2011 8:07 pm   Subject: Stopping broker forcefully using "-i" flag with mq
Hmm, depending on what your execution groups are doing, you might want to try killing the offending execution group process directly (via unix kill command against the EG PID), if you can somehow ensu ...
  Topic: WMB 7 in production
bsiggers

Replies: 16
Views: 10277

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu May 26, 2011 10:16 am   Subject: WMB 7 in production
Hello -

Am using both WMB7 in production, and using some event monitoring events (for logging purposes, since the code itself did not contain any logging). Works great, in all respects, but make su ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.