Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-03-01 Thread Torsten Brumm | Kuehne + Nagel
Hi Joe, Thanks, it works very well, you saved my many hours of work!!! I owe you a beer! Torsten On 28.02.2007 14:53 Uhr, Joe Casadonte [EMAIL PROTECTED] wrote: On 2/27/2007 7:15 AM, Torsten Brumm wrote: And line 38 looks like: my($status, $msg) =

Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-02-28 Thread Joe Casadonte
On 2/27/2007 7:15 AM, Torsten Brumm wrote: And line 38 looks like: my($status, $msg) = $group-{$groupname}-AddMember($user-id); I'm not sure if the AddMember is defined in this routine, but i found: Cut and paste error on my part. I think that line should read: my($status, $msg) =

Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-02-16 Thread Joe Casadonte
On 2/16/2007 2:11 AM, Torsten Brumm wrote: my(@users) = GetListOfUsernames(); Do you get with this a list from RT Users Table ? Well, for me I was reading the names out of an Excel file, creating the users first, and then adding them to a bunch of different groups. I guess what I'm saying

Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-02-15 Thread Bob Goldstein
Hi, Again just another question for the CLI Part. Has anyone a idea how to add a set of users per scrip to a group? Lets say, i have a list of 500 User that are needed to be member of a single group? This isn't a direct answer, but several months ago I was wrestling with a similar issue of

Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-02-15 Thread Joe Casadonte
On 2/15/2007 11:04 AM, Torsten Brumm | Kuehne + Nagel wrote: Again just another question for the CLI Part. Has anyone a idea how to add a set of users per scrip to a group? Lets say, i have a list of 500 User that are needed to be member of a single group? I did something similar via a full

Re: [rt-users] CLI Question - Add Users to group per Scrip

2007-02-15 Thread Torsten Brumm
Hi Joe, thats exactly what i'm looking for. Just a small question to this scrip: my(@users) = GetListOfUsernames(); Do you get with this a list from RT Users Table ? Thanks Torsten 2007/2/15, Joe Casadonte [EMAIL PROTECTED]: On 2/15/2007 11:04 AM, Torsten Brumm | Kuehne + Nagel wrote: