We are trying to implement OTRS using an Oracle 10g database. We're using IIS and Perl Activestate in our environment. I'm encountering several errors with the install. I've created several agents and cannot authenticate. I receive an error message stating that the account doesn't exist or is invalid. I can only seem to authenticate as the root account. If I switch to a MySQL database then the issues appear to be resolved.
Also, each time I login as root (to the dashboard screen) I see the following errors generated in the OTRS error log:
[Error][Kernel::System::Ticket::TicketSearch][4761] ORA-01861: literal does not match format string (DBD ERROR: error possibly near <*> indicator at char 206 in 'SELECT DISTINCT count(*) FROM ticket st, queue sq , ticket_history th WHERE sq.id = st.queue_id AND st.id = th.ticket_id AND th.history_type_id IN (1, 27) AND th.state_id IN (2, 3) AND th.create_time <= <*>'2010-05-27 23:59:59' AND th.history_type_id IN (1, 27) AND th.state_id IN (2, 3) AND th.create_time >= '2010-05-27 00:00:00''), SQL: 'SELECT DISTINCT count(*) FROM ticket st, queue sq , ticket_history th WHERE sq.id = st.queue_id AND st.id = th.ticket_id AND th.history_type_id IN (1, 27) AND th.state_id IN (2, 3) AND th.create_time <= '2010-05-27 23:59:59' AND th.history_type_id IN (1, 27) AND th.state_id IN (2, 3) AND th.create_time >= '2010-05-27 00:00:00''
[Thu May 27 13:01:12 2010][Error][Kernel::Output::HTML::LayoutAJAX::JSONQuote][212] Need Data!
Thanks,
Jeff