Search found 20 matches

by Lamaman
29 Jan 2018, 10:52
Forum: Help
Topic: Postpone solution time (due to pending)
Replies: 1
Views: 1300

Postpone solution time (due to pending)

Sometimes we get tickets were the actual action will be in the future. For this we use the 'pending reminder'. However, when we set a pending date in the future. The solution time clock is ticking at the start of the ticket. Result: ticket is escalated before the pending date is met. Is there a way ...
by Lamaman
31 Jul 2017, 16:13
Forum: Help
Topic: [SOLVED] Error with Attachment: Need filename!
Replies: 2
Views: 2050

Re: Error with Attachment: Need filename!

Problem was found/solved: disk was full.
by Lamaman
31 Jul 2017, 10:08
Forum: Help
Topic: [SOLVED] Error with Attachment: Need filename!
Replies: 2
Views: 2050

[SOLVED] Error with Attachment: Need filename!

Hi, When uploading a file in OTRS (in a Ticket/FAQ article) this fails. Logging says: "Need filename!". We tried small files, other filetypes etc. A week ago everything worked OK. Updating existent FAQ articles and Tickets which already contain attachments work fine. Any suggestions? OTRS/...
by Lamaman
02 Mar 2017, 10:35
Forum: General
Topic: Possible to add attributes to links (ITSM CMDB items)?
Replies: 3
Views: 2771

Re: Possible to add attributes to links (ITSM CMDB items)?

What we did we added in the Config Item a link to a FAQ item.
The config items are not linked with one another, but FAQ item links them together. In the FAQ item you can put additional information.

Not a solution for you, but perhaps a workaround.
by Lamaman
02 Mar 2017, 09:54
Forum: General
Topic: ITSM:Config Item: Having multiple sub fields
Replies: 2
Views: 1420

Re: ITSM:Config Item: Having multiple sub fields

