Problem with charset in SOAP rpc call. OTRS 4.0.6

Moderator: crythias

Post Reply
n0mad
Znuny newbie
Posts: 8
Joined: 20 Apr 2015, 15:33
Znuny Version: 5.0.12
Real Name: Renat Shaimardanov
Company: Agregator
Contact:

Problem with charset in SOAP rpc call. OTRS 4.0.6

Post by n0mad »

Good day,

I'm trying to setup recurring task from isc according to http://blog.otrs.org/2010/11/11/proof-o ... -for-task/

System made SOAP call to server, Sending request, getting ticket ID. But can not find queue

Code: Select all

No QueueID for 'Бухгалтерия'!
Yes, my queue names in Russian.

I've try to investigate problem, and find out that OTRS getting request properly :

Code: Select all

$VAR33 = 'To';
$VAR34 = 'Бухгалтерия';
$VAR35 = 'From';
$VAR36 = 'feedback@otrs.org';
Please help ?
OTRS 4.0.6
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: Problem with charset in SOAP rpc call. OTRS 4.0.6

Post by EXG133 »

https://otrs.github.io/doc/manual/admin ... rface.html

Don't use that blogpost, it uses the old rpc.pl which is a lot worse than the generic interface
n0mad
Znuny newbie
Posts: 8
Joined: 20 Apr 2015, 15:33
Znuny Version: 5.0.12
Real Name: Renat Shaimardanov
Company: Agregator
Contact:

Re: Problem with charset in SOAP rpc call. OTRS 4.0.6

Post by n0mad »

EXG133 wrote:https://otrs.github.io/doc/manual/admin ... rface.html

Don't use that blogpost, it uses the old rpc.pl which is a lot worse than the generic interface
Thanks a lot for advice.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Problem with charset in SOAP rpc call. OTRS 4.0.6

Post by RStraub »

And to answer your question:

The error says no "QueueID" found for the given string. It seems you were trying to use the name of the queue, where the function expected the ID of the queue.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Post Reply