As title says, when using Ticket::TicketSearch for a soap webservice and CustomerUserLogin as authentication method, it fails
Code: Select all
[Tue Oct 22 14:50:34 2013][Error][Kernel::System::Group::GroupGroupMemberList][855] [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '='. (SQL-42000)
[Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared. (SQL-42000), SQL: 'SELECT g.id, g.name, gu.permission_key, gu.permission_value, gu.user_id
FROM groups g, group_user gu, users u
WHERE g.valid_id IN (1)
AND g.id = gu.group_id
AND gu.permission_value = 1
AND gu.permission_key IN ( 'ro','rw' )
AND gu.user_id = u.id
AND u.valid_id IN ( 1 )
AND gu.user_id = '
i tested with Ticket::TicketGet and it works(havent tested it with Ticket::TicketCreate tho)..
have anyone fixed it? thank you in advanced