cancel
Showing results for 
Search instead for 
Did you mean: 

dbimport.sh. Unknown file type on Setup tab.

evgeny_turovsky
Participant
0 Kudos

Hello everyone!

I had installed NW 7.3 Java part and then I had installed SAP Sourcing 9.0.

Next step in installation guide is "Install Baseline Databse" where I must start dbimport.sh and add a file named fcieso.jar/com/sap/eso/odp/install/scripts/product/install_root.xml .

Ok! I found file fcieso.jar in lib folder and tried to add it to DB Importer. Then I got an error:

"Error! ID: exception.install.import.unknowntype"

In install_20121113_00002.log I get next error:

com.sap.odp.api.common.exception.ApplicationException: ID: exception.install.import.unknowntype| at com.sap.odp.install.tools.ImporterFactory.construct(ImporterFactory.java:166)| at com.sap.odp.install.tools.DbImport.buildEngine(DbImport.java:163)| at com.sap.odp.install.tools.gui.DbGuiImporter.pickFile(DbGuiImporter.java:523)| at com.sap.odp.install.tools.gui.DbGuiImporter$1.onEvent(DbGuiImporter.java:131)| at com.sap.odp.install.tools.gui.DbImportFrame.fireEvent(DbImportFrame.java:957)| at com.sap.odp.install.tools.gui.DbImportFrame.fileSelected(DbImportFrame.java:929)| at com.sap.odp.install.tools.gui.DbImportFrame.chooseFileBActionPerformed(DbImportFrame.java:872)| at com.sap.odp.install.tools.gui.DbImportFrame.access$700(DbImportFrame.java:50)| at com.sap.odp.install.tools.gui.DbImportFrame$12.actionPerformed(DbImportFrame.java:428)| at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)| at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)| at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)| at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)| at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)| at java.awt.Component.processMouseEvent(Component.java:6288)| at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)| at java.awt.Component.processEvent(Component.java:6053)| at java.awt.Container.processEvent(Container.java:2041)| at java.awt.Component.dispatchEventImpl(Component.java:4651)| at java.awt.Container.dispatchEventImpl(Container.java:2099)| at java.awt.Component.dispatchEvent(Component.java:4481)| at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)| at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)| at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)| at java.awt.Container.dispatchEventImpl(Container.java:2085)| at java.awt.Window.dispatchEventImpl(Window.java:2478)| at java.awt.Component.dispatchEvent(Component.java:4481)| at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)| at java.awt.EventQueue.access$000(EventQueue.java:84)| at java.awt.EventQueue$1.run(EventQueue.java:602)| at java.awt.EventQueue$1.run(EventQueue.java:600)| at java.security.AccessController.doPrivileged(Native Method)| at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)| at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)| at java.awt.EventQueue$2.run(EventQueue.java:616)| at java.awt.EventQueue$2.run(EventQueue.java:614)| at java.security.AccessController.doPrivileged(Native Method)| at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)| at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)| at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)| at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)| at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)| at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)| at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)| at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

May be someone faced this problem already and can help me?...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

After selecting fcieso.jar did you click the  .../Browse button and navigate through the folders and select the install_root.xml file?  found here fcieso.jar/com/sap/eso/odp/install/scripts/product/install_root.xml .

This needs to be selected as there are many .xml files within that jar file.

Thanks,

Paul

evgeny_turovsky
Participant
0 Kudos

There is a problem in DB Importer and I can't drill down to jar file through DB Importer ..

I just unarchive *.jar file with command:

jar xf <name-of-file>.jar and then I chose *.xml file from folder on disk..

Answers (0)