Running SQLs to Create Groups, Queues: Problem

Moderator: crythias

Locked
samwaithaka
Znuny newbie
Posts: 20
Joined: 15 Apr 2016, 08:14
Znuny Version: OTRS 5
Real Name: Samuel Waithaka
Company: ABC Bank
Contact:

Running SQLs to Create Groups, Queues: Problem

Post by samwaithaka »

Hi,

I ran insert SQLs on Postgresql to create groups and queues. However, I'm not able to see these groups and queues on the dashboard. Why is this? Or what other tables are updated when new group or queue is added normally?
Please help.
Samuel Waithaka
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Running SQLs to Create Groups, Queues: Problem

Post by jojo »

Never do manual inserts on the database! You (most likely)will break dependencies.

Neverless, there is a cache, wich need to be deletednow
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
smile31
Znuny newbie
Posts: 1
Joined: 31 Jul 2016, 00:23
Znuny Version: OTRS 5
Real Name: ben
Company: altran

transition doesn't work

Post by smile31 »

hi,
I have acreated A1 thet A2 then T1, when i deploy the process juste the first activity is created, so i guess the transition dosn't work:
he are some screenshot: https://drive.google.com/file/d/0B5ilC2 ... sp=sharing

Thank you for your help if you have an idea why the transition doesn't work..
samwaithaka
Znuny newbie
Posts: 20
Joined: 15 Apr 2016, 08:14
Znuny Version: OTRS 5
Real Name: Samuel Waithaka
Company: ABC Bank
Contact:

Re: Running SQLs to Create Groups, Queues: Problem

Post by samwaithaka »

jojo wrote:Never do manual inserts on the database! You (most likely)will break dependencies.

Neverless, there is a cache, wich need to be deletednow
Thanks. I deleted cache. Thanks for the advise too. Was careful to analyze dependencies first but I suppose OTRS API would help with over 120 groups, queues etc...to add?
Samuel Waithaka
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Running SQLs to Create Groups, Queues: Problem

Post by jojo »

yes there are scripts in the Console.pl
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked