(0000004) 
		administrator		(administrator)
				 
		2010-02-04 17:14 
		edited on:  2010-02-04 17:15 		
 
				 
	 | 
	
		The new build 0033 doesn't require the "_" character (prefix) for the form item "action" fields.   Please download the new "Oberon PLM web application example" file and update your administration schema importing it from the PDM_Schema.xml file.    
You can check the differences between your DB schema and the exported file using the following OOQL command: 
 
dump compare feature all PDM* importfile "c:/temp/PDM_Schema.xml" xml; 
 
This command will return all the OOQL commands that you have to execute to upgrade your DB schema.  (Be carefully, don't upgrade the autonumbers values). 
 
	 |