Search found 26 matches
- 04 Jan 2016, 21:08
- Forum: Help
- Topic: Problems with process and scheduler logs
- Replies: 0
- Views: 1147
Problems with process and scheduler logs
I have OTRS 4 on Ubuntu 14.04 Beside on web interface system log keep on telling me error OTRS-otrs.Scheduler-32 Process could not be found in the process table! I cannot figure why it is giving me this error, so if anyone can help, I gratefully appreciate. On top of this, I took a look of process_i...
- 11 Dec 2015, 22:26
- Forum: Help
- Topic: System Log errors after migrating OTRS 4 from appliance to Ubuntu 14.04
- Replies: 0
- Views: 1286
System Log errors after migrating OTRS 4 from appliance to Ubuntu 14.04
I have migrated our OTRS from appliance to Ubuntu 14.04. Currently we have a Ubuntu 14.04 running OTRS and accessing a postgres otrs database on another Ubuntu server. Everything runs fine and looks ok. Tickets are being generated by customer and tended by agents. However, when I go to check on Syst...
- 11 Dec 2015, 22:19
- Forum: Help
- Topic: [Solved] Missing info after migrating OTRS 4 from appliance to Ubuntu 14.04
- Replies: 2
- Views: 1467
Re: Missing info after migrating OTRS 4 from appliance to Ubuntu 14.04
I found out the root of the problem is because I didn't copy and migrate the folders and files under /opt/otrs/var/tmp/
Thank you for your help.
Thank you for your help.
- 02 Dec 2015, 19:59
- Forum: Help
- Topic: [Solved] Missing info after migrating OTRS 4 from appliance to Ubuntu 14.04
- Replies: 2
- Views: 1467
[Solved] Missing info after migrating OTRS 4 from appliance to Ubuntu 14.04
I am currently running OTRS 4 Appliance but need to migrate OTRS 4 to Ubuntu 14.04. I installed OTRS 4 on Ubuntu 14.04, backed up and restored database, copied all modified files in appliance /opt/otrs to Ubuntu's /opt/otrs. The new OTRS 4 on Ubuntu does run but is missing information on agent dashb...
- 17 Nov 2015, 20:14
- Forum: Help
- Topic: [SOLVED] Forbidden - You don't have permission to access
- Replies: 4
- Views: 15599
Re: [SOLVED] Forbidden - You don't have permission to access
I am using OTRS 4 on Ubuntu 14.04. The otrs.conf looks different as it contains<IfModule> tags all over. I comment all those out to leave my otrs.conf looking just like yours, but it is still not working :( . Any insights? I found this in apache2 error.log client denied by server configuration: /opt...
- 17 Nov 2015, 20:04
- Forum: Help
- Topic: [SOLVED] Error 403 Forbidden - You don't have permission... otrs/installer.pl
- Replies: 8
- Views: 21252
Re: [SOLVED] Error 403 Forbidden - You don't have permission... otrs/installer.pl
I am running OTRS 4 on Ubuntu 14.04 and having the same permission error accessing intaller.pl on web interface. There is no apache module "version" available on Ubuntu, or I don't know how to install it. Any insights? I found this in apache2 error.log client denied by server configuration...
- 27 Mar 2015, 17:55
- Forum: Help
- Topic: ticketCreate: set ServiceID/Service field via web service
- Replies: 2
- Views: 2118
Re: ticketCreate: set ServiceID/Service field via web service
Yes, customer can create ticket with selected Service (via drop down menu.) But when I set <Service> in SOAP, it will give me error. Is there any where I need to set in the web service so it will take <Service>? Do I need to set the data mapping to "Simple" instead of nothing? What is the ...
- 26 Mar 2015, 17:25
- Forum: Help
- Topic: Use webservice to create ticket with attachment
- Replies: 2
- Views: 2096
Re: Use webservice to create ticket with attachment
Thank you! It works.
- 26 Mar 2015, 16:08
- Forum: Help
- Topic: ticketCreate: set ServiceID/Service field via web service
- Replies: 2
- Views: 2118
ticketCreate: set ServiceID/Service field via web service
I am trying to create a ticket using webservice via SOAP. When I put in the ServiceID or Service field ( <ServiceID>3</ServiceID> or <Service>Some service</Service> ) the system would give me this error, $VAR1 = { 'Error' => { 'ErrorCode' => 'TicketCreate.InvalidParameter', 'ErrorMessage' => 'Ticket...
- 17 Mar 2015, 20:31
- Forum: Help
- Topic: how to send rich text in web service
- Replies: 1
- Views: 5166
how to send rich text in web service
I have created a Java interface to consume the web service. I can create ticket no problem so far. My question is that I would like to integrate rich text editor in my program (for the body field), but would like to know how to send rich text to OTRS via web service. I can retrieve the content from ...
- 10 Mar 2015, 22:41
- Forum: Help
- Topic: Use webservice to create ticket with attachment
- Replies: 2
- Views: 2096
Use webservice to create ticket with attachment
I am confused about creating ticket with attachment using web service. According to OTRS doc, I should be able to create ticket and supply attachment with <!--Zero or more repetitions:--> <Attachment> <Content>cid:61886944659</Content> <ContentType>?</ContentType> <Filename>?</Filename> </Attachment...
- 10 Mar 2015, 19:52
- Forum: Help
- Topic: Change web service soap response from 1.1 to 1.2
- Replies: 5
- Views: 5293
Re: Change web service soap response from 1.1 to 1.2
Thank you, Jojo.
I found out what cause the error. I did not setup SOAP protocol when I send the request. After I set the SOAP protocol in the request to 1.2, I can now read the soap response message.
Thanks again.
I found out what cause the error. I did not setup SOAP protocol when I send the request. After I set the SOAP protocol in the request to 1.2, I can now read the soap response message.
Thanks again.
- 10 Mar 2015, 19:46
- Forum: Help
- Topic: Change web service soap response from 1.1 to 1.2
- Replies: 5
- Views: 5293
Re: Change web service soap response from 1.1 to 1.2
In my webservice:GenericTicketConnectorSOAP:TicketCreate, how should I set "Mapping for outgoing response data", as Simple or nothing?
Or it does not matter at all?
Thank you.
Or it does not matter at all?
Thank you.
- 10 Mar 2015, 19:16
- Forum: Help
- Topic: Change web service soap response from 1.1 to 1.2
- Replies: 5
- Views: 5293
Change web service soap response from 1.1 to 1.2
I have OTRS 4 appliance. I am using Java 1.7 to consume the web service. I am able to generate ticket successfully, with response like this, <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap=&...
- 02 Mar 2015, 23:56
- Forum: Help
- Topic: auto populate dynamic fields value to article subject when adding a note?
- Replies: 4
- Views: 2416
Re: auto populate dynamic fields value to article subject when adding a note?
Thank you again. I really appreciate it!
- 02 Mar 2015, 23:40
- Forum: Help
- Topic: Modify pm file, do I need to recompile OTRS?
- Replies: 2
- Views: 1635
Re: Modify pm file, do I need to recompile OTRS?
Perfect! Thank you so much!
- 02 Mar 2015, 23:37
- Forum: Help
- Topic: auto populate dynamic fields value to article subject when adding a note?
- Replies: 4
- Views: 2416
Re: auto populate dynamic fields value to article subject when adding a note?
Do I go to /TARGET/SHARE/var/otrs/Kernel/Output to add Javascript to HTML file?
I am using OTRS agent web interface to add note to a ticket.
Thanks again.
I am using OTRS agent web interface to add note to a ticket.
Thanks again.
- 02 Mar 2015, 22:20
- Forum: Help
- Topic: auto populate dynamic fields value to article subject when adding a note?
- Replies: 4
- Views: 2416
auto populate dynamic fields value to article subject when adding a note?
I would like to do this: every time while adding a new note, once the dynamic fields are entered, those dynamic field values will be automatically populated to article subject instead of saying "Status update" Does anyone know where to set it in the OTRS Admin web UI? or Do I need to chang...
- 02 Mar 2015, 22:15
- Forum: Help
- Topic: Modify pm file, do I need to recompile OTRS?
- Replies: 2
- Views: 1635
Modify pm file, do I need to recompile OTRS?
My system is OTRS 4 appliance.
I am a Perl beginner.
I'd like to modify some pm files, do I need to recompile OTRS project or I need to restart web server to make the changes take in effect?
Thank you.
I am a Perl beginner.
I'd like to modify some pm files, do I need to recompile OTRS project or I need to restart web server to make the changes take in effect?
Thank you.
- 26 Feb 2015, 23:14
- Forum: Help
- Topic: ticketCreate: set multiple dynamic fields via web service
- Replies: 2
- Views: 2566
Re: ticketCreate: set multiple dynamic fields via web service
Thank you! Works like a charm!
- 26 Feb 2015, 18:41
- Forum: Help
- Topic: ticketCreate: set multiple dynamic fields via web service
- Replies: 2
- Views: 2566
ticketCreate: set multiple dynamic fields via web service
I am trying to create ticket with multiple dynamic fields. My Perl and Java codes work great when there's only one dynamic field. However, when I try to set more than one dynamic fields, it will complain "DynamicField->Name is missing" In Perl, I set up the xml ad below. This is based on o...
- 26 Feb 2015, 18:06
- Forum: Help
- Topic: Set dynamicfield value via SOAP
- Replies: 7
- Views: 5138
Re: Set dynamicfield value via SOAP
Does this mean the <Name> and <Value> need to be a array list? (I am using Java SOAP)
Thank you.
Thank you.
- 13 Feb 2015, 20:27
- Forum: Developers
- Topic: How to create ticket from java to otrs using SOAP?
- Replies: 4
- Views: 15733
Re: How to create ticket from java to otrs using SOAP?
Thank you, jojo, for the reply. I ended up using straight SOAP.
@williamrobert1983 My Java SOAP solution is here viewtopic.php?f=62&t=28115&p=113616#p113616 Hope it helps.
@williamrobert1983 My Java SOAP solution is here viewtopic.php?f=62&t=28115&p=113616#p113616 Hope it helps.
- 13 Feb 2015, 20:22
- Forum: Help
- Topic: Error generating Java SEI with wsdl
- Replies: 1
- Views: 9120
Re: Error generating Java SEI with wsdl
I am posting my solution here for anyone who is interested in creating OTRS tickets from Java. I wish there is more documentation about accessing OTRS from Java. 1. Generating Java stub classes from wsdl is not possible. I cannot find any solution anywhere nor do I hear anything back from anyone her...
- 12 Feb 2015, 20:15
- Forum: Developers
- Topic: How to create ticket from java to otrs using SOAP?
- Replies: 4
- Views: 15733
Re: How to create ticket from java to otrs using SOAP?
Hi jojo,
I tried to use the wsdl file to generate Java stub class but it came back with errors running wsimport on command line.
It cannot seem to find xmlns:tns="http://www.otrs.org/TicketConnector/" Do you know what I should replace with the tns namespace?
Thank you.
I tried to use the wsdl file to generate Java stub class but it came back with errors running wsimport on command line.
It cannot seem to find xmlns:tns="http://www.otrs.org/TicketConnector/" Do you know what I should replace with the tns namespace?
Thank you.
- 10 Feb 2015, 23:08
- Forum: Help
- Topic: Error generating Java SEI with wsdl
- Replies: 1
- Views: 9120
Error generating Java SEI with wsdl
I am trying to use wsimport to generate Java SEI with the wsdl file from https://raw.githubusercontent.com/OTRS/otrs/master/development/webservices/GenericTicketConnectorSOAP.wsdl I tried from command prompt (run as admin) and it gave me errors (see attachment) and did not generate anything. I also ...