Search found 627 matches

by skullz
21 Sep 2023, 07:23
Forum: General
Topic: [solved] CMDB Search
Replies: 2
Views: 2207

Re: CMD Search

i dint think it has that greater or lower..only exact value..
however you can send multi value to the parameter using array.

Code: Select all

CustomerEndDate     => [ "2023-04-12", "2023-04-11" ]
by skullz
21 Sep 2023, 06:54
Forum: Help
Topic: Error: Timeout of 600 seconds reached, killing child process!
Replies: 3
Views: 1704

Re: Error: Timeout of 600 seconds reached, killing child process!

1. The daemon email receiver Daemon::SchedulerTaskWorker::NotificationRecipientEmail 2. Usually this about email fetching or sending..i would execute this manually 1st MailAccountFetch / MailQueueSend using --force and --debug param.. 2. I would stop the daemon first..then check if there is some old...
by skullz
15 Sep 2023, 16:56
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

Code: Select all

re-execute the migration script
by skullz
15 Sep 2023, 15:42
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

then try to use 'assigned' instead of open

Code: Select all

bin/otrs.Console.pl Admin::Config::Update --setting-name Ticket::Frontend::AgentTicketNoteToLinkedTicket###StateDefault --value assigned
then reexecute the migration script
or follow KaiHerlemann recommendation
by skullz
15 Sep 2023, 15:38
Forum: Help
Topic: Manual escalation
Replies: 2
Views: 1485

Re: Manual escalation

I guess your side determine escalate as 'ticket new/open more than X days' ? System Configuration > DashboardBackend###0110-TicketEscalation at the Attributes StateType=open;StateType=new;TicketCreateTimeOlderMinutes=144000; save and deploy the config. This will use existing ticket escalation dashbo...
by skullz
15 Sep 2023, 15:24
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

Nothing to worry about the new files..its a new features integrated in 6.5.

how about this? what the response ?

Code: Select all

bin/otrs.Console.pl Admin::Config::Read --setting-name Ticket::Frontend::AgentTicketPhone###StateDefault
by skullz
15 Sep 2023, 10:31
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

Do you try running the config update as latest giacomo post?
by skullz
14 Sep 2023, 17:14
Forum: General
Topic: Ticket closed - Customer can't open notes
Replies: 3
Views: 2308

Re: Ticket closed - Customer can't open notes

If you are already on 7.0.x, straight away jump to latest patch release..
by skullz
12 Sep 2023, 18:32
Forum: Help
Topic: Znuny 6.5.4. - Process Management - Multiple questions
Replies: 2
Views: 1252

Re: Znuny 6.5.4. - Process Management - Multiple questions

1. No that i know of..perhaps you can request a feature https://github.com/znuny/znuny-feature-requests 2. Not available. You may set '-' as key and value at dynamic field dropdown setting. 3. By user, i guess you means customer user. a) You can map additional attributes from AD. Check you Kernel/Co...
by skullz
12 Sep 2023, 15:14
Forum: Help
Topic: Znuny 6.5.4 - New Process Ticket menu option missing
Replies: 3
Views: 1310

Re: Znuny 6.5.4 - New Process Ticket menu option missing

to improve visibility of the Notice, you can change the color

Code: Select all

--alert-notice-bg-color
https://github.com/znuny/Znuny/issues/449
by skullz
08 Sep 2023, 13:29
Forum: General
Topic: Customer can't connect to OTRS
Replies: 12
Views: 6996

Re: Customer can't connect to OTRS

But why over 100 customer user does not have problem with the mapping "CustomerID => 'mail',", but a few one have?
1. I would check the mail field in the AD for these user..is it empty?

2. Then, perhaps

Code: Select all

- CustomerID => 'mail',
+ CustomerID => 'OTRSCustomerID',
by skullz
07 Sep 2023, 12:04
Forum: General
Topic: Customer can't connect to OTRS
Replies: 12
Views: 6996

Re: Customer can't connect to OTRS

1. Why not just use mail as customer id?

2. And from the config, not sure this correct or not.

One point to mail, another point to OTRSCustomerID

Code: Select all

CustomerID => 'mail',

[ 'UserCustomerID', 'CustomerID', 'OTRSCustomerID', 0, 1, 'var', '', 0 ],
by skullz
03 Sep 2023, 13:28
Forum: Developers
Topic: Trigger event 'NotificationOwnerUpdate' from generic agent custom module
Replies: 2
Views: 2197

Re: Trigger event 'NotificationOwnerUpdate' from generic agent custom module

After owner set, try to set ticket history also..

i wrote some module almost like this some time ago

https://github.com/mo-azfar/OTRS-Ticket ... on.pm#L181
by skullz
29 Aug 2023, 15:59
Forum: Help
Topic: Loginproblem after update 7.0.9 => 7.0.10
Replies: 4
Views: 1483

Re: Loginproblem after update 7.0.9 => 7.0.10

Did you perform

Code: Select all

scripts/MigrateToZnuny7_0.pl
As per https://doc.znuny.org/znuny/releases/in ... e-7.0.html
by skullz
25 Aug 2023, 19:46
Forum: Help
Topic: [SOLVED] Disable Reply button on notes
Replies: 7
Views: 2166

Re: Disable Reply button on notes

Why not disabled the note creation upon ticket owner update?

Code: Select all

Ticket::Frontend::AgentTicketOwner###Note
by skullz
24 Aug 2023, 14:15
Forum: Help
Topic: error when upgrade 6.3.4 to 6.4.5
Replies: 8
Views: 2796

Re: error when upgrade 6.3.4 to 6.4.5

If you not using SMIME, turn it off first..
best way reset all of it (SMIME setting) to default
smime.png
dont forget to deploy the config afterwards
by skullz
14 Aug 2023, 08:30
Forum: Help
Topic: Problems deleting emails using GenericAgent from large queue
Replies: 6
Views: 1444

Re: Problems deleting emails using GenericAgent from large queue

by default, only 4000 ticket will be effected per generic agent execution.

you may check System Configuration > Ticket::GenericAgentRunLimit
by skullz
21 Jul 2023, 14:49
Forum: Help
Topic: Change the layout structure of "Add Change" field in ITSM changes
Replies: 1
Views: 567

Re: Change the layout structure of "Add Change" field in ITSM changes

Admin > Dynamic Fields > Change > Select your desire input type.

Add them to Admin > System Configuration > ITSMChange::Frontend::AgentITSMChangeAdd###DynamicFields
by skullz
18 Jul 2023, 10:48
Forum: Help
Topic: Uncaught TypeError: Cannot read properties of undefined reading Init
Replies: 8
Views: 1922

Re: Uncaught TypeError: Cannot read properties of undefined reading Init

Admin > System Configuration..you then can search for it
by skullz
17 Jul 2023, 14:23
Forum: Help
Topic: Uncaught TypeError: Cannot read properties of undefined reading Init
Replies: 8
Views: 1922

Re: Uncaught TypeError: Cannot read properties of undefined reading Init

are sure you are upgrading to 6.5.3 ?
the error look like same as reported issue https://github.com/znuny/Znuny/issues/455 ,
however its fixed in 6.5.3..
by skullz
05 Jul 2023, 18:45
Forum: General
Topic: How to check what emails are stuck in the queue?
Replies: 2
Views: 2148

Re: How to check what emails are stuck in the queue?

Code: Select all

otrs > /opt/otrs/bin/otrs.Console.pl Maint::Email::MailQueue
There is option to delete the specific (filter) communication that still within the queue...
good luck
by skullz
26 Jun 2023, 10:00
Forum: Help
Topic: How disable creating new articles to original ticket by email reply
Replies: 2
Views: 510

Re: How disable creating new articles to original ticket by email reply

Admin > Queues > QUEUE_NAME > Follow-up Option
by skullz
21 Jun 2023, 07:52
Forum: Help
Topic: Undeliverable: OTRS Scheduler Daemon Cron: TicketPendingCheck
Replies: 3
Views: 664

Re: Undeliverable: OTRS Scheduler Daemon Cron: TicketPendingCheck

1. When scheduler error happening, mail is send to root@localhost.. To change it to valid email, check System Configuration > Daemon::SchedulerTaskWorker::NotificationRecipientEmail 2. As root state, im also had no issue with Process after several upgrade.. by the way, check all the Transition back ...
by skullz
20 Jun 2023, 10:06
Forum: Help
Topic: IPS Security alert with my Znuny server
Replies: 4
Views: 426

Re: IPS Security alert with my Znuny server

https://cve.mitre.org/cgi-bin/cvename.c ... 2019-11500

This is perhaps Dovecot issue that installed within the server
by skullz
23 May 2023, 04:08
Forum: Help
Topic: Znuny migration error 6.2.2 to 6.3.1
Replies: 1
Views: 319

Re: Znuny migration error 6.2.2 to 6.3.1

i guess you are using source method..
as long migration completed, no problem..
by skullz
14 Apr 2023, 15:58
Forum: Help
Topic: possible network issue warning
Replies: 9
Views: 493

Re: possible network issue warning

Great you figure it out..
Do you have 3rd party addon installed?
Something regarding customer user?

I dont think RS_AdminCustomerUser is part of the default znuny / otrs
by skullz
14 Apr 2023, 13:10
Forum: Help
Topic: ITSMCore causing Internal Server Error after 6.4.5 to 6.5.1 upgrade
Replies: 10
Views: 652

Re: Internal Server Error after 6.4.5 to 6.5.1 upgrade

This weird already..perhaps somebody else can help more..
Or untill somebody encounter or replicate this..
by skullz
14 Apr 2023, 12:55
Forum: Help
Topic: possible network issue warning
Replies: 9
Views: 493

Re: possible network issue warning

System log?
by skullz
13 Apr 2023, 18:32
Forum: Help
Topic: Required to fill in an Article on Priority & Ownership Changes
Replies: 4
Views: 390

Re: Required to fill in an Article on Priority & Ownership Changes

tupson wrote: 13 Apr 2023, 17:28 No, that setting is only disabling a requirement of adding a "Note."

This addition is looking for a new subject and article to these changes. See below:

Image
how about Ticket::Frontend::AgentTicketOwner###Note
by skullz
13 Apr 2023, 18:17
Forum: Help
Topic: ITSMCore causing Internal Server Error after 6.4.5 to 6.5.1 upgrade
Replies: 10
Views: 652

Re: Internal Server Error after 6.4.5 to 6.5.1 upgrade

Ahhh forget something lol..

Code: Select all

ls -l /opt/otrs/Kernel/Output/HTML/Dashboard/TicketGeneric.pm*
ls -l /opt/otrs/Kernel/System/Service*
There is rare case where the file is from old version (if using rpm)

This is just my guess though..try it first, and see what came up
by skullz
13 Apr 2023, 13:38
Forum: Help
Topic: ITSMCore causing Internal Server Error after 6.4.5 to 6.5.1 upgrade
Replies: 10
Views: 652

Re: Internal Server Error after 6.4.5 to 6.5.1 upgrade

Try this 1st

Code: Select all

/opt/otrs/Kernel/Output/HTML/Dashboard/TicketGeneric.pm*
the file date should at least the latest one.
by skullz
13 Apr 2023, 13:35
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

To check, as otrs user, bin/otrs.Console.pl Admin::Config::Read --setting-name Ticket::Frontend::AgentTicketNoteToLinkedTicket###StateDefault To update as otrs user, bin/otrs.Console.pl Admin::Config::Update --setting-name Ticket::Frontend::AgentTicketNoteToLinkedTicket###StateDefault TICKET_STATE_N...
by skullz
12 Apr 2023, 17:20
Forum: Help
Topic: Required to fill in an Article on Priority & Ownership Changes
Replies: 4
Views: 390

Re: Required to fill in an Article on Priority & Ownership Changes

Im not yet on 7 but in v6, you can turn off this mandatory note via System Configuration > Ticket::Frontend::AgentTicketOwner###NoteMandatory

