valconi,
are you seeing any specific error messages under Admin --> System Log, when you do the import?
Search found 14 matches
- 04 Feb 2011, 19:28
- Forum: Help
- Topic: Configuration Item importation
- Replies: 1
- Views: 1583
- 02 Feb 2011, 15:59
- Forum: Help
- Topic: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.5
- Replies: 4
- Views: 1918
Re: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.
Crythias, you rock. I'm pretty sure I can work with this.crythias wrote:I haven't tried it, but there is an ImportExport package associated with ITSM.
- 02 Feb 2011, 15:26
- Forum: Help
- Topic: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.5
- Replies: 4
- Views: 1918
Re: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.
Ooo! That might work! I'll take a look.crythias wrote:I haven't tried it, but there is an ImportExport package associated with ITSM.
- 01 Feb 2011, 23:47
- Forum: Help
- Topic: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.5
- Replies: 4
- Views: 1918
Re: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.
I'm guessing not much help is coming to this thread 
Anyone have any idea where the information for Config Items is stored in the database? If its stored in ConfigItems_Definitions, any thoughts on how to modify the blob?

Anyone have any idea where the information for Config Items is stored in the database? If its stored in ConfigItems_Definitions, any thoughts on how to modify the blob?
- 31 Jan 2011, 23:18
- Forum: Help
- Topic: Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.5
- Replies: 4
- Views: 1918
Mass Add Items into Config Items ITSM 3 Beta 1 OTRS 3.0.5
Anyone have any suggestions for adding multiple items in to the Config Item section of ITSM 3 Beta 1? I was hoping I could export our inventory, which we have in a mysql database, and then massage it to import back in to OTRS 3.0.5 ITSM 3 Beta 1. Unfortunately it appears that ITSM stores the informa...
- 31 Jan 2011, 18:01
- Forum: Help
- Topic: Chrome ITSM 3 Beta 1 Config Item New Entry Not working
- Replies: 0
- Views: 899
Chrome ITSM 3 Beta 1 Config Item New Entry Not working
I fill in all the appropriate information for a new item in Config Item for ITSM 3 beta 1 with OTRS version 3.0.5 and when I hit submit, the page refreshes briefly and takes me right back to the same new item page with the information boxes filled up, but no new item. I tested the entry of all the s...
- 16 Nov 2010, 22:09
- Forum: Help
- Topic: Moving from OTRS 2.4.7 w/ ITSM 1.3 to OTRS 3.0.1
- Replies: 9
- Views: 4042
Moving from OTRS 2.4.7 w/ ITSM 1.3 to OTRS 3.0.1
My OTRS setup was initially overcomplicated (by myself.) Having learned from multiple versions and changes, I've come to realize that the small help desk that I've setup OTRS to work for does not utilize a lot of the features I put in place. With the release of 3.0.1 I wanted to start fresh and new ...
- 22 Oct 2010, 19:43
- Forum: General
- Topic: OTRS Joomla! gateway software available for download
- Replies: 6
- Views: 3935
Re: OTRS Joomla! gateway software available for download
Anyone tried this out yet? I'm in the process of setting up a new server in hopes of putting the new OTRS 3 release on it and was thinking of maybe looking in to Joomla as well.
- 16 Jul 2010, 19:31
- Forum: Developers
- Topic: Junk link within email [Solved]
- Replies: 6
- Views: 3937
Re: Junk link within email
I like the idea of using the response back to then catch the response and then auto assign. Also, we've got spam blocking on our campus (apparently) but we're a huge campus and often times we'll have a rash of spam that beats the filters for a week or two before they get snuffed. In that time, our s...
- 16 Jul 2010, 17:52
- Forum: Developers
- Topic: Junk link within email [Solved]
- Replies: 6
- Views: 3937
Re: Junk link within email
You could use a Postmaster Filter for this purpose. If I may ask, what's the purpose of manually _creating_ a junk queue ticket? I might not be using the postmaster filter correctly then. At this time I've got 9 filters in for common spam that we're aware. 3 to 4 times a day though we will get rand...
- 15 Jul 2010, 14:31
- Forum: Developers
- Topic: Junk link within email [Solved]
- Replies: 6
- Views: 3937
Junk link within email [Solved]
Anyone have any suggestions or existing code on how to include a link within the OTRS new ticket notification to move it to the junk queue?
- 09 Jun 2010, 14:21
- Forum: Help
- Topic: Customize Appearance of Customer User Management [Solved]
- Replies: 3
- Views: 3219
Re: Customize Appearance of Customer User Management
Hm. It doesn't appear that you'd need the second lookup in general for your printers. At least, not as direct lookups against the customer_user table. This seems redundant. I have customers that show up that aren't in my active directory lookup (because I'm using Google Voice to forward voicemail t...
- 08 Jun 2010, 22:48
- Forum: General
- Topic: Backing up OTRS
- Replies: 10
- Views: 8780
Re: Backing up OTRS
I use a cron job to backup and copy off the files every night to a network share that I have mapped on my Linux box. It's easier to manage backups with Windows so I just dump the backups to one of our regular file servers where the sys admins hit the directory with their tapes and store it away The ...
- 08 Jun 2010, 22:20
- Forum: Help
- Topic: Customize Appearance of Customer User Management [Solved]
- Replies: 3
- Views: 3219
Customize Appearance of Customer User Management [Solved]
Two part issue My current configuration checks customers against my AD structure and I've added a second section in Config.pm to look up against additional fields of the customer_user table in the OTRS database. Our customers are looked up under AD (LDAP) and I want to add printers as additional ent...