Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000014 [Oberon Platform] OOQL language block always 2010-03-12 05:23 2010-03-13 17:17
Reporter ljj0605 View Status public  
Assigned To administrator
Priority normal Resolution fixed  
Status resolved   Product Version 1.2 - DB build 0035
Summary 0000014: Install Oberon PLM failed
Description When I import two xml into database using following OOQL:
dump import feature all * overwrite importfile "E:/PDM_Schema.xml" xml ;
dictionary import * importfile "E:/PDM_Translations.xml" xml;
but receive the message:
#EXDP0004:Class PDM_PartType_I dose not exists,on line 1 columen 6.
Please help me!
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000017)
administrator (administrator)
2010-03-13 17:16
edited on: 2010-03-13 17:19

This happens when the xml contains cross features between two administrative objects and one of them is not yet imported.
Use the following commands instead:
- First import all the administative objects without the related features:

dump import all * overwrite importfile "E:/PDM_Schema.xml" xml ;

- Then import the cross features without overwrite the already imported admin objects. Use the resume option to skip errors when objects already exists:

dump import feature all * resume importfile "E:/PDM_Schema.xml" xml ;

NOTE: you can copy the 2 commands in the OOQL panel and run them sequentially or copy the first and run, comment the first ( "// dump ....." ) and copy the second and run


- Issue History
Date Modified Username Field Change
2010-03-12 05:23 ljj0605 New Issue
2010-03-13 17:16 administrator Note Added: 0000017
2010-03-13 17:16 administrator Status new => resolved
2010-03-13 17:16 administrator Fixed in Version => 1.2 build 0035
2010-03-13 17:16 administrator Resolution open => fixed
2010-03-13 17:16 administrator Assigned To => administrator
2010-03-13 17:19 administrator Note Edited: 0000017
2011-03-28 09:51 afranonyme Issue Monitored: afranonyme
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group