Do check if the same available
by skullz
11 Apr 2023, 15:47
Forum: Help
Topic: Error upgrading from 6.4.5 to 6.5.1
Replies: 15
Views: 4559

Re: Error upgrading from 6.4.5 to 6.5.1

Can you check value of

Ticket::Frontend::AgentTicketNoteToLinkedTicket###LinkedTicketStateDefault
by skullz
07 Apr 2023, 16:35
Forum: Help
Topic: ITSM repository not populating
Replies: 7
Views: 543

Re: ITSM repository not populating

not sure, however no need for that..at least in my system. And based on 1st post, the repo version 6 instead of 6x.. Alternatively, you may update manually via console **this for bundle itsm shell > su -m otrs -c "/opt/otrs/bin/otrs.Console.pl Admin::Package::Upgrade https://download.znuny.org/...
by skullz
05 Apr 2023, 00:27
Forum: General
Topic: 6.5.1 to 7 Upgrade issues
Replies: 6
Views: 3017

Re: 6.5.1 to 7 Upgrade issues

If you using /opt/znuny with znuny script alias, try to copy over the new apache httpd config..
since 6.5.x still point to /opt/otrs directory and otrs alias
by skullz
04 Apr 2023, 17:09
Forum: Help
Topic: Upgrade to 7.0 Fails
Replies: 6
Views: 2546

Re: Upgrade to 7.0 Fails

Reinstall the addon, in this case ITSM

viewtopic.php?p=176787#p176787
by skullz
24 Mar 2023, 21:37
Forum: Help
Topic: Upgrading 6.0.48 to 6.1 fails with Deep recursion on subroutine
Replies: 3
Views: 678

Re: Upgrading 6.0.48 to 6.1 fails with Deep recursion on subroutine

Last time i had this issue is regarding non compatible cpan module DateTIme::TimeZone..

downgrading to the lower version / updating to latest version solved the issue..

Code: Select all

cpanm DateTime::TimeZone@version_number
https://metacpan.org/pod/DateTime::TimeZone
by skullz
16 Mar 2023, 06:27
Forum: Help
Topic: CMDB Search not working
Replies: 3
Views: 626

Re: CMDB Search not working

hi do you previously installed any 3rd party addon?

viewtopic.php?f=53&t=41608
by skullz
24 Feb 2023, 07:42
Forum: General
Topic: Problem with frontpage aftter full disk
Replies: 4
Views: 807

Re: Problem with frontpage aftter full disk

Check 1st which additional storage directory is added to.
By default, otrs and db is under /root directory

Code: Select all

df -lha
by skullz
02 Feb 2023, 07:23
Forum: Help
Topic: create report from command line?
Replies: 2
Views: 557

Re: create report from command line?

By default, its hardcoded based in Stats title, etc.. https://github.com/znuny/Znuny/blob/944dda4cd387724bdbc1119c49f549742a4bdee6/Kernel/System/Console/Command/Maint/Stats/Generate.pm#L439 You may tinkering around at AddOption (add mail-subject option), and then point EmailSend api (subject) to tak...
by skullz
01 Feb 2023, 12:46
Forum: General
Topic: Solution Time per Ticket
Replies: 4
Views: 1566

Re: Solution Time per Ticket

i kind of wrote these few years back while running 6.0..try it yourself either it fit your needs.. good luck SELECT CONCAT_WS(' ', u.first_name,u.last_name) AS OWNER_NAME, t.tn AS OTRS_TICKET_NUMBER, t.title AS TITLE, q.name AS 'QUEUE', t.create_time AS OPEN_TIME, CASE WHEN th.history_type_id IN ('1...
by skullz
14 Jan 2023, 10:43
Forum: Help
Topic: Upgrade From OTRS 6.0.35 to Znuny 6.1.2
Replies: 3
Views: 806

Re: Upgrade From OTRS 6.0.35 to Znuny 6.1.2

check the configuration for login logo..
additionally, try to clear your browser cache
by skullz
05 Jan 2023, 04:34
Forum: General
Topic: PendinCheck Fail
Replies: 3
Views: 731

Re: PendinCheck Fail

Then, I would check the ticket notification..
Receiver / ticket tag