thanks!
i failed to notice that on my many reads of the guide.
Search found 13 matches
- 07 Oct 2015, 15:47
- Forum: General
- Topic: Upgrading from 4.0.7 to 4.0.11
- Replies: 2
- Views: 1314
- 07 Oct 2015, 14:30
- Forum: General
- Topic: Upgrading from 4.0.7 to 4.0.11
- Replies: 2
- Views: 1314
Upgrading from 4.0.7 to 4.0.11
Hi,
is it possible to upgrade a server, currently running 4.0.7 to 4.0.11 from source?
i have not been able to locate information on this on the homepage.
thanks.
is it possible to upgrade a server, currently running 4.0.7 to 4.0.11 from source?
i have not been able to locate information on this on the homepage.
thanks.
- 15 Sep 2015, 14:15
- Forum: General
- Topic: Using events to trigger a Web Service invoker?
- Replies: 5
- Views: 2872
Re: Using events to trigger a Web Service invoker?
How can i create my own event?
would it be possible to trigger it to run say, once a day at noon?
can you show me some information regarding this? i have been unable to lacate it myself.
your help is much appreciated! thanks
would it be possible to trigger it to run say, once a day at noon?
can you show me some information regarding this? i have been unable to lacate it myself.
your help is much appreciated! thanks
- 15 Sep 2015, 09:06
- Forum: General
- Topic: Using events to trigger a Web Service invoker?
- Replies: 5
- Views: 2872
Re: Using events to trigger a Web Service invoker?
Hi,
the end result should be that someone makes an event, which runs the WS script,
the WS script then input some CI's to the CMDB.
it will ultimately be used to update the CMDB.
it is the event and run of WS script that is confusing me.
what kind of events can be used to trigger a WS script?
the end result should be that someone makes an event, which runs the WS script,
the WS script then input some CI's to the CMDB.
it will ultimately be used to update the CMDB.
it is the event and run of WS script that is confusing me.
what kind of events can be used to trigger a WS script?
- 09 Sep 2015, 16:07
- Forum: General
- Topic: Using events to trigger a Web Service invoker?
- Replies: 5
- Views: 2872
Using events to trigger a Web Service invoker?
Hi, i have some questions regarding what can be used to trigger the invocation script Web Service interface. i would like to run an invocation script at a set interval, maybe each monday, or every 10 hours. what can be used to trigger an invocation? a ticket in a certain queue? maybe with a certain ...
- 10 Aug 2015, 16:16
- Forum: Help
- Topic: Sending multiple CI's from one system to another
- Replies: 0
- Views: 786
Sending multiple CI's from one system to another
Hi, I have a system, where i would like to load some data automatically into the CMDB. OTRS will act as an invoker, and the returned message from the system should be stored in the CMDB. 1. is it possible to handle multiple CI's in a response from the invoked system, in OTRS? 2. is it possible to ma...
- 10 Aug 2015, 14:44
- Forum: Help
- Topic: Mapping name to another name Web service
- Replies: 0
- Views: 921
Mapping name to another name Web service
Hi,
i am having trouble using the mapping part of the web service, can someone show me how to properly map
an xml structure with a tag into a name in the OTRS with a different name.
this is using the generic CMDB interface on OTRS4.
thanks.
i am having trouble using the mapping part of the web service, can someone show me how to properly map
an xml structure with a
Code: Select all
<Name>testname</Name>this is using the generic CMDB interface on OTRS4.
thanks.
- 07 Aug 2015, 16:04
- Forum: Help
- Topic: Mapping in web service from CMDB config item create
- Replies: 0
- Views: 1277
Mapping in web service from CMDB config item create
Hi, It is in the ConfigITemCreate operation of this interface --- Debugger: DebugThreshold: debug TestMode: '0' Description: ITSM Configuration Management Connector Sample FrameworkVersion: 4.0.8 Provider: Operation: ConfigItemCreate: Description: Creates new Configuration Items from ITSMConfigurati...
- 20 May 2015, 16:37
- Forum: General
- Topic: how flexible is the web services?
- Replies: 0
- Views: 2962
how flexible is the web services?
hi, i am wondering what features there are in the web services of OTRS 4, and for this i have some questions. is it possible to send multiple CI's over web service to OTRS? like an array of CI's? is it possible to split the Array of CI's to multiple CI definitions, based on an attribute in the CI? i...
- 12 May 2015, 14:17
- Forum: General
- Topic: updating links on CI's in a web-service
- Replies: 0
- Views: 3387
updating links on CI's in a web-service
hi,
is it possible to update the Links between CI's using a web service?
so i could upload a new CI "Computer2" and have it linked automatically to "software2" and "hardware3"
is it possible to specify, a "linked with" in the web service?
thanks
is it possible to update the Links between CI's using a web service?
so i could upload a new CI "Computer2" and have it linked automatically to "software2" and "hardware3"
is it possible to specify, a "linked with" in the web service?
thanks
- 23 Apr 2015, 15:21
- Forum: General
- Topic: Increasing the number of shown search result when linking
- Replies: 0
- Views: 2843
Increasing the number of shown search result when linking
hi, i would like to increase the number of shown CI's in the search, when trying to link a CI to another CI. currently it only shows 50. i am using KIX4OTRS 6 and otrs 3.3.11 i have not been able to locate this option anywhere, and I am not sure if it is part of ITSM package from otrs, or perhaps KI...
- 24 Mar 2015, 10:11
- Forum: General
- Topic: Get Number of links from a CI
- Replies: 1
- Views: 1304
Get Number of links from a CI
Hi, i need to read how many links a given CI from the CMDB has. but i am not sure the Kernel::system::Linkobject works for CI's can someone explain how to get number of links for a CommonObject like: CommonObjectLinks = $CommonObject->LinkList() also, if it can be restricted to a certain type of lin...
- 23 Mar 2015, 15:32
- Forum: General
- Topic: getting number of links from a CI.
- Replies: 3
- Views: 2077
Re: getting number of links from a CI.
i had to make a new user as i lost my old credentials, but thanks for answering. i have some more questions i hope you can answer. can this be done with a CI in the cmdb? an object like this: my $ConfigItem = $CommonObject{ConfigItemObject}->ConfigItemGet( ConfigItemID => $ConfigItemID, ); i am not ...