Search found 9 matches
- 22 May 2024, 00:20
- Forum: Help
- Topic: Migration from Centos7 to Alma, Amazon or Stream9
- Replies: 2
- Views: 1461
Re: Migration from Centos7 to Alma, Amazon or Stream9
A little bit more info. I did a new restore after some additional configs (http to https configs). And after the restore got a lot of errors on the log. Seems that its looking for the "otrs" tables (as I did the migration to znuny using existing structure. Here they are: error Znuny-znuny....
- 21 May 2024, 18:50
- Forum: Help
- Topic: Migration from Centos7 to Alma, Amazon or Stream9
- Replies: 2
- Views: 1461
Migration from Centos7 to Alma, Amazon or Stream9
Hello, I been trying to move Znuny v 7.0.17 to a different server with a different Linux version. I have tried to different Linux version with about the same results (Alma 9, Stream 9, and Amazon Linux 2023). Here is what I've tried and unsuccessful results. 1-Original server did a backup via the zn...
- 21 Aug 2021, 13:15
- Forum: Help
- Topic: Upgrade to 6.1 and GenericTicketConnectorREST
- Replies: 1
- Views: 587
Upgrade to 6.1 and GenericTicketConnectorREST
I've been successfully using the GenericTicketConnectorREST web service for ticket creation. I upgraded to 6.1 and now get an authentication error. I did see the release notes for the new version and read the authentication changed from using variable with username and password to having them in the...
- 08 Aug 2020, 17:38
- Forum: Help
- Topic: OTRS 6.0.29: OTRS-otrs.Console.pl-Maint::Email::MailQueue-10
- Replies: 5
- Views: 3923
Re: OTRS 6.0.29: OTRS-otrs.Console.pl-Maint::Email::MailQueue-10
I had the same issue and got it resolved by changing two parameters. SendmailNotificationEnvelopeFrom::FallbackToEmailFrom and SendmailEnvelopeFrom. I think the issue es that some emails are sent with root user and some email server configuration will reject that. Hope that helps.
- 17 Jul 2017, 16:35
- Forum: Help
- Topic: GenericInterfaceProvider does not send agent notifications
- Replies: 5
- Views: 4442
Re: GenericInterfaceProvider does not send agent notifications
Old revive of thread, but since I had the same problem, I just wanted to share my solution. I had the same issues of Agents not being notified when using the webservice, but through the web page all notifications to agents went out ok. I changed the notification event (Ticket create notification), l...
- 14 Jul 2017, 20:14
- Forum: Help
- Topic: Help with webservice (New Ticket for Customer)
- Replies: 5
- Views: 4164
Re: Help with webservice (New Ticket for Customer)
That worked perfectly. Thanks!!!
- 07 Jul 2017, 18:34
- Forum: Help
- Topic: Help with webservice (New Ticket for Customer)
- Replies: 5
- Views: 4164
Re: Help with webservice (New Ticket for Customer)
From reading the links sent, is the road to follow -> Create web service using generic interface to the Ticket::TicketCreate module and send the appropriate parameters. If I look at the create email ticket UI form the values I would use are queue and Customer user (along with subject and ticket text...
- 07 Jul 2017, 17:03
- Forum: Help
- Topic: Help with webservice (New Ticket for Customer)
- Replies: 5
- Views: 4164
Re: Help with webservice (New Ticket for Customer)
The documentation did help. Its create not update. Reading the documentation you can use agent id or customer id, so I guess I can switch the ids and see if it works. The idea is so that the ticket is to create a new ticket from the agent to the customer, now the genericticket webservice works from ...
- 07 Jul 2017, 16:06
- Forum: Help
- Topic: Help with webservice (New Ticket for Customer)
- Replies: 5
- Views: 4164
Help with webservice (New Ticket for Customer)
Hello, I successfully use the GenericTicketConnectorREST to let customers create ticket on the system (OTRS 5.x). I'm trying to use the web service but for an agent to create the ticket for the customer, exactly as if done with the UI create new email ticket on the agent screen. I don't see an optio...