| Author | 
		  Message | 
  		
  		
		     Topic: DTD in an XML file | 
  		
  		
		  bpugh
  
	  	  Replies: 3 Views: 2389
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 18, 2005 11:11 am   Subject: DTD in an XML file | 
  		
  		
		  | That did the trick!  Thanks Jeff & JT for your help. | 
  		
  		
		     Topic: DTD in an XML file | 
  		
  		
		  bpugh
  
	  	  Replies: 3 Views: 2389
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 18, 2005 10:18 am   Subject: DTD in an XML file | 
  		
  		
		  | I have a new message flow that is receiving an XML file that contains the DTD built into it.  When I manually remove the DTD, everything works fine.  If I leave it in there, I get nothing.  I have tra ... | 
  		
  		
		     Topic: mqsideploy | 
  		
  		
		  bpugh
  
	  	  Replies: 5 Views: 4238
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 02, 2004 8:28 am   Subject: mqsideploy | 
  		
  		
		  | I got the same results when I ran it as Jeff suggested without the -bar parameter and with the -rm parameters.  It doesn't appear to like those -rm parameters no matter what I try, but it looks like I ... | 
  		
  		
		     Topic: mqsideploy | 
  		
  		
		  bpugh
  
	  	  Replies: 5 Views: 4238
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 01, 2004 2:11 pm   Subject: mqsideploy | 
  		
  		
		  | Sorry, I should have included the error in my original message.  I don't think it's timing out because I've got -w 300, and it's coming back much quicker than the 5 minutes it should be waiting (maybe ... | 
  		
  		
		     Topic: mqsideploy | 
  		
  		
		  bpugh
  
	  	  Replies: 5 Views: 4238
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 01, 2004 1:46 pm   Subject: mqsideploy | 
  		
  		
		  I am trying to use the mqsideploy command to deploy a message flow.  It works fine if I leave off the -rmMsgFlow & -rmMsgSet parameters.  My command looks like this:
 
 mqsideploy -b UTQMBRK -e Ex ... | 
  		
  		
		     Topic: Problem in bar file creation using mqsicreatebar command | 
  		
  		
		  bpugh
  
	  	  Replies: 6 Views: 6454
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 08, 2004 9:14 am   Subject: Problem in bar file creation using mqsicreatebar command | 
  		
  		
		  | Thanks!  I'll give it a try. | 
  		
  		
		     Topic: Problem in bar file creation using mqsicreatebar command | 
  		
  		
		  bpugh
  
	  	  Replies: 6 Views: 6454
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 04, 2004 1:50 pm   Subject: Problem in bar file creation using mqsicreatebar command | 
  		
  		
		  | Do message sets have to be identified in your .bat files?  All the examples I see show only message flows.  How does it know to bring in a needed message set? | 
  		
  		
		     Topic: Segmented messages on z/OS | 
  		
  		
		  bpugh
  
	  	  Replies: 4 Views: 4872
  | 
		   Forum: General IBM MQ Support   Posted: Mon Oct 04, 2004 10:21 am   Subject: Segmented messages on z/OS | 
  		
  		
		  | Ok, thanks.  I was doing that originally, but I was trying to make it easier for the receiving program.  I was hoping to avoid forcing them to put the messages back together manually. | 
  		
  		
		     Topic: Segmented messages on z/OS | 
  		
  		
		  bpugh
  
	  	  Replies: 4 Views: 4872
  | 
		   Forum: General IBM MQ Support   Posted: Mon Oct 04, 2004 7:46 am   Subject: Segmented messages on z/OS | 
  		
  		
		  | So there is no way to make MQGMO_COMPLETE_MSG work on z/OS?  The program getting the message will have to reassemble the pieces manually based on group id and sequence number? | 
  		
  		
		     Topic: Segmented messages on z/OS | 
  		
  		
		  bpugh
  
	  	  Replies: 4 Views: 4872
  | 
		   Forum: General IBM MQ Support   Posted: Mon Oct 04, 2004 6:51 am   Subject: Segmented messages on z/OS | 
  		
  		
		  I am using COBOL to write segmented messages to a queue on z/OS.  My program uses the following flags:
 
 IF LAST-IN-GROUP = 'Y'                    
    COMPUTE MQMD-MSGFLAGS = MQMF-LAST-SEGMENT 
 ELS ... | 
  		
  		
		     Topic: Version control / production environment | 
  		
  		
		  bpugh
  
	  	  Replies: 0 Views: 1481
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 30, 2004 9:51 am   Subject: Version control / production environment | 
  		
  		
		  We are new to the WBIMB world and wondering how others handle version/source control and promotions to production.
 
 We are a mainframe environment, and as such, the powers that be don't want develop ... | 
  		
  		
		     Topic: XML to CWF integer field sizes | 
  		
  		
		  bpugh
  
	  	  Replies: 3 Views: 2889
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 25, 2004 11:17 am   Subject: XML to CWF integer field sizes | 
  		
  		
		  | My database field in this example is defined as being a 3 digit number, so I can't give it a value of 123456.  I would hope that someone sending me the XML wouldn't give me such a number, but you neve ... | 
  		
  		
		     Topic: XML to CWF integer field sizes | 
  		
  		
		  bpugh
  
	  	  Replies: 3 Views: 2889
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 25, 2004 10:25 am   Subject: XML to CWF integer field sizes | 
  		
  		
		  Is there an easy way to handle differences in the size of integer or decimal fields when moving from XML to COBOL copybook?
 
 For example, when I define a field as "integer" in XML, it is valid to re ... | 
  		
  		
		     Topic: XML to Cobol transformation | 
  		
  		
		  bpugh
  
	  	  Replies: 6 Views: 4263
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 23, 2004 2:11 pm   Subject: XML to Cobol transformation | 
  		
  		
		  | Thank you all for your comments.  It took me awhile, but I think I got it going.  Along with your suggestions, there was one other thing I had to do that I didn't know about.  My cobol records have fi ... | 
  		
  		
		     Topic: XML to Cobol transformation | 
  		
  		
		  bpugh
  
	  	  Replies: 6 Views: 4263
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Jun 19, 2004 3:11 pm   Subject: XML to Cobol transformation | 
  		
  		
		  | Yes, I will be creating multiple output messages for a single input message.  My project involves accepting a single XML file containing order master and detail information.  I will then parse the dat ... |