On 2004-08-16 09:01:23, Hauge Odd Arne wrote:
Hei.
F?r ikke dump.py til ? virke skikkelig. Har installert Optik, men n?r jeg kj?rer f.eks. python dump.py location You must select a valid table. Valid tables are: location netbox org prefix product room service subcat type usage vendor
Jeg f?r dette resultatet uansett tabellnavn. Hva kan v?re galt ?
Pr?v:
./dump --help
Feilmeldingen er tydeligvis ikke spesifikk nok.. Du m? si:
./dump.py --table=location
eller
./dump.py -t location
Du har ogs? --all for ? dumpe alle tabellene.
Jeg har patchet dump.py til ? skrive ut hjelpen ved feil:
: stain@isbre ~/navme/subsystem/dbTools;./dump.py usage: dump.py [options] Dumps NAV database to importable files.
options: -h, --help show this help message and exit -sSEP, --seperator=SEP use SEP to seperate fields in output, [default :] -tTABLE, --table=TABLE dump data from TABLE -oFILE, --output=FILE dump data to FILE instead of stdout -a, --all dump all tables to files named TABLE.txt
ERROR: You must select a valid table. Valid tables are: location netbox org prefix product room service subcat type usage vendor : stain@isbre ~/navme/subsystem/dbTools;