OTES 5.0.13 ITSM
Moin Alle,
gibt es die Möglichkeit die Spalten aus OCS zu übernehmen, oder kann ich Spalten in OTRS/CI hinzufügen?
Auch finde ich wenig darüber wie ich in OTRS 5 automatisch über einen Cronjob einen Import machen kann.
In früheren Versionen gab es ein Script: otrs.ImportExport.pl. Das ist leider nicht mehr zu finden.
Kann einer helfen?
Gruß, Tom.
OCS Import
-
- Znuny expert
- Posts: 173
- Joined: 22 Sep 2016, 11:44
- Znuny Version: 6.0.38
- Real Name: Tux
- Location: Germany
- Contact:
OCS Import
-----------------------
Debian
OTRS 6.0.38, ITSM 6
Debian
OTRS 6.0.38, ITSM 6
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: OCS Import
Du kannst die Definition von Klassen beliebig anpassen. Da kannst Du einfach die Attribute aus OCS hinzufügen. Der Import funktioniert über die otrs.Console.pl
Müsste
perl bin/otrs.Console.pl Admin::ITSM::ImportExport::Import
sein
Vielleicht ganz interessant: http://www.neteye-blog.com/2014/05/cmdb ... inventory/
Müsste
perl bin/otrs.Console.pl Admin::ITSM::ImportExport::Import
sein
Vielleicht ganz interessant: http://www.neteye-blog.com/2014/05/cmdb ... inventory/
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny expert
- Posts: 173
- Joined: 22 Sep 2016, 11:44
- Znuny Version: 6.0.38
- Real Name: Tux
- Location: Germany
- Contact:
Re: OCS Import
Danke. So langsam hangelt man sich durch.
Bei meinen vielen Test habe ich eine Menge an CIs die ich nicht mehr brauche.
Gibs die Möglichkeit in OTRS 5.0.13 ITSM ein CI zu löschen?
Bei meinen vielen Test habe ich eine Menge an CIs die ich nicht mehr brauche.
Gibs die Möglichkeit in OTRS 5.0.13 ITSM ein CI zu löschen?
-----------------------
Debian
OTRS 6.0.38, ITSM 6
Debian
OTRS 6.0.38, ITSM 6
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: OCS Import
perl bin/otrs.Console.pl Maint::ITSM::ConfigItem::Delete
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny expert
- Posts: 173
- Joined: 22 Sep 2016, 11:44
- Znuny Version: 6.0.38
- Real Name: Tux
- Location: Germany
- Contact:
Re: OCS Import
Mein Befehl:
su -c "perl bin/otrs.Console.pl Maint::ITSM::ConfigItem::Delete Computer" -s /bin/bash otrs
ergibt ein:
Error: Could not find Kernel::System::Console::Command::Maint::ITSM::ConfigItem::Delete.
So viel kann man da doch gar nicht falsch machen, oder? Noch ne Idee?
su -c "perl bin/otrs.Console.pl Maint::ITSM::ConfigItem::Delete Computer" -s /bin/bash otrs
ergibt ein:
Error: Could not find Kernel::System::Console::Command::Maint::ITSM::ConfigItem::Delete.
So viel kann man da doch gar nicht falsch machen, oder? Noch ne Idee?
-----------------------
Debian
OTRS 6.0.38, ITSM 6
Debian
OTRS 6.0.38, ITSM 6
-
- Znuny expert
- Posts: 173
- Joined: 22 Sep 2016, 11:44
- Znuny Version: 6.0.38
- Real Name: Tux
- Location: Germany
- Contact:
Re: OCS Import
so funzt es:
sudo -u otrs ./bin/otrs.Console.pl Admin::ITSM::Configitem::Delete --class Computer
sudo -u otrs ./bin/otrs.Console.pl Admin::ITSM::Configitem::Delete --class Computer
-----------------------
Debian
OTRS 6.0.38, ITSM 6
Debian
OTRS 6.0.38, ITSM 6