Something like this? { Key => 'HardDisk', Name => 'Hard Disk', Input => { Type => 'Text', Size => 50, MaxLength => 100, }, CountMax => 10, Sub => [ { Key => 'Capacity', Name => 'Capacity', Input => { Type => 'Text', Size => 20, MaxLength => 10, }, }, { Key => 'Color', Name => 'Color', Input => { Typ...
by Lamaman
01 Mar 2017, 11:21
Forum: General
Topic: Auto reponse/reply in ticket overview
Replies: 0
Views: 1066

Auto reponse/reply in ticket overview

In our ticketing system we have an auto response/reply to customers. As a result in the ticket overview the customer question can be seen (TYPE: customer - email-external) and also the auto response (TYPE: system email-external). Right now we getting complaints, the agents must always do an extra 'c...
by Lamaman
10 Aug 2016, 11:35
Forum: Help
Topic: Can't receive e-mails when creating a new ticket
Replies: 8
Views: 3025

Re: Can't receive e-mails when creating a new ticket

- What does the System Log say, when the autoreply action is be triggered?
- Is Raw the queue the ticket is in?
by Lamaman
09 Aug 2016, 14:36
Forum: Help
Topic: Can't receive e-mails when creating a new ticket
Replies: 8
Views: 3025

Re: Can't receive e-mails when creating a new ticket

Do you mean:

Admin -> Auto Responses and Queues?
by Lamaman
04 Aug 2016, 17:06
Forum: Help
Topic: Customer users can not be linked to Services
Replies: 6
Views: 3416

[SOLVED] Customer users can not be linked to Services

Found it!
Forgot the System log... :oops:
Now I increased the CustomerUserSearchListLimit in Config.pm
by Lamaman
04 Aug 2016, 16:41
Forum: Help
Topic: Customer users can not be linked to Services
Replies: 6
Views: 3416

Re: Customer users can not be linked to Services

Thank you, No there is not an filter active, I had also thought of that. The only filter therm mentioned in the Config.pm is: $Self->{'AuthModule::LDAP::AlwaysFilter'} = ''; Customers are randomly missing, not related to alphabet or any other order. I will try to uninstall non needed packages in OTR...
by Lamaman
04 Aug 2016, 16:13
Forum: Help
Topic: Customer users can not be linked to Services
Replies: 6
Views: 3416

Re: Customer users can not be linked to Services

We actually do use LDAP, syncing with LDAP goes well because non-listed Customer users can login in OTRS without a problem.
by Lamaman
03 Aug 2016, 12:53
Forum: Help
Topic: Customer users can not be linked to Services
Replies: 6
Views: 3416

Customer users can not be linked to Services

Hi, I just wanted to link all my Customer users to a certain Service. There I noticed not all my Customers were present in the Customer list. At Customers --> Customer User Management, the list (A-Z) is also missing customer users. However: Via a search in Customer -> Customer Information Center and...
by Lamaman
03 Jul 2014, 11:29
Forum: General
Topic: Columns by CI
Replies: 6
Views: 3472

Re: Columns by CI

It is not ShowColums AND ShowColumnsByClass.
It is OR.

So If you do this in ShowColumnsByClass:

Hardware::Name
Hardware::Number
Hardware:: etc....

It will work.
by Lamaman
02 Jul 2014, 17:10
Forum: General
Topic: Columns by CI
Replies: 6
Views: 3472

Re: Columns by CI

Name, Number, CurDeplState, Incident State are mandatory for any class.
If you don't see them doesn't mean they are not there.
by Lamaman
02 Jul 2014, 11:10
Forum: General
Topic: Columns by CI
Replies: 6
Views: 3472

Re: Columns by CI

For the columns, use this:

<YourClassName>::Name
<YourClassName>::CurDeplState

I think the error message will pop up in the overview, when you did not present the Name or Number (or another unique identifier).
I also had this error and it was solved when putting the Name in the overview.
by Lamaman
12 Jun 2014, 12:29
Forum: Help
Topic: Search for empty field
Replies: 2
Views: 2041

Search for empty field

I didn't find it in the documentation or on the forum. Can we search for a empty (not filled) fields? We are using the ITSM CMDB. "null" etc. didn't work. I suppose that "empty" means there is no xml_content_key at all the database to look at, so a search for a 'empty' value is u...
by Lamaman
17 Apr 2014, 12:49
Forum: Help
Topic: ITSM - CMDB search
Replies: 0
Views: 1012

ITSM - CMDB search

Hi, When using the search function for the CMDB, some not expected behavior is noticed. In our CMDB we do have: -Equip Model -Equip Model:: Operating system If we search for an Equip Model, the result output gives also hits within Equip Model::Operating system. Example: We want to find all models wi...
by Lamaman
31 Mar 2014, 15:22
Forum: Developers
Topic: How we can search in the xml_storage using query
Replies: 6
Views: 5071

Re: How we can search in the xml_storage using query

We also regarding an option to update data (IP addresses and Hostnames). Our idea was to export our DNS data and import this data via the ImportExport cron script. (updating via SQL give us the same experience you had: database OK, GUI NOK) We are still experimenting... I do not know if this is the ...
by Lamaman
20 Mar 2014, 16:58
Forum: Developers
Topic: How we can search in the xml_storage using query
Replies: 6
Views: 5071

Re: How we can search in the xml_storage using query

Hi,

I do not know why you are not using the normal search option in OTRS?
But here is your query:

SELECT *
FROM xml_storage
WHERE xml_content_value ="Put_your_serial_here"
by Lamaman
08 Jan 2014, 10:39
Forum: Help
Topic: CMDB and export of configitems (3.2.7)
Replies: 0
Views: 706

CMDB and export of configitems (3.2.7)

I run into a problem when using the type 'Customer' in the configitem_definition. We are using the Import/Export because the search option does not show all needed data/columns in OTRS 3.2.7. When I try to export information (via Import/Export) in Step 5 of 5 you can select extra search information....