| Author | 
		  Message
		 | 
		
		  | voyager | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 6:15 am    Post subject: ASBO-GBO-ASBO Setup in ICS | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 28 Dec 2004 Posts: 127
  
  | 
		  
		    
			  
				All,
 
First of all thank you very much for your help and valuable suggestions 
 
with my previous questions.
 
 
I am herewith setting up a ASBO-GBO-ASBO setting in ICS. I have set up a 
 
JDBC connector for polling Events table on MS-SQL and a MQ Connector is setup 
 
for writing to MQ Queue. 
 
I created ASBO ASBO1 on source table on MS-SQL, GBO in ICS and another ASBO 
 
ASBO2 on MQ according to the MQ Message specifications. Now, I have created maps 
 
ASBO1-GBO map, GBO-ASBO2 maps and reverse maps such as GBO-ASBO1, ASBO2-GBO. 
 
But, I am getting the following error on collaboration.
 
 
<collaboration_name>.thread1Connectorname_20050726091546.
 
917CxCommon.FlowExecContext@4c1c454d.Main:, Error 11065 Request
 
GBO_xxx.Create was not processed by MQConnector and has a return status of -1. 
 
Reason: [Type: Error] [MsgID: 27003] [Mesg: Could not find output destination 
 
corresponding to business object GBO_xxxxx with verb Create. Ensure that this 
 
property has been defined in the connector meta-object either in the default
 
properties or the properties specific to this business object.] 
 
 
I appreciate any suggestions/clues.
 
Thank you, _________________ voyager | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | vennela | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 8:30 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India 
  | 
		  
		    
			  
				| Have you defined the meta objects for MQ Connector? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | voyager | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 9:18 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 28 Dec 2004 Posts: 127
  
  | 
		  
		    
			  
				Yes, I have defined Meta Objects for MQ Connector and added the attributes as 
 
MQ_MQMSGCP_Create and GBO_Messages_Create (BOName_Verb)
 
Thank you, _________________ voyager | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Ratan | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 9:44 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 18 Jul 2002 Posts: 1245
  
  | 
		  
		    
			  
				Did you specify the OutputQueue for your ASBO in the Meta Object ASI cooresponsing to the BO Name. _________________ -Ratan | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | voyager | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 11:59 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 28 Dec 2004 Posts: 127
  
  | 
		  
		    
			  
				Ratan,
 
I did not understand what exactly you are asking me to do. If you don't mind, could you please explain me little bit detailed.
 
 
Thank you very much!
 
I appreciate your patience! _________________ voyager | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Ratan | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 12:17 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 18 Jul 2002 Posts: 1245
  
  | 
		  
		    
			  
				MQ Connector is Meta Object driven (either Static or Dynamic).
 
 
In  a meta Object you define what a connector should do when it get a perticular BO.
 
 
Say, your ASBO to MQ is XYZ and on a create verb you have to write the serialized content to a perticular queue.
 
 
To achieve this, you define a MetaObject with following Attribute:
 
XYZ_Create, Type: String and in ASI (App Spec Info) you specify 'OutputQueue = queue://<QMName>/<Qname>' along with other information like the Datahandler to use, DatahandlerConfigurationMO, OutputFormat, etc...
 
 
Refer to the manual for more details.
 
 
Post your Meta boject BO definition and I can verify. _________________ -Ratan | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | voyager | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 1:36 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 28 Dec 2004 Posts: 127
  
  | 
		  
		    
			  
				Thank you Ratan,
 
I created a Default Attribute in Meta Object and specified
 
as OutputQueue=queue://<queue_manager_name>/<Queue_name>
 
 
After deploying the new Meta object to ICS server, I am getting a different error as follows:
 
 
[Mesg: Data handler com.crossworlds.DataHandlers.text.fixedwidth failed to convert message 
 
(no ID assigned) to business object GBO_XXXX. 
 
 
It reported the following error: java.lang.Exception: Null attribute value encountered 
 
where cell size is 1, size of CxIgnore value is 8 and trucation is not allowed.  
 
Please check your MO format configuration. . ]
 
 
Please let me know if you have any ideas.
 
Thank you, _________________ voyager | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Ratan | 
		  
		    
			  
				 Posted: Tue Jul 26, 2005 1:57 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 18 Jul 2002 Posts: 1245
  
  | 
		  
		    
			  
				Post your BO definition here. I might be able to help. _________________ -Ratan | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Nigelg | 
		  
		    
			  
				 Posted: Wed Jul 27, 2005 2:40 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Master
 
 Joined: 02 Aug 2004 Posts: 1046
  
  | 
		  
		    
			  
				ASBO is an acronym for Anti Social Behaviour Order in the UK, and is a warning given by the police to persistent offenders.
 
 
Just thought you might like to know that... | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | voyager | 
		  
		    
			  
				 Posted: Thu Jul 28, 2005 9:12 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 28 Dec 2004 Posts: 127
  
  | 
		  
		    
			  
				Thank you all,
 
I figured out the cause of this error. Actually I had to re-work the MQ connector  
 
configuration and Meta Object cinfiguration and the problem has been solved.
 
Now my setup ASBO-GBO-ASBO is worling properly.
 
 
I once again thank you all for your vauable suggestions. _________________ voyager | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |