|   | 
	 
  
    | 
RSS Feed - WebSphere MQ Support
 | 
RSS Feed - Message Broker Support
 |   
 
  
	     | 
	 | 
   
 
  
	|  [SOLVED]unable to edit mappings in buildtime | 
	« View previous topic :: View next topic »  | 
   
  
  	
	  
		
		
		  | Author | 
		  Message
		 |  
		
		  | CP | 
		  
		    
			  
				 Posted: Mon Aug 16, 2004 4:54 am    Post subject: [SOLVED]unable to edit mappings in buildtime | 
				     | 
			   
			 
		   | 
		 
		
		   Novice
 
 Joined: 15 Jul 2004 Posts: 16
  
  | 
		  
		    
			  
				Hello,
 
 
I am getting error when I was trying to edit my mappings in build time. It is giving like this:
 
 
e:\v340\src\fmcbcctl.cxx(713): FmcAssertionException, Condition=***Pre-condition failed in e:\v340\src\fmckstr.inl(104):!IsNull(), Origin=File=e:\:v340\src\fmckdbg.cxx, Line=153, Function=fmckRequire.
 
 
 
I am using Windows XP, MQWF 3.4.0 DB2=7.1 
 
 
Can anybody help me out to get rid of this problem.
 
 
Thanks in Advance,
 
CP. | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | jmac | 
		  
		    
			  
				 Posted: Mon Aug 16, 2004 4:58 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Jedi Knight
 
 Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC 
  | 
		  
		    
			  
				It would probably help if you posted your FDL, and gave a more exact description of what you are trying to do. _________________ John McDonald
 
RETIRED | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | CP | 
		  
		    
			  
				 Posted: Mon Aug 16, 2004 6:06 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		   Novice
 
 Joined: 15 Jul 2004 Posts: 16
  
  | 
		  
		    
			  
				I was trying to  build the process model on Windows XP Professional. 
 
 
MQWF 3.4 (no service pack)
 
DB2 7.1
 
OS: XP Professional
 
 
Here is the FDL:
 
 
/*
 
 *
 
 *  FDL definitions generated by MQ Workflow at 2004-08-16, 9:58:53 AM.
 
 *
 
 */
 
CODEPAGE 1252
 
FM_RELEASE V3R4 0
 
 
/*
 
 *  STRUCTUREs
 
 */
 
STRUCTURE 'Employee'
 
  'Name': STRING;
 
  'Number': LONG;
 
  'Salary': FLOAT;
 
END 'Employee'
 
 
STRUCTURE 'Student'
 
  'Name': STRING;
 
  'ID': LONG;
 
  'Grade': STRING;
 
END 'Student'
 
 
/*
 
 *  PROGRAMs
 
 */
 
UPDATE PROGRAM 'show'
 
  DESCRIPTION ""
 
  STRUCTURES_FROM_ACTIVITY
 
  NOT UNATTENDED
 
  WINNT EXE PATH_AND_FILENAME "fmcnshow.exe"
 
    INHERIT ENVIRONMENT
 
    STYLE VISIBLE
 
    START FOREGROUND
 
END 'show'
 
 
/*
 
 *  PROCESSes
 
 */
 
/*
 
 *  PROCESS TEST
 
 */
 
PROCESS 'TEST' ( 'Default Data Structure', 'Default Data Structure' )
 
  DO NOT PROMPT_AT_PROCESS_START
 
  WINDOW VIEW_REFERENCE_POINT XPOS 0 YPOS 27
 
  WINDOW SHOW ALL CONNECTORS
 
  WINDOW SHOW NO CONDITIONS
 
  SOURCE 1 XPOS -725 YPOS 500
 
  SINK 1 XPOS 675 YPOS -75
 
  PROGRAM_ACTIVITY 'StudentInfo' ( 'Student', 'Student' )
 
    START MANUAL WHEN AT_LEAST_ONE CONNECTOR TRUE
 
    EXIT MANUAL
 
    LAYOUT XPOS -400 YPOS 125
 
    NAME_POSITION XPOS -400 YPOS 50
 
    PRIORITY DEFINED_IN INPUT_CONTAINER
 
    DONE_BY PROCESS_STARTER
 
    PROGRAM 'show'
 
    SYNCHRONIZATION NESTED
 
  END 'StudentInfo'
 
  PROGRAM_ACTIVITY 'EmployeeInfo' ( 'Employee', 'Employee' )
 
    START MANUAL WHEN AT_LEAST_ONE CONNECTOR TRUE
 
    EXIT AUTOMATIC
 
    LAYOUT XPOS 250 YPOS 125
 
    NAME_POSITION XPOS 250 YPOS 50
 
    PRIORITY DEFINED_IN INPUT_CONTAINER
 
    DONE_BY PROCESS_STARTER
 
    PROGRAM 'show'
 
    SYNCHRONIZATION NESTED
 
  END 'EmployeeInfo'
 
  CONTROL
 
    FROM 'StudentInfo' TO 'EmployeeInfo'
 
  DATA
 
    FROM SOURCE 1 TO 'StudentInfo'
 
    LAYOUT
 
      XPOS -725 YPOS 125
 
  DATA
 
    FROM 'StudentInfo' TO 'EmployeeInfo'
 
  DATA
 
    FROM 'EmployeeInfo' TO SINK 1
 
    LAYOUT
 
      XPOS 675 YPOS 125
 
END 'TEST'
 
 
 
I was trying to map the Data Element Student.ID to Employee.Number
 
 
 
Thank you., | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | vennela | 
		  
		    
			  
				 Posted: Mon Aug 16, 2004 6:13 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Jedi Knight
 
 Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India 
  | 
		  
		    
			  
				This is a known issue. 
 
You are running without any service pack. You need to apply the latest service pack | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | CP | 
		  
		    
			  
				 Posted: Mon Aug 16, 2004 7:15 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		   Novice
 
 Joined: 15 Jul 2004 Posts: 16
  
  | 
		  
		    
			  
				| Thank you vennela. I will install MQ Workflow3.4  Service pack 5 and post you the update. | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | CP | 
		  
		    
			  
				 Posted: Tue Aug 17, 2004 9:54 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		   Novice
 
 Joined: 15 Jul 2004 Posts: 16
  
  | 
		  
		    
			  
				Thanks again Vennela. With MQ Workflow Service Pack 5, I got rid of the problem.
 
 
Thanks, | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | 
		    
		   | 
		 
	   
	 | 
   
 
  
	     | 
	 | 
	Page 1 of 1 | 
   
 
 
 
  
  	
	  
		
		  
 
  | 
		  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
  | 
  		 
	   
	 | 
   
 
  	 | 
	  |