Search found 85 matches

by srivatsatatti
06 Sep 2013, 08:52
Forum: General
Topic: How to prefill the text area in a ticket (SOLVED)
Replies: 2
Views: 2039

Re: How to prefill the text area in a ticket

You need to fill your closure text in Ticket::Frontend::AgentTicketClose###Body.
by srivatsatatti
14 Sep 2012, 11:15
Forum: General
Topic: CI Attributes Empty.
Replies: 4
Views: 3007

Re: CI Attributes Empty.

Thanks,
But I am using the default otrs Attributes, haven't changed the definition. And its working perfectly for Computer Class
by srivatsatatti
14 Sep 2012, 06:55
Forum: General
Topic: CI Attributes Empty.
Replies: 4
Views: 3007

Re: CI Attributes Empty.

Is there any validation or update has to be done after/while CI creation? Coz my attributes still shows empty after creation of config item via scripting for software class :( .
while for computer class it runs perfectly.
Testing on OTRS 3.1.9
by srivatsatatti
06 Sep 2012, 07:46
Forum: General
Topic: CI Attributes Empty.
Replies: 4
Views: 3007

Re: CI Attributes Empty.

Its happening if i trying to create ConfigItem via script. Any idea on this?
by srivatsatatti
05 Sep 2012, 07:37
Forum: General
Topic: CI Attributes Empty.
Replies: 4
Views: 3007

CI Attributes Empty.

Hi ,

I have a strange error. The CI values shows empty in GUI (1st version).
But if i try to edit the all defined appears back.

Testing OTRS 3.1.9 ITSM 3.1.6
by srivatsatatti
05 Sep 2012, 07:25
Forum: General
Topic: New CI Date Field keep Empty
Replies: 4
Views: 2389

Re: New CI Date Field keep Empty

No I could Not. Have this issue still Open :(
by srivatsatatti
27 Jun 2012, 08:34
Forum: General
Topic: ACL Issue
Replies: 1
Views: 1185

ACL Issue

When customer creates a ticket to say queue1. I want to control that agents should move only to Queue2. here is my acl $Self->{TicketAcl}->{'ACL-Name-1'} = { # match properties Properties => { # current ticket match properties Ticket => { Queue => [Queue1'], } }, #return possible options Possible =>...
by srivatsatatti
25 Jun 2012, 13:53
Forum: General
Topic: Encrypting Login Credentials
Replies: 5
Views: 2523

Re: Encrypting Login Credentials

Is there any ways for encrypting it at application level??
by srivatsatatti
25 Jun 2012, 13:39
Forum: General
Topic: Encrypting Login Credentials
Replies: 5
Views: 2523

Re: Encrypting Login Credentials

Thanks Jojo, have used https.
But the credentials can be captured from client machine's RAM.
by srivatsatatti
25 Jun 2012, 13:32
Forum: General
Topic: Encrypting Login Credentials
Replies: 5
Views: 2523

Encrypting Login Credentials

Due to some security issues, we want to Encrypt the Login (Both Agent and Customer) credentials before submitting the page.
by srivatsatatti
11 Jun 2012, 13:07
Forum: General
Topic: Dynamic field filled via web service
Replies: 8
Views: 5044

Re: Dynamic field filled via web service

I would like to make Dynamic Field disabled based on Queue while adding a note/ moving the ticket
by srivatsatatti
06 Jun 2012, 12:21
Forum: General
Topic: Alert Agents!!
Replies: 3
Views: 1796

Alert Agents!!

Can i have a popup screen, or sound alert in agent interface if any Tickets staying un assigned for a period of "x" duration
by srivatsatatti
04 Jun 2012, 06:12
Forum: General
Topic: Time Stamp Undersatnding
Replies: 0
Views: 1052

Time Stamp Undersatnding

Do all time stamps appear to users in their local time? I mean, if it is 5:30 PM in India, all OTRS users in India should see it as 5:30 PM.
But if any user in UK is viewing the ticket, they should see it as 12:00 PM.
by srivatsatatti
29 May 2012, 05:42
Forum: General
Topic: Priority View Problem
Replies: 3
Views: 2205

Re: Priority View Problem

Thanks, No Agents doesn't want to change the priority, I want to show the Customer selected priority by default in priority screen. "The agent has to set the priority evertime what customer has set." by this i mean if agents clicks on priority screen priority changes to "-". as y...
by srivatsatatti
28 May 2012, 14:15
Forum: General
Topic: Priority View Problem
Replies: 3
Views: 2205

Priority View Problem

The Customer sets the priority while creating a ticket. But when Agent tries to view in Agent Zoom -> Priority, it changes to "-". But in ticket information is displays the priority set by Customer. The agent has to set the priority evertime what customer has set. In sysconfig the settings...
by srivatsatatti
28 May 2012, 13:42
Forum: General
Topic: [Closed] Parent Child Concept
Replies: 3
Views: 2503

Re: Parent Child Concept

Thanks
I figured out the same.

Tried to fix by creating a new link type and change type in CloseParentAfterClosedChilds.pm
by srivatsatatti
25 May 2012, 17:13
Forum: General
Topic: [Closed] Parent Child Concept
Replies: 3
Views: 2503

[Closed] Parent Child Concept

I want to understand the below two scenarios can be met or not, with/without using Master-Slave feature.

1. If Parent ticket has been closed its child tickets also should be closed.
2. Parent ticket should not be closed unless child tickets are closed.

Using OTRS 3.0.11
RHEL Server
by srivatsatatti
08 May 2012, 05:22
Forum: Help
Topic: Stats similar to dashboard 7 days stats
Replies: 15
Views: 10441

Re: Stats similar to dashboard 7 days stats

I am trying the below code but did not work for me. May be you can do anything more. Please report back if you mange to get it. my $CountOpen = $Self->{TicketObject}->TicketSearch( # cache search result 30 min CacheTTL => 60 * 30, # tickets with open state States => 'open', CustomerID => $Param{Dat...
by srivatsatatti
04 May 2012, 14:17
Forum: Help
Topic: Stats similar to dashboard 7 days stats
Replies: 15
Views: 10441

Re: Stats similar to dashboard 7 days stats

I could Fix this,by editing the times # tickets with create time after ... (ticket newer than this date) (optional) TicketCreateTimeNewerDate => "$Year-$Month-$Day 00:00:00", # tickets with created time before ... (ticket older than this date) (optional) TicketCreateTimeOlderDate => "...
by srivatsatatti
02 May 2012, 09:35
Forum: Help
Topic: Stats similar to dashboard 7 days stats
Replies: 15
Views: 10441

Re: Stats similar to dashboard 7 days stats

Thanks Crythias, Get the ticket state IDs and replace them in the query. But there is no states for Escalated tickets. In DashboardTicketStatsGenric.pm, the code counts the total number of tickets in b/w two times by searching my $CountCreated = $Self->{TicketObject}->TicketSearch( # cache search re...
by srivatsatatti
30 Apr 2012, 08:01
Forum: Help
Topic: Stats similar to dashboard 7 days stats
Replies: 15
Views: 10441

Re: Stats similar to dashboard 7 days stats

Can i have a stats in Dashboard for Escalated tickets v/s open tickets instead of Closed and Open.
by srivatsatatti
15 Feb 2012, 14:01
Forum: General
Topic: [SOLVED]: Customized message for Software Error
Replies: 2
Views: 1931

Re: Customized message for Software Error

This can be edit in /opt/otrs/Kernel/cpan-lib/CGI/Carp.pm

Line 510 $outermessage and around line 513 to outputting it.
by srivatsatatti
15 Feb 2012, 09:08
Forum: General
Topic: [SOLVED]:Change cookie path
Replies: 1
Views: 1738

Re : Change cookie path

The Cookie Path can be set in /opt/otrs/Kernel/cpan-lib/CGI/Cookie.pm

Change here
line no 147 $path ="/"
by srivatsatatti
14 Feb 2012, 15:06
Forum: General
Topic: [SOLVED]: Customized message for Software Error
Replies: 2
Views: 1931

[SOLVED]: Customized message for Software Error

If URL is entered wrong we get an software error.
Can we show a customized error instead of Software error?
by srivatsatatti
14 Feb 2012, 15:00
Forum: General
Topic: HttpOnly
Replies: 5
Views: 3108

Re: HttpOnly

In order to avoid accessing cookies through client side scripting, I want to enable cookie attribute to Httponly
by srivatsatatti
14 Feb 2012, 14:36
Forum: General
Topic: HttpOnly
Replies: 5
Views: 3108

Re: HttpOnly

Need to Enable HTTPOnly feature for session cookies.
by srivatsatatti
14 Feb 2012, 13:52
Forum: General
Topic: HttpOnly
Replies: 5
Views: 3108

HttpOnly

where can we set the cookie attribute to httponly?
by srivatsatatti
14 Feb 2012, 13:30
Forum: General
Topic: [Solved]: LDAP + DB for Agent Authorization
Replies: 4
Views: 3152

[Solved]: LDAP + DB for Agent Authorization

Can we have both LDAP and DB for authorization.
If an Agent is not in LDAB the DB must be used.
by srivatsatatti
13 Feb 2012, 14:19
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Re: Attachment opens login page

No Nothing has been changed
by srivatsatatti
13 Feb 2012, 14:02
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Re: Attachment opens login page

Restarted apache but doesn't work. Issues is the same
by srivatsatatti
13 Feb 2012, 13:48
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Re: Attachment opens login page

The error log shows Mon Feb 13 17:16:18 2012] ArticleAttachmentDownload.pm: Subroutine new redefined at /opt/otrs//Kernel/Output/HTML/ArticleAttachmentDownload.pm line 20. [Mon Feb 13 17:16:18 2012] ArticleAttachmentDownload.pm: Subroutine Run redefined at /opt/otrs//Kernel/Output/HTML/ArticleAttach...
by srivatsatatti
13 Feb 2012, 13:23
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Re: Attachment opens login page

Guess its a serious problem, Can any one help pls... At customer portal even when customer tries to read the articlet the .pl file is executing (customer.pl). If i check the URL its showing as http://[servername]/otrs/index.pl/filename.txt?Action=Attachment;ArticleID=520;Fileid=2 and so its executin...
by srivatsatatti
13 Feb 2012, 09:42
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Re: Attachment opens login page

and same for stats when report is of print format.
by srivatsatatti
13 Feb 2012, 07:20
Forum: General
Topic: Attachment opens login page
Replies: 8
Views: 3916

Attachment opens login page

Whenever an agent tries to open an attachment file, a new window with login (index.pl) screen gets open.

Any idea on this

Using OTRS-3.0.11
RHEL
by srivatsatatti
07 Feb 2012, 07:39
Forum: General
Topic: [SOLVED]:Change cookie path
Replies: 1
Views: 1738

[SOLVED]:Change cookie path

Can we change the cookie default path?
Guess the default path for cookies is set to "/".
by srivatsatatti
06 Feb 2012, 13:23
Forum: General
Topic: Credentials are tranmitted to server in plain text.
Replies: 5
Views: 2616

Re: Credentials are tranmitted to server in plain text.

We have configured Apache webserver to https, but still the issue exits.
by srivatsatatti
02 Feb 2012, 18:43
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

and how to delete the cache?
by srivatsatatti
02 Feb 2012, 18:39
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

It would be very helpful if you would explain me how to do it. I am not used to Linux.
by srivatsatatti
02 Feb 2012, 18:37
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

What do you mean by rebuild the config ? can you explain pls?
by srivatsatatti
02 Feb 2012, 18:31
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

No i just rebooted the server. The error logs look like this: [Thu Feb 02 09:25:28 2012] [error] [client xx.xx.xx.xx] Global $r object is not available. Set:\n\tPerlOptions +GlobalRequest\nin httpd.conf at /opt/otrs/Kernel/cpan-lib/CGI/Carp.pm line 550.\n, referer: http://xx.xx.xx.xx/otrs/index.pl?S...
by srivatsatatti
02 Feb 2012, 18:13
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More in...
by srivatsatatti
02 Feb 2012, 18:09
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

Have done the changes. Rebooted the Sever still the error exits.
by srivatsatatti
02 Feb 2012, 18:06
Forum: General
Topic: error
Replies: 14
Views: 6077

Re: error

Any one pls help bit urgent.
by srivatsatatti
02 Feb 2012, 17:13
Forum: General
Topic: error
Replies: 14
Views: 6077

error

Software error: slurp_filename('/opt/otrs/bin/cgi-bin/dsgfdg') / opening: (2) No such file or directory at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 541 For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error. wanted customi...
by srivatsatatti
16 Jan 2012, 08:46
Forum: General
Topic: CC Field in Customer Ticket Message
Replies: 1
Views: 1562

CC Field in Customer Ticket Message

Is It possible to add cc field for customer ticket and agent ticket.

using,
otrs -3.0.11
Ubuntu
by srivatsatatti
16 Jan 2012, 08:40
Forum: General
Topic: Introduce small delay in sending notifications
Replies: 1
Views: 1186

Introduce small delay in sending notifications

Can I introduce a small delay of may be 1 Min before sending any notifications?

like,
Once ticket is created by customer/agent the notification should be sent to the customer with a delay of a minute.
by srivatsatatti
10 Jan 2012, 10:08
Forum: General
Topic: Test For High Availability
Replies: 4
Views: 2227

Re: Test For High Availability

Thanks Jojo,

I understand that setup has to be created. But how can I tell OTRS to connect to mirror DB if Primary is down?
by srivatsatatti
10 Jan 2012, 08:22
Forum: General
Topic: Test For High Availability
Replies: 4
Views: 2227

Re: Test For High Availability

sysconfig Parameters can be used?

sysconfig -> Framework -> Core::MirrorDB
by srivatsatatti
10 Jan 2012, 08:06
Forum: General
Topic: Test For High Availability
Replies: 4
Views: 2227

Test For High Availability

What configuration settings has to be done to OTRS for OTRS to use backup database automatically if Primary database is down?

Is the Config.pm has to be edited?