Page 1 of 1

cannot create default profile

Posted: Mon Sep 13, 2004 6:18 am
by hqweb
Hi,
We are using the latest version of webinator and everything works fine, except we cannot create a default profile. When we try to we get the following message : "Profile name default already in use"
even though there is no "default" profile when we go the profile page. Is there any way we can create a default profile? or can we rename another profile to "default"
thanks.
Niamh

cannot create default profile

Posted: Mon Sep 13, 2004 10:11 am
by mark
Odd. Perhaps the previous "default" profile wasn't fully deleted before or something. Clear any remnants from the command with something like
texis -d /usr/local/morph3/texis/testdb -s "delete from options where Profile='default'"
or, for windows
texis -d c:\morph3\texis\testdb -s "delete from options where Profile='default'"

cannot create default profile

Posted: Tue Sep 14, 2004 2:57 am
by hqweb
Thanks. That worked.
Niamh