
Hello List, i am trying to get the example script rpc-example.pl with OTRS 2.1 running. I change the variables $User and $Pw for my needs but get those errors: root@OTRS:/tmp# ./rpc-examlple.pl NOTICE: TicketObject->TicketCreateNumber() Use of uninitialized value in concatenation (.) or string at ./rpc-examlple.pl line 33. NOTICE: New Ticket Number is: NOTICE: TicketObject->TicketGet(TicketID => 1) Use of uninitialized value in concatenation (.) or string at ./rpc-examlple.pl line 38. NOTICE: Ticket Number is: Use of uninitialized value in concatenation (.) or string at ./rpc-examlple.pl line 39. NOTICE: Ticket State is: Use of uninitialized value in concatenation (.) or string at ./rpc-examlple.pl line 40. NOTICE: Ticket Queue is: System Log: ---------------- Nov 27 21:45:32 OTRS OTRS-RPC-10[4502]: [Notice][Core::Dispatch] Auth for user myuser faild! Nov 27 21:45:32 OTRS OTRS-RPC-10[4504]: [Notice][Core::Dispatch] Auth for user myuser faild! I can log into otrs with that username and password. Is there anything else i need to change or set up? Thanks, Mario