| Author | 
		  Message | 
  		
  		
		     Topic: A complex MessageSet | 
  		
  		
		  drano
  
	  	  Replies: 3 Views: 2672
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed May 28, 2008 7:11 am   Subject: A complex MessageSet | 
  		
  		
		  Ok, I add Record instead of my choice group (In fact my choice group is inside the Record). This Record is unbounded (max occurences -1), and not for my choice group (max occurences 1).
 
 Then, the r ... | 
  		
  		
		     Topic: A complex MessageSet | 
  		
  		
		  drano
  
	  	  Replies: 3 Views: 2672
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed May 28, 2008 6:24 am   Subject: A complex MessageSet | 
  		
  		
		  Hi all,
 
 I have a complex messageset to define. I am trying to use TDS. 
 
 The format:
 LineRecord (Mandatory, and with tag in the 4 first characters)
 Data (0 to 10 occurences, without a tag
 Line ... | 
  		
  		
		     Topic: Recompile LDAPPlugin (IA08) | 
  		
  		
		  drano
  
	  	  Replies: 1 Views: 2352
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 22, 2003 11:12 pm   Subject: Recompile LDAPPlugin (IA08) | 
  		
  		
		  On Windows NT, I don't manage to compile LDAPPlugin. I have a new .LIL file, but WMQI cannot read this file.     
 
 How compile (with Visual Studio 6) this plugin ? Because, I need to modify it. | 
  		
  		
		     Topic: LDAP plugin | 
  		
  		
		  drano
  
	  	  Replies: 1 Views: 2465
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 22, 2003 4:31 am   Subject: Limitation of LDAP plugin and Compile | 
  		
  		
		  I have several problems with this plugin, and I don't know if I must modify thie node, or create a Java Plugin. Problems:
 
 - Management of timeout if primary server LDAP is down
 - Alternative serve ... | 
  		
  		
		     Topic: LdapPlugin  dump generated | 
  		
  		
		  drano
  
	  	  Replies: 0 Views: 1545
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 21, 2002 11:47 pm   Subject: LdapPlugin  dump generated | 
  		
  		
		  My LdapPlugin get informations correctly, but it generates a dump each time. A .abend file is created. in this file, I see an error around "ldap!ldap_sasl_bind_direct" but I don't use SSL/LDAP ?
 
 Wi ... | 
  		
  		
		     Topic: IMPORTANt!! UNSOLICITED and BAGGREGATE | 
  		
  		
		  drano
  
	  	  Replies: 5 Views: 5020
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 30, 2002 1:47 am   Subject: Transaction mode | 
  		
  		
		  Yes, I have "TransactionMode=Yes".
 
 In fact, Aggregate node, in my environment, is very unstable. I don't understand why ? I installed CSD03, but problems remain... | 
  		
  		
		     Topic: IMPORTANt!! UNSOLICITED and BAGGREGATE | 
  		
  		
		  drano
  
	  	  Replies: 5 Views: 5020
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Oct 29, 2002 7:57 am   Subject: It is an normal error | 
  		
  		
		  OK, I understood your comments. But sometimes I may have an error in fan-out of AggregateControl, because someone doesn't enter a good MQ name. Humans may make a fault ! 
 
 And, I think that it is no ... | 
  		
  		
		     Topic: IMPORTANt!! UNSOLICITED and BAGGREGATE | 
  		
  		
		  drano
  
	  	  Replies: 5 Views: 5020
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 28, 2002 1:38 am   Subject: IMPORTANt!! UNSOLICITED and BAGGREGATE | 
  		
  		
		  Sometimes I have record in BAGGREGATE with UNSOLICITED='N'.
 These records come with error in fan-out of AggregateControl.
 
 But these records are never removed.
 
 How don't generate these records ? ... | 
  		
  		
		     Topic: Failure in out of AggregateControl | 
  		
  		
		  drano
  
	  	  Replies: 0 Views: 1865
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 25, 2002 4:04 am   Subject: Failure in out of AggregateControl | 
  		
  		
		  How manage a failure int out of AggregateControl ?
 
 I have two flows in out of Aggregate Control. One of these flow failed because the queue doesn't exist.
 At this moment, I can see orphelin record ... | 
  		
  		
		     Topic: Convert XML in MbElement | 
  		
  		
		  drano
  
	  	  Replies: 1 Views: 2106
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Oct 01, 2002 5:04 am   Subject: Convert XML in MbElement | 
  		
  		
		  I have a Java plugin to read a file (XML File) and put content file in the WMQI tree. But I don't know how convert this file in WMQI tree ?     
 
 Example 
  (0x1000010)XML        = (
     (0x10000 ... | 
  		
  		
		     Topic: MbRecoverableException | 
  		
  		
		  drano
  
	  	  Replies: 1 Views: 3067
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 02, 2002 2:31 am   Subject: MbRecoverableException | 
  		
  		
		  I don''t understand parameters to create a MbRecoverableException exception in a plugin java. What means its parameters ? Where may I
 find examples of that ? | 
  		
  		
		     Topic: How generate XML file in Plugin Java | 
  		
  		
		  drano
  
	  	  Replies: 2 Views: 2547
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 01, 2002 6:45 am   Subject: How generate XML file in Plugin Java | 
  		
  		
		  I need to generate a XML file from data in root tree. I am using Plugin Java. Someone has an idea ? I imagine to parse the tree, and generate
 XML data, but I think that it is not compliant with MQSI. ... | 
  		
  		
		     Topic: Debugger and BIP0642E | 
  		
  		
		  drano
  
	  	  Replies: 5 Views: 3954
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat May 04, 2002 7:52 am   Subject: Debugger and BIP0642E | 
  		
  		
		  Broker is on an other machine.
 MQSI 2.1
 CSD 2
 I didn't see an error in Event Viewer
 I tried several times to debug my flow, an other flows, but
 it is the same problem
 
 In my debugger, I saw the ... | 
  		
  		
		     Topic: Debugger and BIP0642E | 
  		
  		
		  drano
  
	  	  Replies: 5 Views: 3954
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 03, 2002 10:45 am   Subject: Debugger and BIP0642E | 
  		
  		
		  When I try to debug a flow, I have an  BIP0642E error (I/O problem)
 On an other machine, I have no problem with the same flow...
 
 How solve this problem? Reinstall ? Change network parameters ?
 
  ... | 
  		
  		
		     Topic: Syntax XMLTransform | 
  		
  		
		  drano
  
	  	  Replies: 1 Views: 2409
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 03, 2002 3:33 am   Subject: Syntax XMLTransform | 
  		
  		
		  How set ComIbmXslMqsiStylesheetname in LocalEnvironment to initialize
 XSL of XMLTransform node ?
 
 I tried:
 SET OutputLocalEnvironment.ComIbmXslMqsiStylesheetname = 'c:\temp\toto.xsl'
 
 But it was ... |