[sr-dev] ERROR: Column with id 'username' does not exist.

Juha Heinanen jh at tutpro.com
Sun Jul 31 17:57:44 CEST 2011


when database schemas are built, i get error about missing 'username'
column:

/usr/bin/make --no-print-directory -C lib/srdb1/schema
for FILE in acc alias_db auth_db avpops carrierroute cpl dialog dialplan dispatcher domainpolicy domain drouting extensions group htable imc lcr matrix msilo mtree pdt permissions pipelimit presence purple registrar rls siptrace speeddial standard uac uri_db userblacklist usrloc; do \
		XML_CATALOG_FILES=../../..//doc/stylesheets/dbschema_k/catalog.xml /usr/bin/xsltproc --novalid --xinclude \
		--stringparam dir "../../..//utils/kamctl//mysql" \
		--stringparam prefix "$FILE-" \
		--stringparam db "mysql" \
		../../..//doc/stylesheets/dbschema_k/xsl/mysql.xsl kamailio-"$FILE".xml ; \
	done
ERROR: Column with id 'username' does not exist.

any idea where it comes from?  perhaps from an index definition?

-- juha



More information about the sr-dev mailing list