Re: [rt-users] Error creating tickets

2012-06-22 Thread Alhaji Kargbo
thanks. Now I can create tickets...

Re: [rt-users] Error creating tickets

2012-06-22 Thread Bill Cole
ts.bestpractical.com Sent: Fri, Jun 22, 2012 4:51 pm Subject: Re: [rt-users] Error creating tickets On 22 Jun 2012, at 6:55, Al Kay wrote: [Thu Jun 21 21:09:47 2012] [error]: Couldn't create a ticket group of type 'Requestor' for ticket 879: Could not create group (/opt/rt4/sbi

Re: [rt-users] Error creating tickets

2012-06-22 Thread Borngunners
... -Original Message- From: Bill Cole To: RT-Users@lists.bestpractical.com Sent: Fri, Jun 22, 2012 4:51 pm Subject: Re: [rt-users] Error creating tickets On 22 Jun 2012, at 6:55, Al Kay wrote: > [Thu Jun 21 21:09:47 2012] [error]: Couldn't create a ticket group of > type 'Requestor

Re: [rt-users] Error creating tickets

2012-06-22 Thread Bill Cole
On 22 Jun 2012, at 6:55, Al Kay wrote: [Thu Jun 21 21:09:47 2012] [error]: Couldn't create a ticket group of type 'Requestor' for ticket 879: Could not create group (/opt/rt4/sbi$ [Thu Jun 21 21:09:47 2012] [crit]: Couldn't create ticket groups for ticket 879. aborting Ticket creation. (/opt/r

Re: [rt-users] Error creating tickets

2012-06-22 Thread Alhaji Kargbo
I backed and restored the database of my old rt system version 3.8 and installed rt on another server since my old server is almost about to die. I am in the process of testing my new server and I am getting this error message

Re: [rt-users] Error creating tickets

2012-06-22 Thread Kevin Falcone
On Fri, Jun 22, 2012 at 06:55:23AM -0400, Al Kay wrote: >[Thu Jun 21 21:09:47 2012] [error]: Couldn't create a ticket group of type > 'Requestor' for >ticket 879: Could not create group (/opt/rt4/sbi$ >[Thu Jun 21 21:09:47 2012] [crit]: Couldn't create ticket groups for > ticket 879.

Re: [rt-users] Error creating tickets

2012-06-22 Thread Al Kay
Below is my configuration settings: # THE BASICS: Set($rtname, 'University admin Center'); Set($Organization, 'ticket'); Set($CorrespondAddress , 'helpd...@ticket.co.it'); Set($CommentAddress , 'helpd...@ticket.co.it'); Set($Timezone , 'US/Eastern'); # obviously choose what suits you Set($Minimum

Re: [rt-users] Error creating tickets

2012-06-22 Thread Al Kay
[Thu Jun 21 21:09:47 2012] [error]: Couldn't create a ticket group of type 'Requestor' for ticket 879: Could not create group (/opt/rt4/sbi$ [Thu Jun 21 21:09:47 2012] [crit]: Couldn't create ticket groups for ticket 879. aborting Ticket creation. (/opt/rt4/sbin/../lib/RT/Ticket.$ [Thu Jun 21 21:

[rt-users] Error creating tickets

2012-06-21 Thread Borngunners
Ticket could not be created due to an internal error

Re: [rt-users] Error creating tickets with the Perl API

2007-03-28 Thread Ruslan Zakirov
Do you use custom option LexiconLanguages in the site config? Try update Locale::Maketext::Lexicon, the error you see is a bug in this module and I'm pretty sure it's been fixed. On 3/19/07, Holger Steudle <[EMAIL PROTECTED]> wrote: Hi everybody, I am trying to create tickets from a CSV file as

Re: [rt-users] Error creating tickets with the Perl API

2007-03-20 Thread Rolf Schaufelberger
On Montag 19 März 2007, Holger Steudle wrote: > Hi everybody, > I am trying to create tickets from a CSV file as a cronjob each night > using the Perl API of RT. > We are running RT 3.6.1 on a Debian System. I used the CliBasics Example > from the Wiki as a guideline, > but when i call RT::LoadConf

[rt-users] Error creating tickets with the Perl API

2007-03-19 Thread Holger Steudle
Hi everybody, I am trying to create tickets from a CSV file as a cronjob each night using the Perl API of RT. We are running RT 3.6.1 on a Debian System. I used the CliBasics Example from the Wiki as a guideline, but when i call RT::LoadConfig(); i get an Error "next at /usr/share/perl5/Locale/Make