Summary: | Table import feature not functioning | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Ian Balchin <inksi> |
Component: | Migration/Import/Export | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | major | CC: | adam |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.9 Alpha | ||
Target Milestone: | 2.8.6 | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ian Balchin
2014-09-01 17:42:48 UTC
Thanks Ian. Tables from a .kexi file cannot be imported at the moment. Related wish: #125843. Finally fixed (i think!) my laptop and got a chance to look at this. Postgresql should support this, but it looks like kexi cant find the driver, so maybe related to all the other driver load issues recently. kexi(16444)/KexiDB KexiMigration::MigrateManager::driver: Error: "PostgreSQL" "Could not find import/export database driver "PostgreSQL"." kexi(16444)/KexiDB KexiMigration::ImportTableWizard::prepareImport: Import migrate driver error... kexi(16444)/KexiDB KexiMigration::ImportTableWizard::arriveTableSelectPage: No driver for selected source ktraderclient confirms the driver is installed: ---- Offer 4 ---- X-Kexi-KexiMigrationVersion : '1.1' X-Kexi-MigrationDriverName : 'PostgreSQL' X-Kexi-MigrationDriverType : 'Network' Type : 'Service' Name : 'PostgreSQL' Comment : 'PostgreSQL Import Plugin for Kexi' Invalid property GenericName Invalid property Icon Invalid property Exec Terminal : 'FALSE' Invalid property TerminalOptions Invalid property Path ServiceTypes : 'Kexi/MigrationDriver' AllowAsDefault : 'TRUE' InitialPreference : '8' Library : 'keximigrate_pqxx' DesktopEntryPath : 'calligra/keximigrate_pqxx.desktop' DesktopEntryName : 'keximigrate_pqxx' Keywords : '' Categories : '' @piggz: please see my email 'Behaviour of KoServiceLocator' [ http://lists.kde.org/?l=calligra-devel&m=141019509812835&w=2 ], there's a small patch. If it works for you I would at least push to 2.8. After applying the patch 'Behoviour of KoServiceLocator' the driver loads. I created the postgresql sample database 'Pagila' and was able to successfully import the table 'actor'. when I imported the 'film' table, i got only the schema, no data...but the import did prompt me for unknown types, so maybe it needs fiddled with to get the data. Fixed in 2.8: f5edd59f785e60adb. 2.9 pre alpha commit bd6461d3b93eaaf8307a26520a24e757c0a8f1d working, just imported a table. ian Thanks for testing. |