Re: [rt-users] MySQL issue - Windows vs. Linux - Table name case seems to matter

2013-08-14 Thread Maciej Dobrzanski
Stephen, MySQL does not maintain internal dictionary where it could keep the list of tables (but InnoDB does for its own purpose!). Instead, MySQL relies on the information from the underlying file system. Since Windows does not care about case of file names, 'users.frm', 'Users.frm' and

[rt-users] Modify CF dropdown list from external DB based off of another CFs value

2013-08-14 Thread scott.dalzell
I have 2 ticket CFs (Version_No and Product) i currently have a perl script to update the Version_No CF drop down list from an external database with a manually set Where value set in the code. (This all works fine for controlling the drop down list values to show only the version numbers for the

Re: [rt-users] Modify CF dropdown list from external DB based off of another CFs value

2013-08-14 Thread Joe Harris
I had a similar need. But instead of connecting to an external database from within RT, I put together 2 scripts to check for content change and dump and load my custom fields in cron. In my case, I was pulling time sheet codes which are: client_project and task_code. Each client_project has

Re: [rt-users] MySQL issue - Windows vs. Linux - Table name

2013-08-14 Thread Cena, Stephen (ext. 300)
Maciek - I figured it was more a MySQL issue than an RT one. I manually went in changed each table to the correct one (users to Users) and that appeared to work. However, this won't fix my problem if I have to move several databases over (we have a lot of MySQL dependant apps here). Thank you for

Re: [rt-users] RT-at-a-Glance Saved Searches not showing RT System searches

2013-08-14 Thread Kevin Falcone
Joe - it helps if you trim the rest of the digest when replying. On Tue, Aug 13, 2013 at 12:43:08PM -0400, Joe Kirby wrote: I would like to know how to make RT System Searches show when the Saved Searches is added to RT-at-a-Glance. This is a great feature for My Closed Tickets

Re: [rt-users] sendmailpipe returns EX_TEMPFAIL

2013-08-14 Thread Kevin Falcone
On Tue, Aug 13, 2013 at 10:55:57AM +0200, Nathan Cutler wrote: Does anyone have any other ideas for debugging this issue? Especially I am interested in how I could confirm or deny that it's related to mod_perl cohabitation -- i.e. two different Perl applications in a single mod_perl host?

Re: [rt-users] Re-send a previously attached attachment?

2013-08-14 Thread Kevin Falcone
On Tue, Aug 13, 2013 at 09:49:54PM +, Beachey, Kendric wrote: -Original Message- From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Boli Sent: Tuesday, August 13, 2013 3:36 PM To: RT users Subject: [rt-users] Re-send a

Re: [rt-users] sendmailpipe returns EX_TEMPFAIL

2013-08-14 Thread Thomas Sibley
On 08/14/2013 07:35 AM, Kevin Falcone wrote: So maybe the problem is solved? I did have PerlOptions +Parent in the apache configuration before, but maybe not correctly? I checked the other application's vhosts file and it _does_ have PerlOptions +Parent. While PerlOptions +Parent is

[rt-users] Groups in LDAP

2013-08-14 Thread Donny Brooks
I have successfully setup RT4.0.17 on a CentOS 6.4 machine with RT::Authen::ExternalAuth to authenticate against our OpenLDAP. My question is, can I have certain groups in LDAP that are automatically privileged in RT? Like setup a helpdesk group and everyone in there are automatically set with

[rt-users] RT4 and GIT; RT4 and Eclipse

2013-08-14 Thread Lisa Tomalty
1) Re: GIT - RT4 integration: ---Does anyone know of a way to tie a commit (in GIT) to a ticket in RT4, by putting an RT ticket # in the commit (and, ideally, back to the code)? 2) Does anyone know of a way to connect Eclipse and RT4 (mylin used to do this with an older version of RT)?

Re: [rt-users] RT4 and GIT; RT4 and Eclipse

2013-08-14 Thread Jok Thuau
1) Re: GIT - RT4 integration: ---Does anyone know of a way to tie a “commit” (in GIT) to a ticket in RT4, by putting an RT ticket # in the commit (and, ideally, back to the code)? Git has hooks where you can call specific scripts at different stages in the commit process. You should be able

Re: [rt-users] Groups in LDAP

2013-08-14 Thread Jok Thuau
There is an extension that will allow you to import groups from LDAP into RT. The extension, by default, just loads users, then groups. My patch (which is in the queue for that extension -- see below), adds a filter to the config to automatically privilege those users that match a second search.

Re: [rt-users] rt-users Digest, Vol 113, Issue 20

2013-08-14 Thread Joe Kirby
$LOGFILE else echo No Changes$LOGFILE fi -- next part -- An HTML attachment was scrubbed... URL: http://lists.bestpractical.com/pipermail/rt-users/attachments/20130814/75815045/attachment-0001.html -- Message: 2 Date: Wed, 14 Aug 2013

Re: [rt-users] RT4 and GIT; RT4 and Eclipse

2013-08-14 Thread Jeff Voskamp
On 08/14/2013 12:09 PM, Jok Thuau wrote: 1) Re: GIT - RT4 integration: ---Does anyone know of a way to tie a “commit” (in GIT) to a ticket in RT4, by putting an RT ticket # in the commit (and, ideally, back to the code)? Git has hooks where you can call specific scripts at different stages

[rt-users] Malformed RT response when trying to create ticket from cli (rt)

2013-08-14 Thread Raed El-Hames
Hi RT version 4.0.13 I am having problems creating ticket from REST interface [root@myrt RestClient]# RTDEBUG=3 ./rt create -t ticket set id='ticket/new' Queue='Testing' subject='new ticket' POST http://myrturl/REST/1.0/show Content-Length: 264 Content-Type: multipart/form-data; boundary=xYzZY