How to delete user accounts and queues?

Hello, I dunno if maybe I'm blind but I just installed OTRS yesterday and can't figure out how to delete some test queues I created and users accounts that I was creating so I can figure out how the system works. Also, when there is a new ticket and I click on "empty answer" under "Compose Answer (email):" I get the following error: -------------------------------------------------------- Software error: Modification of a read-only value attempted at /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Net/DNS/Question.pm line 47. For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. -------------------------------------------------------- How do I fix that? The Question.pm file has the permissions -r--r--r-- just like every other file in that directory which I thought is the right permissions. Please let me know how to fix these bugs. Thanks, - Jake

I'm new at this too, but I think these answers are correct...
--On Thursday, January 10, 2008 6:06 PM -0800 Jake Conk
can't figure out how to delete some test queues I created and users accounts that I was creating so I can figure out how the system works.
You can't delete them, you can only make them "invalid." The docs say that you can't delete because they want to maintain consistency in the data base.
Also, when there is a new ticket and I click on "empty answer" under "Compose Answer (email):" I get the following error:
--------------------------------------------------------
Software error:
Modification of a read-only value attempted at /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Net/DNS/Question .pm line 47.
This is a bug oin a PERL module. The quickest way to work around it is to turn off the feature that checks for an MX record for an email address before it sends an email. If you turn that on, the PERL module with the bug is not called. The module is Net::DNS and the bug is in version 0.60. If you can upgrade it to version 0.62 you'll be okay on this.

Jim Archer wrote:
--On Thursday, January 10, 2008 6:06 PM -0800 Jake Conk
wrote:
can't figure out how to delete some test queues I created and users accounts that I was creating so I can figure out how the system works.
You can't delete them, you can only make them "invalid." The docs say that you can't delete because they want to maintain consistency in the data base.
You could also just start over with a fresh database if you're done with testing and want to setup a 'real' system. Nils Breunese.

On Jan 11, 2008 1:17 AM, Nils Breunese (Lemonbit)
Jim Archer wrote:
--On Thursday, January 10, 2008 6:06 PM -0800 Jake Conk
wrote:
can't figure out how to delete some test queues I created and users accounts that I was creating so I can figure out how the system works.
You can't delete them, you can only make them "invalid." The docs say that you can't delete because they want to maintain consistency in the data base.
You could also just start over with a fresh database if you're done with testing and want to setup a 'real' system.
Nils Breunese.
Is there a way to do that without reinstalling everything? Like is there a method provided to go back to the beginning? Thanks, - Jake

Jake Conk wrote:
You could also just start over with a fresh database if you're done with testing and want to setup a 'real' system.
Is there a way to do that without reinstalling everything? Like is there a method provided to go back to the beginning?
You can create a fresh database using the SQL scripts in the scripts/ database directory. Nils Breunese.
participants (3)
-
Jake Conk
-
Jim Archer
-
Nils Breunese (Lemonbit)